diff --git a/dereferenced/deref-sailpoint-api.v3.json b/dereferenced/deref-sailpoint-api.v3.json index 345be4e..3f1bc5c 100644 --- a/dereferenced/deref-sailpoint-api.v3.json +++ b/dereferenced/deref-sailpoint-api.v3.json @@ -20505,7 +20505,6 @@ "CERT_ADMIN", "CLOUD_GOV_ADMIN", "CLOUD_GOV_USER", - "DASHBOARD", "HELPDESK", "ORG_ADMIN", "REPORT_ADMIN", @@ -21144,7 +21143,6 @@ "CERT_ADMIN", "CLOUD_GOV_ADMIN", "CLOUD_GOV_USER", - "DASHBOARD", "HELPDESK", "ORG_ADMIN", "REPORT_ADMIN", @@ -100625,41 +100623,8 @@ }, "oneOf": [ { - "description": "This is more of a complete representation of an access profile. ", + "description": "More complete representation of an access profile. ", "allOf": [ - { - "type": "object", - "required": [ - "id", - "name", - "_type" - ], - "properties": { - "id": { - "type": "string", - "example": "2c91808375d8e80a0175e1f88a575222" - }, - "name": { - "type": "string", - "example": "john.doe" - }, - "_type": { - "description": "Enum representing the currently supported document types.\n\nAdditional values may be added in the future without notice.", - "type": "string", - "enum": [ - "accessprofile", - "accountactivity", - "account", - "aggregation", - "entitlement", - "event", - "identity", - "role" - ], - "example": "identity" - } - } - }, { "allOf": [ { @@ -100682,116 +100647,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -100799,70 +100724,112 @@ }, { "type": "object", + "required": [ + "id", + "name", + "_type" + ], "properties": { + "id": { + "type": "string", + "description": "Access profile's ID.", + "example": "2c9180825a6c1adc015a71c9023f0818" + }, + "name": { + "type": "string", + "description": "Access profile's name.", + "example": "Cloud Eng" + }, + "_type": { + "description": "Access profile's document type. \nThis enum represents the currently supported document types.\nAdditional values may be added in the future without notice.", + "type": "string", + "enum": [ + "accessprofile", + "accountactivity", + "account", + "aggregation", + "entitlement", + "event", + "identity", + "role" + ], + "example": "accessprofile" + }, "source": { "type": "object", + "description": "Access profile's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Source's ID.", + "example": "ff8081815757d4fb0157588f3d9d008f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Source's name.", + "example": "Employees" } } }, "entitlements": { "type": "array", + "description": "Entitlements the access profile has access to.", "items": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements.", "example": 5 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -100916,7 +100883,7 @@ "properties": { "action": { "type": "string", - "description": "The type of action that this activity performed", + "description": "Type of action performed in the activity.", "externalDocs": { "description": "Learn more about account activity action types", "url": "https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data" @@ -100925,31 +100892,32 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "stage": { "type": "string", - "description": "The current stage of the activity", + "description": "Activity's current stage.", "example": "Completed" }, "origin": { "type": "string", + "description": "Activity's origin.", "nullable": true, "example": null }, "status": { "type": "string", - "description": "the current status of the activity", + "description": "Activity's current status.", "example": "Complete" }, "requester": { @@ -100975,7 +100943,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101004,7 +100972,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101012,10 +100980,12 @@ }, "trackingNumber": { "type": "string", + "description": "Account activity's tracking number.", "example": "61aad0c9e8134eca89e76a35e0cabe3f" }, "errors": { "type": "array", + "description": "Errors provided by the source while completing account actions.", "items": { "type": "string" }, @@ -101024,6 +100994,7 @@ }, "warnings": { "type": "array", + "description": "Warnings provided by the source while completing account actions.", "items": { "type": "string" }, @@ -101032,6 +101003,7 @@ }, "approvals": { "type": "array", + "description": "Approvals performed on an item during activity.", "items": { "type": "object", "properties": { @@ -101097,7 +101069,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101118,32 +101090,34 @@ }, "originalRequests": { "type": "array", + "description": "Original actions that triggered all individual source actions related to the account action.", "items": { "type": "object", "properties": { "accountId": { "type": "string", - "description": "the account id", + "description": "Account ID.", "example": "CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com" }, "attributeRequests": { "type": "array", + "description": "Attribute changes requested for account.", "items": { "type": "object", "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -101151,10 +101125,11 @@ }, "op": { "type": "string", - "description": "the operation that was used", + "description": "Operation used.", "example": "add" }, "source": { + "description": "Account's source.", "allOf": [ { "type": "object", @@ -101177,7 +101152,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101188,6 +101163,7 @@ }, "expansionItems": { "type": "array", + "description": "Controls that translated the attribute requests into actual provisioning actions on the source.", "items": { "type": "object", "properties": { @@ -101212,17 +101188,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -101251,7 +101227,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101262,6 +101238,7 @@ }, "accountRequests": { "type": "array", + "description": "Account data for each individual source action triggered by the original requests.", "items": { "type": "object", "properties": { @@ -101277,17 +101254,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -101321,7 +101298,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101372,7 +101349,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -101383,6 +101360,7 @@ }, "sources": { "type": "string", + "description": "Sources involved in the account activity.", "example": "smartsheet-test, airtable-v4, IdentityNow" } } @@ -101425,93 +101403,100 @@ } } }, - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } - } - ] - }, { "type": "object", "properties": { "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "displayName": { "type": "string", - "description": "The display name of the entitlement", + "description": "Entitlement's display name.", "example": "Admin" }, "source": { "type": "object", + "description": "Entitlement's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of entitlement's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of entitlement's source.", + "example": "ODS-HR-Employees" } } }, + "segments": { + "type": "array", + "description": "Segments with the role.", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." + }, + "name": { + "type": "string", + "example": "Test Segment", + "description": "Segment's display name." + } + } + } + }, + "segmentCount": { + "type": "integer", + "description": "Number of segments with the role.", + "format": "int32", + "example": 1 + }, + "requestable": { + "type": "boolean", + "description": "Indicates whether the entitlement is requestable.", + "default": false, + "example": false + }, + "cloudGoverned": { + "type": "boolean", + "description": "Indicates whether the entitlement is cloud governed.", + "default": false, + "example": false + }, + "created": { + "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", + "nullable": true, + "format": "date-time", + "example": "2018-06-25T20:22:28.104Z" + }, "privileged": { "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, "example": false }, "identityCount": { "type": "integer", + "description": "Number of identities who have access to the entitlement.", "format": "int32", "example": 3 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -101565,136 +101550,58 @@ "properties": { "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "action": { "type": "string", - "description": "The action that was performed", + "description": "Name of the event as it's displayed in audit reports.", "example": "update" }, "type": { "type": "string", - "description": "The type of event", + "description": "Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.", "example": "SYSTEM_CONFIG" }, "actor": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the actor that generated the event.", + "example": "System" }, "target": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the target, or recipient, of the event.", + "example": "Carol.Adams" }, "stack": { "type": "string", + "description": "The event's stack.", "example": "tpe" }, "trackingNumber": { "type": "string", + "description": "ID of the group of events.", "example": "63f891e0735f4cc8bf1968144a1e7440" }, "ipAddress": { "type": "string", + "description": "Target system's IP address.", "example": "52.52.97.85" }, "details": { "type": "string", + "description": "ID of event's details.", "example": "73b65dfbed1842548c207432a18c84b0" }, "attributes": { "type": "object", + "description": "Attributes involved in the event.", "additionalProperties": true, "example": { "pod": "stg03-useast1", @@ -101704,6 +101611,7 @@ }, "objects": { "type": "array", + "description": "Objects the event is happening to.", "items": { "type": "string", "example": "AUTHENTICATION" @@ -101711,14 +101619,17 @@ }, "operation": { "type": "string", + "description": "Operation, or action, performed during the event.", "example": "REQUEST" }, "status": { "type": "string", + "description": "Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.", "example": "PASSED" }, "technicalName": { "type": "string", + "description": "Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'.", "example": "AUTHENTICATION_REQUEST_PASSED" } } @@ -101792,137 +101703,133 @@ { "type": "object", "properties": { + "displayName": { + "type": "string", + "example": "Carol.Adams", + "description": "Identity's display name." + }, "firstName": { "type": "string", - "description": "The first name of the identity", + "description": "Identity's first name.", "example": "Carol" }, "lastName": { "type": "string", - "description": "The last name of the identity", + "description": "Identity's last name.", "example": "Adams" }, - "displayName": { - "type": "string", - "example": "Carol.Adams", - "description": "The display name of the identity" - }, "email": { "type": "string", - "description": "The identity's primary email address", + "description": "Identity's primary email address.", "example": "Carol.Adams@sailpointdemo.com" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" - }, - "synced": { - "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "phone": { "type": "string", - "description": "The phone number of the identity", + "description": "Identity's phone number.", "example": "+1 440-527-3672" }, + "synced": { + "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " + }, "inactive": { "type": "boolean", - "description": "Indicates if the identity is inactive", + "description": "Indicates whether the identity is inactive.", + "default": false, "example": false }, "protected": { "type": "boolean", + "description": "Indicates whether the identity is protected.", + "default": false, "example": false }, "status": { "type": "string", - "description": "The identity's status in SailPoint", + "description": "Identity's status in SailPoint.", "example": "UNREGISTERED" }, "employeeNumber": { "type": "string", + "description": "Identity's employee number.", "example": "1a2a3d4e" }, "manager": { + "type": "object", + "description": "Identity's manager.", "nullable": true, - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "properties": { + "id": { + "type": "string", + "description": "ID of identity's manager.", + "example": "2c9180867dfe694b017e208e27c05799" }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } + "name": { + "type": "string", + "description": "Name of identity's manager.", + "example": "Amanda.Ross" + }, + "displayName": { + "type": "string", + "description": "Display name of identity's manager.", + "example": "Amanda.Ross" } - ] + } }, "isManager": { "type": "boolean", - "description": "Indicates if this identity is a manager of other identities", + "description": "Indicates whether the identity is a manager of other identities.", "example": false }, "identityProfile": { "type": "object", + "description": "Identity's identity profile.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Identity profile's ID.", + "example": "3bc8ad26b8664945866b31339d1ff7d2" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Identity profile's name.", + "example": "HR Employees" } } }, "source": { "type": "object", + "description": "Identity's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of identity's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of identity's source.", + "example": "ODS-HR-Employees" } } }, "attributes": { "type": "object", - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "country": "US", @@ -101932,10 +101839,12 @@ }, "processingState": { "type": "string", + "description": "Identity's processing state.", "nullable": true, "example": null }, "processingDetails": { + "description": "Identity's processing details.", "nullable": true, "type": "object", "properties": { @@ -101967,7 +101876,7 @@ }, "accounts": { "type": "array", - "description": "List of accounts associated with the identity", + "description": "List of accounts associated with the identity.", "items": { "allOf": [ { @@ -101990,8 +101899,8 @@ "properties": { "accountId": { "type": "string", - "description": "The ID of the account", - "example": "john.doe" + "description": "Account ID.", + "example": "John.Doe" }, "source": { "allOf": [ @@ -102016,7 +101925,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -102024,21 +101933,26 @@ }, "disabled": { "type": "boolean", - "description": "Indicates if the account is disabled", + "description": "Indicates whether the account is disabled.", + "default": false, "example": false }, "locked": { "type": "boolean", - "description": "Indicates if the account is locked", + "description": "Indicates whether the account is locked.", + "default": false, "example": false }, "privileged": { "type": "boolean", + "description": "Indicates whether the account is privileged.", + "default": false, "example": false }, "manuallyCorrelated": { "type": "boolean", - "description": "Indicates if the account has been manually correlated to an identity", + "description": "Indicates whether the account has been manually correlated to an identity.", + "default": false, "example": false }, "passwordLastSet": { @@ -102051,7 +101965,7 @@ "entitlementAttributes": { "type": "object", "nullable": true, - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "moderator": true, @@ -102061,10 +101975,10 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" } } } @@ -102073,13 +101987,13 @@ }, "accountCount": { "type": "integer", - "description": "Number of accounts associated with the identity", + "description": "Number of accounts associated with the identity.", "format": "int32", "example": 3 }, "apps": { "type": "array", - "description": "The list of applications the identity has access to", + "description": "List of applications the identity has access to.", "items": { "allOf": [ { @@ -102138,12 +102052,12 @@ "appCount": { "type": "integer", "format": "int32", - "description": "The number of applications the identity has access to", + "description": "Number of applications the identity has access to.", "example": 2 }, "access": { "type": "array", - "description": "The list of access items assigned to the identity", + "description": "List of access items assigned to the identity.", "items": { "discriminator": { "propertyName": "type", @@ -102533,143 +102447,157 @@ "accessCount": { "type": "integer", "format": "int32", - "description": "The number of access items assigned to the identity", + "description": "Number of access items assigned to the identity.", "example": 5 }, - "accessProfileCount": { - "type": "integer", - "description": "The number of access profiles assigned to the identity", - "example": 1 - }, "entitlementCount": { "type": "integer", - "description": "The number of entitlements assigned to the identity", + "format": "int32", + "description": "Number of entitlements assigned to the identity.", "example": 10 }, "roleCount": { "type": "integer", - "description": "The number of roles assigned to the identity", + "format": "int32", + "description": "Number of roles assigned to the identity.", + "example": 1 + }, + "accessProfileCount": { + "type": "integer", + "format": "int32", + "description": "Number of access profiles assigned to the identity.", "example": 1 }, "owns": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "type": "array", + "description": "Access items the identity owns.", + "items": { + "type": "object", + "properties": { + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "entitlements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "entitlements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "accessProfiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "accessProfiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "apps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "apps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "governanceGroups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "governanceGroups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } + }, + "fallbackApprover": { + "type": "boolean", + "example": false } - }, - "fallbackApprover": { - "type": "boolean", - "example": false } } }, + "ownsCount": { + "type": "integer", + "format": "int32", + "description": "Number of access items the identity owns.", + "example": 5 + }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -102740,116 +102668,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -102860,27 +102748,32 @@ "properties": { "accessProfiles": { "type": "array", + "description": "Access profiles included with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "2c91809c6faade77016fb4f0b63407ae", + "description": "Access profile's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Admin Access", + "description": "Access profile's display name." } } } }, "accessProfileCount": { - "type": "integer" + "type": "integer", + "description": "Number of access profiles included with the role.", + "format": "int32", + "example": 1 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -102891,153 +102784,83 @@ }, "segments": { "type": "array", + "description": "Segments with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Test Segment", + "description": "Segment's display name." } } } }, "segmentCount": { "type": "integer", + "description": "Number of segments with the role.", "format": "int32", "example": 1 }, "entitlements": { "type": "array", + "description": "Entitlements included with the role.", "items": { - "description": "Role", - "allOf": [ - { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - }, - "description": { - "type": "string", - "nullable": true, - "example": null - } - } - } - ] + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "owner": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - "disabled": { - "type": "boolean" - }, - "revocable": { - "type": "boolean" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements included with the role.", "format": "int32", "example": 3 } @@ -105965,41 +105788,8 @@ }, "oneOf": [ { - "description": "This is more of a complete representation of an access profile. ", + "description": "More complete representation of an access profile. ", "allOf": [ - { - "type": "object", - "required": [ - "id", - "name", - "_type" - ], - "properties": { - "id": { - "type": "string", - "example": "2c91808375d8e80a0175e1f88a575222" - }, - "name": { - "type": "string", - "example": "john.doe" - }, - "_type": { - "description": "Enum representing the currently supported document types.\n\nAdditional values may be added in the future without notice.", - "type": "string", - "enum": [ - "accessprofile", - "accountactivity", - "account", - "aggregation", - "entitlement", - "event", - "identity", - "role" - ], - "example": "identity" - } - } - }, { "allOf": [ { @@ -106022,116 +105812,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -106139,70 +105889,112 @@ }, { "type": "object", + "required": [ + "id", + "name", + "_type" + ], "properties": { + "id": { + "type": "string", + "description": "Access profile's ID.", + "example": "2c9180825a6c1adc015a71c9023f0818" + }, + "name": { + "type": "string", + "description": "Access profile's name.", + "example": "Cloud Eng" + }, + "_type": { + "description": "Access profile's document type. \nThis enum represents the currently supported document types.\nAdditional values may be added in the future without notice.", + "type": "string", + "enum": [ + "accessprofile", + "accountactivity", + "account", + "aggregation", + "entitlement", + "event", + "identity", + "role" + ], + "example": "accessprofile" + }, "source": { "type": "object", + "description": "Access profile's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Source's ID.", + "example": "ff8081815757d4fb0157588f3d9d008f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Source's name.", + "example": "Employees" } } }, "entitlements": { "type": "array", + "description": "Entitlements the access profile has access to.", "items": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements.", "example": 5 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -106256,7 +106048,7 @@ "properties": { "action": { "type": "string", - "description": "The type of action that this activity performed", + "description": "Type of action performed in the activity.", "externalDocs": { "description": "Learn more about account activity action types", "url": "https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data" @@ -106265,31 +106057,32 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "stage": { "type": "string", - "description": "The current stage of the activity", + "description": "Activity's current stage.", "example": "Completed" }, "origin": { "type": "string", + "description": "Activity's origin.", "nullable": true, "example": null }, "status": { "type": "string", - "description": "the current status of the activity", + "description": "Activity's current status.", "example": "Complete" }, "requester": { @@ -106315,7 +106108,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106344,7 +106137,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106352,10 +106145,12 @@ }, "trackingNumber": { "type": "string", + "description": "Account activity's tracking number.", "example": "61aad0c9e8134eca89e76a35e0cabe3f" }, "errors": { "type": "array", + "description": "Errors provided by the source while completing account actions.", "items": { "type": "string" }, @@ -106364,6 +106159,7 @@ }, "warnings": { "type": "array", + "description": "Warnings provided by the source while completing account actions.", "items": { "type": "string" }, @@ -106372,6 +106168,7 @@ }, "approvals": { "type": "array", + "description": "Approvals performed on an item during activity.", "items": { "type": "object", "properties": { @@ -106437,7 +106234,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106458,32 +106255,34 @@ }, "originalRequests": { "type": "array", + "description": "Original actions that triggered all individual source actions related to the account action.", "items": { "type": "object", "properties": { "accountId": { "type": "string", - "description": "the account id", + "description": "Account ID.", "example": "CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com" }, "attributeRequests": { "type": "array", + "description": "Attribute changes requested for account.", "items": { "type": "object", "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -106491,10 +106290,11 @@ }, "op": { "type": "string", - "description": "the operation that was used", + "description": "Operation used.", "example": "add" }, "source": { + "description": "Account's source.", "allOf": [ { "type": "object", @@ -106517,7 +106317,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106528,6 +106328,7 @@ }, "expansionItems": { "type": "array", + "description": "Controls that translated the attribute requests into actual provisioning actions on the source.", "items": { "type": "object", "properties": { @@ -106552,17 +106353,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -106591,7 +106392,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106602,6 +106403,7 @@ }, "accountRequests": { "type": "array", + "description": "Account data for each individual source action triggered by the original requests.", "items": { "type": "object", "properties": { @@ -106617,17 +106419,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -106661,7 +106463,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106712,7 +106514,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -106723,6 +106525,7 @@ }, "sources": { "type": "string", + "description": "Sources involved in the account activity.", "example": "smartsheet-test, airtable-v4, IdentityNow" } } @@ -106765,93 +106568,100 @@ } } }, - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } - } - ] - }, { "type": "object", "properties": { "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "displayName": { "type": "string", - "description": "The display name of the entitlement", + "description": "Entitlement's display name.", "example": "Admin" }, "source": { "type": "object", + "description": "Entitlement's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of entitlement's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of entitlement's source.", + "example": "ODS-HR-Employees" } } }, + "segments": { + "type": "array", + "description": "Segments with the role.", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." + }, + "name": { + "type": "string", + "example": "Test Segment", + "description": "Segment's display name." + } + } + } + }, + "segmentCount": { + "type": "integer", + "description": "Number of segments with the role.", + "format": "int32", + "example": 1 + }, + "requestable": { + "type": "boolean", + "description": "Indicates whether the entitlement is requestable.", + "default": false, + "example": false + }, + "cloudGoverned": { + "type": "boolean", + "description": "Indicates whether the entitlement is cloud governed.", + "default": false, + "example": false + }, + "created": { + "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", + "nullable": true, + "format": "date-time", + "example": "2018-06-25T20:22:28.104Z" + }, "privileged": { "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, "example": false }, "identityCount": { "type": "integer", + "description": "Number of identities who have access to the entitlement.", "format": "int32", "example": 3 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -106905,136 +106715,58 @@ "properties": { "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "action": { "type": "string", - "description": "The action that was performed", + "description": "Name of the event as it's displayed in audit reports.", "example": "update" }, "type": { "type": "string", - "description": "The type of event", + "description": "Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.", "example": "SYSTEM_CONFIG" }, "actor": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the actor that generated the event.", + "example": "System" }, "target": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the target, or recipient, of the event.", + "example": "Carol.Adams" }, "stack": { "type": "string", + "description": "The event's stack.", "example": "tpe" }, "trackingNumber": { "type": "string", + "description": "ID of the group of events.", "example": "63f891e0735f4cc8bf1968144a1e7440" }, "ipAddress": { "type": "string", + "description": "Target system's IP address.", "example": "52.52.97.85" }, "details": { "type": "string", + "description": "ID of event's details.", "example": "73b65dfbed1842548c207432a18c84b0" }, "attributes": { "type": "object", + "description": "Attributes involved in the event.", "additionalProperties": true, "example": { "pod": "stg03-useast1", @@ -107044,6 +106776,7 @@ }, "objects": { "type": "array", + "description": "Objects the event is happening to.", "items": { "type": "string", "example": "AUTHENTICATION" @@ -107051,14 +106784,17 @@ }, "operation": { "type": "string", + "description": "Operation, or action, performed during the event.", "example": "REQUEST" }, "status": { "type": "string", + "description": "Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.", "example": "PASSED" }, "technicalName": { "type": "string", + "description": "Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'.", "example": "AUTHENTICATION_REQUEST_PASSED" } } @@ -107132,137 +106868,133 @@ { "type": "object", "properties": { + "displayName": { + "type": "string", + "example": "Carol.Adams", + "description": "Identity's display name." + }, "firstName": { "type": "string", - "description": "The first name of the identity", + "description": "Identity's first name.", "example": "Carol" }, "lastName": { "type": "string", - "description": "The last name of the identity", + "description": "Identity's last name.", "example": "Adams" }, - "displayName": { - "type": "string", - "example": "Carol.Adams", - "description": "The display name of the identity" - }, "email": { "type": "string", - "description": "The identity's primary email address", + "description": "Identity's primary email address.", "example": "Carol.Adams@sailpointdemo.com" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" - }, - "synced": { - "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "phone": { "type": "string", - "description": "The phone number of the identity", + "description": "Identity's phone number.", "example": "+1 440-527-3672" }, + "synced": { + "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " + }, "inactive": { "type": "boolean", - "description": "Indicates if the identity is inactive", + "description": "Indicates whether the identity is inactive.", + "default": false, "example": false }, "protected": { "type": "boolean", + "description": "Indicates whether the identity is protected.", + "default": false, "example": false }, "status": { "type": "string", - "description": "The identity's status in SailPoint", + "description": "Identity's status in SailPoint.", "example": "UNREGISTERED" }, "employeeNumber": { "type": "string", + "description": "Identity's employee number.", "example": "1a2a3d4e" }, "manager": { + "type": "object", + "description": "Identity's manager.", "nullable": true, - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "properties": { + "id": { + "type": "string", + "description": "ID of identity's manager.", + "example": "2c9180867dfe694b017e208e27c05799" }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } + "name": { + "type": "string", + "description": "Name of identity's manager.", + "example": "Amanda.Ross" + }, + "displayName": { + "type": "string", + "description": "Display name of identity's manager.", + "example": "Amanda.Ross" } - ] + } }, "isManager": { "type": "boolean", - "description": "Indicates if this identity is a manager of other identities", + "description": "Indicates whether the identity is a manager of other identities.", "example": false }, "identityProfile": { "type": "object", + "description": "Identity's identity profile.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Identity profile's ID.", + "example": "3bc8ad26b8664945866b31339d1ff7d2" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Identity profile's name.", + "example": "HR Employees" } } }, "source": { "type": "object", + "description": "Identity's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of identity's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of identity's source.", + "example": "ODS-HR-Employees" } } }, "attributes": { "type": "object", - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "country": "US", @@ -107272,10 +107004,12 @@ }, "processingState": { "type": "string", + "description": "Identity's processing state.", "nullable": true, "example": null }, "processingDetails": { + "description": "Identity's processing details.", "nullable": true, "type": "object", "properties": { @@ -107307,7 +107041,7 @@ }, "accounts": { "type": "array", - "description": "List of accounts associated with the identity", + "description": "List of accounts associated with the identity.", "items": { "allOf": [ { @@ -107330,8 +107064,8 @@ "properties": { "accountId": { "type": "string", - "description": "The ID of the account", - "example": "john.doe" + "description": "Account ID.", + "example": "John.Doe" }, "source": { "allOf": [ @@ -107356,7 +107090,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -107364,21 +107098,26 @@ }, "disabled": { "type": "boolean", - "description": "Indicates if the account is disabled", + "description": "Indicates whether the account is disabled.", + "default": false, "example": false }, "locked": { "type": "boolean", - "description": "Indicates if the account is locked", + "description": "Indicates whether the account is locked.", + "default": false, "example": false }, "privileged": { "type": "boolean", + "description": "Indicates whether the account is privileged.", + "default": false, "example": false }, "manuallyCorrelated": { "type": "boolean", - "description": "Indicates if the account has been manually correlated to an identity", + "description": "Indicates whether the account has been manually correlated to an identity.", + "default": false, "example": false }, "passwordLastSet": { @@ -107391,7 +107130,7 @@ "entitlementAttributes": { "type": "object", "nullable": true, - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "moderator": true, @@ -107401,10 +107140,10 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" } } } @@ -107413,13 +107152,13 @@ }, "accountCount": { "type": "integer", - "description": "Number of accounts associated with the identity", + "description": "Number of accounts associated with the identity.", "format": "int32", "example": 3 }, "apps": { "type": "array", - "description": "The list of applications the identity has access to", + "description": "List of applications the identity has access to.", "items": { "allOf": [ { @@ -107478,12 +107217,12 @@ "appCount": { "type": "integer", "format": "int32", - "description": "The number of applications the identity has access to", + "description": "Number of applications the identity has access to.", "example": 2 }, "access": { "type": "array", - "description": "The list of access items assigned to the identity", + "description": "List of access items assigned to the identity.", "items": { "discriminator": { "propertyName": "type", @@ -107873,143 +107612,157 @@ "accessCount": { "type": "integer", "format": "int32", - "description": "The number of access items assigned to the identity", + "description": "Number of access items assigned to the identity.", "example": 5 }, - "accessProfileCount": { - "type": "integer", - "description": "The number of access profiles assigned to the identity", - "example": 1 - }, "entitlementCount": { "type": "integer", - "description": "The number of entitlements assigned to the identity", + "format": "int32", + "description": "Number of entitlements assigned to the identity.", "example": 10 }, "roleCount": { "type": "integer", - "description": "The number of roles assigned to the identity", + "format": "int32", + "description": "Number of roles assigned to the identity.", + "example": 1 + }, + "accessProfileCount": { + "type": "integer", + "format": "int32", + "description": "Number of access profiles assigned to the identity.", "example": 1 }, "owns": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "type": "array", + "description": "Access items the identity owns.", + "items": { + "type": "object", + "properties": { + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "entitlements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "entitlements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "accessProfiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "accessProfiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "apps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "apps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "governanceGroups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "governanceGroups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } + }, + "fallbackApprover": { + "type": "boolean", + "example": false } - }, - "fallbackApprover": { - "type": "boolean", - "example": false } } }, + "ownsCount": { + "type": "integer", + "format": "int32", + "description": "Number of access items the identity owns.", + "example": 5 + }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -108080,116 +107833,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -108200,27 +107913,32 @@ "properties": { "accessProfiles": { "type": "array", + "description": "Access profiles included with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "2c91809c6faade77016fb4f0b63407ae", + "description": "Access profile's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Admin Access", + "description": "Access profile's display name." } } } }, "accessProfileCount": { - "type": "integer" + "type": "integer", + "description": "Number of access profiles included with the role.", + "format": "int32", + "example": 1 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -108231,153 +107949,83 @@ }, "segments": { "type": "array", + "description": "Segments with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Test Segment", + "description": "Segment's display name." } } } }, "segmentCount": { "type": "integer", + "description": "Number of segments with the role.", "format": "int32", "example": 1 }, "entitlements": { "type": "array", + "description": "Entitlements included with the role.", "items": { - "description": "Role", - "allOf": [ - { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - }, - "description": { - "type": "string", - "nullable": true, - "example": null - } - } - } - ] + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "owner": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - "disabled": { - "type": "boolean" - }, - "revocable": { - "type": "boolean" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements included with the role.", "format": "int32", "example": 3 } @@ -108777,41 +108425,8 @@ }, "oneOf": [ { - "description": "This is more of a complete representation of an access profile. ", + "description": "More complete representation of an access profile. ", "allOf": [ - { - "type": "object", - "required": [ - "id", - "name", - "_type" - ], - "properties": { - "id": { - "type": "string", - "example": "2c91808375d8e80a0175e1f88a575222" - }, - "name": { - "type": "string", - "example": "john.doe" - }, - "_type": { - "description": "Enum representing the currently supported document types.\n\nAdditional values may be added in the future without notice.", - "type": "string", - "enum": [ - "accessprofile", - "accountactivity", - "account", - "aggregation", - "entitlement", - "event", - "identity", - "role" - ], - "example": "identity" - } - } - }, { "allOf": [ { @@ -108834,116 +108449,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -108951,70 +108526,112 @@ }, { "type": "object", + "required": [ + "id", + "name", + "_type" + ], "properties": { + "id": { + "type": "string", + "description": "Access profile's ID.", + "example": "2c9180825a6c1adc015a71c9023f0818" + }, + "name": { + "type": "string", + "description": "Access profile's name.", + "example": "Cloud Eng" + }, + "_type": { + "description": "Access profile's document type. \nThis enum represents the currently supported document types.\nAdditional values may be added in the future without notice.", + "type": "string", + "enum": [ + "accessprofile", + "accountactivity", + "account", + "aggregation", + "entitlement", + "event", + "identity", + "role" + ], + "example": "accessprofile" + }, "source": { "type": "object", + "description": "Access profile's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Source's ID.", + "example": "ff8081815757d4fb0157588f3d9d008f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Source's name.", + "example": "Employees" } } }, "entitlements": { "type": "array", + "description": "Entitlements the access profile has access to.", "items": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements.", "example": 5 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -109068,7 +108685,7 @@ "properties": { "action": { "type": "string", - "description": "The type of action that this activity performed", + "description": "Type of action performed in the activity.", "externalDocs": { "description": "Learn more about account activity action types", "url": "https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data" @@ -109077,31 +108694,32 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "stage": { "type": "string", - "description": "The current stage of the activity", + "description": "Activity's current stage.", "example": "Completed" }, "origin": { "type": "string", + "description": "Activity's origin.", "nullable": true, "example": null }, "status": { "type": "string", - "description": "the current status of the activity", + "description": "Activity's current status.", "example": "Complete" }, "requester": { @@ -109127,7 +108745,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109156,7 +108774,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109164,10 +108782,12 @@ }, "trackingNumber": { "type": "string", + "description": "Account activity's tracking number.", "example": "61aad0c9e8134eca89e76a35e0cabe3f" }, "errors": { "type": "array", + "description": "Errors provided by the source while completing account actions.", "items": { "type": "string" }, @@ -109176,6 +108796,7 @@ }, "warnings": { "type": "array", + "description": "Warnings provided by the source while completing account actions.", "items": { "type": "string" }, @@ -109184,6 +108805,7 @@ }, "approvals": { "type": "array", + "description": "Approvals performed on an item during activity.", "items": { "type": "object", "properties": { @@ -109249,7 +108871,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109270,32 +108892,34 @@ }, "originalRequests": { "type": "array", + "description": "Original actions that triggered all individual source actions related to the account action.", "items": { "type": "object", "properties": { "accountId": { "type": "string", - "description": "the account id", + "description": "Account ID.", "example": "CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com" }, "attributeRequests": { "type": "array", + "description": "Attribute changes requested for account.", "items": { "type": "object", "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -109303,10 +108927,11 @@ }, "op": { "type": "string", - "description": "the operation that was used", + "description": "Operation used.", "example": "add" }, "source": { + "description": "Account's source.", "allOf": [ { "type": "object", @@ -109329,7 +108954,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109340,6 +108965,7 @@ }, "expansionItems": { "type": "array", + "description": "Controls that translated the attribute requests into actual provisioning actions on the source.", "items": { "type": "object", "properties": { @@ -109364,17 +108990,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -109403,7 +109029,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109414,6 +109040,7 @@ }, "accountRequests": { "type": "array", + "description": "Account data for each individual source action triggered by the original requests.", "items": { "type": "object", "properties": { @@ -109429,17 +109056,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -109473,7 +109100,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109524,7 +109151,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -109535,6 +109162,7 @@ }, "sources": { "type": "string", + "description": "Sources involved in the account activity.", "example": "smartsheet-test, airtable-v4, IdentityNow" } } @@ -109577,93 +109205,100 @@ } } }, - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } - } - ] - }, { "type": "object", "properties": { "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "displayName": { "type": "string", - "description": "The display name of the entitlement", + "description": "Entitlement's display name.", "example": "Admin" }, "source": { "type": "object", + "description": "Entitlement's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of entitlement's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of entitlement's source.", + "example": "ODS-HR-Employees" } } }, + "segments": { + "type": "array", + "description": "Segments with the role.", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." + }, + "name": { + "type": "string", + "example": "Test Segment", + "description": "Segment's display name." + } + } + } + }, + "segmentCount": { + "type": "integer", + "description": "Number of segments with the role.", + "format": "int32", + "example": 1 + }, + "requestable": { + "type": "boolean", + "description": "Indicates whether the entitlement is requestable.", + "default": false, + "example": false + }, + "cloudGoverned": { + "type": "boolean", + "description": "Indicates whether the entitlement is cloud governed.", + "default": false, + "example": false + }, + "created": { + "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", + "nullable": true, + "format": "date-time", + "example": "2018-06-25T20:22:28.104Z" + }, "privileged": { "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, "example": false }, "identityCount": { "type": "integer", + "description": "Number of identities who have access to the entitlement.", "format": "int32", "example": 3 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -109717,136 +109352,58 @@ "properties": { "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "action": { "type": "string", - "description": "The action that was performed", + "description": "Name of the event as it's displayed in audit reports.", "example": "update" }, "type": { "type": "string", - "description": "The type of event", + "description": "Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.", "example": "SYSTEM_CONFIG" }, "actor": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the actor that generated the event.", + "example": "System" }, "target": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the target, or recipient, of the event.", + "example": "Carol.Adams" }, "stack": { "type": "string", + "description": "The event's stack.", "example": "tpe" }, "trackingNumber": { "type": "string", + "description": "ID of the group of events.", "example": "63f891e0735f4cc8bf1968144a1e7440" }, "ipAddress": { "type": "string", + "description": "Target system's IP address.", "example": "52.52.97.85" }, "details": { "type": "string", + "description": "ID of event's details.", "example": "73b65dfbed1842548c207432a18c84b0" }, "attributes": { "type": "object", + "description": "Attributes involved in the event.", "additionalProperties": true, "example": { "pod": "stg03-useast1", @@ -109856,6 +109413,7 @@ }, "objects": { "type": "array", + "description": "Objects the event is happening to.", "items": { "type": "string", "example": "AUTHENTICATION" @@ -109863,14 +109421,17 @@ }, "operation": { "type": "string", + "description": "Operation, or action, performed during the event.", "example": "REQUEST" }, "status": { "type": "string", + "description": "Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.", "example": "PASSED" }, "technicalName": { "type": "string", + "description": "Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'.", "example": "AUTHENTICATION_REQUEST_PASSED" } } @@ -109944,137 +109505,133 @@ { "type": "object", "properties": { + "displayName": { + "type": "string", + "example": "Carol.Adams", + "description": "Identity's display name." + }, "firstName": { "type": "string", - "description": "The first name of the identity", + "description": "Identity's first name.", "example": "Carol" }, "lastName": { "type": "string", - "description": "The last name of the identity", + "description": "Identity's last name.", "example": "Adams" }, - "displayName": { - "type": "string", - "example": "Carol.Adams", - "description": "The display name of the identity" - }, "email": { "type": "string", - "description": "The identity's primary email address", + "description": "Identity's primary email address.", "example": "Carol.Adams@sailpointdemo.com" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" - }, - "synced": { - "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "phone": { "type": "string", - "description": "The phone number of the identity", + "description": "Identity's phone number.", "example": "+1 440-527-3672" }, + "synced": { + "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " + }, "inactive": { "type": "boolean", - "description": "Indicates if the identity is inactive", + "description": "Indicates whether the identity is inactive.", + "default": false, "example": false }, "protected": { "type": "boolean", + "description": "Indicates whether the identity is protected.", + "default": false, "example": false }, "status": { "type": "string", - "description": "The identity's status in SailPoint", + "description": "Identity's status in SailPoint.", "example": "UNREGISTERED" }, "employeeNumber": { "type": "string", + "description": "Identity's employee number.", "example": "1a2a3d4e" }, "manager": { + "type": "object", + "description": "Identity's manager.", "nullable": true, - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "properties": { + "id": { + "type": "string", + "description": "ID of identity's manager.", + "example": "2c9180867dfe694b017e208e27c05799" }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } + "name": { + "type": "string", + "description": "Name of identity's manager.", + "example": "Amanda.Ross" + }, + "displayName": { + "type": "string", + "description": "Display name of identity's manager.", + "example": "Amanda.Ross" } - ] + } }, "isManager": { "type": "boolean", - "description": "Indicates if this identity is a manager of other identities", + "description": "Indicates whether the identity is a manager of other identities.", "example": false }, "identityProfile": { "type": "object", + "description": "Identity's identity profile.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Identity profile's ID.", + "example": "3bc8ad26b8664945866b31339d1ff7d2" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Identity profile's name.", + "example": "HR Employees" } } }, "source": { "type": "object", + "description": "Identity's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of identity's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of identity's source.", + "example": "ODS-HR-Employees" } } }, "attributes": { "type": "object", - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "country": "US", @@ -110084,10 +109641,12 @@ }, "processingState": { "type": "string", + "description": "Identity's processing state.", "nullable": true, "example": null }, "processingDetails": { + "description": "Identity's processing details.", "nullable": true, "type": "object", "properties": { @@ -110119,7 +109678,7 @@ }, "accounts": { "type": "array", - "description": "List of accounts associated with the identity", + "description": "List of accounts associated with the identity.", "items": { "allOf": [ { @@ -110142,8 +109701,8 @@ "properties": { "accountId": { "type": "string", - "description": "The ID of the account", - "example": "john.doe" + "description": "Account ID.", + "example": "John.Doe" }, "source": { "allOf": [ @@ -110168,7 +109727,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -110176,21 +109735,26 @@ }, "disabled": { "type": "boolean", - "description": "Indicates if the account is disabled", + "description": "Indicates whether the account is disabled.", + "default": false, "example": false }, "locked": { "type": "boolean", - "description": "Indicates if the account is locked", + "description": "Indicates whether the account is locked.", + "default": false, "example": false }, "privileged": { "type": "boolean", + "description": "Indicates whether the account is privileged.", + "default": false, "example": false }, "manuallyCorrelated": { "type": "boolean", - "description": "Indicates if the account has been manually correlated to an identity", + "description": "Indicates whether the account has been manually correlated to an identity.", + "default": false, "example": false }, "passwordLastSet": { @@ -110203,7 +109767,7 @@ "entitlementAttributes": { "type": "object", "nullable": true, - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "moderator": true, @@ -110213,10 +109777,10 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" } } } @@ -110225,13 +109789,13 @@ }, "accountCount": { "type": "integer", - "description": "Number of accounts associated with the identity", + "description": "Number of accounts associated with the identity.", "format": "int32", "example": 3 }, "apps": { "type": "array", - "description": "The list of applications the identity has access to", + "description": "List of applications the identity has access to.", "items": { "allOf": [ { @@ -110290,12 +109854,12 @@ "appCount": { "type": "integer", "format": "int32", - "description": "The number of applications the identity has access to", + "description": "Number of applications the identity has access to.", "example": 2 }, "access": { "type": "array", - "description": "The list of access items assigned to the identity", + "description": "List of access items assigned to the identity.", "items": { "discriminator": { "propertyName": "type", @@ -110685,143 +110249,157 @@ "accessCount": { "type": "integer", "format": "int32", - "description": "The number of access items assigned to the identity", + "description": "Number of access items assigned to the identity.", "example": 5 }, - "accessProfileCount": { - "type": "integer", - "description": "The number of access profiles assigned to the identity", - "example": 1 - }, "entitlementCount": { "type": "integer", - "description": "The number of entitlements assigned to the identity", + "format": "int32", + "description": "Number of entitlements assigned to the identity.", "example": 10 }, "roleCount": { "type": "integer", - "description": "The number of roles assigned to the identity", + "format": "int32", + "description": "Number of roles assigned to the identity.", + "example": 1 + }, + "accessProfileCount": { + "type": "integer", + "format": "int32", + "description": "Number of access profiles assigned to the identity.", "example": 1 }, "owns": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "type": "array", + "description": "Access items the identity owns.", + "items": { + "type": "object", + "properties": { + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "entitlements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "entitlements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "accessProfiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "accessProfiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "apps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "apps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "governanceGroups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "governanceGroups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } + }, + "fallbackApprover": { + "type": "boolean", + "example": false } - }, - "fallbackApprover": { - "type": "boolean", - "example": false } } }, + "ownsCount": { + "type": "integer", + "format": "int32", + "description": "Number of access items the identity owns.", + "example": 5 + }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -110892,116 +110470,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -111012,27 +110550,32 @@ "properties": { "accessProfiles": { "type": "array", + "description": "Access profiles included with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "2c91809c6faade77016fb4f0b63407ae", + "description": "Access profile's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Admin Access", + "description": "Access profile's display name." } } } }, "accessProfileCount": { - "type": "integer" + "type": "integer", + "description": "Number of access profiles included with the role.", + "format": "int32", + "example": 1 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -111043,153 +110586,83 @@ }, "segments": { "type": "array", + "description": "Segments with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Test Segment", + "description": "Segment's display name." } } } }, "segmentCount": { "type": "integer", + "description": "Number of segments with the role.", "format": "int32", "example": 1 }, "entitlements": { "type": "array", + "description": "Entitlements included with the role.", "items": { - "description": "Role", - "allOf": [ - { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - }, - "description": { - "type": "string", - "nullable": true, - "example": null - } - } - } - ] + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "owner": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - "disabled": { - "type": "boolean" - }, - "revocable": { - "type": "boolean" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements included with the role.", "format": "int32", "example": 3 } @@ -178414,41 +177887,8 @@ ] }, "AccessProfileDocument": { - "description": "This is more of a complete representation of an access profile. ", + "description": "More complete representation of an access profile. ", "allOf": [ - { - "type": "object", - "required": [ - "id", - "name", - "_type" - ], - "properties": { - "id": { - "type": "string", - "example": "2c91808375d8e80a0175e1f88a575222" - }, - "name": { - "type": "string", - "example": "john.doe" - }, - "_type": { - "description": "Enum representing the currently supported document types.\n\nAdditional values may be added in the future without notice.", - "type": "string", - "enum": [ - "accessprofile", - "accountactivity", - "account", - "aggregation", - "entitlement", - "event", - "identity", - "role" - ], - "example": "identity" - } - } - }, { "allOf": [ { @@ -178471,116 +177911,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -178588,70 +177988,112 @@ }, { "type": "object", + "required": [ + "id", + "name", + "_type" + ], "properties": { + "id": { + "type": "string", + "description": "Access profile's ID.", + "example": "2c9180825a6c1adc015a71c9023f0818" + }, + "name": { + "type": "string", + "description": "Access profile's name.", + "example": "Cloud Eng" + }, + "_type": { + "description": "Access profile's document type. \nThis enum represents the currently supported document types.\nAdditional values may be added in the future without notice.", + "type": "string", + "enum": [ + "accessprofile", + "accountactivity", + "account", + "aggregation", + "entitlement", + "event", + "identity", + "role" + ], + "example": "accessprofile" + }, "source": { "type": "object", + "description": "Access profile's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Source's ID.", + "example": "ff8081815757d4fb0157588f3d9d008f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Source's name.", + "example": "Employees" } } }, "entitlements": { "type": "array", + "description": "Entitlements the access profile has access to.", "items": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements.", "example": 5 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -179497,7 +178939,7 @@ "properties": { "action": { "type": "string", - "description": "The type of action that this activity performed", + "description": "Type of action performed in the activity.", "externalDocs": { "description": "Learn more about account activity action types", "url": "https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data" @@ -179506,31 +178948,32 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "stage": { "type": "string", - "description": "The current stage of the activity", + "description": "Activity's current stage.", "example": "Completed" }, "origin": { "type": "string", + "description": "Activity's origin.", "nullable": true, "example": null }, "status": { "type": "string", - "description": "the current status of the activity", + "description": "Activity's current status.", "example": "Complete" }, "requester": { @@ -179556,7 +178999,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179585,7 +179028,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179593,10 +179036,12 @@ }, "trackingNumber": { "type": "string", + "description": "Account activity's tracking number.", "example": "61aad0c9e8134eca89e76a35e0cabe3f" }, "errors": { "type": "array", + "description": "Errors provided by the source while completing account actions.", "items": { "type": "string" }, @@ -179605,6 +179050,7 @@ }, "warnings": { "type": "array", + "description": "Warnings provided by the source while completing account actions.", "items": { "type": "string" }, @@ -179613,6 +179059,7 @@ }, "approvals": { "type": "array", + "description": "Approvals performed on an item during activity.", "items": { "type": "object", "properties": { @@ -179678,7 +179125,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179699,32 +179146,34 @@ }, "originalRequests": { "type": "array", + "description": "Original actions that triggered all individual source actions related to the account action.", "items": { "type": "object", "properties": { "accountId": { "type": "string", - "description": "the account id", + "description": "Account ID.", "example": "CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com" }, "attributeRequests": { "type": "array", + "description": "Attribute changes requested for account.", "items": { "type": "object", "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -179732,10 +179181,11 @@ }, "op": { "type": "string", - "description": "the operation that was used", + "description": "Operation used.", "example": "add" }, "source": { + "description": "Account's source.", "allOf": [ { "type": "object", @@ -179758,7 +179208,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179769,6 +179219,7 @@ }, "expansionItems": { "type": "array", + "description": "Controls that translated the attribute requests into actual provisioning actions on the source.", "items": { "type": "object", "properties": { @@ -179793,17 +179244,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -179832,7 +179283,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179843,6 +179294,7 @@ }, "accountRequests": { "type": "array", + "description": "Account data for each individual source action triggered by the original requests.", "items": { "type": "object", "properties": { @@ -179858,17 +179310,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -179902,7 +179354,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179953,7 +179405,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -179964,6 +179416,7 @@ }, "sources": { "type": "string", + "description": "Sources involved in the account activity.", "example": "smartsheet-test, airtable-v4, IdentityNow" } } @@ -180528,93 +179981,100 @@ } } }, - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } - } - ] - }, { "type": "object", "properties": { "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "displayName": { "type": "string", - "description": "The display name of the entitlement", + "description": "Entitlement's display name.", "example": "Admin" }, "source": { "type": "object", + "description": "Entitlement's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of entitlement's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of entitlement's source.", + "example": "ODS-HR-Employees" } } }, + "segments": { + "type": "array", + "description": "Segments with the role.", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." + }, + "name": { + "type": "string", + "example": "Test Segment", + "description": "Segment's display name." + } + } + } + }, + "segmentCount": { + "type": "integer", + "description": "Number of segments with the role.", + "format": "int32", + "example": 1 + }, + "requestable": { + "type": "boolean", + "description": "Indicates whether the entitlement is requestable.", + "default": false, + "example": false + }, + "cloudGoverned": { + "type": "boolean", + "description": "Indicates whether the entitlement is cloud governed.", + "default": false, + "example": false + }, + "created": { + "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", + "nullable": true, + "format": "date-time", + "example": "2018-06-25T20:22:28.104Z" + }, "privileged": { "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, "example": false }, "identityCount": { "type": "integer", + "description": "Number of identities who have access to the entitlement.", "format": "int32", "example": 3 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -180786,136 +180246,58 @@ "properties": { "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "action": { "type": "string", - "description": "The action that was performed", + "description": "Name of the event as it's displayed in audit reports.", "example": "update" }, "type": { "type": "string", - "description": "The type of event", + "description": "Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.", "example": "SYSTEM_CONFIG" }, "actor": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the actor that generated the event.", + "example": "System" }, "target": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the target, or recipient, of the event.", + "example": "Carol.Adams" }, "stack": { "type": "string", + "description": "The event's stack.", "example": "tpe" }, "trackingNumber": { "type": "string", + "description": "ID of the group of events.", "example": "63f891e0735f4cc8bf1968144a1e7440" }, "ipAddress": { "type": "string", + "description": "Target system's IP address.", "example": "52.52.97.85" }, "details": { "type": "string", + "description": "ID of event's details.", "example": "73b65dfbed1842548c207432a18c84b0" }, "attributes": { "type": "object", + "description": "Attributes involved in the event.", "additionalProperties": true, "example": { "pod": "stg03-useast1", @@ -180925,6 +180307,7 @@ }, "objects": { "type": "array", + "description": "Objects the event is happening to.", "items": { "type": "string", "example": "AUTHENTICATION" @@ -180932,14 +180315,17 @@ }, "operation": { "type": "string", + "description": "Operation, or action, performed during the event.", "example": "REQUEST" }, "status": { "type": "string", + "description": "Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.", "example": "PASSED" }, "technicalName": { "type": "string", + "description": "Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'.", "example": "AUTHENTICATION_REQUEST_PASSED" } } @@ -181013,137 +180399,133 @@ { "type": "object", "properties": { + "displayName": { + "type": "string", + "example": "Carol.Adams", + "description": "Identity's display name." + }, "firstName": { "type": "string", - "description": "The first name of the identity", + "description": "Identity's first name.", "example": "Carol" }, "lastName": { "type": "string", - "description": "The last name of the identity", + "description": "Identity's last name.", "example": "Adams" }, - "displayName": { - "type": "string", - "example": "Carol.Adams", - "description": "The display name of the identity" - }, "email": { "type": "string", - "description": "The identity's primary email address", + "description": "Identity's primary email address.", "example": "Carol.Adams@sailpointdemo.com" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" - }, - "synced": { - "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "phone": { "type": "string", - "description": "The phone number of the identity", + "description": "Identity's phone number.", "example": "+1 440-527-3672" }, + "synced": { + "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " + }, "inactive": { "type": "boolean", - "description": "Indicates if the identity is inactive", + "description": "Indicates whether the identity is inactive.", + "default": false, "example": false }, "protected": { "type": "boolean", + "description": "Indicates whether the identity is protected.", + "default": false, "example": false }, "status": { "type": "string", - "description": "The identity's status in SailPoint", + "description": "Identity's status in SailPoint.", "example": "UNREGISTERED" }, "employeeNumber": { "type": "string", + "description": "Identity's employee number.", "example": "1a2a3d4e" }, "manager": { + "type": "object", + "description": "Identity's manager.", "nullable": true, - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "properties": { + "id": { + "type": "string", + "description": "ID of identity's manager.", + "example": "2c9180867dfe694b017e208e27c05799" }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } + "name": { + "type": "string", + "description": "Name of identity's manager.", + "example": "Amanda.Ross" + }, + "displayName": { + "type": "string", + "description": "Display name of identity's manager.", + "example": "Amanda.Ross" } - ] + } }, "isManager": { "type": "boolean", - "description": "Indicates if this identity is a manager of other identities", + "description": "Indicates whether the identity is a manager of other identities.", "example": false }, "identityProfile": { "type": "object", + "description": "Identity's identity profile.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Identity profile's ID.", + "example": "3bc8ad26b8664945866b31339d1ff7d2" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Identity profile's name.", + "example": "HR Employees" } } }, "source": { "type": "object", + "description": "Identity's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of identity's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of identity's source.", + "example": "ODS-HR-Employees" } } }, "attributes": { "type": "object", - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "country": "US", @@ -181153,10 +180535,12 @@ }, "processingState": { "type": "string", + "description": "Identity's processing state.", "nullable": true, "example": null }, "processingDetails": { + "description": "Identity's processing details.", "nullable": true, "type": "object", "properties": { @@ -181188,7 +180572,7 @@ }, "accounts": { "type": "array", - "description": "List of accounts associated with the identity", + "description": "List of accounts associated with the identity.", "items": { "allOf": [ { @@ -181211,8 +180595,8 @@ "properties": { "accountId": { "type": "string", - "description": "The ID of the account", - "example": "john.doe" + "description": "Account ID.", + "example": "John.Doe" }, "source": { "allOf": [ @@ -181237,7 +180621,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -181245,21 +180629,26 @@ }, "disabled": { "type": "boolean", - "description": "Indicates if the account is disabled", + "description": "Indicates whether the account is disabled.", + "default": false, "example": false }, "locked": { "type": "boolean", - "description": "Indicates if the account is locked", + "description": "Indicates whether the account is locked.", + "default": false, "example": false }, "privileged": { "type": "boolean", + "description": "Indicates whether the account is privileged.", + "default": false, "example": false }, "manuallyCorrelated": { "type": "boolean", - "description": "Indicates if the account has been manually correlated to an identity", + "description": "Indicates whether the account has been manually correlated to an identity.", + "default": false, "example": false }, "passwordLastSet": { @@ -181272,7 +180661,7 @@ "entitlementAttributes": { "type": "object", "nullable": true, - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "moderator": true, @@ -181282,10 +180671,10 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" } } } @@ -181294,13 +180683,13 @@ }, "accountCount": { "type": "integer", - "description": "Number of accounts associated with the identity", + "description": "Number of accounts associated with the identity.", "format": "int32", "example": 3 }, "apps": { "type": "array", - "description": "The list of applications the identity has access to", + "description": "List of applications the identity has access to.", "items": { "allOf": [ { @@ -181359,12 +180748,12 @@ "appCount": { "type": "integer", "format": "int32", - "description": "The number of applications the identity has access to", + "description": "Number of applications the identity has access to.", "example": 2 }, "access": { "type": "array", - "description": "The list of access items assigned to the identity", + "description": "List of access items assigned to the identity.", "items": { "discriminator": { "propertyName": "type", @@ -181754,143 +181143,157 @@ "accessCount": { "type": "integer", "format": "int32", - "description": "The number of access items assigned to the identity", + "description": "Number of access items assigned to the identity.", "example": 5 }, - "accessProfileCount": { - "type": "integer", - "description": "The number of access profiles assigned to the identity", - "example": 1 - }, "entitlementCount": { "type": "integer", - "description": "The number of entitlements assigned to the identity", + "format": "int32", + "description": "Number of entitlements assigned to the identity.", "example": 10 }, "roleCount": { "type": "integer", - "description": "The number of roles assigned to the identity", + "format": "int32", + "description": "Number of roles assigned to the identity.", + "example": 1 + }, + "accessProfileCount": { + "type": "integer", + "format": "int32", + "description": "Number of access profiles assigned to the identity.", "example": 1 }, "owns": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "type": "array", + "description": "Access items the identity owns.", + "items": { + "type": "object", + "properties": { + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "entitlements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "entitlements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "accessProfiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "accessProfiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "apps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "apps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "governanceGroups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "governanceGroups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } + }, + "fallbackApprover": { + "type": "boolean", + "example": false } - }, - "fallbackApprover": { - "type": "boolean", - "example": false } } }, + "ownsCount": { + "type": "integer", + "format": "int32", + "description": "Number of access items the identity owns.", + "example": 5 + }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -182676,116 +182079,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -182796,27 +182159,32 @@ "properties": { "accessProfiles": { "type": "array", + "description": "Access profiles included with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "2c91809c6faade77016fb4f0b63407ae", + "description": "Access profile's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Admin Access", + "description": "Access profile's display name." } } } }, "accessProfileCount": { - "type": "integer" + "type": "integer", + "description": "Number of access profiles included with the role.", + "format": "int32", + "example": 1 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -182827,153 +182195,83 @@ }, "segments": { "type": "array", + "description": "Segments with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Test Segment", + "description": "Segment's display name." } } } }, "segmentCount": { "type": "integer", + "description": "Number of segments with the role.", "format": "int32", "example": 1 }, "entitlements": { "type": "array", + "description": "Entitlements included with the role.", "items": { - "description": "Role", - "allOf": [ - { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - }, - "description": { - "type": "string", - "nullable": true, - "example": null - } - } - } - ] + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "owner": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - "disabled": { - "type": "boolean" - }, - "revocable": { - "type": "boolean" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements included with the role.", "format": "int32", "example": 3 } @@ -183116,41 +182414,8 @@ }, "oneOf": [ { - "description": "This is more of a complete representation of an access profile. ", + "description": "More complete representation of an access profile. ", "allOf": [ - { - "type": "object", - "required": [ - "id", - "name", - "_type" - ], - "properties": { - "id": { - "type": "string", - "example": "2c91808375d8e80a0175e1f88a575222" - }, - "name": { - "type": "string", - "example": "john.doe" - }, - "_type": { - "description": "Enum representing the currently supported document types.\n\nAdditional values may be added in the future without notice.", - "type": "string", - "enum": [ - "accessprofile", - "accountactivity", - "account", - "aggregation", - "entitlement", - "event", - "identity", - "role" - ], - "example": "identity" - } - } - }, { "allOf": [ { @@ -183173,116 +182438,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -183290,70 +182515,112 @@ }, { "type": "object", + "required": [ + "id", + "name", + "_type" + ], "properties": { + "id": { + "type": "string", + "description": "Access profile's ID.", + "example": "2c9180825a6c1adc015a71c9023f0818" + }, + "name": { + "type": "string", + "description": "Access profile's name.", + "example": "Cloud Eng" + }, + "_type": { + "description": "Access profile's document type. \nThis enum represents the currently supported document types.\nAdditional values may be added in the future without notice.", + "type": "string", + "enum": [ + "accessprofile", + "accountactivity", + "account", + "aggregation", + "entitlement", + "event", + "identity", + "role" + ], + "example": "accessprofile" + }, "source": { "type": "object", + "description": "Access profile's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Source's ID.", + "example": "ff8081815757d4fb0157588f3d9d008f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Source's name.", + "example": "Employees" } } }, "entitlements": { "type": "array", + "description": "Entitlements the access profile has access to.", "items": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements.", "example": 5 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -183407,7 +182674,7 @@ "properties": { "action": { "type": "string", - "description": "The type of action that this activity performed", + "description": "Type of action performed in the activity.", "externalDocs": { "description": "Learn more about account activity action types", "url": "https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data" @@ -183416,31 +182683,32 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "stage": { "type": "string", - "description": "The current stage of the activity", + "description": "Activity's current stage.", "example": "Completed" }, "origin": { "type": "string", + "description": "Activity's origin.", "nullable": true, "example": null }, "status": { "type": "string", - "description": "the current status of the activity", + "description": "Activity's current status.", "example": "Complete" }, "requester": { @@ -183466,7 +182734,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183495,7 +182763,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183503,10 +182771,12 @@ }, "trackingNumber": { "type": "string", + "description": "Account activity's tracking number.", "example": "61aad0c9e8134eca89e76a35e0cabe3f" }, "errors": { "type": "array", + "description": "Errors provided by the source while completing account actions.", "items": { "type": "string" }, @@ -183515,6 +182785,7 @@ }, "warnings": { "type": "array", + "description": "Warnings provided by the source while completing account actions.", "items": { "type": "string" }, @@ -183523,6 +182794,7 @@ }, "approvals": { "type": "array", + "description": "Approvals performed on an item during activity.", "items": { "type": "object", "properties": { @@ -183588,7 +182860,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183609,32 +182881,34 @@ }, "originalRequests": { "type": "array", + "description": "Original actions that triggered all individual source actions related to the account action.", "items": { "type": "object", "properties": { "accountId": { "type": "string", - "description": "the account id", + "description": "Account ID.", "example": "CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com" }, "attributeRequests": { "type": "array", + "description": "Attribute changes requested for account.", "items": { "type": "object", "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -183642,10 +182916,11 @@ }, "op": { "type": "string", - "description": "the operation that was used", + "description": "Operation used.", "example": "add" }, "source": { + "description": "Account's source.", "allOf": [ { "type": "object", @@ -183668,7 +182943,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183679,6 +182954,7 @@ }, "expansionItems": { "type": "array", + "description": "Controls that translated the attribute requests into actual provisioning actions on the source.", "items": { "type": "object", "properties": { @@ -183703,17 +182979,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -183742,7 +183018,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183753,6 +183029,7 @@ }, "accountRequests": { "type": "array", + "description": "Account data for each individual source action triggered by the original requests.", "items": { "type": "object", "properties": { @@ -183768,17 +183045,17 @@ "properties": { "name": { "type": "string", - "description": "The attribute name", + "description": "Attribute name.", "example": "groups" }, "op": { "type": "string", - "description": "The operation to perform", + "description": "Operation to perform on attribute.", "example": "Add" }, "value": { "type": "string", - "description": "The value of the attribute", + "description": "Value of attribute.", "example": "3203537556531076" } } @@ -183812,7 +183089,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183863,7 +183140,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -183874,6 +183151,7 @@ }, "sources": { "type": "string", + "description": "Sources involved in the account activity.", "example": "smartsheet-test, airtable-v4, IdentityNow" } } @@ -183916,93 +183194,100 @@ } } }, - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "description": { - "type": "string", - "description": "A description of the entitlement", - "example": "The admin privilege" - }, - "attribute": { - "type": "string", - "description": "The name of the entitlement attribute", - "example": "admin" - }, - "value": { - "type": "string", - "description": "The value of the entitlement", - "example": "true" - } - } - } - ] - }, { "type": "object", "properties": { "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "displayName": { "type": "string", - "description": "The display name of the entitlement", + "description": "Entitlement's display name.", "example": "Admin" }, "source": { "type": "object", + "description": "Entitlement's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of entitlement's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of entitlement's source.", + "example": "ODS-HR-Employees" } } }, + "segments": { + "type": "array", + "description": "Segments with the role.", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." + }, + "name": { + "type": "string", + "example": "Test Segment", + "description": "Segment's display name." + } + } + } + }, + "segmentCount": { + "type": "integer", + "description": "Number of segments with the role.", + "format": "int32", + "example": 1 + }, + "requestable": { + "type": "boolean", + "description": "Indicates whether the entitlement is requestable.", + "default": false, + "example": false + }, + "cloudGoverned": { + "type": "boolean", + "description": "Indicates whether the entitlement is cloud governed.", + "default": false, + "example": false + }, + "created": { + "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", + "nullable": true, + "format": "date-time", + "example": "2018-06-25T20:22:28.104Z" + }, "privileged": { "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, "example": false }, "identityCount": { "type": "integer", + "description": "Number of identities who have access to the entitlement.", "format": "int32", "example": 3 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -184056,136 +183341,58 @@ "properties": { "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " }, "action": { "type": "string", - "description": "The action that was performed", + "description": "Name of the event as it's displayed in audit reports.", "example": "update" }, "type": { "type": "string", - "description": "The type of event", + "description": "Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.", "example": "SYSTEM_CONFIG" }, "actor": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the actor that generated the event.", + "example": "System" }, "target": { - "type": "object", - "properties": { - "name": { - "type": "string", - "example": "John Doe", - "description": "the actor or target name" - }, - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } + "type": "string", + "description": "Name of the target, or recipient, of the event.", + "example": "Carol.Adams" }, "stack": { "type": "string", + "description": "The event's stack.", "example": "tpe" }, "trackingNumber": { "type": "string", + "description": "ID of the group of events.", "example": "63f891e0735f4cc8bf1968144a1e7440" }, "ipAddress": { "type": "string", + "description": "Target system's IP address.", "example": "52.52.97.85" }, "details": { "type": "string", + "description": "ID of event's details.", "example": "73b65dfbed1842548c207432a18c84b0" }, "attributes": { "type": "object", + "description": "Attributes involved in the event.", "additionalProperties": true, "example": { "pod": "stg03-useast1", @@ -184195,6 +183402,7 @@ }, "objects": { "type": "array", + "description": "Objects the event is happening to.", "items": { "type": "string", "example": "AUTHENTICATION" @@ -184202,14 +183410,17 @@ }, "operation": { "type": "string", + "description": "Operation, or action, performed during the event.", "example": "REQUEST" }, "status": { "type": "string", + "description": "Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.", "example": "PASSED" }, "technicalName": { "type": "string", + "description": "Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'.", "example": "AUTHENTICATION_REQUEST_PASSED" } } @@ -184283,137 +183494,133 @@ { "type": "object", "properties": { + "displayName": { + "type": "string", + "example": "Carol.Adams", + "description": "Identity's display name." + }, "firstName": { "type": "string", - "description": "The first name of the identity", + "description": "Identity's first name.", "example": "Carol" }, "lastName": { "type": "string", - "description": "The last name of the identity", + "description": "Identity's last name.", "example": "Adams" }, - "displayName": { - "type": "string", - "example": "Carol.Adams", - "description": "The display name of the identity" - }, "email": { "type": "string", - "description": "The identity's primary email address", + "description": "Identity's primary email address.", "example": "Carol.Adams@sailpointdemo.com" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" - }, - "synced": { - "type": "string", - "nullable": true, - "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "phone": { "type": "string", - "description": "The phone number of the identity", + "description": "Identity's phone number.", "example": "+1 440-527-3672" }, + "synced": { + "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. " + }, "inactive": { "type": "boolean", - "description": "Indicates if the identity is inactive", + "description": "Indicates whether the identity is inactive.", + "default": false, "example": false }, "protected": { "type": "boolean", + "description": "Indicates whether the identity is protected.", + "default": false, "example": false }, "status": { "type": "string", - "description": "The identity's status in SailPoint", + "description": "Identity's status in SailPoint.", "example": "UNREGISTERED" }, "employeeNumber": { "type": "string", + "description": "Identity's employee number.", "example": "1a2a3d4e" }, "manager": { + "type": "object", + "description": "Identity's manager.", "nullable": true, - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } + "properties": { + "id": { + "type": "string", + "description": "ID of identity's manager.", + "example": "2c9180867dfe694b017e208e27c05799" }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } + "name": { + "type": "string", + "description": "Name of identity's manager.", + "example": "Amanda.Ross" + }, + "displayName": { + "type": "string", + "description": "Display name of identity's manager.", + "example": "Amanda.Ross" } - ] + } }, "isManager": { "type": "boolean", - "description": "Indicates if this identity is a manager of other identities", + "description": "Indicates whether the identity is a manager of other identities.", "example": false }, "identityProfile": { "type": "object", + "description": "Identity's identity profile.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "Identity profile's ID.", + "example": "3bc8ad26b8664945866b31339d1ff7d2" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Identity profile's name.", + "example": "HR Employees" } } }, "source": { "type": "object", + "description": "Identity's source.", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "description": "ID of identity's source.", + "example": "2c91808b6e9e6fb8016eec1a2b6f7b5f" }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "description": "Display name of identity's source.", + "example": "ODS-HR-Employees" } } }, "attributes": { "type": "object", - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "country": "US", @@ -184423,10 +183630,12 @@ }, "processingState": { "type": "string", + "description": "Identity's processing state.", "nullable": true, "example": null }, "processingDetails": { + "description": "Identity's processing details.", "nullable": true, "type": "object", "properties": { @@ -184458,7 +183667,7 @@ }, "accounts": { "type": "array", - "description": "List of accounts associated with the identity", + "description": "List of accounts associated with the identity.", "items": { "allOf": [ { @@ -184481,8 +183690,8 @@ "properties": { "accountId": { "type": "string", - "description": "The ID of the account", - "example": "john.doe" + "description": "Account ID.", + "example": "John.Doe" }, "source": { "allOf": [ @@ -184507,7 +183716,7 @@ "type": { "type": "string", "example": "Delimited File", - "description": "the type of source returned" + "description": "Type of source returned." } } } @@ -184515,21 +183724,26 @@ }, "disabled": { "type": "boolean", - "description": "Indicates if the account is disabled", + "description": "Indicates whether the account is disabled.", + "default": false, "example": false }, "locked": { "type": "boolean", - "description": "Indicates if the account is locked", + "description": "Indicates whether the account is locked.", + "default": false, "example": false }, "privileged": { "type": "boolean", + "description": "Indicates whether the account is privileged.", + "default": false, "example": false }, "manuallyCorrelated": { "type": "boolean", - "description": "Indicates if the account has been manually correlated to an identity", + "description": "Indicates whether the account has been manually correlated to an identity.", + "default": false, "example": false }, "passwordLastSet": { @@ -184542,7 +183756,7 @@ "entitlementAttributes": { "type": "object", "nullable": true, - "description": "a map or dictionary of key/value pairs", + "description": "Map or dictionary of key/value pairs.", "additionalProperties": true, "example": { "moderator": true, @@ -184552,10 +183766,10 @@ }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" } } } @@ -184564,13 +183778,13 @@ }, "accountCount": { "type": "integer", - "description": "Number of accounts associated with the identity", + "description": "Number of accounts associated with the identity.", "format": "int32", "example": 3 }, "apps": { "type": "array", - "description": "The list of applications the identity has access to", + "description": "List of applications the identity has access to.", "items": { "allOf": [ { @@ -184629,12 +183843,12 @@ "appCount": { "type": "integer", "format": "int32", - "description": "The number of applications the identity has access to", + "description": "Number of applications the identity has access to.", "example": 2 }, "access": { "type": "array", - "description": "The list of access items assigned to the identity", + "description": "List of access items assigned to the identity.", "items": { "discriminator": { "propertyName": "type", @@ -185024,143 +184238,157 @@ "accessCount": { "type": "integer", "format": "int32", - "description": "The number of access items assigned to the identity", + "description": "Number of access items assigned to the identity.", "example": 5 }, - "accessProfileCount": { - "type": "integer", - "description": "The number of access profiles assigned to the identity", - "example": 1 - }, "entitlementCount": { "type": "integer", - "description": "The number of entitlements assigned to the identity", + "format": "int32", + "description": "Number of entitlements assigned to the identity.", "example": 10 }, "roleCount": { "type": "integer", - "description": "The number of roles assigned to the identity", + "format": "int32", + "description": "Number of roles assigned to the identity.", + "example": 1 + }, + "accessProfileCount": { + "type": "integer", + "format": "int32", + "description": "Number of access profiles assigned to the identity.", "example": 1 }, "owns": { - "type": "object", - "properties": { - "sources": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "type": "array", + "description": "Access items the identity owns.", + "items": { + "type": "object", + "properties": { + "sources": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "entitlements": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "entitlements": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "accessProfiles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "accessProfiles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "roles": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "roles": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "apps": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "apps": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } - } - }, - "governanceGroups": { - "type": "array", - "items": { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + }, + "governanceGroups": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "2c91808568c529c60168cca6f90c1313", + "description": "The unique ID of the referenced object." + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "The human readable name of the referenced object." + } } } + }, + "fallbackApprover": { + "type": "boolean", + "example": false } - }, - "fallbackApprover": { - "type": "boolean", - "example": false } } }, + "ownsCount": { + "type": "integer", + "format": "int32", + "description": "Number of access items the identity owns.", + "example": 5 + }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -185231,116 +184459,76 @@ "properties": { "description": { "type": "string", - "description": "The description of the access item", + "description": "Access item's description.", "example": "The admin role" }, "created": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was created.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "modified": { "type": "string", + "description": "ISO-8601 date-time referring to the time when the object was last modified.", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:28.104Z" }, "synced": { "type": "string", + "description": "ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. \nThis date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. \nThere may be some delay between the `synced` time and the time when the updated data is actually available in the search API. ", "nullable": true, "format": "date-time", - "example": "2018-06-25T20:22:28.104Z", - "description": "A date-time in ISO-8601 format" + "example": "2018-06-25T20:22:33.104Z" }, "enabled": { "type": "boolean", + "description": "Indicates whether the access item is currently enabled.", + "default": false, "example": true }, "requestable": { "type": "boolean", - "example": true, - "description": "Indicates if the access can be requested" + "description": "Indicates whether the access item can be requested.", + "default": true, + "example": true }, "requestCommentsRequired": { "type": "boolean", - "description": "Indicates if comments are required when requesting access", + "description": "Indicates whether comments are required for requests to access the item.", + "default": false, "example": false }, "owner": { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - } - } - } - ] + "type": "object", + "description": "Owner's identity.", + "properties": { + "type": { + "type": "string", + "description": "Owner's DTO type.", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY" }, - { - "type": "object", - "properties": { - "email": { - "type": "string", - "example": "john.doe@sailpoint.com", - "description": "The email of the identity" - } - } + "id": { + "type": "string", + "description": "Owner's identity ID.", + "example": "2c9180a46faadee4016fb4e018c20639" + }, + "name": { + "type": "string", + "description": "Owner's display name.", + "example": "Support" + }, + "email": { + "type": "string", + "description": "Owner's email.", + "example": "cloud-support@sailpoint.com" } - ] + } } } } @@ -185351,27 +184539,32 @@ "properties": { "accessProfiles": { "type": "array", + "description": "Access profiles included with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "2c91809c6faade77016fb4f0b63407ae", + "description": "Access profile's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Admin Access", + "description": "Access profile's display name." } } } }, "accessProfileCount": { - "type": "integer" + "type": "integer", + "description": "Number of access profiles included with the role.", + "format": "int32", + "example": 1 }, "tags": { "type": "array", + "description": "Tags that have been applied to the object.", "items": { "type": "string" }, @@ -185382,153 +184575,83 @@ }, "segments": { "type": "array", + "description": "Segments with the role.", "items": { "type": "object", "properties": { "id": { "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." + "example": "b009b6e3-b56d-41d9-8735-cb532ea0b017", + "description": "Segment's unique ID." }, "name": { "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." + "example": "Test Segment", + "description": "Segment's display name." } } } }, "segmentCount": { "type": "integer", + "description": "Number of segments with the role.", "format": "int32", "example": 1 }, "entitlements": { "type": "array", + "description": "Entitlements included with the role.", "items": { - "description": "Role", - "allOf": [ - { - "allOf": [ - { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - { - "type": "object", - "properties": { - "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", - "LIFECYCLE_STATE", - "PASSWORD_POLICY", - "ROLE", - "RULE", - "SOD_POLICY", - "SOURCE", - "TAG", - "TAG_CATEGORY", - "TASK_RESULT", - "REPORT_RESULT", - "SOD_VIOLATION", - "ACCOUNT_ACTIVITY", - "WORKGROUP" - ], - "description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.", - "example": "IDENTITY" - }, - "description": { - "type": "string", - "nullable": true, - "example": null - } - } - } - ] + "type": "object", + "properties": { + "hasPermissions": { + "type": "boolean", + "description": "Indicates whether the entitlement has permissions.", + "default": false, + "example": false }, - { - "type": "object", - "properties": { - "owner": { - "allOf": [ - { - "type": "object", - "properties": { - "id": { - "type": "string", - "example": "2c91808568c529c60168cca6f90c1313", - "description": "The unique ID of the referenced object." - }, - "name": { - "type": "string", - "example": "John Doe", - "description": "The human readable name of the referenced object." - } - } - }, - { - "type": "object", - "properties": { - "displayName": { - "type": "string", - "example": "John Q. Doe" - } - } - } - ] - }, - "disabled": { - "type": "boolean" - }, - "revocable": { - "type": "boolean" - } - } + "description": { + "type": "string", + "description": "Entitlement's description.", + "example": "Cloud engineering" + }, + "attribute": { + "type": "string", + "description": "Entitlement attribute's name.", + "example": "memberOf" + }, + "value": { + "type": "string", + "description": "Entitlement's value.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" + }, + "schema": { + "type": "string", + "description": "Entitlement's schema.", + "example": "group" + }, + "privileged": { + "type": "boolean", + "description": "Indicates whether the entitlement is privileged.", + "default": false, + "example": false + }, + "id": { + "type": "string", + "description": "Entitlement's ID.", + "example": "2c918084575812550157589064f33b89" + }, + "name": { + "type": "string", + "description": "Entitlement's name.", + "example": "CN=Cloud Engineering,DC=sailpoint,DC=COM" } - ] + } } }, "entitlementCount": { "type": "integer", + "description": "Number of entitlements included with the role.", "format": "int32", "example": 3 } diff --git a/dereferenced/deref-sailpoint-api.v3.yaml b/dereferenced/deref-sailpoint-api.v3.yaml index f3e1bed..a3eeb42 100644 --- a/dereferenced/deref-sailpoint-api.v3.yaml +++ b/dereferenced/deref-sailpoint-api.v3.yaml @@ -16091,7 +16091,6 @@ paths: - CERT_ADMIN - CLOUD_GOV_ADMIN - CLOUD_GOV_USER - - DASHBOARD - HELPDESK - ORG_ADMIN - REPORT_ADMIN @@ -16551,7 +16550,6 @@ paths: - CERT_ADMIN - CLOUD_GOV_ADMIN - CLOUD_GOV_USER - - DASHBOARD - HELPDESK - ORG_ADMIN - REPORT_ADMIN @@ -75539,36 +75537,8 @@ paths: identity: ../model/identity/IdentityDocument.yaml role: ../model/role/RoleDocument.yaml oneOf: - - description: 'This is more of a complete representation of an access profile. ' + - description: 'More complete representation of an access profile. ' allOf: - - type: object - required: - - id - - name - - _type - properties: - id: - type: string - example: 2c91808375d8e80a0175e1f88a575222 - name: - type: string - example: john.doe - _type: - description: |- - Enum representing the currently supported document types. - - Additional values may be added in the future without notice. - type: string - enum: - - accessprofile - - accountactivity - - account - - aggregation - - entitlement - - event - - identity - - role - example: identity - allOf: - type: object properties: @@ -75584,137 +75554,155 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object + required: + - id + - name + - _type properties: + id: + type: string + description: Access profile's ID. + example: 2c9180825a6c1adc015a71c9023f0818 + name: + type: string + description: Access profile's name. + example: Cloud Eng + _type: + description: |- + Access profile's document type. + This enum represents the currently supported document types. + Additional values may be added in the future without notice. + type: string + enum: + - accessprofile + - accountactivity + - account + - aggregation + - entitlement + - event + - identity + - role + example: accessprofile source: type: object + description: Access profile's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Source's ID. + example: ff8081815757d4fb0157588f3d9d008f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Source's name. + example: Employees entitlements: type: array + description: Entitlements the access profile has access to. items: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements. example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -75754,34 +75742,35 @@ paths: properties: action: type: string - description: The type of action that this activity performed + description: Type of action performed in the activity. externalDocs: description: Learn more about account activity action types url: 'https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data' example: Identity Refresh. created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format stage: type: string - description: The current stage of the activity + description: Activity's current stage. example: Completed origin: type: string + description: Activity's origin. nullable: true example: null status: type: string - description: the current status of the activity + description: Activity's current status. example: Complete requester: allOf: @@ -75800,7 +75789,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. recipient: allOf: - type: object @@ -75818,24 +75807,28 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. trackingNumber: type: string + description: Account activity's tracking number. example: 61aad0c9e8134eca89e76a35e0cabe3f errors: type: array + description: Errors provided by the source while completing account actions. items: type: string nullable: true example: null warnings: type: array + description: Warnings provided by the source while completing account actions. items: type: string nullable: true example: null approvals: type: array + description: Approvals performed on an item during activity. items: type: object properties: @@ -75887,7 +75880,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: string description: The result of the approval @@ -75898,35 +75891,38 @@ paths: example: null originalRequests: type: array + description: Original actions that triggered all individual source actions related to the account action. items: type: object properties: accountId: type: string - description: the account id + description: Account ID. example: 'CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com' attributeRequests: type: array + description: Attribute changes requested for account. items: type: object properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string - description: the operation that was used + description: Operation used. example: add source: + description: Account's source. allOf: - type: object properties: @@ -75943,9 +75939,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. expansionItems: type: array + description: Controls that translated the attribute requests into actual provisioning actions on the source. items: type: object properties: @@ -75967,15 +75964,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' source: allOf: @@ -75994,9 +75991,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. accountRequests: type: array + description: Account data for each individual source action triggered by the original requests. items: type: object properties: @@ -76011,15 +76009,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string @@ -76042,7 +76040,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: object properties: @@ -76086,9 +76084,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. sources: type: string + description: Sources involved in the account activity. example: 'smartsheet-test, airtable-v4, IdentityNow' - description: Entitlement allOf: @@ -76120,69 +76119,84 @@ paths: - identity - role example: identity - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' - type: object properties: modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. displayName: type: string - description: The display name of the entitlement + description: Entitlement's display name. example: Admin source: type: object + description: Entitlement's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of entitlement's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of entitlement's source. + example: ODS-HR-Employees + segments: + type: array + description: Segments with the role. + items: + type: object + properties: + id: + type: string + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. + name: + type: string + example: Test Segment + description: Segment's display name. + segmentCount: + type: integer + description: Number of segments with the role. + format: int32 + example: 1 + requestable: + type: boolean + description: Indicates whether the entitlement is requestable. + default: false + example: false + cloudGoverned: + type: boolean + description: Indicates whether the entitlement is cloud governed. + default: false + example: false + created: + type: string + description: ISO-8601 date-time referring to the time when the object was created. + nullable: true + format: date-time + example: '2018-06-25T20:22:28.104Z' privileged: type: boolean + description: Indicates whether the entitlement is privileged. + default: false example: false identityCount: type: integer + description: Number of identities who have access to the entitlement. format: int32 example: 3 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -76222,118 +76236,51 @@ paths: properties: created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. action: type: string - description: The action that was performed + description: Name of the event as it's displayed in audit reports. example: update type: type: string - description: The type of event + description: 'Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.' example: SYSTEM_CONFIG actor: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: Name of the actor that generated the event. + example: System target: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: 'Name of the target, or recipient, of the event.' + example: Carol.Adams stack: type: string + description: The event's stack. example: tpe trackingNumber: type: string + description: ID of the group of events. example: 63f891e0735f4cc8bf1968144a1e7440 ipAddress: type: string + description: Target system's IP address. example: 52.52.97.85 details: type: string + description: ID of event's details. example: 73b65dfbed1842548c207432a18c84b0 attributes: type: object + description: Attributes involved in the event. additionalProperties: true example: pod: stg03-useast1 @@ -76341,17 +76288,21 @@ paths: sourceName: SailPoint objects: type: array + description: Objects the event is happening to. items: type: string example: AUTHENTICATION operation: type: string + description: 'Operation, or action, performed during the event.' example: REQUEST status: type: string + description: 'Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.' example: PASSED technicalName: type: string + description: Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. example: AUTHENTICATION_REQUEST_PASSED - description: Identity allOf: @@ -76401,105 +76352,110 @@ paths: example: John Q. Doe - type: object properties: - firstName: - type: string - description: The first name of the identity - example: Carol - lastName: - type: string - description: The last name of the identity - example: Adams displayName: type: string example: Carol.Adams - description: The display name of the identity + description: Identity's display name. + firstName: + type: string + description: Identity's first name. + example: Carol + lastName: + type: string + description: Identity's last name. + example: Adams email: type: string - description: The identity's primary email address + description: Identity's primary email address. example: Carol.Adams@sailpointdemo.com created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format - synced: - type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format phone: type: string - description: The phone number of the identity + description: Identity's phone number. example: +1 440-527-3672 + synced: + type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. inactive: type: boolean - description: Indicates if the identity is inactive + description: Indicates whether the identity is inactive. + default: false example: false protected: type: boolean + description: Indicates whether the identity is protected. + default: false example: false status: type: string - description: The identity's status in SailPoint + description: Identity's status in SailPoint. example: UNREGISTERED employeeNumber: type: string + description: Identity's employee number. example: 1a2a3d4e manager: + type: object + description: Identity's manager. nullable: true - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe + properties: + id: + type: string + description: ID of identity's manager. + example: 2c9180867dfe694b017e208e27c05799 + name: + type: string + description: Name of identity's manager. + example: Amanda.Ross + displayName: + type: string + description: Display name of identity's manager. + example: Amanda.Ross isManager: type: boolean - description: Indicates if this identity is a manager of other identities + description: Indicates whether the identity is a manager of other identities. example: false identityProfile: type: object + description: Identity's identity profile. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Identity profile's ID. + example: 3bc8ad26b8664945866b31339d1ff7d2 name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Identity profile's name. + example: HR Employees source: type: object + description: Identity's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of identity's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of identity's source. + example: ODS-HR-Employees attributes: type: object - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: country: US @@ -76507,9 +76463,11 @@ paths: cloudStatus: UNREGISTERED processingState: type: string + description: Identity's processing state. nullable: true example: null processingDetails: + description: Identity's processing details. nullable: true type: object properties: @@ -76534,7 +76492,7 @@ paths: example: accounts: type: array - description: List of accounts associated with the identity + description: List of accounts associated with the identity. items: allOf: - type: object @@ -76551,8 +76509,8 @@ paths: properties: accountId: type: string - description: The ID of the account - example: john.doe + description: Account ID. + example: John.Doe source: allOf: - type: object @@ -76570,21 +76528,26 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. disabled: type: boolean - description: Indicates if the account is disabled + description: Indicates whether the account is disabled. + default: false example: false locked: type: boolean - description: Indicates if the account is locked + description: Indicates whether the account is locked. + default: false example: false privileged: type: boolean + description: Indicates whether the account is privileged. + default: false example: false manuallyCorrelated: type: boolean - description: Indicates if the account has been manually correlated to an identity + description: Indicates whether the account has been manually correlated to an identity. + default: false example: false passwordLastSet: type: string @@ -76595,7 +76558,7 @@ paths: entitlementAttributes: type: object nullable: true - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: moderator: true @@ -76603,18 +76566,18 @@ paths: trust_level: '4' created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format accountCount: type: integer - description: Number of accounts associated with the identity + description: Number of accounts associated with the identity. format: int32 example: 3 apps: type: array - description: The list of applications the identity has access to + description: List of applications the identity has access to. items: allOf: - type: object @@ -76654,11 +76617,11 @@ paths: appCount: type: integer format: int32 - description: The number of applications the identity has access to + description: Number of applications the identity has access to. example: 2 access: type: array - description: The list of access items assigned to the identity + description: List of access items assigned to the identity. items: discriminator: propertyName: type @@ -76925,106 +76888,118 @@ paths: accessCount: type: integer format: int32 - description: The number of access items assigned to the identity + description: Number of access items assigned to the identity. example: 5 - accessProfileCount: - type: integer - description: The number of access profiles assigned to the identity - example: 1 entitlementCount: type: integer - description: The number of entitlements assigned to the identity + format: int32 + description: Number of entitlements assigned to the identity. example: 10 roleCount: type: integer - description: The number of roles assigned to the identity + format: int32 + description: Number of roles assigned to the identity. + example: 1 + accessProfileCount: + type: integer + format: int32 + description: Number of access profiles assigned to the identity. example: 1 owns: - type: object - properties: - sources: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - entitlements: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - accessProfiles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - roles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - apps: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - governanceGroups: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - fallbackApprover: - type: boolean - example: false + type: array + description: Access items the identity owns. + items: + type: object + properties: + sources: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + entitlements: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + accessProfiles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + roles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + apps: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + governanceGroups: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + fallbackApprover: + type: boolean + example: false + ownsCount: + type: integer + format: int32 + description: Number of access items the identity owns. + example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -77075,110 +77050,90 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object properties: accessProfiles: type: array + description: Access profiles included with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: 2c91809c6faade77016fb4f0b63407ae + description: Access profile's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Admin Access + description: Access profile's display name. accessProfileCount: type: integer + description: Number of access profiles included with the role. + format: int32 + example: 1 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -77186,107 +77141,66 @@ paths: - TAG_2 segments: type: array + description: Segments with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Test Segment + description: Segment's display name. segmentCount: type: integer + description: Number of segments with the role. format: int32 example: 1 entitlements: type: array + description: Entitlements included with the role. items: - description: Role - allOf: - - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - description: - type: string - nullable: true - example: null - - type: object - properties: - owner: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - disabled: - type: boolean - revocable: - type: boolean + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements included with the role. format: int32 example: 3 examples: @@ -79582,36 +79496,8 @@ paths: identity: ../model/identity/IdentityDocument.yaml role: ../model/role/RoleDocument.yaml oneOf: - - description: 'This is more of a complete representation of an access profile. ' + - description: 'More complete representation of an access profile. ' allOf: - - type: object - required: - - id - - name - - _type - properties: - id: - type: string - example: 2c91808375d8e80a0175e1f88a575222 - name: - type: string - example: john.doe - _type: - description: |- - Enum representing the currently supported document types. - - Additional values may be added in the future without notice. - type: string - enum: - - accessprofile - - accountactivity - - account - - aggregation - - entitlement - - event - - identity - - role - example: identity - allOf: - type: object properties: @@ -79627,137 +79513,155 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object + required: + - id + - name + - _type properties: + id: + type: string + description: Access profile's ID. + example: 2c9180825a6c1adc015a71c9023f0818 + name: + type: string + description: Access profile's name. + example: Cloud Eng + _type: + description: |- + Access profile's document type. + This enum represents the currently supported document types. + Additional values may be added in the future without notice. + type: string + enum: + - accessprofile + - accountactivity + - account + - aggregation + - entitlement + - event + - identity + - role + example: accessprofile source: type: object + description: Access profile's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Source's ID. + example: ff8081815757d4fb0157588f3d9d008f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Source's name. + example: Employees entitlements: type: array + description: Entitlements the access profile has access to. items: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements. example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -79797,34 +79701,35 @@ paths: properties: action: type: string - description: The type of action that this activity performed + description: Type of action performed in the activity. externalDocs: description: Learn more about account activity action types url: 'https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data' example: Identity Refresh. created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format stage: type: string - description: The current stage of the activity + description: Activity's current stage. example: Completed origin: type: string + description: Activity's origin. nullable: true example: null status: type: string - description: the current status of the activity + description: Activity's current status. example: Complete requester: allOf: @@ -79843,7 +79748,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. recipient: allOf: - type: object @@ -79861,24 +79766,28 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. trackingNumber: type: string + description: Account activity's tracking number. example: 61aad0c9e8134eca89e76a35e0cabe3f errors: type: array + description: Errors provided by the source while completing account actions. items: type: string nullable: true example: null warnings: type: array + description: Warnings provided by the source while completing account actions. items: type: string nullable: true example: null approvals: type: array + description: Approvals performed on an item during activity. items: type: object properties: @@ -79930,7 +79839,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: string description: The result of the approval @@ -79941,35 +79850,38 @@ paths: example: null originalRequests: type: array + description: Original actions that triggered all individual source actions related to the account action. items: type: object properties: accountId: type: string - description: the account id + description: Account ID. example: 'CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com' attributeRequests: type: array + description: Attribute changes requested for account. items: type: object properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string - description: the operation that was used + description: Operation used. example: add source: + description: Account's source. allOf: - type: object properties: @@ -79986,9 +79898,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. expansionItems: type: array + description: Controls that translated the attribute requests into actual provisioning actions on the source. items: type: object properties: @@ -80010,15 +79923,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' source: allOf: @@ -80037,9 +79950,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. accountRequests: type: array + description: Account data for each individual source action triggered by the original requests. items: type: object properties: @@ -80054,15 +79968,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string @@ -80085,7 +79999,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: object properties: @@ -80129,9 +80043,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. sources: type: string + description: Sources involved in the account activity. example: 'smartsheet-test, airtable-v4, IdentityNow' - description: Entitlement allOf: @@ -80163,69 +80078,84 @@ paths: - identity - role example: identity - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' - type: object properties: modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. displayName: type: string - description: The display name of the entitlement + description: Entitlement's display name. example: Admin source: type: object + description: Entitlement's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of entitlement's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of entitlement's source. + example: ODS-HR-Employees + segments: + type: array + description: Segments with the role. + items: + type: object + properties: + id: + type: string + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. + name: + type: string + example: Test Segment + description: Segment's display name. + segmentCount: + type: integer + description: Number of segments with the role. + format: int32 + example: 1 + requestable: + type: boolean + description: Indicates whether the entitlement is requestable. + default: false + example: false + cloudGoverned: + type: boolean + description: Indicates whether the entitlement is cloud governed. + default: false + example: false + created: + type: string + description: ISO-8601 date-time referring to the time when the object was created. + nullable: true + format: date-time + example: '2018-06-25T20:22:28.104Z' privileged: type: boolean + description: Indicates whether the entitlement is privileged. + default: false example: false identityCount: type: integer + description: Number of identities who have access to the entitlement. format: int32 example: 3 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -80265,118 +80195,51 @@ paths: properties: created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. action: type: string - description: The action that was performed + description: Name of the event as it's displayed in audit reports. example: update type: type: string - description: The type of event + description: 'Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.' example: SYSTEM_CONFIG actor: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: Name of the actor that generated the event. + example: System target: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: 'Name of the target, or recipient, of the event.' + example: Carol.Adams stack: type: string + description: The event's stack. example: tpe trackingNumber: type: string + description: ID of the group of events. example: 63f891e0735f4cc8bf1968144a1e7440 ipAddress: type: string + description: Target system's IP address. example: 52.52.97.85 details: type: string + description: ID of event's details. example: 73b65dfbed1842548c207432a18c84b0 attributes: type: object + description: Attributes involved in the event. additionalProperties: true example: pod: stg03-useast1 @@ -80384,17 +80247,21 @@ paths: sourceName: SailPoint objects: type: array + description: Objects the event is happening to. items: type: string example: AUTHENTICATION operation: type: string + description: 'Operation, or action, performed during the event.' example: REQUEST status: type: string + description: 'Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.' example: PASSED technicalName: type: string + description: Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. example: AUTHENTICATION_REQUEST_PASSED - description: Identity allOf: @@ -80444,105 +80311,110 @@ paths: example: John Q. Doe - type: object properties: - firstName: - type: string - description: The first name of the identity - example: Carol - lastName: - type: string - description: The last name of the identity - example: Adams displayName: type: string example: Carol.Adams - description: The display name of the identity + description: Identity's display name. + firstName: + type: string + description: Identity's first name. + example: Carol + lastName: + type: string + description: Identity's last name. + example: Adams email: type: string - description: The identity's primary email address + description: Identity's primary email address. example: Carol.Adams@sailpointdemo.com created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format - synced: - type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format phone: type: string - description: The phone number of the identity + description: Identity's phone number. example: +1 440-527-3672 + synced: + type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. inactive: type: boolean - description: Indicates if the identity is inactive + description: Indicates whether the identity is inactive. + default: false example: false protected: type: boolean + description: Indicates whether the identity is protected. + default: false example: false status: type: string - description: The identity's status in SailPoint + description: Identity's status in SailPoint. example: UNREGISTERED employeeNumber: type: string + description: Identity's employee number. example: 1a2a3d4e manager: + type: object + description: Identity's manager. nullable: true - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe + properties: + id: + type: string + description: ID of identity's manager. + example: 2c9180867dfe694b017e208e27c05799 + name: + type: string + description: Name of identity's manager. + example: Amanda.Ross + displayName: + type: string + description: Display name of identity's manager. + example: Amanda.Ross isManager: type: boolean - description: Indicates if this identity is a manager of other identities + description: Indicates whether the identity is a manager of other identities. example: false identityProfile: type: object + description: Identity's identity profile. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Identity profile's ID. + example: 3bc8ad26b8664945866b31339d1ff7d2 name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Identity profile's name. + example: HR Employees source: type: object + description: Identity's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of identity's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of identity's source. + example: ODS-HR-Employees attributes: type: object - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: country: US @@ -80550,9 +80422,11 @@ paths: cloudStatus: UNREGISTERED processingState: type: string + description: Identity's processing state. nullable: true example: null processingDetails: + description: Identity's processing details. nullable: true type: object properties: @@ -80577,7 +80451,7 @@ paths: example: accounts: type: array - description: List of accounts associated with the identity + description: List of accounts associated with the identity. items: allOf: - type: object @@ -80594,8 +80468,8 @@ paths: properties: accountId: type: string - description: The ID of the account - example: john.doe + description: Account ID. + example: John.Doe source: allOf: - type: object @@ -80613,21 +80487,26 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. disabled: type: boolean - description: Indicates if the account is disabled + description: Indicates whether the account is disabled. + default: false example: false locked: type: boolean - description: Indicates if the account is locked + description: Indicates whether the account is locked. + default: false example: false privileged: type: boolean + description: Indicates whether the account is privileged. + default: false example: false manuallyCorrelated: type: boolean - description: Indicates if the account has been manually correlated to an identity + description: Indicates whether the account has been manually correlated to an identity. + default: false example: false passwordLastSet: type: string @@ -80638,7 +80517,7 @@ paths: entitlementAttributes: type: object nullable: true - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: moderator: true @@ -80646,18 +80525,18 @@ paths: trust_level: '4' created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format accountCount: type: integer - description: Number of accounts associated with the identity + description: Number of accounts associated with the identity. format: int32 example: 3 apps: type: array - description: The list of applications the identity has access to + description: List of applications the identity has access to. items: allOf: - type: object @@ -80697,11 +80576,11 @@ paths: appCount: type: integer format: int32 - description: The number of applications the identity has access to + description: Number of applications the identity has access to. example: 2 access: type: array - description: The list of access items assigned to the identity + description: List of access items assigned to the identity. items: discriminator: propertyName: type @@ -80968,106 +80847,118 @@ paths: accessCount: type: integer format: int32 - description: The number of access items assigned to the identity + description: Number of access items assigned to the identity. example: 5 - accessProfileCount: - type: integer - description: The number of access profiles assigned to the identity - example: 1 entitlementCount: type: integer - description: The number of entitlements assigned to the identity + format: int32 + description: Number of entitlements assigned to the identity. example: 10 roleCount: type: integer - description: The number of roles assigned to the identity + format: int32 + description: Number of roles assigned to the identity. + example: 1 + accessProfileCount: + type: integer + format: int32 + description: Number of access profiles assigned to the identity. example: 1 owns: - type: object - properties: - sources: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - entitlements: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - accessProfiles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - roles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - apps: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - governanceGroups: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - fallbackApprover: - type: boolean - example: false + type: array + description: Access items the identity owns. + items: + type: object + properties: + sources: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + entitlements: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + accessProfiles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + roles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + apps: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + governanceGroups: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + fallbackApprover: + type: boolean + example: false + ownsCount: + type: integer + format: int32 + description: Number of access items the identity owns. + example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -81118,110 +81009,90 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object properties: accessProfiles: type: array + description: Access profiles included with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: 2c91809c6faade77016fb4f0b63407ae + description: Access profile's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Admin Access + description: Access profile's display name. accessProfileCount: type: integer + description: Number of access profiles included with the role. + format: int32 + example: 1 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -81229,107 +81100,66 @@ paths: - TAG_2 segments: type: array + description: Segments with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Test Segment + description: Segment's display name. segmentCount: type: integer + description: Number of segments with the role. format: int32 example: 1 entitlements: type: array + description: Entitlements included with the role. items: - description: Role - allOf: - - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - description: - type: string - nullable: true - example: null - - type: object - properties: - owner: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - disabled: - type: boolean - revocable: - type: boolean + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements included with the role. format: int32 example: 3 text/csv: @@ -81611,36 +81441,8 @@ paths: identity: ../model/identity/IdentityDocument.yaml role: ../model/role/RoleDocument.yaml oneOf: - - description: 'This is more of a complete representation of an access profile. ' + - description: 'More complete representation of an access profile. ' allOf: - - type: object - required: - - id - - name - - _type - properties: - id: - type: string - example: 2c91808375d8e80a0175e1f88a575222 - name: - type: string - example: john.doe - _type: - description: |- - Enum representing the currently supported document types. - - Additional values may be added in the future without notice. - type: string - enum: - - accessprofile - - accountactivity - - account - - aggregation - - entitlement - - event - - identity - - role - example: identity - allOf: - type: object properties: @@ -81656,137 +81458,155 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object + required: + - id + - name + - _type properties: + id: + type: string + description: Access profile's ID. + example: 2c9180825a6c1adc015a71c9023f0818 + name: + type: string + description: Access profile's name. + example: Cloud Eng + _type: + description: |- + Access profile's document type. + This enum represents the currently supported document types. + Additional values may be added in the future without notice. + type: string + enum: + - accessprofile + - accountactivity + - account + - aggregation + - entitlement + - event + - identity + - role + example: accessprofile source: type: object + description: Access profile's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Source's ID. + example: ff8081815757d4fb0157588f3d9d008f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Source's name. + example: Employees entitlements: type: array + description: Entitlements the access profile has access to. items: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements. example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -81826,34 +81646,35 @@ paths: properties: action: type: string - description: The type of action that this activity performed + description: Type of action performed in the activity. externalDocs: description: Learn more about account activity action types url: 'https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data' example: Identity Refresh. created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format stage: type: string - description: The current stage of the activity + description: Activity's current stage. example: Completed origin: type: string + description: Activity's origin. nullable: true example: null status: type: string - description: the current status of the activity + description: Activity's current status. example: Complete requester: allOf: @@ -81872,7 +81693,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. recipient: allOf: - type: object @@ -81890,24 +81711,28 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. trackingNumber: type: string + description: Account activity's tracking number. example: 61aad0c9e8134eca89e76a35e0cabe3f errors: type: array + description: Errors provided by the source while completing account actions. items: type: string nullable: true example: null warnings: type: array + description: Warnings provided by the source while completing account actions. items: type: string nullable: true example: null approvals: type: array + description: Approvals performed on an item during activity. items: type: object properties: @@ -81959,7 +81784,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: string description: The result of the approval @@ -81970,35 +81795,38 @@ paths: example: null originalRequests: type: array + description: Original actions that triggered all individual source actions related to the account action. items: type: object properties: accountId: type: string - description: the account id + description: Account ID. example: 'CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com' attributeRequests: type: array + description: Attribute changes requested for account. items: type: object properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string - description: the operation that was used + description: Operation used. example: add source: + description: Account's source. allOf: - type: object properties: @@ -82015,9 +81843,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. expansionItems: type: array + description: Controls that translated the attribute requests into actual provisioning actions on the source. items: type: object properties: @@ -82039,15 +81868,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' source: allOf: @@ -82066,9 +81895,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. accountRequests: type: array + description: Account data for each individual source action triggered by the original requests. items: type: object properties: @@ -82083,15 +81913,15 @@ paths: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string @@ -82114,7 +81944,7 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: object properties: @@ -82158,9 +81988,10 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. sources: type: string + description: Sources involved in the account activity. example: 'smartsheet-test, airtable-v4, IdentityNow' - description: Entitlement allOf: @@ -82192,69 +82023,84 @@ paths: - identity - role example: identity - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' - type: object properties: modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. displayName: type: string - description: The display name of the entitlement + description: Entitlement's display name. example: Admin source: type: object + description: Entitlement's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of entitlement's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of entitlement's source. + example: ODS-HR-Employees + segments: + type: array + description: Segments with the role. + items: + type: object + properties: + id: + type: string + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. + name: + type: string + example: Test Segment + description: Segment's display name. + segmentCount: + type: integer + description: Number of segments with the role. + format: int32 + example: 1 + requestable: + type: boolean + description: Indicates whether the entitlement is requestable. + default: false + example: false + cloudGoverned: + type: boolean + description: Indicates whether the entitlement is cloud governed. + default: false + example: false + created: + type: string + description: ISO-8601 date-time referring to the time when the object was created. + nullable: true + format: date-time + example: '2018-06-25T20:22:28.104Z' privileged: type: boolean + description: Indicates whether the entitlement is privileged. + default: false example: false identityCount: type: integer + description: Number of identities who have access to the entitlement. format: int32 example: 3 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -82294,118 +82140,51 @@ paths: properties: created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. action: type: string - description: The action that was performed + description: Name of the event as it's displayed in audit reports. example: update type: type: string - description: The type of event + description: 'Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.' example: SYSTEM_CONFIG actor: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: Name of the actor that generated the event. + example: System target: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: 'Name of the target, or recipient, of the event.' + example: Carol.Adams stack: type: string + description: The event's stack. example: tpe trackingNumber: type: string + description: ID of the group of events. example: 63f891e0735f4cc8bf1968144a1e7440 ipAddress: type: string + description: Target system's IP address. example: 52.52.97.85 details: type: string + description: ID of event's details. example: 73b65dfbed1842548c207432a18c84b0 attributes: type: object + description: Attributes involved in the event. additionalProperties: true example: pod: stg03-useast1 @@ -82413,17 +82192,21 @@ paths: sourceName: SailPoint objects: type: array + description: Objects the event is happening to. items: type: string example: AUTHENTICATION operation: type: string + description: 'Operation, or action, performed during the event.' example: REQUEST status: type: string + description: 'Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.' example: PASSED technicalName: type: string + description: Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. example: AUTHENTICATION_REQUEST_PASSED - description: Identity allOf: @@ -82473,105 +82256,110 @@ paths: example: John Q. Doe - type: object properties: - firstName: - type: string - description: The first name of the identity - example: Carol - lastName: - type: string - description: The last name of the identity - example: Adams displayName: type: string example: Carol.Adams - description: The display name of the identity + description: Identity's display name. + firstName: + type: string + description: Identity's first name. + example: Carol + lastName: + type: string + description: Identity's last name. + example: Adams email: type: string - description: The identity's primary email address + description: Identity's primary email address. example: Carol.Adams@sailpointdemo.com created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format - synced: - type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format phone: type: string - description: The phone number of the identity + description: Identity's phone number. example: +1 440-527-3672 + synced: + type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. inactive: type: boolean - description: Indicates if the identity is inactive + description: Indicates whether the identity is inactive. + default: false example: false protected: type: boolean + description: Indicates whether the identity is protected. + default: false example: false status: type: string - description: The identity's status in SailPoint + description: Identity's status in SailPoint. example: UNREGISTERED employeeNumber: type: string + description: Identity's employee number. example: 1a2a3d4e manager: + type: object + description: Identity's manager. nullable: true - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe + properties: + id: + type: string + description: ID of identity's manager. + example: 2c9180867dfe694b017e208e27c05799 + name: + type: string + description: Name of identity's manager. + example: Amanda.Ross + displayName: + type: string + description: Display name of identity's manager. + example: Amanda.Ross isManager: type: boolean - description: Indicates if this identity is a manager of other identities + description: Indicates whether the identity is a manager of other identities. example: false identityProfile: type: object + description: Identity's identity profile. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Identity profile's ID. + example: 3bc8ad26b8664945866b31339d1ff7d2 name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Identity profile's name. + example: HR Employees source: type: object + description: Identity's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of identity's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of identity's source. + example: ODS-HR-Employees attributes: type: object - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: country: US @@ -82579,9 +82367,11 @@ paths: cloudStatus: UNREGISTERED processingState: type: string + description: Identity's processing state. nullable: true example: null processingDetails: + description: Identity's processing details. nullable: true type: object properties: @@ -82606,7 +82396,7 @@ paths: example: accounts: type: array - description: List of accounts associated with the identity + description: List of accounts associated with the identity. items: allOf: - type: object @@ -82623,8 +82413,8 @@ paths: properties: accountId: type: string - description: The ID of the account - example: john.doe + description: Account ID. + example: John.Doe source: allOf: - type: object @@ -82642,21 +82432,26 @@ paths: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. disabled: type: boolean - description: Indicates if the account is disabled + description: Indicates whether the account is disabled. + default: false example: false locked: type: boolean - description: Indicates if the account is locked + description: Indicates whether the account is locked. + default: false example: false privileged: type: boolean + description: Indicates whether the account is privileged. + default: false example: false manuallyCorrelated: type: boolean - description: Indicates if the account has been manually correlated to an identity + description: Indicates whether the account has been manually correlated to an identity. + default: false example: false passwordLastSet: type: string @@ -82667,7 +82462,7 @@ paths: entitlementAttributes: type: object nullable: true - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: moderator: true @@ -82675,18 +82470,18 @@ paths: trust_level: '4' created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format accountCount: type: integer - description: Number of accounts associated with the identity + description: Number of accounts associated with the identity. format: int32 example: 3 apps: type: array - description: The list of applications the identity has access to + description: List of applications the identity has access to. items: allOf: - type: object @@ -82726,11 +82521,11 @@ paths: appCount: type: integer format: int32 - description: The number of applications the identity has access to + description: Number of applications the identity has access to. example: 2 access: type: array - description: The list of access items assigned to the identity + description: List of access items assigned to the identity. items: discriminator: propertyName: type @@ -82997,106 +82792,118 @@ paths: accessCount: type: integer format: int32 - description: The number of access items assigned to the identity + description: Number of access items assigned to the identity. example: 5 - accessProfileCount: - type: integer - description: The number of access profiles assigned to the identity - example: 1 entitlementCount: type: integer - description: The number of entitlements assigned to the identity + format: int32 + description: Number of entitlements assigned to the identity. example: 10 roleCount: type: integer - description: The number of roles assigned to the identity + format: int32 + description: Number of roles assigned to the identity. + example: 1 + accessProfileCount: + type: integer + format: int32 + description: Number of access profiles assigned to the identity. example: 1 owns: - type: object - properties: - sources: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - entitlements: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - accessProfiles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - roles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - apps: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - governanceGroups: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - fallbackApprover: - type: boolean - example: false + type: array + description: Access items the identity owns. + items: + type: object + properties: + sources: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + entitlements: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + accessProfiles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + roles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + apps: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + governanceGroups: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + fallbackApprover: + type: boolean + example: false + ownsCount: + type: integer + format: int32 + description: Number of access items the identity owns. + example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -83147,110 +82954,90 @@ paths: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object properties: accessProfiles: type: array + description: Access profiles included with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: 2c91809c6faade77016fb4f0b63407ae + description: Access profile's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Admin Access + description: Access profile's display name. accessProfileCount: type: integer + description: Number of access profiles included with the role. + format: int32 + example: 1 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -83258,107 +83045,66 @@ paths: - TAG_2 segments: type: array + description: Segments with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Test Segment + description: Segment's display name. segmentCount: type: integer + description: Number of segments with the role. format: int32 example: 1 entitlements: type: array + description: Entitlements included with the role. items: - description: Role - allOf: - - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - description: - type: string - nullable: true - example: null - - type: object - properties: - owner: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - disabled: - type: boolean - revocable: - type: boolean + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements included with the role. format: int32 example: 3 examples: @@ -134773,36 +134519,8 @@ components: - id - type AccessProfileDocument: - description: 'This is more of a complete representation of an access profile. ' + description: 'More complete representation of an access profile. ' allOf: - - type: object - required: - - id - - name - - _type - properties: - id: - type: string - example: 2c91808375d8e80a0175e1f88a575222 - name: - type: string - example: john.doe - _type: - description: |- - Enum representing the currently supported document types. - - Additional values may be added in the future without notice. - type: string - enum: - - accessprofile - - accountactivity - - account - - aggregation - - entitlement - - event - - identity - - role - example: identity - allOf: - type: object properties: @@ -134818,137 +134536,155 @@ components: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object + required: + - id + - name + - _type properties: + id: + type: string + description: Access profile's ID. + example: 2c9180825a6c1adc015a71c9023f0818 + name: + type: string + description: Access profile's name. + example: Cloud Eng + _type: + description: |- + Access profile's document type. + This enum represents the currently supported document types. + Additional values may be added in the future without notice. + type: string + enum: + - accessprofile + - accountactivity + - account + - aggregation + - entitlement + - event + - identity + - role + example: accessprofile source: type: object + description: Access profile's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Source's ID. + example: ff8081815757d4fb0157588f3d9d008f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Source's name. + example: Employees entitlements: type: array + description: Entitlements the access profile has access to. items: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements. example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -135623,34 +135359,35 @@ components: properties: action: type: string - description: The type of action that this activity performed + description: Type of action performed in the activity. externalDocs: description: Learn more about account activity action types url: 'https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data' example: Identity Refresh. created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format stage: type: string - description: The current stage of the activity + description: Activity's current stage. example: Completed origin: type: string + description: Activity's origin. nullable: true example: null status: type: string - description: the current status of the activity + description: Activity's current status. example: Complete requester: allOf: @@ -135669,7 +135406,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. recipient: allOf: - type: object @@ -135687,24 +135424,28 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. trackingNumber: type: string + description: Account activity's tracking number. example: 61aad0c9e8134eca89e76a35e0cabe3f errors: type: array + description: Errors provided by the source while completing account actions. items: type: string nullable: true example: null warnings: type: array + description: Warnings provided by the source while completing account actions. items: type: string nullable: true example: null approvals: type: array + description: Approvals performed on an item during activity. items: type: object properties: @@ -135756,7 +135497,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: string description: The result of the approval @@ -135767,35 +135508,38 @@ components: example: null originalRequests: type: array + description: Original actions that triggered all individual source actions related to the account action. items: type: object properties: accountId: type: string - description: the account id + description: Account ID. example: 'CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com' attributeRequests: type: array + description: Attribute changes requested for account. items: type: object properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string - description: the operation that was used + description: Operation used. example: add source: + description: Account's source. allOf: - type: object properties: @@ -135812,9 +135556,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. expansionItems: type: array + description: Controls that translated the attribute requests into actual provisioning actions on the source. items: type: object properties: @@ -135836,15 +135581,15 @@ components: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' source: allOf: @@ -135863,9 +135608,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. accountRequests: type: array + description: Account data for each individual source action triggered by the original requests. items: type: object properties: @@ -135880,15 +135626,15 @@ components: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string @@ -135911,7 +135657,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: object properties: @@ -135955,9 +135701,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. sources: type: string + description: Sources involved in the account activity. example: 'smartsheet-test, airtable-v4, IdentityNow' AccountAttributes: type: object @@ -136401,69 +136148,84 @@ components: - identity - role example: identity - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' - type: object properties: modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. displayName: type: string - description: The display name of the entitlement + description: Entitlement's display name. example: Admin source: type: object + description: Entitlement's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of entitlement's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of entitlement's source. + example: ODS-HR-Employees + segments: + type: array + description: Segments with the role. + items: + type: object + properties: + id: + type: string + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. + name: + type: string + example: Test Segment + description: Segment's display name. + segmentCount: + type: integer + description: Number of segments with the role. + format: int32 + example: 1 + requestable: + type: boolean + description: Indicates whether the entitlement is requestable. + default: false + example: false + cloudGoverned: + type: boolean + description: Indicates whether the entitlement is cloud governed. + default: false + example: false + created: + type: string + description: ISO-8601 date-time referring to the time when the object was created. + nullable: true + format: date-time + example: '2018-06-25T20:22:28.104Z' privileged: type: boolean + description: Indicates whether the entitlement is privileged. + default: false example: false identityCount: type: integer + description: Number of identities who have access to the entitlement. format: int32 example: 3 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -136588,118 +136350,51 @@ components: properties: created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. action: type: string - description: The action that was performed + description: Name of the event as it's displayed in audit reports. example: update type: type: string - description: The type of event + description: 'Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.' example: SYSTEM_CONFIG actor: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: Name of the actor that generated the event. + example: System target: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: 'Name of the target, or recipient, of the event.' + example: Carol.Adams stack: type: string + description: The event's stack. example: tpe trackingNumber: type: string + description: ID of the group of events. example: 63f891e0735f4cc8bf1968144a1e7440 ipAddress: type: string + description: Target system's IP address. example: 52.52.97.85 details: type: string + description: ID of event's details. example: 73b65dfbed1842548c207432a18c84b0 attributes: type: object + description: Attributes involved in the event. additionalProperties: true example: pod: stg03-useast1 @@ -136707,17 +136402,21 @@ components: sourceName: SailPoint objects: type: array + description: Objects the event is happening to. items: type: string example: AUTHENTICATION operation: type: string + description: 'Operation, or action, performed during the event.' example: REQUEST status: type: string + description: 'Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.' example: PASSED technicalName: type: string + description: Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. example: AUTHENTICATION_REQUEST_PASSED IdentityDocument: description: Identity @@ -136768,105 +136467,110 @@ components: example: John Q. Doe - type: object properties: - firstName: - type: string - description: The first name of the identity - example: Carol - lastName: - type: string - description: The last name of the identity - example: Adams displayName: type: string example: Carol.Adams - description: The display name of the identity + description: Identity's display name. + firstName: + type: string + description: Identity's first name. + example: Carol + lastName: + type: string + description: Identity's last name. + example: Adams email: type: string - description: The identity's primary email address + description: Identity's primary email address. example: Carol.Adams@sailpointdemo.com created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format - synced: - type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format phone: type: string - description: The phone number of the identity + description: Identity's phone number. example: +1 440-527-3672 + synced: + type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. inactive: type: boolean - description: Indicates if the identity is inactive + description: Indicates whether the identity is inactive. + default: false example: false protected: type: boolean + description: Indicates whether the identity is protected. + default: false example: false status: type: string - description: The identity's status in SailPoint + description: Identity's status in SailPoint. example: UNREGISTERED employeeNumber: type: string + description: Identity's employee number. example: 1a2a3d4e manager: + type: object + description: Identity's manager. nullable: true - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe + properties: + id: + type: string + description: ID of identity's manager. + example: 2c9180867dfe694b017e208e27c05799 + name: + type: string + description: Name of identity's manager. + example: Amanda.Ross + displayName: + type: string + description: Display name of identity's manager. + example: Amanda.Ross isManager: type: boolean - description: Indicates if this identity is a manager of other identities + description: Indicates whether the identity is a manager of other identities. example: false identityProfile: type: object + description: Identity's identity profile. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Identity profile's ID. + example: 3bc8ad26b8664945866b31339d1ff7d2 name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Identity profile's name. + example: HR Employees source: type: object + description: Identity's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of identity's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of identity's source. + example: ODS-HR-Employees attributes: type: object - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: country: US @@ -136874,9 +136578,11 @@ components: cloudStatus: UNREGISTERED processingState: type: string + description: Identity's processing state. nullable: true example: null processingDetails: + description: Identity's processing details. nullable: true type: object properties: @@ -136901,7 +136607,7 @@ components: example: accounts: type: array - description: List of accounts associated with the identity + description: List of accounts associated with the identity. items: allOf: - type: object @@ -136918,8 +136624,8 @@ components: properties: accountId: type: string - description: The ID of the account - example: john.doe + description: Account ID. + example: John.Doe source: allOf: - type: object @@ -136937,21 +136643,26 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. disabled: type: boolean - description: Indicates if the account is disabled + description: Indicates whether the account is disabled. + default: false example: false locked: type: boolean - description: Indicates if the account is locked + description: Indicates whether the account is locked. + default: false example: false privileged: type: boolean + description: Indicates whether the account is privileged. + default: false example: false manuallyCorrelated: type: boolean - description: Indicates if the account has been manually correlated to an identity + description: Indicates whether the account has been manually correlated to an identity. + default: false example: false passwordLastSet: type: string @@ -136962,7 +136673,7 @@ components: entitlementAttributes: type: object nullable: true - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: moderator: true @@ -136970,18 +136681,18 @@ components: trust_level: '4' created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format accountCount: type: integer - description: Number of accounts associated with the identity + description: Number of accounts associated with the identity. format: int32 example: 3 apps: type: array - description: The list of applications the identity has access to + description: List of applications the identity has access to. items: allOf: - type: object @@ -137021,11 +136732,11 @@ components: appCount: type: integer format: int32 - description: The number of applications the identity has access to + description: Number of applications the identity has access to. example: 2 access: type: array - description: The list of access items assigned to the identity + description: List of access items assigned to the identity. items: discriminator: propertyName: type @@ -137292,106 +137003,118 @@ components: accessCount: type: integer format: int32 - description: The number of access items assigned to the identity + description: Number of access items assigned to the identity. example: 5 - accessProfileCount: - type: integer - description: The number of access profiles assigned to the identity - example: 1 entitlementCount: type: integer - description: The number of entitlements assigned to the identity + format: int32 + description: Number of entitlements assigned to the identity. example: 10 roleCount: type: integer - description: The number of roles assigned to the identity + format: int32 + description: Number of roles assigned to the identity. + example: 1 + accessProfileCount: + type: integer + format: int32 + description: Number of access profiles assigned to the identity. example: 1 owns: - type: object - properties: - sources: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - entitlements: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - accessProfiles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - roles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - apps: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - governanceGroups: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - fallbackApprover: - type: boolean - example: false + type: array + description: Access items the identity owns. + items: + type: object + properties: + sources: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + entitlements: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + accessProfiles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + roles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + apps: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + governanceGroups: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + fallbackApprover: + type: boolean + example: false + ownsCount: + type: integer + format: int32 + description: Number of access items the identity owns. + example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -137994,110 +137717,90 @@ components: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object properties: accessProfiles: type: array + description: Access profiles included with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: 2c91809c6faade77016fb4f0b63407ae + description: Access profile's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Admin Access + description: Access profile's display name. accessProfileCount: type: integer + description: Number of access profiles included with the role. + format: int32 + example: 1 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -138105,107 +137808,66 @@ components: - TAG_2 segments: type: array + description: Segments with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Test Segment + description: Segment's display name. segmentCount: type: integer + description: Number of segments with the role. format: int32 example: 1 entitlements: type: array + description: Entitlements included with the role. items: - description: Role - allOf: - - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - description: - type: string - nullable: true - example: null - - type: object - properties: - owner: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - disabled: - type: boolean - revocable: - type: boolean + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements included with the role. format: int32 example: 3 RoleSummary: @@ -138301,36 +137963,8 @@ components: identity: ../model/identity/IdentityDocument.yaml role: ../model/role/RoleDocument.yaml oneOf: - - description: 'This is more of a complete representation of an access profile. ' + - description: 'More complete representation of an access profile. ' allOf: - - type: object - required: - - id - - name - - _type - properties: - id: - type: string - example: 2c91808375d8e80a0175e1f88a575222 - name: - type: string - example: john.doe - _type: - description: |- - Enum representing the currently supported document types. - - Additional values may be added in the future without notice. - type: string - enum: - - accessprofile - - accountactivity - - account - - aggregation - - entitlement - - event - - identity - - role - example: identity - allOf: - type: object properties: @@ -138346,137 +137980,155 @@ components: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object + required: + - id + - name + - _type properties: + id: + type: string + description: Access profile's ID. + example: 2c9180825a6c1adc015a71c9023f0818 + name: + type: string + description: Access profile's name. + example: Cloud Eng + _type: + description: |- + Access profile's document type. + This enum represents the currently supported document types. + Additional values may be added in the future without notice. + type: string + enum: + - accessprofile + - accountactivity + - account + - aggregation + - entitlement + - event + - identity + - role + example: accessprofile source: type: object + description: Access profile's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Source's ID. + example: ff8081815757d4fb0157588f3d9d008f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Source's name. + example: Employees entitlements: type: array + description: Entitlements the access profile has access to. items: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements. example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -138516,34 +138168,35 @@ components: properties: action: type: string - description: The type of action that this activity performed + description: Type of action performed in the activity. externalDocs: description: Learn more about account activity action types url: 'https://documentation.sailpoint.com/saas/help/search/searchable-fields.html#searching-account-activity-data' example: Identity Refresh. created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format stage: type: string - description: The current stage of the activity + description: Activity's current stage. example: Completed origin: type: string + description: Activity's origin. nullable: true example: null status: type: string - description: the current status of the activity + description: Activity's current status. example: Complete requester: allOf: @@ -138562,7 +138215,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. recipient: allOf: - type: object @@ -138580,24 +138233,28 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. trackingNumber: type: string + description: Account activity's tracking number. example: 61aad0c9e8134eca89e76a35e0cabe3f errors: type: array + description: Errors provided by the source while completing account actions. items: type: string nullable: true example: null warnings: type: array + description: Warnings provided by the source while completing account actions. items: type: string nullable: true example: null approvals: type: array + description: Approvals performed on an item during activity. items: type: object properties: @@ -138649,7 +138306,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: string description: The result of the approval @@ -138660,35 +138317,38 @@ components: example: null originalRequests: type: array + description: Original actions that triggered all individual source actions related to the account action. items: type: object properties: accountId: type: string - description: the account id + description: Account ID. example: 'CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com' attributeRequests: type: array + description: Attribute changes requested for account. items: type: object properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string - description: the operation that was used + description: Operation used. example: add source: + description: Account's source. allOf: - type: object properties: @@ -138705,9 +138365,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. expansionItems: type: array + description: Controls that translated the attribute requests into actual provisioning actions on the source. items: type: object properties: @@ -138729,15 +138390,15 @@ components: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' source: allOf: @@ -138756,9 +138417,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. accountRequests: type: array + description: Account data for each individual source action triggered by the original requests. items: type: object properties: @@ -138773,15 +138435,15 @@ components: properties: name: type: string - description: The attribute name + description: Attribute name. example: groups op: type: string - description: The operation to perform + description: Operation to perform on attribute. example: Add value: type: string - description: The value of the attribute + description: Value of attribute. example: '3203537556531076' op: type: string @@ -138804,7 +138466,7 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. result: type: object properties: @@ -138848,9 +138510,10 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. sources: type: string + description: Sources involved in the account activity. example: 'smartsheet-test, airtable-v4, IdentityNow' - description: Entitlement allOf: @@ -138882,69 +138545,84 @@ components: - identity - role example: identity - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - description: - type: string - description: A description of the entitlement - example: The admin privilege - attribute: - type: string - description: The name of the entitlement attribute - example: admin - value: - type: string - description: The value of the entitlement - example: 'true' - type: object properties: modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. displayName: type: string - description: The display name of the entitlement + description: Entitlement's display name. example: Admin source: type: object + description: Entitlement's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of entitlement's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of entitlement's source. + example: ODS-HR-Employees + segments: + type: array + description: Segments with the role. + items: + type: object + properties: + id: + type: string + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. + name: + type: string + example: Test Segment + description: Segment's display name. + segmentCount: + type: integer + description: Number of segments with the role. + format: int32 + example: 1 + requestable: + type: boolean + description: Indicates whether the entitlement is requestable. + default: false + example: false + cloudGoverned: + type: boolean + description: Indicates whether the entitlement is cloud governed. + default: false + example: false + created: + type: string + description: ISO-8601 date-time referring to the time when the object was created. + nullable: true + format: date-time + example: '2018-06-25T20:22:28.104Z' privileged: type: boolean + description: Indicates whether the entitlement is privileged. + default: false example: false identityCount: type: integer + description: Number of identities who have access to the entitlement. format: int32 example: 3 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -138984,118 +138662,51 @@ components: properties: created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. action: type: string - description: The action that was performed + description: Name of the event as it's displayed in audit reports. example: update type: type: string - description: The type of event + description: 'Event type. Refer to [Event Types](https://documentation.sailpoint.com/saas/help/search/index.html#event-types) for a list of event types and their meanings.' example: SYSTEM_CONFIG actor: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: Name of the actor that generated the event. + example: System target: - type: object - properties: - name: - type: string - example: John Doe - description: the actor or target name - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY + type: string + description: 'Name of the target, or recipient, of the event.' + example: Carol.Adams stack: type: string + description: The event's stack. example: tpe trackingNumber: type: string + description: ID of the group of events. example: 63f891e0735f4cc8bf1968144a1e7440 ipAddress: type: string + description: Target system's IP address. example: 52.52.97.85 details: type: string + description: ID of event's details. example: 73b65dfbed1842548c207432a18c84b0 attributes: type: object + description: Attributes involved in the event. additionalProperties: true example: pod: stg03-useast1 @@ -139103,17 +138714,21 @@ components: sourceName: SailPoint objects: type: array + description: Objects the event is happening to. items: type: string example: AUTHENTICATION operation: type: string + description: 'Operation, or action, performed during the event.' example: REQUEST status: type: string + description: 'Event status. Refer to [Event Statuses](https://documentation.sailpoint.com/saas/help/search/index.html#event-statuses) for a list of event statuses and their meanings.' example: PASSED technicalName: type: string + description: Event's normalized name. This normalized name always follows the pattern of 'objects_operation_status'. example: AUTHENTICATION_REQUEST_PASSED - description: Identity allOf: @@ -139163,105 +138778,110 @@ components: example: John Q. Doe - type: object properties: - firstName: - type: string - description: The first name of the identity - example: Carol - lastName: - type: string - description: The last name of the identity - example: Adams displayName: type: string example: Carol.Adams - description: The display name of the identity + description: Identity's display name. + firstName: + type: string + description: Identity's first name. + example: Carol + lastName: + type: string + description: Identity's last name. + example: Adams email: type: string - description: The identity's primary email address + description: Identity's primary email address. example: Carol.Adams@sailpointdemo.com created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format - synced: - type: string - nullable: true - format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format phone: type: string - description: The phone number of the identity + description: Identity's phone number. example: +1 440-527-3672 + synced: + type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. inactive: type: boolean - description: Indicates if the identity is inactive + description: Indicates whether the identity is inactive. + default: false example: false protected: type: boolean + description: Indicates whether the identity is protected. + default: false example: false status: type: string - description: The identity's status in SailPoint + description: Identity's status in SailPoint. example: UNREGISTERED employeeNumber: type: string + description: Identity's employee number. example: 1a2a3d4e manager: + type: object + description: Identity's manager. nullable: true - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe + properties: + id: + type: string + description: ID of identity's manager. + example: 2c9180867dfe694b017e208e27c05799 + name: + type: string + description: Name of identity's manager. + example: Amanda.Ross + displayName: + type: string + description: Display name of identity's manager. + example: Amanda.Ross isManager: type: boolean - description: Indicates if this identity is a manager of other identities + description: Indicates whether the identity is a manager of other identities. example: false identityProfile: type: object + description: Identity's identity profile. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: Identity profile's ID. + example: 3bc8ad26b8664945866b31339d1ff7d2 name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Identity profile's name. + example: HR Employees source: type: object + description: Identity's source. properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + description: ID of identity's source. + example: 2c91808b6e9e6fb8016eec1a2b6f7b5f name: type: string - example: John Doe - description: The human readable name of the referenced object. + description: Display name of identity's source. + example: ODS-HR-Employees attributes: type: object - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: country: US @@ -139269,9 +138889,11 @@ components: cloudStatus: UNREGISTERED processingState: type: string + description: Identity's processing state. nullable: true example: null processingDetails: + description: Identity's processing details. nullable: true type: object properties: @@ -139296,7 +138918,7 @@ components: example: accounts: type: array - description: List of accounts associated with the identity + description: List of accounts associated with the identity. items: allOf: - type: object @@ -139313,8 +138935,8 @@ components: properties: accountId: type: string - description: The ID of the account - example: john.doe + description: Account ID. + example: John.Doe source: allOf: - type: object @@ -139332,21 +138954,26 @@ components: type: type: string example: Delimited File - description: the type of source returned + description: Type of source returned. disabled: type: boolean - description: Indicates if the account is disabled + description: Indicates whether the account is disabled. + default: false example: false locked: type: boolean - description: Indicates if the account is locked + description: Indicates whether the account is locked. + default: false example: false privileged: type: boolean + description: Indicates whether the account is privileged. + default: false example: false manuallyCorrelated: type: boolean - description: Indicates if the account has been manually correlated to an identity + description: Indicates whether the account has been manually correlated to an identity. + default: false example: false passwordLastSet: type: string @@ -139357,7 +138984,7 @@ components: entitlementAttributes: type: object nullable: true - description: a map or dictionary of key/value pairs + description: Map or dictionary of key/value pairs. additionalProperties: true example: moderator: true @@ -139365,18 +138992,18 @@ components: trust_level: '4' created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format accountCount: type: integer - description: Number of accounts associated with the identity + description: Number of accounts associated with the identity. format: int32 example: 3 apps: type: array - description: The list of applications the identity has access to + description: List of applications the identity has access to. items: allOf: - type: object @@ -139416,11 +139043,11 @@ components: appCount: type: integer format: int32 - description: The number of applications the identity has access to + description: Number of applications the identity has access to. example: 2 access: type: array - description: The list of access items assigned to the identity + description: List of access items assigned to the identity. items: discriminator: propertyName: type @@ -139687,106 +139314,118 @@ components: accessCount: type: integer format: int32 - description: The number of access items assigned to the identity + description: Number of access items assigned to the identity. example: 5 - accessProfileCount: - type: integer - description: The number of access profiles assigned to the identity - example: 1 entitlementCount: type: integer - description: The number of entitlements assigned to the identity + format: int32 + description: Number of entitlements assigned to the identity. example: 10 roleCount: type: integer - description: The number of roles assigned to the identity + format: int32 + description: Number of roles assigned to the identity. + example: 1 + accessProfileCount: + type: integer + format: int32 + description: Number of access profiles assigned to the identity. example: 1 owns: - type: object - properties: - sources: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - entitlements: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - accessProfiles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - roles: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - apps: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - governanceGroups: - type: array - items: - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - fallbackApprover: - type: boolean - example: false + type: array + description: Access items the identity owns. + items: + type: object + properties: + sources: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + entitlements: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + accessProfiles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + roles: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + apps: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + governanceGroups: + type: array + items: + type: object + properties: + id: + type: string + example: 2c91808568c529c60168cca6f90c1313 + description: The unique ID of the referenced object. + name: + type: string + example: John Doe + description: The human readable name of the referenced object. + fallbackApprover: + type: boolean + example: false + ownsCount: + type: integer + format: int32 + description: Number of access items the identity owns. + example: 5 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -139837,110 +139476,90 @@ components: properties: description: type: string - description: The description of the access item + description: Access item's description. example: The admin role created: type: string + description: ISO-8601 date-time referring to the time when the object was created. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format modified: type: string + description: ISO-8601 date-time referring to the time when the object was last modified. nullable: true format: date-time example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format synced: type: string + description: |- + ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. + This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. + There may be some delay between the `synced` time and the time when the updated data is actually available in the search API. nullable: true format: date-time - example: '2018-06-25T20:22:28.104Z' - description: A date-time in ISO-8601 format + example: '2018-06-25T20:22:33.104Z' enabled: type: boolean + description: Indicates whether the access item is currently enabled. + default: false example: true requestable: type: boolean + description: Indicates whether the access item can be requested. + default: true example: true - description: Indicates if the access can be requested requestCommentsRequired: type: boolean - description: Indicates if comments are required when requesting access + description: Indicates whether comments are required for requests to access the item. + default: false example: false owner: - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - - type: object - properties: - email: - type: string - example: john.doe@sailpoint.com - description: The email of the identity + type: object + description: Owner's identity. + properties: + type: + type: string + description: Owner's DTO type. + enum: + - IDENTITY + example: IDENTITY + id: + type: string + description: Owner's identity ID. + example: 2c9180a46faadee4016fb4e018c20639 + name: + type: string + description: Owner's display name. + example: Support + email: + type: string + description: Owner's email. + example: cloud-support@sailpoint.com - type: object properties: accessProfiles: type: array + description: Access profiles included with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: 2c91809c6faade77016fb4f0b63407ae + description: Access profile's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Admin Access + description: Access profile's display name. accessProfileCount: type: integer + description: Number of access profiles included with the role. + format: int32 + example: 1 tags: type: array + description: Tags that have been applied to the object. items: type: string example: @@ -139948,107 +139567,66 @@ components: - TAG_2 segments: type: array + description: Segments with the role. items: type: object properties: id: type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. + example: b009b6e3-b56d-41d9-8735-cb532ea0b017 + description: Segment's unique ID. name: type: string - example: John Doe - description: The human readable name of the referenced object. + example: Test Segment + description: Segment's display name. segmentCount: type: integer + description: Number of segments with the role. format: int32 example: 1 entitlements: type: array + description: Entitlements included with the role. items: - description: Role - allOf: - - allOf: - - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - - type: object - properties: - 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 - - LIFECYCLE_STATE - - PASSWORD_POLICY - - ROLE - - RULE - - SOD_POLICY - - SOURCE - - TAG - - TAG_CATEGORY - - TASK_RESULT - - REPORT_RESULT - - SOD_VIOLATION - - ACCOUNT_ACTIVITY - - WORKGROUP - description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure. - example: IDENTITY - description: - type: string - nullable: true - example: null - - type: object - properties: - owner: - allOf: - - type: object - properties: - id: - type: string - example: 2c91808568c529c60168cca6f90c1313 - description: The unique ID of the referenced object. - name: - type: string - example: John Doe - description: The human readable name of the referenced object. - - type: object - properties: - displayName: - type: string - example: John Q. Doe - disabled: - type: boolean - revocable: - type: boolean + type: object + properties: + hasPermissions: + type: boolean + description: Indicates whether the entitlement has permissions. + default: false + example: false + description: + type: string + description: Entitlement's description. + example: Cloud engineering + attribute: + type: string + description: Entitlement attribute's name. + example: memberOf + value: + type: string + description: Entitlement's value. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' + schema: + type: string + description: Entitlement's schema. + example: group + privileged: + type: boolean + description: Indicates whether the entitlement is privileged. + default: false + example: false + id: + type: string + description: Entitlement's ID. + example: 2c918084575812550157589064f33b89 + name: + type: string + description: Entitlement's name. + example: 'CN=Cloud Engineering,DC=sailpoint,DC=COM' entitlementCount: type: integer + description: Number of entitlements included with the role. format: int32 example: 3 SavedSearch: diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index f227029..d863eb3 100644 --- a/postman/collections/sailpoint-api-beta.json +++ b/postman/collections/sailpoint-api-beta.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality.\nWith this functionality in place, administrators can create access profiles and configure them for use throughout IdentityNow, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in IdentityNow. IdentityNow uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements.\n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role.\n\nIn IdentityNow, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones.\nAdministrators can enable and disable an access profile, and they can also make the following configurations:\n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements.\n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked.\nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic IdentityNow uses to provision access to an identity with multiple accounts on the source.\n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "d648f16d-f043-49af-afb7-b62b21605d70", + "id": "afb7284b-4c90-44f2-9849-a9d871f96fb3", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "85fa54c0-f8cf-4897-82b6-4ea6c34a35f8", + "id": "72d4f45e-3d94-4c32-ae2a-123a3a716b5a", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8553a0f9-2f3e-4b12-9331-075b82ca388d", + "id": "3bb17b04-efe5-4dfb-b1d9-3dacf8176f55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a1954b-ab58-4aae-b7df-5f9204b7eddc", + "id": "3cbebdb5-fa72-43aa-a4d2-59bd7cafcec9", "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": "e5128e65-34e5-4954-b9bc-fdfabf08509b", + "id": "a2d314d6-81a1-4565-a1ad-bcc0e99a4ced", "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": "b53792be-dcab-4822-bb61-00b3c1a79fc1", + "id": "3d28bddf-d988-422e-b50f-0ef5a6bced40", "name": "Too Many Requests - Returned in response to too many requests in 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": "c374822c-4283-4553-a7f0-1ed738938577", + "id": "e6cc7761-f3a8-4626-827d-0c3e109dc5ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "2d3eef65-d3b2-4d2d-acb5-b6c863c40944", + "id": "eb659030-42b8-4845-9230-c6e20b2acc1d", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "405138a2-8059-4de8-b31a-c7ef54eac43d", + "id": "ca18fc54-d010-48d7-ada2-80731ad7ce37", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "574edc44-c2bb-4841-a728-56c8c3b213a1", + "id": "ac8d536b-6db6-4381-86dd-3f7ad8a9964f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd1ea62-5296-4ce0-8563-99dfad838ec2", + "id": "9af22a96-7ec3-458c-8641-eb0438ebdf29", "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": "08ef0b9f-1fc6-4d24-bf51-a270c3d2afd3", + "id": "9e32d356-8c5d-4703-a09c-97b3c0ad8c74", "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": "b95b7413-29ce-4eec-ab60-c0daea7f811c", + "id": "865b918d-2b86-4744-8fa5-6f0738fd498a", "name": "Too Many Requests - Returned in response to too many requests in 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": "5c29bb68-bde8-416c-932d-2089733b955d", + "id": "745d45d1-81e0-4cef-9255-f92b95f4c643", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "c0f322c6-df8c-4e5e-bcb3-8ebee65b474d", + "id": "11ce936e-f12f-43cc-9f58-a1fa315a9f6d", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "a058d54f-c996-46f6-bc7a-d8deedab9681", + "id": "b196df45-07cb-4dfb-8f41-6ba9cc15b7ff", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "617ca4f0-711e-4e6e-afd5-edbfdc1c2513", + "id": "1705b53c-4c74-4955-b6a6-80082240352d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254e8c5b-052b-4729-85a9-96ed57d18ae3", + "id": "cd476c15-c7a8-4b90-a773-80721fbbac24", "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": "89c9e0c2-7354-4f8c-ad9d-0ea5b8b6ef2c", + "id": "19d8d3e8-02d1-43fb-bdb7-6714cc31eb91", "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": "01af7499-e083-466d-b6a6-b652d02aed6a", + "id": "62e3184f-c3c8-4864-aafe-21eeb549acd5", "name": "Too Many Requests - Returned in response to too many requests in 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": "2d61efb1-dbbf-4198-b595-95b63783f69e", + "id": "fc2a7dff-3f64-417f-8e69-7bed2e280619", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "725cb2dd-fee5-4c47-82d4-e89aabde16cd", + "id": "40b2c62d-1124-4211-9f4e-1c1a6469b595", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "56dfa282-256c-43cd-84ab-4fc4db2a4543", + "id": "5b4ba0cd-d8ec-4f51-b3a3-2b118e54423b", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94285ae2-8717-4aa4-b580-f5faa264b758", + "id": "9ea8d241-1033-47a3-ba1c-8ac3d11b7a95", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6e290f0-3bee-472f-b8dc-90285da78cee", + "id": "7a5a9296-fd0d-476c-b978-43f5ae3ef275", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f09800b5-260d-42fe-a947-7c4bc1de6011", + "id": "f7895ed7-eb49-4716-9dfb-abcfe9600e4a", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7883ef80-cd00-4991-afcd-17e921f34e24", + "id": "e8cd90c9-7f41-440e-a024-79fe718dc1cf", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a604c73-e439-470c-bb44-a9daab9a50e0", + "id": "be32cc40-28d3-48bf-a5a6-38009e55d314", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4080ad-6b90-4a76-9ba9-f7d576d7881c", + "id": "11cf631e-464b-429c-94c8-1abae3600afd", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4889a6a1-0924-48e7-a597-fdba00ffd8e2", + "id": "1def0b9a-56d2-4006-8d7a-ea1e722691c1", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323a1de9-2e55-4868-bb08-313e0b917b98", + "id": "6e271f06-8415-4487-a2da-01f53b92a12f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d57e9c-2f0d-4875-b860-be30248251b3", + "id": "958f68b4-cebe-4c15-9e24-6bffb3f18da9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96adbf16-61a0-4518-8dbd-be68a46f66a0", + "id": "4bb5f00c-34f7-4972-9274-a9debc60c0f6", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33deeca1-1678-4c53-acdd-cb949c51e76f", + "id": "264ff5d9-8f4c-4df2-a74b-c25a98ca491c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "b5811f6f-7204-4978-9335-5b1d34ee926e", + "id": "079a712f-209c-4387-a6b9-014b1e9f0baf", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "7f75aa1a-0cc8-4dc8-86d2-ec7f07b2e3f0", + "id": "2b65bc20-8635-442a-9707-daab1f926037", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -2323,7 +2323,7 @@ "_postman_previewlanguage": "text" }, { - "id": "471304ea-57cd-42c1-9dee-e06428185cbb", + "id": "54d3d1ab-8842-4425-88f5-3dcc3f23072a", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22cf496d-dce4-437b-8fc9-b66206e8b874", + "id": "fb4fe844-285b-432f-b566-0d710cc68735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2411,7 +2411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d00095ef-3344-4574-82be-e4ba7dfbf41f", + "id": "78c37875-14a3-44c3-801e-a41c87704c95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2455,7 +2455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f9a5e7-9949-4da3-8ad1-aaab754c54b9", + "id": "2233f9a6-9e56-464d-b066-d4344d700940", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2499,7 +2499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e85ee4-8cc1-4970-886c-5c4915d9f6e5", + "id": "c5335973-8a8b-43e3-9435-4dc75dee9cbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "d9952eb9-8491-4330-8bb9-bc630335bb56", + "id": "0dbba44c-7811-4424-9284-643bb3cfa353", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "b40c7507-f90a-4cad-88b0-277e63026d52", + "id": "02d428a5-c412-4aab-bc75-0e9c86cfdc85", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -2649,7 +2649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d737e0e-5331-4881-8a52-3b772c549155", + "id": "1dc68d02-e068-402f-abb1-82629f2252e8", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c2da96-084b-4612-b1b7-3de547502f4f", + "id": "705a826f-0e24-4dea-94b3-6b8424607a4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d64740-0f3a-4c99-b3d6-63bdffef163d", + "id": "c0ef3a23-11ee-49d9-bcf9-a278470a92be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2820,7 +2820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab08a09-48a2-4f17-b42f-407cef72dcba", + "id": "52f6f1ba-57ca-4c4a-a16b-4376f35b25c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2877,7 +2877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e57166-669e-4490-a131-b3330d23cbb6", + "id": "d446ba48-1522-4943-9d66-69e70d26c628", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9c24849-0f4b-437a-81fb-09aa47aa9f9f", + "id": "3f65af07-64b3-440f-afee-9a00c1130b9d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "d0bdf0ff-56ac-426d-821b-93b445f608a5", + "id": "a98f47c6-39f1-4978-8cc9-ff491d60fdba", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3085,7 +3085,7 @@ }, "response": [ { - "id": "25846c47-e7f1-45c3-8e48-de0e8c91eb7b", + "id": "9416fadd-40ed-4911-84ba-84fb794449e6", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3176,7 +3176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb9ea5a-4b54-4a1d-948f-30b18de34d48", + "id": "68c29eb2-5d2a-4aff-9d47-0ee361026532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3267,7 +3267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2e2415-b9ae-45c0-a75a-2ee7f2547cec", + "id": "e478862e-22a2-417f-b00e-5dc756918cff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3358,7 +3358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b957b8a5-b60b-4a3d-bd16-d0643082d452", + "id": "5fc2eb4a-789a-492e-b193-5c6059c5415f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3449,7 +3449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75586f26-2f82-4114-8c3e-f5a2e5e66996", + "id": "68d43a08-e2a6-4eec-baf0-cc6ca545d107", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3540,7 +3540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b73724e-d243-4ec4-9db7-d525f97c3f9c", + "id": "598ba994-0fa9-45b2-b2e6-b8eb31b7f7cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3643,7 +3643,7 @@ "description": "Use this API to implement and customize access request approval functionality.\nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles.\nThis enables more qualified users to review access requests and the others to spend their time on other tasks.\n\nIn IdentityNow, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked.\nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n\nWhen a user submits an access request, IdentityNow sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in IdentityNow, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval.\nIf the required approver approves the request and is the only reviewer required, IdentityNow grants or revokes access, based on the request.\nIf multiple reviewers are required, IdentityNow sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration.\nThe required approver can then view any completed access requests under the Reviewed tab.\n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "b17840d0-cf82-4106-afcc-21f1b202c8d1", + "id": "c7d74dd9-8c71-4281-9ae9-84b6ea93a458", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -3667,7 +3667,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3703,7 +3703,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3712,7 +3712,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -3728,7 +3728,7 @@ }, "response": [ { - "id": "bed1a667-0cbd-441a-b93d-ad10c3d085c4", + "id": "dc1d86a5-9e47-42fe-bd25-3c761f2d8bca", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -3747,7 +3747,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3783,7 +3783,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3792,7 +3792,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -3827,7 +3827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62416a57-d47d-40a6-b57b-ad5d28f430a5", + "id": "c50eb885-cd1b-4710-b208-55e6d7678091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3846,7 +3846,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3882,7 +3882,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3891,7 +3891,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -3926,7 +3926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ea778e-73a4-4847-8c12-0e138a200531", + "id": "0e809278-157f-4a37-8411-c6312d6ebee0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3945,7 +3945,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3981,7 +3981,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -3990,7 +3990,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4025,7 +4025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ccef24e-e154-4ae0-a168-25f7507013d7", + "id": "b9a5e933-a954-4fa4-ac6f-b45bb9b537b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4044,7 +4044,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4080,7 +4080,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4089,7 +4089,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4124,7 +4124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe9c3f0-d8d9-47fa-99db-fa3bafb65ee0", + "id": "af9ec389-cc1e-42c3-b7d6-16df099b1b1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4143,7 +4143,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4179,7 +4179,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4188,7 +4188,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4229,7 +4229,7 @@ } }, { - "id": "caed2afb-1c98-45cf-99ea-8e1e6ce6dff4", + "id": "e933a971-3487-4f49-b6d9-88dcc9fc871f", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -4253,7 +4253,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4289,7 +4289,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4298,7 +4298,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4314,7 +4314,7 @@ }, "response": [ { - "id": "3460edc4-5f84-4861-81e3-271d7ca5fd05", + "id": "75dba1e7-aa57-4eda-b865-539bdfd89d9e", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -4333,7 +4333,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4369,7 +4369,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4378,7 +4378,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4413,7 +4413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ef1bed-2a74-4218-81f9-2959a517694c", + "id": "c7a306c2-faec-4398-afa7-53dffb583c64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4432,7 +4432,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4468,7 +4468,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4477,7 +4477,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4512,7 +4512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c50089-8272-4305-ba22-db77c4df3180", + "id": "e8c8312c-ab0d-4f91-bf14-ee5d3b77037d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4531,7 +4531,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4567,7 +4567,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4576,7 +4576,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4611,7 +4611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6385711-f7b3-44ce-a18f-6b87da10d7ad", + "id": "fadde6a4-f27f-4610-a7e1-e61915eff748", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4630,7 +4630,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4666,7 +4666,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4675,7 +4675,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4710,7 +4710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7cf49a0-cdf2-43ae-a9c3-1908fb83fa69", + "id": "b7d06976-afe9-4ceb-a2a0-8bf52d3d36d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4729,7 +4729,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4765,7 +4765,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -4774,7 +4774,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -4815,7 +4815,7 @@ } }, { - "id": "b025795a-80c8-4140-8de8-641ad94cfc48", + "id": "59674b25-f72e-4145-bc7a-21389c12b8ec", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -4870,7 +4870,7 @@ }, "response": [ { - "id": "b05ae455-eaf4-4bf5-b569-09fd66d28c9a", + "id": "deb3693a-816d-49fb-83ff-7e3e9b7d21fa", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4928,7 +4928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8497c426-69bb-4baf-97f4-47832d498e0a", + "id": "cf38ad50-3c54-4d92-8026-d691a633978c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4986,7 +4986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c21b4239-3df2-4a46-97c4-c2afa6e4b14d", + "id": "e37adbff-ff49-49a8-b10d-6c76e1d04834", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5044,7 +5044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ebcbda-0f0c-4278-bd8b-b6b9f19ed8f5", + "id": "56179b3a-1fc4-4cd7-87d6-721dd38a60f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5102,7 +5102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc550307-45d7-4725-87ea-fea4e610d629", + "id": "9baeb7cf-73f7-47af-a165-38d6de74db7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5160,7 +5160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c11aa9c-26dc-4799-9324-0d9cc45c316b", + "id": "8cce89b4-4a63-4d33-ad99-111b311efe5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5224,7 +5224,7 @@ } }, { - "id": "86986261-e145-4539-9933-2c7b6bcae34d", + "id": "dd761dcf-b722-479d-b4d4-6bd63cabef06", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -5279,7 +5279,7 @@ }, "response": [ { - "id": "0bdfc85b-f8e6-4103-b714-ec194226ca1d", + "id": "7fae3d8b-397d-449b-b8d6-3cd2de7c303a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5337,7 +5337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc62fd5-386e-4aab-8218-32e710bc82fe", + "id": "966120c1-1fad-4140-baa2-26ddb4a923ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5395,7 +5395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a0aaf4-89bc-4211-bb3c-887087b5831d", + "id": "d3b52c6a-caee-468e-bd7f-8a06efb56642", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5453,7 +5453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73d38862-1788-4043-9630-d109e789ff05", + "id": "c5101579-4b71-40f2-951d-2eac025e584d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5511,7 +5511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd18a39d-03bd-41a1-8fbf-54507f05f8dd", + "id": "dc0656ad-33f5-4af6-864b-72b77bb37b3e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5569,7 +5569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ddbb4b9-0976-4c31-ad0b-d36700ff8484", + "id": "b5385341-a7e7-435f-849d-3179f40c84c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5627,7 +5627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd4f6de-721e-49e4-bd31-13469c052fd5", + "id": "9e4eedbf-0470-4d77-b532-6f1961af0706", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5691,7 +5691,7 @@ } }, { - "id": "329d786d-ac7c-49d1-b5ba-7563d4d40b31", + "id": "90d066c3-1f5e-4e62-9d63-5627d4466ffa", "name": "Forwards an access request approval to a new owner.", "request": { "name": "Forwards an access request approval to a new owner.", @@ -5735,7 +5735,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -5746,7 +5746,7 @@ }, "response": [ { - "id": "b493baa9-b1ea-487d-bd83-0e4209fe9b03", + "id": "ca0315f5-1db8-4e52-a2b3-32ab4dcab707", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5782,7 +5782,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -5804,7 +5804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bc18e8-cd56-4714-8a7b-e80702ac875b", + "id": "c7b05847-5b0a-43b3-9d92-b7212b202c76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5840,7 +5840,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -5862,7 +5862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d763e0-dc18-4640-8f35-c104571123d3", + "id": "0ba93a15-aa88-4d57-88f8-67d15395dbeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5898,7 +5898,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -5920,7 +5920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5609cb60-ae65-4885-9087-647f2e35fcd4", + "id": "0969ab0b-3313-430b-9971-e2035f260707", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5956,7 +5956,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -5978,7 +5978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd58ef15-a733-46d6-ae68-03f7ae41ff00", + "id": "bf59f0ba-0b2f-4fad-9a70-9b9793763ee8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6014,7 +6014,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6036,7 +6036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d56cd8-9f85-4a2e-b79b-3bf37c200f3e", + "id": "0993a937-7775-453f-9ea0-5971047264a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6072,7 +6072,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6094,7 +6094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fa88947-fc2f-4238-a996-b5fa15c7761a", + "id": "b32f3074-ce6f-40f7-8410-282b6064afec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6130,7 +6130,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"ad fugiat Duis proident\",\n \"comment\": \"non consequat\"\n}", + "raw": "{\n \"newOwnerId\": \"magna\",\n \"comment\": \"deserunt esse dolore occaecat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -6158,7 +6158,7 @@ } }, { - "id": "9c8a0f25-36f5-4b27-b7a0-8452a1a34836", + "id": "014a412f-5aab-4c90-a0eb-68e70f373e7e", "name": "Get the number of pending, approved and rejected access requests approvals", "request": { "name": "Get the number of pending, approved and rejected access requests approvals", @@ -6182,7 +6182,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6191,7 +6191,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6207,7 +6207,7 @@ }, "response": [ { - "id": "b17f3729-3475-4180-96ac-eee9c22ba71a", + "id": "27d727ec-bad2-4ac2-b0ed-3ea5afb5ce82", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -6226,7 +6226,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6235,7 +6235,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6265,12 +6265,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": -36166325,\n \"approved\": 52139411,\n \"rejected\": 8883709\n}", + "body": "{\n \"pending\": 66605324,\n \"approved\": 14662755,\n \"rejected\": 25316831\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c3fd78e7-6db1-4042-9ae9-78eef14caff9", + "id": "9e1f7db0-c057-4aa8-a9a1-b7e5db42271d", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -6289,7 +6289,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6298,7 +6298,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6333,7 +6333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd0cad12-a267-47d7-af1f-23a1e83fcf7d", + "id": "f8ba1157-0324-4709-9600-1b7b81134b42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6352,7 +6352,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6361,7 +6361,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6396,7 +6396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a72f86-101f-49a4-ab4f-f311b46b7408", + "id": "c50f7d89-6638-41e2-9843-d3c3df16b0fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6415,7 +6415,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6424,7 +6424,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6459,7 +6459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb84d5fd-4965-4574-bdba-eb708ab9f0eb", + "id": "1f9e9ad3-5937-43e4-a8bf-c2ff56e24316", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6478,7 +6478,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6487,7 +6487,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6522,7 +6522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a71e53e7-3b8f-4efc-a9f9-5e9f4660c0ce", + "id": "38d9673f-0a97-49c4-a084-7c91d5072c57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6541,7 +6541,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -6550,7 +6550,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -6597,7 +6597,7 @@ "description": "Use this API to implement and customize access request functionality.\nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools.\n\nIdentityNow's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them.\nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them.\n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access.\nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "d638e063-7d66-42e3-b662-6fea31d922d7", + "id": "38b37552-b9ad-4838-8bbc-6895a36f4df3", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -6639,7 +6639,7 @@ }, "response": [ { - "id": "c8822d23-5f37-4c06-885e-bd107596b970", + "id": "1a433e11-5f7e-4c9d-82e1-bed1d9355861", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6695,7 +6695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd34388-d5ed-4469-a39e-0a21fcbc0ded", + "id": "031d09be-f0b0-4938-9f37-8ee12d3b3918", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6751,7 +6751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221f67c6-902a-4ebe-89a8-0c3fd5bd3881", + "id": "34b10ea9-7f66-42ae-b375-d62b92836870", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6807,7 +6807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d64391-dc62-4bbf-bf7e-7b0bd085bd14", + "id": "76851734-d155-4579-8c89-06c17731ae93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6863,7 +6863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2bd9b3b-281e-4aca-98e1-e37ca15dca17", + "id": "321e2688-ae1d-4dd1-8173-3b18aa97e593", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6919,7 +6919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "867a1f96-5d53-4b93-9b15-20de26caae6a", + "id": "5660ee5c-669c-42d6-9936-10d2b780ea10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6981,7 +6981,7 @@ } }, { - "id": "89607220-dfd8-4ab8-b517-a575dc02150b", + "id": "744f1981-82ef-47fe-b9d7-d764a5abd588", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -7024,7 +7024,7 @@ }, "response": [ { - "id": "1f7d441e-24c5-42ed-bb85-aa031324a77d", + "id": "e003a814-06be-4857-a97e-5f12dd0ea952", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7081,7 +7081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f2ce3b-0f8f-47aa-a7e0-138a10871ae5", + "id": "f8714417-cfa4-4a63-8384-f31b5ca8d944", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7138,7 +7138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8beadc-4ad0-4c5a-bbf0-7239ca70cbc5", + "id": "8647c510-64de-43ea-98a5-f70c17830c88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7195,7 +7195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a889a0f2-e449-4aa8-95c2-fc6f3ed3b252", + "id": "27fa19a3-525d-4f4e-a13c-baeaa57b8d78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7252,7 +7252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb63aeea-4c02-4a0e-a2a1-7f048ffd4085", + "id": "58fe5f81-9f67-499a-8dd3-6c91c36f7261", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7309,7 +7309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc0d684-2104-46f4-b82e-dbb679d1c409", + "id": "8d386baa-e287-43e6-b79e-87ce8486a66a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7366,7 +7366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f1863d1-b4c3-4b6e-b061-9dcb77a7a2c2", + "id": "f852ea27-9079-4453-ae48-7f3ac5d5dfb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7429,7 +7429,7 @@ } }, { - "id": "b75af16b-f7d9-4816-b452-50e7e579f45d", + "id": "5e437070-2980-45a7-9ac8-b754085bea03", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -7472,7 +7472,7 @@ }, "response": [ { - "id": "e702d590-dfe0-4f76-ae64-454fee9a1b05", + "id": "77d279a0-98ac-41db-9073-83904fa77629", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7529,7 +7529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1178e7b-aca2-49d8-94a5-375dfc70812f", + "id": "7423964f-fee1-4c31-ab5a-d58be1f8e6ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7586,7 +7586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c140cb3d-7a08-4831-8d58-feecbd3a7676", + "id": "ec9aa6b2-bb55-4392-bc94-a347d69e1861", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7643,7 +7643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b9c58ee-2f3b-4424-b7a9-54737c542821", + "id": "ce6452d5-38a7-4b61-8287-2307602f43bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7700,7 +7700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d77825e-4216-4fc3-b0e5-3a2b9851e890", + "id": "6ed7df39-e6de-4899-bde7-0640f3ae6bd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7757,7 +7757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6feec10-6577-4143-b37f-8568a7d23117", + "id": "db2bef6a-c793-42f1-9c1c-41941dfb7c77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7820,7 +7820,7 @@ } }, { - "id": "5d8f6d66-a472-4969-bdee-7e15f84719bb", + "id": "ce1fdc57-bab9-484d-aa23-bec2de84df3c", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -7849,7 +7849,7 @@ }, "response": [ { - "id": "7a750561-7277-4881-a439-afdcc5c8d8e1", + "id": "2dcae9e8-444c-4458-9af7-7a8d9079fb18", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -7892,7 +7892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28507289-3114-48d1-b0b2-d2dfa4a9a7f0", + "id": "57d7e869-af05-4e56-aa17-c2fb042ea2cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7935,7 +7935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb0a7832-f5e0-4f27-88c8-323a7d38ee9c", + "id": "02806bc3-21e0-47b9-8ec6-7f6c8da581e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7978,7 +7978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "458f3fe9-1d13-4e65-9fa6-67c31764519b", + "id": "9c4c4c68-b1fb-482f-9a74-8c6fa0eb97cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8021,7 +8021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f609d74-9bb8-493a-92c9-7d5cf0c31fbc", + "id": "23622cc4-3f82-4483-a132-7714344c3f5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8064,7 +8064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a382aecd-cb07-4dd7-9e78-a9304da8259f", + "id": "681b5114-f883-477f-ad8b-0e3cf2b1613f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8113,7 +8113,7 @@ } }, { - "id": "eba638d3-debf-417e-948e-3298d59540c1", + "id": "81cd6501-e08b-433e-9db5-6596813a10c0", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -8155,7 +8155,7 @@ }, "response": [ { - "id": "83be7f0e-6c68-455a-8cf8-d2f7a0824b6e", + "id": "64f2ae19-7778-4898-be26-ef0f92add139", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8211,7 +8211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e5c45f-2555-4a81-823a-b1c3e7fcf869", + "id": "c7510270-c91b-47b4-93ba-037a7d039e6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8267,7 +8267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45d22b68-a2e2-49b9-b315-30c38e467e06", + "id": "8cac7f38-728b-4e61-a489-fa707225d38b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8323,7 +8323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39f1e42-2779-466b-844b-1616ed3420c1", + "id": "dc6a840f-902c-41a8-8397-31a5b0d13c3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8379,7 +8379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b99ce4b-cce6-49dc-883a-f74337b74fa2", + "id": "1609dfdc-64fa-4364-8279-cabef9c1205a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8435,7 +8435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2f7e36-50e4-410a-a800-cc6eb8eb7d3a", + "id": "6d634a0f-3314-4a13-b1c5-39ff2ac7123c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8497,7 +8497,7 @@ } }, { - "id": "58783f6f-58e2-42ed-a8c6-3f079f849ad0", + "id": "ebae3dac-efdf-4492-b57e-afc03de6d815", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -8608,7 +8608,7 @@ }, "response": [ { - "id": "00965bc8-7f00-49ea-b29c-1245981edf84", + "id": "bd8ff111-c3cf-4f4f-b55f-17b5aed6c7d4", "name": "List of requested item status.", "originalRequest": { "url": { @@ -8733,7 +8733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "420cce00-90ab-4291-a23e-baf1da5ddbea", + "id": "c4f9584f-ffa1-439c-b7c4-907a553bb6b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8858,7 +8858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a83f6fe-fba2-4e0b-9fd8-5d4fb2d91f47", + "id": "252566cd-f78e-48ed-85a8-64d26565372d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8983,7 +8983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d14cef8-4c71-4968-a949-ef08d0185a39", + "id": "7e2d650f-71ac-4418-9169-16631dd9f747", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9108,7 +9108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9131801-484f-40f5-94f7-8729c59556c4", + "id": "7a0542b3-e475-4606-aaeb-3b96d09ddc89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9233,7 +9233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319f0cbe-1fd9-43d8-935f-274aeaf0f092", + "id": "819ec553-ede6-42d8-a225-477646a9b3f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9370,7 +9370,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in IdentityNow, which greatly improves traceability in the system.\n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes that occur on an account throughout its life.\nIn IdentityNow's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient.\n\nAccount activity includes most actions IdentityNow completes on source accounts. Users can search in IdentityNow for the following account action types:\n\n- Access Request: These include any access requests the source account is involved in.\n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source.\n\n- Account State Update: These include locking or unlocking actions on an account on a source.\n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state.\nIdentityNow replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to.\n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action.\nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates.\nThese also include refreshes that occur whenever IdentityNow assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source.\n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change.\n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "c769efb1-f77c-4e83-9a28-f82bed0fa597", + "id": "35124fb7-db64-4635-8d64-b8764af21f71", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -9393,7 +9393,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9402,7 +9402,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9411,7 +9411,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9420,7 +9420,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9456,7 +9456,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9465,7 +9465,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -9481,7 +9481,7 @@ }, "response": [ { - "id": "3079df37-87fa-4349-b323-f93ea421a8a3", + "id": "29ad41cf-f9f2-4d23-9b3b-74f1a2d1703b", "name": "List of account activities", "originalRequest": { "url": { @@ -9499,7 +9499,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9508,7 +9508,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9517,7 +9517,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9526,7 +9526,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9562,7 +9562,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9571,7 +9571,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -9601,12 +9601,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\": [\n \"culpa ullamco\",\n \"do esse magna\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"Ut_bbc\": \"Lorem\",\n \"culpa_2\": \"dol\"\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\": [\n \"ullamco\",\n \"tempor labore in non exercitation\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"ea65\": \"ut occaecat eu Excepteur do\",\n \"nulla_7b0\": \"sed\"\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\": [\n \"qui ipsum\",\n \"officia\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"laborum8\": \"consequat dolor in 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 },\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\": [\n \"non voluptate Duis eu nostrud\",\n \"ex quis in elit\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"cillum90b\": \"sunt quis do nostrud\",\n \"irured\": \"am\"\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": "e760efec-e816-458d-b036-fb26ee0da2cf", + "id": "ea2f158f-0da7-4736-8e0d-45613855e2bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9624,7 +9624,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9633,7 +9633,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9642,7 +9642,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9651,7 +9651,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9687,7 +9687,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9696,7 +9696,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -9731,7 +9731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e6a6e2-8575-489d-9ce1-f98227eafa57", + "id": "8b8c4def-4612-483f-b7fd-6e7c8c25270f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9749,7 +9749,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9758,7 +9758,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9767,7 +9767,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9776,7 +9776,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9812,7 +9812,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9821,7 +9821,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -9856,7 +9856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "184e4e9a-8d9f-4b25-9ca3-daafab727ed0", + "id": "e7100869-8323-4a85-bbe3-b3dd97f5c6fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9874,7 +9874,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9883,7 +9883,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9892,7 +9892,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9901,7 +9901,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9937,7 +9937,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -9946,7 +9946,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -9981,7 +9981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc2d28b-6c9d-419a-912d-43e05d9f004a", + "id": "a6ea1b4e-4fad-4247-bda6-497148bfc8d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9999,7 +9999,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10008,7 +10008,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10017,7 +10017,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10026,7 +10026,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10062,7 +10062,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10071,7 +10071,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -10106,7 +10106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58d2d3af-589c-4f79-86b9-59cecb1e2380", + "id": "d751d8d6-f1eb-48ec-9fa0-7fa2858fe2bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10124,7 +10124,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10133,7 +10133,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10142,7 +10142,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10151,7 +10151,7 @@ "type": "text/plain" }, "key": "type", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10187,7 +10187,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -10196,7 +10196,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -10237,7 +10237,7 @@ } }, { - "id": "efc9a707-8668-4d32-b74d-f23760f7785d", + "id": "235251c3-5d9c-41bb-8bf0-15df60332b41", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -10278,7 +10278,7 @@ }, "response": [ { - "id": "abca6515-9da4-4fda-8492-1f78d0999f9f", + "id": "aa2598b9-01ed-4cf5-8a3a-03a178d5215e", "name": "An account activity object", "originalRequest": { "url": { @@ -10317,12 +10317,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\": [\n \"tempor veniam nostrud\",\n \"adipisicing in cillum nisi\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"in_dd0\": \"velit Lorem ad\",\n \"qui01\": \"dolore magna ad ut\",\n \"est8a9\": \"aliqua proident\",\n \"laboris32\": \"sed do enim laborum consectetur\",\n \"eu_790\": \"non laboris consequat Excepteur\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "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\": [\n \"dolore ullamco eu\",\n \"non adipisicing deserunt\"\n ],\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"ut_75e\": \"qui adipisicing in\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13b1926a-e327-4de9-8961-3993f2b8c716", + "id": "e1f9b121-c8a4-4f47-b4e9-c12b3ae76fda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10366,7 +10366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165ecfdf-0665-4741-8ae9-e7336eea79a2", + "id": "2b660ac1-3d9e-424e-bbd6-2c5c9db5e2d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10410,7 +10410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9e9b598-14eb-40c9-bfb3-7f1d21445d6a", + "id": "c674a647-992b-48d4-ba37-1e23e64c9d38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10454,7 +10454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58625165-2e7b-47ec-9294-7acddbcab6a1", + "id": "fc8c084c-7cac-4d52-ab29-5529d28e26ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -10498,7 +10498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90fd32a1-452b-40d0-b712-52865212a8ba", + "id": "8c0a78f7-87f9-4687-a91a-76c72fe66019", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10542,7 +10542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70d368d-f6ad-4e39-a090-ebe27c6156e1", + "id": "bf949f80-f0b9-48e6-ac32-23805600ee50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10598,7 +10598,7 @@ "description": "Use this API to implement account aggregation progress tracking functionality.\nWith this functionality in place, administrators can view in-progress account aggregations, their statuses, and their relevant details.\n\nAn account aggregation refers to the process IdentityNow uses to gather and load account data from a source into IdentityNow.\n\nWhenever IdentityNow is in the process of aggregating a source, it adds an entry to the Aggregation Activity Log, along with its relevant details.\nTo view aggregation activity, administrators can select the Connections drop-down menu, select Sources, and select the relevant source, select its Import Data tab, and select Account Aggregation.\nIn Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.\n\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.\n", "item": [ { - "id": "8383b527-3b4d-471c-81a3-58a816eb5cbc", + "id": "82970756-a660-4ba3-ae98-6dcb8cc2b6b4", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -10640,7 +10640,7 @@ }, "response": [ { - "id": "d22c01ca-fe45-4f71-96f4-c93e86249636", + "id": "8a9f6b90-4e22-4a2c-b151-7fd88e8694d3", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -10685,7 +10685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0fd347-329f-47ab-a8a0-810a85d27b85", + "id": "7aef3099-3f34-4cfc-860e-486dec59d97a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10730,7 +10730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1bb3ed-b954-4e4c-a01b-32e1fe522cea", + "id": "e5d2fde3-e9bd-443a-85f0-e602212c22be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10775,7 +10775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ab4239-217a-4d1b-8fae-88a28b1dc9fa", + "id": "d7141b18-7c0d-46ba-a943-b633182dca29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -10820,7 +10820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165ae65c-ef39-48a8-b544-a7ce0bc5dc18", + "id": "9a37f9df-4844-4ad9-8d44-47388e696950", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10865,7 +10865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23da9282-ee89-4b62-848e-b7982a480be0", + "id": "bdf79f92-a20d-436d-ba91-88d4bd03bdca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10922,7 +10922,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": "cede47d8-ad27-4f89-a25f-1f0dadc6a880", + "id": "19b14701-8a02-4566-872f-2d60be4aba4b", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -11001,7 +11001,7 @@ }, "response": [ { - "id": "1421d07c-8963-46a7-83a3-fee1fcc46730", + "id": "2a711e3f-a668-4ce3-9c5d-14c0bb8bfa16", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -11083,7 +11083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31256d7-2dcd-4d42-8183-dc4d662feb3e", + "id": "73b19d7b-753e-43ef-8ee8-d4cac192728c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11165,7 +11165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0348e416-360b-4270-af47-f24d7972a9b2", + "id": "11f2f3ce-f067-40c7-a4a8-4cc41b6f7f00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11247,7 +11247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1309287f-71da-4012-8c9c-82103d4d5461", + "id": "03f211f1-c400-44d1-b7f1-3f716b517a00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11329,7 +11329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f04c1b8-6b19-42c6-99ba-a80094c8e7a0", + "id": "78122f70-3eee-423a-888b-e7aa86b26fdc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11411,7 +11411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a972ff27-1e27-4338-8878-24ecdab0b18a", + "id": "f81936b7-d980-49f8-ac05-7d127952fd17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11505,7 +11505,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in IdentityNow.\n\nIn IdentityNow, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. IdentityNow loads accounts through the creation of sources in IdentityNow.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use.\nThis allows IdentityNow to govern the access of identities and all their correlated accounts securely and cohesively.\n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab.\n\nTo view and edit source account statuses for an identity in IdentityNow, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab.\nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity.\n\nAccounts can have the following statuses:\n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in IdentityNow. This can occur when an administrator disables the account or when the user's lifecycle state changes.\n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds.\n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "2a46efd7-e544-406e-89c0-44638040e2b9", + "id": "1fbb20f4-41f4-4d0b-8f10-d5906498e045", "name": "Accounts List", "request": { "name": "Accounts List", @@ -11589,7 +11589,7 @@ }, "response": [ { - "id": "52fdef53-8862-4234-a091-ba5ed85f3f81", + "id": "8fa50159-4735-4745-b20f-b65746003565", "name": "SlimAccounts", "originalRequest": { "url": { @@ -11687,7 +11687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f541af-91c1-4e39-9547-d3d4b19923fd", + "id": "c40a07e4-88cc-4c48-9284-04d545cf4b8c", "name": "FullAccounts", "originalRequest": { "url": { @@ -11785,7 +11785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ad40dd-fd55-471b-ac16-c86ac2a1de0e", + "id": "d524fad9-569f-49ab-a1e6-7f68cf744d37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11883,7 +11883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a0d317-dc36-436f-a39f-9c65596cbb38", + "id": "d72bcfcb-93a3-44d1-807e-5b6c15ded5a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11981,7 +11981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59d3f5e8-e308-4786-a351-9fbcaab52315", + "id": "eb7cbdaa-7a5a-4bab-beaa-465fb3e835e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12079,7 +12079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9739ed6-b321-4264-99d3-7ef2bdb6a6e5", + "id": "2b9ba8ac-943f-4105-b211-2edc09c9051d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12177,7 +12177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c237da-ee31-4032-82b2-b0ae022e4db5", + "id": "cff39f83-caa6-41e7-acd1-3711aa3aa285", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12281,7 +12281,7 @@ } }, { - "id": "9a4f34f2-dd41-443c-9030-17bee1085d81", + "id": "d06bdfb4-1191-40d4-a18d-936dc63826c7", "name": "Create Account", "request": { "name": "Create Account", @@ -12323,7 +12323,7 @@ }, "response": [ { - "id": "56103168-101c-467c-a39e-b43488adf8ad", + "id": "e6360db9-c945-4c50-8a82-a7dea0a685de", "name": "Async task details", "originalRequest": { "url": { @@ -12379,7 +12379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe3c2fb-01e3-4de4-b956-b973cd488591", + "id": "77e581dd-31a1-4d10-b9d3-81bf90baa245", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12435,7 +12435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45dd0c7-287b-4b27-a3df-ceef27c9ca45", + "id": "a31694a1-2ce1-46fb-bbc3-6029b5c56120", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12491,7 +12491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca6e12e-2fc5-47da-af71-681169e7c990", + "id": "25adbaff-fec1-4fde-b9d5-10519fdb8fd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12547,7 +12547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18fdd45b-4ae0-4a24-9e30-4720f83800b8", + "id": "86710dd3-1222-408d-919e-91f7ccd792b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12603,7 +12603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8245aa8f-7574-40ea-83ab-3410b3653718", + "id": "19506068-fb23-4930-91c6-692be66eab60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12665,7 +12665,7 @@ } }, { - "id": "441305a0-9d44-4e81-9db8-2d04ffdb715e", + "id": "e5fc7167-0aa8-458d-ac9a-fa204fa57fa8", "name": "Account Details", "request": { "name": "Account Details", @@ -12706,7 +12706,7 @@ }, "response": [ { - "id": "04d1f43e-9aa3-46ed-991b-011d837c9666", + "id": "441a5f0e-759c-4bce-9f04-c21c27774506", "name": "An account object", "originalRequest": { "url": { @@ -12750,7 +12750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b396a9a-a732-400a-b33e-9e9db6cb1b84", + "id": "74412535-7f64-4623-92cb-fafaf968e814", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12794,7 +12794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd15e01-97d3-4597-b123-94ff066cf4fe", + "id": "7212e8af-c74f-4324-83e1-40be5abe512b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12838,7 +12838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abbd39a6-be4f-469e-84d3-5fcce9135de9", + "id": "464a428d-e090-4dc1-bcf8-8d1ff8b0e8f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12882,7 +12882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfee4677-d7fc-42ba-b4c5-2aafe32c8b9e", + "id": "4158453a-e787-4888-83ee-6cfcf3bda1ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12926,7 +12926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46d9456b-465e-42d1-891f-fd5022d3f8d8", + "id": "bf5da397-5aeb-4cd8-975c-626036604063", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12970,7 +12970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbfb546c-426c-4411-b80f-b6d981e36ab8", + "id": "0da6a508-d16c-4e2f-84ca-302a78bbe061", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13020,7 +13020,7 @@ } }, { - "id": "edfe138f-413f-43c3-b2de-a6a67e125b22", + "id": "baa8cdf6-3e34-4f58-ab7c-32ab39af7532", "name": "Update Account", "request": { "name": "Update Account", @@ -13074,7 +13074,7 @@ }, "response": [ { - "id": "c487884e-327e-4327-89c5-4b2f38d74384", + "id": "f576f416-5b5c-4835-abdf-78a7aebddb52", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -13131,7 +13131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec23317-3e55-4ff7-b348-9c89816d2b18", + "id": "fa6c809d-1c7c-483c-a990-c24a0abdd773", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13188,7 +13188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cf50e7-6e21-49f6-b572-624fdd488d5b", + "id": "f84d0660-bbf5-433f-a7f3-10f6ee86547e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13245,7 +13245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b82476-48c6-4cc5-ad2b-680c239ab9d4", + "id": "72a427ad-9200-4cad-88b2-e6268e174217", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13302,7 +13302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ed5612-b831-4d00-a3d4-da292645e516", + "id": "3c2678a1-73d2-4e39-ab20-10b35f5067cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13359,7 +13359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e78f7c-6f1b-49c1-926a-3e3687ce6cce", + "id": "9cc14870-c302-4338-9307-b4af9247f3b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13416,7 +13416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f898e3-1044-4f99-b9fc-146534c0728d", + "id": "6b85e8e7-0409-4dd3-852c-c0eaf33d28fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13479,7 +13479,7 @@ } }, { - "id": "3854c550-eaa0-4fae-8920-f7a3beceeffc", + "id": "1723cd66-a8f5-45b5-a5a9-5ba33b562238", "name": "Update Account", "request": { "name": "Update Account", @@ -13533,7 +13533,7 @@ }, "response": [ { - "id": "f132e0ad-329e-42cd-ac6c-68f3d1efe9b5", + "id": "48d6d12c-d8bf-4a56-a77b-504f4f943ba2", "name": "Async task details", "originalRequest": { "url": { @@ -13590,7 +13590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304925ee-1332-4bba-a837-1bcff14b95d9", + "id": "f2ba5f83-465c-425e-be45-db9a85b38fa1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13647,7 +13647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e06b8f2-6fa1-479f-9288-d3f6105680a0", + "id": "71ca6e16-65e6-494a-99b0-f8a07d851257", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13704,7 +13704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3443446-7ea8-4c88-803f-375db1687d34", + "id": "2077b830-057b-4ecc-a700-129aa16fd0e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13761,7 +13761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "502251db-ceba-4b5d-8c9d-a22f0a051230", + "id": "8415a574-0156-4f2f-967c-58a9bf59fcac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13818,7 +13818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c070744-781f-4cd2-b8f6-b1abba831be9", + "id": "f0e30748-e83e-4ddf-9910-ef26c7555276", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13875,7 +13875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f18617-d64c-4e7f-9b04-8a5ec8bc84e3", + "id": "ca13ce2d-6806-432b-870d-4d4b4e3f41b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13938,7 +13938,7 @@ } }, { - "id": "81b0c3e7-8b46-42b1-801b-46720d66739e", + "id": "df68efda-e527-4c73-bb59-e39859fd0523", "name": "Delete Account", "request": { "name": "Delete Account", @@ -13979,7 +13979,7 @@ }, "response": [ { - "id": "10546e75-ab46-469e-a13d-92fcbc25dca9", + "id": "d69620c8-e046-47af-98d0-29f946daaff2", "name": "Async task details", "originalRequest": { "url": { @@ -14023,7 +14023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4c04fb-b670-4f3f-a190-0622ab225062", + "id": "cd1c67e5-3e19-450b-9556-3ee81a200f09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14067,7 +14067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b274156-149f-4482-8644-79a79333fbe9", + "id": "57e6eca1-92e6-475c-afc1-313668e08f4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14111,7 +14111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d57ef1-7684-4759-9127-2d2a4f87cf17", + "id": "c33aca70-2015-4d5d-9b77-d6990a4c0dd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14155,7 +14155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522e4a03-b500-4d15-8ca0-eb0a436460ef", + "id": "05d03cdb-cdf9-4b5d-87e1-8599b10952c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14199,7 +14199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e92149-30d4-4083-827f-69b2c141e61d", + "id": "79437313-1a20-4fd2-8522-413d9268857e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14243,7 +14243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "990f236b-0a28-424a-8fde-e26d47dd5f98", + "id": "1bbd4ed5-6e6b-4e2e-9aa8-8cae030eb060", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14293,7 +14293,7 @@ } }, { - "id": "0ab92ff8-75d1-4319-97cb-ffd8834b056a", + "id": "84128821-9e4a-4c92-8ede-3c52dcdbd6c9", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -14363,7 +14363,7 @@ }, "response": [ { - "id": "ff8e5f2b-a247-4eba-b00a-a46e04674fa5", + "id": "c7a11034-2e83-4ba3-9c14-ff9d29bc7b30", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -14436,7 +14436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2123c259-0f92-4f07-bd0b-cafddc81f679", + "id": "5d47d96c-a3d9-4d21-975d-d246ee5c3e2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14509,7 +14509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5773cb-c337-4af9-8c7f-4696d567271c", + "id": "4c7cff63-4dd3-4074-8233-b9ba5ae86e45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14582,7 +14582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c10fd311-e8c5-493c-9c9f-839b24628d9d", + "id": "a2ecd413-f2ed-4508-8775-86984a25ece6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14655,7 +14655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa089b29-a85d-407a-bc3b-cbc814041af8", + "id": "409d8b7a-1d6d-442b-a3b9-f4a135cca0bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14728,7 +14728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd1ad07-4cd6-4d73-91c7-757a0db31e40", + "id": "1972e275-9048-4bd6-98a0-3358431b7b15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14801,7 +14801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f945e14f-abcf-4ef7-b2bd-abbd53d49779", + "id": "9c7297ed-c6b8-42db-99fd-346de57967c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14880,7 +14880,7 @@ } }, { - "id": "a79d98c8-b062-40c6-a81d-605a73844eda", + "id": "eea2a882-6e99-4f14-b718-c4c9b589da3c", "name": "Reload Account", "request": { "name": "Reload Account", @@ -14922,7 +14922,7 @@ }, "response": [ { - "id": "b8009c27-6968-40d1-8bc0-3425d60d29b6", + "id": "9caa40fa-aa5b-4fe2-80cd-5a44e14cac43", "name": "Async task details", "originalRequest": { "url": { @@ -14967,7 +14967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d575cc0e-cda4-4f1a-aa62-12d041d12c73", + "id": "17de15c2-8521-42f7-80ec-80f7a1a9cf32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15012,7 +15012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171f29f8-be72-4633-8f22-bef5fa9324bc", + "id": "ea0e5101-0d4e-4b06-9d58-4a5f53c9fdb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15057,7 +15057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b49963b1-553f-47fe-85fa-e3a53ca65ac8", + "id": "bdb80b3c-3baf-4c3c-b9d4-f8f58d83611e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15102,7 +15102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65d716b-3c64-43bb-898b-a554aee67dc5", + "id": "21188081-9647-4aa4-8844-bc2d226e8de4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15147,7 +15147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c42c2c-8ee5-4c8e-af0d-5d958bd2edf4", + "id": "24187e22-1a01-4fe1-ace8-9c112c688378", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15192,7 +15192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed66071-bc53-427f-8a46-597d2ae53513", + "id": "97b77548-bed7-403d-bded-633005d38e74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15243,7 +15243,7 @@ } }, { - "id": "8b83a5ff-fb20-4014-bc45-bafa828e0328", + "id": "aefec68a-587b-47cf-a373-86ab5aed8e9d", "name": "Enable Account", "request": { "name": "Enable Account", @@ -15298,7 +15298,7 @@ }, "response": [ { - "id": "fe8c5ce3-3fda-4b2a-a0ce-b31689e638e9", + "id": "ebba4fc9-6539-43d2-973b-3091384e8ef9", "name": "Async task details", "originalRequest": { "url": { @@ -15356,7 +15356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ace2e6-e7a9-45dc-929a-e8f5979ad3f6", + "id": "b3a0f2da-546d-469e-967b-53e4bb672da5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15414,7 +15414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68db118-12c8-49fe-bc2e-8a86192352e6", + "id": "81e79416-1e6f-47f0-9320-fa50ec8b06a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15472,7 +15472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c0a92c-b53c-4bca-8d3f-7df841589287", + "id": "e9dcfddc-7af4-4792-99a0-54e518222f59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15530,7 +15530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44730ee-7676-41e5-bfb4-614b7832cafa", + "id": "539fcf75-3830-4322-b25c-40ab2e3239a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15588,7 +15588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21195376-c033-4d84-8cc0-65b7c6c14c95", + "id": "33614316-a75e-4533-9d7e-5bc0d5269683", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15646,7 +15646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eb522d2-5370-4b5c-8823-cbc30ea3e80e", + "id": "14f10385-a4ac-4e26-a51a-58962aa50e9d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15710,7 +15710,7 @@ } }, { - "id": "d2a97bb6-d17d-4c8c-8e3d-f0216d8300ab", + "id": "79897575-9270-4b30-8a6d-b8fc85344928", "name": "Disable Account", "request": { "name": "Disable Account", @@ -15765,7 +15765,7 @@ }, "response": [ { - "id": "78c1cb63-935b-4130-a04e-0aa100d792c2", + "id": "50c64d59-c5e0-4981-8bc2-f48d8da180a7", "name": "Async task details", "originalRequest": { "url": { @@ -15823,7 +15823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20af497-3548-4d22-907f-79ba960218f6", + "id": "473476ab-7133-41d6-9e55-0018a208023c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15881,7 +15881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b2e583-8e12-49d6-b753-99ca195f7f48", + "id": "88395d60-59fa-4da5-bb7b-d3ea00faffee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15939,7 +15939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "843d85db-bddd-4394-a37c-b23de0c89d7b", + "id": "ac6dafca-fcc3-4d43-a8da-0ba049eaae2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15997,7 +15997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc872d3d-256f-4bfa-876a-ef6e40981b2a", + "id": "4fe15d96-2871-402d-86ac-624b1d311874", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16055,7 +16055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76dd5fc0-f169-4f5d-90f6-00d6690da7e3", + "id": "8c202b3e-366a-44a3-b0ca-94c521112bcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16113,7 +16113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4e18ef-13c1-4236-9978-9d98df0bbeee", + "id": "2b685627-eaa9-4f63-be35-feda4cac516f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16177,7 +16177,7 @@ } }, { - "id": "25858b12-11c1-497d-8d59-848ee0a82d31", + "id": "1f4d2590-4103-42e2-b41a-dccf8aede757", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -16232,7 +16232,7 @@ }, "response": [ { - "id": "6a2139d9-9fef-4826-872e-4e7a7aeb9e95", + "id": "ce5cc675-4411-44fd-991c-bd57d3510329", "name": "Async task details", "originalRequest": { "url": { @@ -16290,7 +16290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0bc0a2-33cc-4d57-afc1-1fb93e82eae2", + "id": "d1c7001e-2ec0-4d35-9bbf-a403968c9581", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16348,7 +16348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3acc4a0-8277-43b8-ab44-118a3a257d2b", + "id": "f024efa9-7823-47ee-bda2-4e5a7be07405", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16406,7 +16406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a9fffd-ad5c-43b8-b235-11ec565cc11f", + "id": "903b331b-685c-46aa-8644-78dc85e7e0b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16464,7 +16464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f3ba72-9721-497f-80ed-3e07e290a209", + "id": "ea4c3e3b-def8-43d3-9753-9d1da97cbe45", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16522,7 +16522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0fe5e41-e432-4c92-8ba6-8a5229965dbd", + "id": "24d704df-e476-4b14-9f61-78a22583cab7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16580,7 +16580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77892ef8-e21f-4d30-8ce7-326d540af2dd", + "id": "63198c98-4d24-40ff-985f-65db201b5070", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16644,7 +16644,7 @@ } }, { - "id": "01c6386e-afd5-4dd5-bd87-d25c01c04748", + "id": "81094e57-09ea-4370-8091-c4950d62d000", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -16686,7 +16686,7 @@ }, "response": [ { - "id": "3917f576-e55a-4c5e-9983-22412a0a1aa8", + "id": "7d0daa7f-068d-485f-9741-e2fcadf0b0e8", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -16731,7 +16731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "412939ef-1ded-437c-8a62-f6d793131eaa", + "id": "13426fb3-6a24-4922-9637-2e2108e06c26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16776,7 +16776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce72593-06c2-4f24-86aa-f58ca6c51cba", + "id": "28a9041c-2344-4b83-9c90-ca9807ed6cbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16821,7 +16821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6734a425-bacc-47cb-9a36-90502224583f", + "id": "89e5096d-a95f-43a5-87eb-2d5a7e0faa21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16866,7 +16866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74588ff4-9ee5-48fa-978c-14f5203e33cf", + "id": "a196bf86-ae1a-4b75-80f2-df7ad5f1a6fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16911,7 +16911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839098f8-0513-4eba-a949-6e013cf89e22", + "id": "06d5c391-9598-4d1d-ba2a-7f7b56562f2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16956,7 +16956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a93f9c37-fa76-45a6-9050-861d97f15e59", + "id": "dd400e34-123d-4f95-ab86-b9d4d7a1ada0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17007,7 +17007,7 @@ } }, { - "id": "529c83b1-7d68-4de9-a13a-d44321349c42", + "id": "6bf52baa-f8da-4f1f-8b26-8b8084f0a188", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -17049,7 +17049,7 @@ }, "response": [ { - "id": "ea93a0e0-3e16-414c-a778-945e7ebb452b", + "id": "8695c6f1-4dde-4982-ba35-34066bad51ba", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -17094,7 +17094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "733f15d1-3855-4cea-b290-90148d646e48", + "id": "f2f555ce-2826-48aa-89c5-73a0073c2f6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17139,7 +17139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cc03c7d-d7b0-4e8a-a381-562e3fb26d12", + "id": "a21d7e1e-70ce-4432-bcb7-7e5c1d4c434c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17184,7 +17184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dca4573-eadc-4c46-9548-8ebd9d2e7063", + "id": "dfc28e9d-603f-4ca7-8f2a-0c72dd15ad04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17229,7 +17229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7efe430-93e1-45e3-822b-2b0916e776db", + "id": "abc8f72d-726e-41ee-9938-25c66f8eeaab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17274,7 +17274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19ce7650-dbcc-4fb5-bea0-c5111d823767", + "id": "ed2e124f-b8b3-46e2-87ef-de4372f69bf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17319,7 +17319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5f78b7-280a-474a-8ddd-7283461e7229", + "id": "b38f6b76-9e3c-490d-ac31-372453d528dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17370,7 +17370,7 @@ } }, { - "id": "3b47ef33-d6f1-4aa8-b1b4-c8b2d76c9082", + "id": "c1cc7189-ccb1-4b54-9662-7e7613fd020b", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -17413,7 +17413,7 @@ }, "response": [ { - "id": "dbd12412-f878-4dc9-bcc1-f9ed67870f93", + "id": "53f2345b-31e0-4d67-a6d8-df560545a3a0", "name": "Bulk response details.", "originalRequest": { "url": { @@ -17470,7 +17470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e3266b-b1c4-4b3c-a8b7-484504d171d3", + "id": "70464c86-75ae-47a6-a195-99c5bf8fb1bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17527,7 +17527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b209b19f-3f7a-47b4-9e8e-295282eb3f61", + "id": "855ec61f-a93b-460f-a287-60d9ceaacfc9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17584,7 +17584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da28e8d3-6a59-4562-81d4-3af1ccef6b1f", + "id": "c6dcfe0b-05e1-4248-8a49-7490cd1ec8d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17641,7 +17641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7540e0de-0f34-49e1-b040-59ff69c3a213", + "id": "2947435c-0e4f-4386-9b22-c4af037ce37d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17698,7 +17698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec62e86a-7654-4aa7-af2d-04fc36d2c7dd", + "id": "b52defab-7e59-4f2a-b51a-b4195b307927", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17761,7 +17761,7 @@ } }, { - "id": "a92b9cad-ca91-45e6-933d-7d1efa80f49a", + "id": "57e3f033-060c-4edf-a17d-7599bcbf5d15", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -17804,7 +17804,7 @@ }, "response": [ { - "id": "fdd816f6-58c1-458d-a048-2c719b4af8b7", + "id": "98c22564-c6ee-4c2b-9b10-7dccb0d7cc75", "name": "Bulk response details.", "originalRequest": { "url": { @@ -17861,7 +17861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71be19d3-67cd-4a77-9ebb-6264900a7278", + "id": "0670f2df-7964-4839-a00b-c414d019fb4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17918,7 +17918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df11e03-cc6e-4f7d-808d-1a7963c4eaaa", + "id": "a9c3d877-8c62-49e7-b588-a518c70fe510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17975,7 +17975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e567933-324f-4406-944d-66ec70f11e3b", + "id": "8d653b13-f6b1-4ce8-8ada-ead5c0c4b0dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18032,7 +18032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4abe6734-ac97-4f4d-bca7-dcba8e979d7a", + "id": "d0d1335d-03c9-4a4f-83fc-258d05bc00a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18089,7 +18089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc0a1ea-13e5-4670-80cf-69d06cbb1f72", + "id": "c06867bc-38f8-4c88-807c-135948a9175c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18158,7 +18158,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use.\nCertification campaigns provide IdentityNow users with an interactive review process they can use to identify and verify access to systems.\nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements.\n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers.\nOnce this campaign has been completed, IdentityNow would provision all the access the user needs, nothing more.\n\nIdentityNow provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in IdentityNow:\n\n- ManagerCampaign: IdentityNow provides this campaign type as a way to ensure that an identity's access is certified by their managers.\nYou only need to provide a name and description to create one.\n\n- Source Owner Campaign: IdentityNow provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners.\nYou only need to provide a name and description to create one.\nYou can specify the sources whose owners you want involved or just run it across all sources.\n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in IdentityNow is to use a specific search and then run a campaign on the results returned by that search.\nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns.\nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified.\n\nYou can use IdentityNow search queries to create these types of campaigns:\n\n- Identities: Use this campaign type to review and revoke access items for specific identities.\nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign.\n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them.\nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign.\n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria.\nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign.\n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in IdentityNow.\nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them.\n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview.\nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it.\n\nOnce the campaign is active, organization administrators or certification administrators can designate other IdentityNow users as certification reviewers.\nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review.\nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items.\n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase.\nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed.\n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision.\n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "1f4a781a-d578-4b73-9f77-73f1fee5efca", + "id": "2ee417a6-4470-4cce-ad38-5bc69843292b", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -18242,7 +18242,7 @@ }, "response": [ { - "id": "92c645e9-867c-4c81-9306-f5f82bd95cc9", + "id": "72bc961d-5b0b-451d-ac89-1550e6f47b5d", "name": "Slim Campaign", "originalRequest": { "url": { @@ -18340,7 +18340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24a3a55-c25c-4c5d-8aad-424f3d1aebda", + "id": "f109c12e-3079-4a88-b0ee-653ca55c9d6b", "name": "Full Campaign", "originalRequest": { "url": { @@ -18438,7 +18438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22eea0d5-281a-4233-abc2-e3034570d3d2", + "id": "141562b9-b31b-4259-af8a-8e28c0ec00bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18536,7 +18536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8add7be7-f8ee-4a0f-a408-3613f2388373", + "id": "0899c356-abd2-456c-877a-6fcc3110291d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18634,7 +18634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d852d2a6-b6cf-46f9-87da-44578df7579e", + "id": "4f321770-0c85-4f0d-a380-d4cb2704f1eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18732,7 +18732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25269d78-74e2-4575-a2ec-c62c012b892a", + "id": "e350c73a-5c27-4786-9092-829a55544abf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18830,7 +18830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d461d312-ec5b-4f4a-a885-423a770147b1", + "id": "76e43bc6-96d8-4e35-9e40-ff0bd8ea09f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18934,7 +18934,7 @@ } }, { - "id": "4f2f402f-5977-42b8-95b8-1a42a519ee5e", + "id": "3828e7ea-f143-48f4-b539-c3c3d1d51f18", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -18976,7 +18976,7 @@ }, "response": [ { - "id": "e2ff761e-35d8-49cc-8c0e-e5adf23332cf", + "id": "0a51595e-0bed-4a6d-a6db-085d2d505c8b", "name": "Manager", "originalRequest": { "url": { @@ -19032,7 +19032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2526ac59-46cf-451a-8d55-03fca52df383", + "id": "842bb4d5-ea8f-46fd-82ff-0f0c29bdb9c4", "name": "Search", "originalRequest": { "url": { @@ -19088,7 +19088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4221b09f-8c8a-4725-a149-56ac8a9cd163", + "id": "e02824cb-10ba-4eb6-8f3d-35fb6a0136c0", "name": "Source Owner", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "142b02b9-05ed-433a-9597-720a314ac19c", + "id": "2ad9f86b-6f93-4d64-a589-32b68b8ede6b", "name": "Role Composition", "originalRequest": { "url": { @@ -19200,7 +19200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "201d04d5-01d7-4339-830a-80b691305cf4", + "id": "7b19a6ce-6ae3-4c20-a636-18d78fada404", "name": "Manager", "originalRequest": { "url": { @@ -19256,7 +19256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5ef73e-55db-4dd1-a962-c28970cfd857", + "id": "94e77169-aefe-42f4-99f4-8f5e7c5fe64f", "name": "Manager", "originalRequest": { "url": { @@ -19312,7 +19312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e4b0b2-64cc-4225-8a23-f491e318fda9", + "id": "1fcb5ed9-fbd1-4188-9479-5369ce25e7be", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -19368,7 +19368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e750f901-c216-4965-9088-86e31a8d80a0", + "id": "533effc8-907a-47ac-a38f-a559afbe8f89", "name": "Manager", "originalRequest": { "url": { @@ -19424,7 +19424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a3e823-e075-4057-9583-23aaee112a69", + "id": "135f3d89-b710-4189-8d26-9058dfc7f62e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -19486,7 +19486,7 @@ } }, { - "id": "1de4e50c-5fe6-435a-bd2c-3ec4e534f0ae", + "id": "7e131bf7-eb6b-4f5f-b018-3b496558d0f7", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -19529,7 +19529,7 @@ }, "response": [ { - "id": "5d4ef9b9-31a0-429c-a5c4-a7f775680a4d", + "id": "db823674-be70-464b-94a6-59c6cbad760f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -19586,7 +19586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e902ea0c-485d-46c8-9cf9-f3f7eb28fa14", + "id": "06493858-0602-4e2c-97fa-b95affa140ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19643,7 +19643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f56207f-3f7f-4884-9066-ee216d776fd6", + "id": "698a05f0-d552-47cc-b19a-101edc717cce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19700,7 +19700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c15143-2724-4d1f-bf86-d78259c6e64e", + "id": "cd493708-38c1-44d3-b76d-1cad9448f1d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19757,7 +19757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b3d2579-ec0b-4425-a14b-3bcd16a0f11d", + "id": "bb5607f7-73a8-4244-b5fe-270d5b1e3db9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19814,7 +19814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a6f2ee-b2dd-4d95-8227-9aea48851019", + "id": "742aeee4-63c3-479d-847e-29a138b57883", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19871,7 +19871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e7806e8-4066-41bd-9b15-a801ccc44c38", + "id": "6b299f05-19c3-4e85-8596-191de82ff1a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19934,7 +19934,7 @@ } }, { - "id": "e813b537-cf4f-4e59-a9de-76284c4e98b1", + "id": "76dbcd5a-9303-42dc-8c10-06caa6e17980", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -19975,7 +19975,7 @@ }, "response": [ { - "id": "03d7ec46-49c1-41f9-a379-82ac6f8e09dc", + "id": "cdd46055-06a2-48ab-83e1-cb748932af4d", "name": "Manager", "originalRequest": { "url": { @@ -20019,7 +20019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41877918-b1c6-49ea-9f8d-faa92e951d87", + "id": "13724d9a-93f4-4b05-b18a-e8c768616414", "name": "Search", "originalRequest": { "url": { @@ -20063,7 +20063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abcefd81-967e-4b58-bccb-bacd3d5094e0", + "id": "877cb64b-f9f1-45d7-a355-bbd9fd8d8511", "name": "Source Owner", "originalRequest": { "url": { @@ -20107,7 +20107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6837f282-756b-4202-af37-2cd3e4521e5b", + "id": "031cf417-6134-48b0-87de-3be8af5c38e1", "name": "RoleComposition", "originalRequest": { "url": { @@ -20151,7 +20151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0efa42b7-bdcb-42f1-9cb9-9d50033cd943", + "id": "f9dffeb8-c9f5-46ca-ad2c-10d5ad788655", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20195,7 +20195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35c53477-7333-4a4e-9f0b-a02c4c1eb1c9", + "id": "980d53fe-09b2-45e7-a624-9795730ec6df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20239,7 +20239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9f06b85-3f10-4b1f-83da-a0d3d7ec91e3", + "id": "f5469e6c-d92e-4d8d-a659-6d7496b04cf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20283,7 +20283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c62bc59f-cdc4-4e88-84df-853f4cca7499", + "id": "b67c36bc-83b4-4955-9dfb-3738efc6d8fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20327,7 +20327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d724b5-9373-4300-96f6-45974f23764f", + "id": "73862697-2f78-4150-8078-bf46fdeb7c78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20371,7 +20371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e51967-42f2-4f4f-af74-f1250affa237", + "id": "0721d090-bef3-4eac-922d-5ceebbf862e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20421,7 +20421,7 @@ } }, { - "id": "46226b60-802b-4551-b21d-5fe094189dfd", + "id": "2bf93352-de38-421c-b9e1-ed33ffa03496", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -20475,7 +20475,7 @@ }, "response": [ { - "id": "c12fab77-5266-4662-a72c-98b234e2b40e", + "id": "662f28a5-e901-427b-9544-6c30a15ba8df", "name": "Manager", "originalRequest": { "url": { @@ -20532,7 +20532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2ea5581-c1d0-481a-9c67-03626bb92ec8", + "id": "7994c9ac-d1f4-486f-8fb4-d1d2e1626d68", "name": "Search", "originalRequest": { "url": { @@ -20589,7 +20589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9d751e-4554-4caf-9216-366f130130cb", + "id": "f579f492-15de-4620-9ee0-67969585f57b", "name": "Source Owner", "originalRequest": { "url": { @@ -20646,7 +20646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3527d691-3426-4cce-97bf-40431ef0527b", + "id": "bf300533-cccd-4b24-b202-745d2e7c3b5c", "name": "RoleComposition", "originalRequest": { "url": { @@ -20703,7 +20703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc09433-b0e8-41c2-9366-aeb0d4db2440", + "id": "7ca2d1fa-a268-4043-a867-fea67b30f6bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20760,7 +20760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782f300a-d846-4024-b85f-4e1e4349769b", + "id": "4b24a5a4-aec3-48bd-94d3-527dee17e35c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20817,7 +20817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34ed081-845c-40a2-926c-972349e1818f", + "id": "ff774a08-9d1c-4864-94d7-46933176cb9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20874,7 +20874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be3c60c-1cf0-4eb8-8907-c2350c0cf635", + "id": "1c87b3d4-aaa8-4f14-99cb-de741cec5246", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20931,7 +20931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fb26cc2-44c8-4316-bf09-bb8f4465b617", + "id": "66365897-ba47-4156-881a-62140184bb01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20988,7 +20988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e34a0ef-130d-45f5-801f-bbe0234f53ac", + "id": "5f9e1ccf-c061-4dda-8d07-384ecd3321f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21051,7 +21051,7 @@ } }, { - "id": "a3431883-7707-4703-93db-88f3fca7aa01", + "id": "369e12b7-e099-4e93-ab87-79dc1892db4d", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -21106,7 +21106,7 @@ }, "response": [ { - "id": "3b6d96da-70f4-4dac-acdc-4b033255da97", + "id": "198f3932-159f-45f1-95b2-e3ee3b72bf04", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -21164,7 +21164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "372b61dc-dd15-4e0b-bc1b-7c544edd040a", + "id": "3f28ad86-fb1d-4684-a45e-e59a2275ae3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21222,7 +21222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f5ee2fe-9c0c-47f0-b61f-373a9c511deb", + "id": "d079779d-9f8a-4df3-bbab-8214d93494df", "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": "6ae2d72c-0058-436a-b47e-526813f0375d", + "id": "08632e1b-8670-44a3-afdc-f3bdace77e58", "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": "00793c53-da93-4905-9d3d-9a267c3050ea", + "id": "96ed95a5-6509-4015-9c94-60e3b1e4a78e", "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": "043ce4ff-5caa-4056-afe7-80528df36d1b", + "id": "5c991984-a7cc-4f97-9270-a339586d9d11", "name": "Too Many Requests - Returned in response to too many requests in 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": "63e5c5e5-e3e4-4aa2-b26b-11c5e488300e", + "id": "29e67ebd-e88d-4a5d-a07b-d3b6b7446147", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21518,7 +21518,7 @@ } }, { - "id": "81337d50-81b8-45e3-85cb-9326b883c5aa", + "id": "4d615e43-785a-4320-a583-cacd85eb42c1", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -21573,7 +21573,7 @@ }, "response": [ { - "id": "3d81f702-a1d8-4ddc-bdb6-6f089c85319e", + "id": "62be4bbf-f6e3-4659-a8fc-c086377e2e36", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -21631,7 +21631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fff5640-d9f3-449e-96a1-5ed4b10c6984", + "id": "cac5327d-e873-4f23-a05a-363ecb6a1a00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21689,7 +21689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a78816a-039e-43db-a79f-600af47a6e6b", + "id": "4aeda438-6fba-44c1-802e-31078e839cd1", "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": "a11e0368-7533-4f83-a7ed-f522e88b849c", + "id": "3fe68d1e-449b-4319-aae1-8a8f6cb9c24d", "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": "0d5ac774-23a5-4500-baf0-37722afcf4da", + "id": "138bfa9f-7b3d-4f56-a265-689082bd95f6", "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": "0f1a5b14-46fe-46c2-bee3-f309bf3a361d", + "id": "2b9b530c-db86-4bde-b064-085bb699f155", "name": "Too Many Requests - Returned in response to too many requests in 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": "fd4cab13-6ae0-4ebd-b3de-1c5649f5abc3", + "id": "9141f965-c1b4-40b2-be68-7e7808c042d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21985,7 +21985,7 @@ } }, { - "id": "8bef0126-36a9-4dcd-8ef2-2fe89d779aa2", + "id": "4c726e7d-5472-4ab6-a4f2-ccdd60e8a5da", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -22027,7 +22027,7 @@ }, "response": [ { - "id": "0beec13e-4711-4c37-a96c-ddae42919584", + "id": "18f153b5-ac16-475a-8c53-f0397019756a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22072,7 +22072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef249a77-b562-4c26-8623-d9e027d5773b", + "id": "7e7fc66d-a1d9-48dd-8c34-17bbf611a831", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22117,7 +22117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8b9b1a-2269-439d-a549-daab4fb5b26c", + "id": "d2ef1265-800a-4dba-9763-61a168e03b25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22162,7 +22162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d58e705-2a0c-4693-85d5-21240de3e73e", + "id": "0646266c-153f-4b45-b81e-d03c08bcbd09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22207,7 +22207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0483fd7-97d1-49f1-84ba-d1d925a50bbb", + "id": "b0b5ddfc-034d-4e39-b3d1-ba73d75bf34e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22252,7 +22252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc572d2-8ce9-4137-a673-9fa6d18633c3", + "id": "b3d2e33d-30c6-4eaa-9c96-0696459c6f24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22297,7 +22297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4111452f-5238-43ac-83bc-7a9407b97564", + "id": "3332fa68-2449-460c-916f-9e8f84ef9e27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22348,7 +22348,7 @@ } }, { - "id": "02749e85-ab84-4d8e-984f-5227dd0d27b3", + "id": "095cedfa-29fe-4a70-99fc-5dcbf5d21afb", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -22403,7 +22403,7 @@ }, "response": [ { - "id": "b79216a8-fb86-4d77-a54e-bd4e6d1861d3", + "id": "1ad28a31-262f-4b9b-b6fb-3fd28b885a72", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -22461,7 +22461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfcabea-a023-46de-9f38-883a2f014a09", + "id": "fe210d2d-3cdb-4294-87b4-6592b10d1063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22519,7 +22519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f5b31b-3fb5-4970-858b-0b2dd6222f9b", + "id": "77434abf-60ef-4a07-aee1-f072c46ef3ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22577,7 +22577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97d033b0-7710-402f-9056-056f392f6c55", + "id": "9db23449-69e5-44f2-95dc-4a4d311e8b1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22635,7 +22635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36dd74a8-3683-4404-889c-f828f07c646a", + "id": "d7a42400-dc12-4cd6-9564-e4b1c5baf776", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22693,7 +22693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da857181-2db1-42b9-9ab6-050259be531e", + "id": "9b33dea8-3694-4ecf-aba5-77b51782a473", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22751,7 +22751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa2a62b-0a0a-4f5d-9362-0486a2669a81", + "id": "792c970c-d4c3-4a48-a95c-f7385d755f5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22815,7 +22815,7 @@ } }, { - "id": "eb1bcf54-00d0-48ea-a498-23a57e6ef1a7", + "id": "cd4a52f0-3dda-4fc4-b3ce-15e855b78f52", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -22857,7 +22857,7 @@ }, "response": [ { - "id": "bbe030b1-73cc-41ae-989a-cf74b034fa02", + "id": "bdc5ae0a-1e4a-4bc8-a884-62c06d12e3d4", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -22902,7 +22902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30969797-28a0-4611-bb51-8d123ff9b121", + "id": "0551038b-1c37-4088-a5b6-e59fbbef99b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22947,7 +22947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d44d6a-41a4-4d8f-9223-ea47cc12f6ef", + "id": "7601a315-a9f5-47ae-9a66-9476d738c60f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22992,7 +22992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40102b0-8bc0-4801-8692-bcb2a5c8a3d7", + "id": "2f473e9b-3815-406d-af62-054e5d0f1a4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23037,7 +23037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e456a3b1-039d-42bd-9b1e-9e2592aec91d", + "id": "a26cdfcc-4fe9-4068-be8e-c9c250a3c934", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23082,7 +23082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d49d9b-7d89-4250-9a84-96da18fff6ac", + "id": "d07b628a-59dd-476c-b6ed-6d7fffaa5802", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23127,7 +23127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2704e242-c423-411a-9a16-060b2b8dd0f1", + "id": "e538e6d2-cbf3-4cc5-9477-6fa9050f6765", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23178,7 +23178,7 @@ } }, { - "id": "7ba77a47-6cd0-4513-bbe1-965e5d3e5d47", + "id": "2b02029f-990e-4a6c-b10c-f8feb3855616", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -23231,7 +23231,7 @@ }, "response": [ { - "id": "d8c7aec5-5c32-441f-9af1-045d7567b785", + "id": "d3cb0ea3-1c81-4c72-8e25-d16265b59a3e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23277,7 +23277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea88d6b-40bf-48e6-b22f-ccd0036f1f0b", + "id": "e6220626-4b40-40ae-8c5b-56f73470e9f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23323,7 +23323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c00a2c6-2378-4752-b33f-4db95954dcea", + "id": "763f8d3f-4cf8-4e0d-8ee9-0c093224193a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23369,7 +23369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba791117-67a1-44a8-8c99-7ae5fef1c51d", + "id": "f6c78c9d-d8ca-4caa-a0b4-27374741b605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23415,7 +23415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df15d73-2791-4f4d-9958-25abe746657c", + "id": "03bb02df-16f9-4bca-99c9-43468970d60e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23461,7 +23461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa2c982f-8a58-4b58-b99a-9d64fa9cfaea", + "id": "0d5a83bb-0c60-46a1-bbb8-3d14c9781d75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23507,7 +23507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189d45d4-7605-43f0-953a-96d6b8f3f77e", + "id": "52b5e248-5979-4b03-9fe3-a7f8b550e421", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23559,7 +23559,7 @@ } }, { - "id": "a2e77e1a-0378-45cd-83a6-9a0763d9fac2", + "id": "e67ff9cc-495c-47a6-8885-056b019f9fd7", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -23589,7 +23589,7 @@ }, "response": [ { - "id": "d707b478-76f7-4ab3-876e-837f1bf63865", + "id": "a8955509-b662-40cf-a70a-11c74a00f9d3", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -23633,7 +23633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d68d91-5490-4e15-91d7-a5fc272da1d3", + "id": "2ba1d672-25d7-4b28-8846-b03eade9762f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23677,7 +23677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f948f892-003d-4fb9-aba3-eb1d66591f65", + "id": "5d974f27-21c5-4819-892a-12e59e950787", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23721,7 +23721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b65cd87d-7211-45d2-8848-38e494a5a970", + "id": "bfb6eb93-806e-455f-b56f-8db697fecfae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23765,7 +23765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "033f8017-7c8e-4ce8-9c93-120733f169dd", + "id": "6515592a-c8fe-48ba-80bf-0217fadf5ac0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23809,7 +23809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48cd71e3-e083-4110-b52c-e5b89b5bf681", + "id": "9439d3d8-3eb4-4e64-bbe7-83819b1d4500", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23859,7 +23859,7 @@ } }, { - "id": "63af2904-59f9-4083-86ba-13aeccfcc3c6", + "id": "68046b4c-f228-4761-8d36-2289d6dc103a", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -23902,7 +23902,7 @@ }, "response": [ { - "id": "ca1d4835-6d89-4d31-a95e-970c893f7ffb", + "id": "c98e8f37-e123-47de-bfef-78118822a04a", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -23959,7 +23959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a6d7da-4aa4-4dff-ac63-4767c2539269", + "id": "4f1a826d-afb5-4edc-976b-8c9d369396b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24016,7 +24016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f15cdf-e547-4bb8-aa52-5e5ad1106130", + "id": "79d7237b-eed1-4e99-b3b6-b68fdaf043dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24073,7 +24073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a9692e-59c9-4016-8fe8-d69c2f388b13", + "id": "3ab437e4-3417-4408-87e5-816998e723c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24130,7 +24130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e87842f-ad58-43f6-b314-2b692f086069", + "id": "33398c54-9591-4ab5-9144-09149f322c63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24187,7 +24187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765d970c-3921-4657-b253-5d3f70aae56b", + "id": "e910b771-fa58-4614-9313-7080d87f01b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24250,7 +24250,7 @@ } }, { - "id": "8e37a87f-3783-4906-a9e0-0b873f5b0f32", + "id": "ff73d511-0612-4960-a17a-f93669df79f2", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -24325,7 +24325,7 @@ }, "response": [ { - "id": "f580934f-f8f0-4630-bf31-62e05e964c27", + "id": "e0cfc4c9-9076-45fc-a84d-a9583e6dc515", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -24414,7 +24414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f96b8c6-76c7-463e-a63d-5be3cdba3bf9", + "id": "187128ff-b3cf-4929-b456-4a520eabdf31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24503,7 +24503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36079d5c-c689-493f-9668-091e6bc2656f", + "id": "e612e4fe-594f-4b89-9d5f-fedea9a28c34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24592,7 +24592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30599866-dc57-4155-a506-201c8a7a547f", + "id": "309a70eb-bebd-4b64-833a-8188af3b30f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24681,7 +24681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97f1482-3032-4c75-85ef-f89794ba8291", + "id": "4ac4741c-6dee-445f-8769-4330ae04ba50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24770,7 +24770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61fb2f26-2a9d-4e62-a7ea-16beb55b05c5", + "id": "f2e8bbae-8403-4fe6-99a2-a2a1ed3fd335", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24865,7 +24865,7 @@ } }, { - "id": "754f1538-0c2b-4976-96b7-8cab2bf96ee4", + "id": "1a01b029-922c-483e-beed-7826fd72b34f", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -24907,7 +24907,7 @@ }, "response": [ { - "id": "b33e586d-9cd0-43d3-9aba-b1baee8a396b", + "id": "8d65351c-fab3-4a5f-8f68-6d617477b62d", "name": "Manager", "originalRequest": { "url": { @@ -24963,7 +24963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f7e02d-3461-4fc8-9317-8109865c0cc1", + "id": "b1cbe7e7-ff66-4cde-8607-e2b4bf3ee3a5", "name": "Search", "originalRequest": { "url": { @@ -25019,7 +25019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6844bb-cefe-4f0c-8c1d-efada405a5df", + "id": "5fa6028c-22d0-461c-a732-47744fb53535", "name": "Source Owner", "originalRequest": { "url": { @@ -25075,7 +25075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab737f5-d99c-471c-92ca-4248de6d6856", + "id": "2e33db7d-c8e8-4c72-8296-e6245d61aef8", "name": "RoleComposition", "originalRequest": { "url": { @@ -25131,7 +25131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65821141-e660-4752-aaa2-693fe7d52635", + "id": "cf415363-1452-4437-8fd9-71e9ee53f5e1", "name": "Manager", "originalRequest": { "url": { @@ -25187,7 +25187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84a5231c-8442-4529-ad13-72fb38383a51", + "id": "d847adde-5d5f-4d1e-95e2-f98d1d0e3415", "name": "Manager", "originalRequest": { "url": { @@ -25243,7 +25243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb8b62bc-914b-4ea5-b8d7-c6a394b3d177", + "id": "0ad2ac7e-8391-419e-961b-37a441a6471f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -25299,7 +25299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd195433-a66c-4bbc-80c6-bdeae295b207", + "id": "9897f21e-344b-46ec-933a-82fcfce98a3b", "name": "Manager", "originalRequest": { "url": { @@ -25355,7 +25355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20fe1adf-a65d-4a41-8064-e9e1618b6848", + "id": "eb3c390d-3de1-45b3-a9da-d76e18705764", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -25417,7 +25417,7 @@ } }, { - "id": "a56315d0-d653-433b-a44a-fe444dfd95b1", + "id": "78625078-17d0-4b74-b447-42703817cc68", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -25458,7 +25458,7 @@ }, "response": [ { - "id": "b4f5e33b-94db-4710-a2a1-0c9bbaa923c0", + "id": "ccc4e3e5-b3c2-4401-b6fe-b17832826b9d", "name": "Manager", "originalRequest": { "url": { @@ -25502,7 +25502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930a886f-d8cd-4610-8cd3-e492b26f95f7", + "id": "e451c482-3719-4633-8b6b-6392a9ddf64e", "name": "Search", "originalRequest": { "url": { @@ -25546,7 +25546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fcf425a-ab5b-4a0d-8160-d80b5f542d79", + "id": "976d0b40-a7ab-4fdb-b753-970336138a47", "name": "Source Owner", "originalRequest": { "url": { @@ -25590,7 +25590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980be2b4-f9c8-4326-8119-534893632d78", + "id": "4a99e6f2-bd6d-43b7-8b50-ccdbdcd66dae", "name": "RoleComposition", "originalRequest": { "url": { @@ -25634,7 +25634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382d3774-6fb8-4a93-bc1e-90298620c70d", + "id": "a27d8478-ec4b-4f6a-97aa-cce38cb57f33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25678,7 +25678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3ce07e-8a63-4122-a77e-9bb20654b7ca", + "id": "e11ae048-a12f-4608-bea9-e84ece415511", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25722,7 +25722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "042d3c26-87c8-4771-8aef-c0fda928e8e3", + "id": "574ea72b-aba2-4619-a3f7-2a41f9300867", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25766,7 +25766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed126bf-b55a-4288-a2ef-8212fb2a8f6e", + "id": "a8a81122-0a42-41af-b20b-ad86ac16ff9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25810,7 +25810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8232ccc3-5175-4ebd-8f68-66aeeeb8f1b6", + "id": "55e6f3b6-f212-4771-972b-cf8e2d7192f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25854,7 +25854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0277396-9abd-482a-803b-d23806f2139f", + "id": "1bfa3ac1-1c7c-49ae-8397-4fde5534a54e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25904,7 +25904,7 @@ } }, { - "id": "6db247e2-9e6a-410b-bd18-c43ccffee611", + "id": "d4fd1bbf-34de-4aa0-8305-abcb675802dd", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -25958,7 +25958,7 @@ }, "response": [ { - "id": "36111b75-8f53-4bbb-ad0a-283ee4545c2c", + "id": "db4d2777-8bf4-4165-8537-6267fef2347b", "name": "Manager", "originalRequest": { "url": { @@ -26015,7 +26015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e61088a-594b-4d86-a0e2-9cb192156133", + "id": "7b68600b-81bf-4728-8fd2-b5299ec4cb66", "name": "Search", "originalRequest": { "url": { @@ -26072,7 +26072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469880b1-925b-4eb7-b868-73056c4728ff", + "id": "c3539a75-7a62-4412-8f9d-640013347182", "name": "Source Owner", "originalRequest": { "url": { @@ -26129,7 +26129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24babd3-904d-4144-a519-f26bb65a7475", + "id": "e1fdca84-aaf4-497f-b662-e89746e1b8fa", "name": "RoleComposition", "originalRequest": { "url": { @@ -26186,7 +26186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ef9bf8-593e-44ec-8663-7174bc8660bd", + "id": "8433538f-4ccb-4cf0-91f6-f4e06019f8f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26243,7 +26243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e4777e-bbc4-4c33-8b79-5a778580a1a4", + "id": "a78fbb1e-53ce-4a5a-904f-32b69a2b2972", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26300,7 +26300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32da92b6-a546-488f-b096-343b575d8f95", + "id": "008cad4b-255f-4925-8207-7a9629326818", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26357,7 +26357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888aa93c-0c2a-4af8-a6cf-ccb64c979cba", + "id": "dda93939-b98d-4958-a633-6995f18cf79b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26414,7 +26414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e79b854-cef1-427f-84d6-0ed92dd984ce", + "id": "3ac26f50-2479-440a-a229-9fe2eb47b6ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26471,7 +26471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d6ab187-e307-4adc-82ce-0db9778701e9", + "id": "dd61ba98-2042-4e01-a3d8-f35bdd8e34cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26534,7 +26534,7 @@ } }, { - "id": "4f3cbfa7-c17b-4ec7-887d-c7b100da612e", + "id": "6ce9432b-4932-4b1f-a098-78ed369c5a90", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -26575,7 +26575,7 @@ }, "response": [ { - "id": "53740baa-8e28-44af-90ec-203627cb5960", + "id": "70bed22c-16c2-4640-9dd0-a906e9be0907", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -26609,7 +26609,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a8645105-8fe6-4fac-87a3-6ae4476ae3c1", + "id": "1bc07227-6902-45ee-bf75-907318235a26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26653,7 +26653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f69826-78e2-41eb-9b36-a20cb0770563", + "id": "9bfb110a-8759-4a74-9720-c3b8b9b0c41d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26697,7 +26697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a793e58-1786-4420-b657-04585ef0c682", + "id": "141471d3-6c9d-4110-a642-4eecd87be231", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e8b93ba-ddfc-45c7-992a-d0ccdfdacec0", + "id": "4d77419e-c867-4e63-ba21-6d3716a4f610", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26785,7 +26785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "701577fc-3bfb-470b-bc5a-ebeb2fefb298", + "id": "70b66c9b-5527-480b-939f-3d9feca307c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26829,7 +26829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d62b368-29ca-46a4-b2ab-abb444283768", + "id": "e490bbc5-96d4-4003-9d5a-cc229fcef2f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26879,7 +26879,7 @@ } }, { - "id": "49999de4-c24d-4d06-a3ad-105cfde8c2f3", + "id": "96fae0f4-fa54-4bfe-a480-a68a9171e672", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -26921,7 +26921,7 @@ }, "response": [ { - "id": "b66918b7-6123-4bfc-be06-30cfd0faa5a6", + "id": "056bee5d-19ef-4a49-aa27-c1cce713c66e", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -26966,7 +26966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d6188ab-9836-47eb-a85e-2c2975199e1f", + "id": "e580a0af-1223-4ead-9dcb-8f0ba14a672d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27011,7 +27011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ebb438b-aec6-443f-a458-7a55aa2c81c6", + "id": "7615ef08-033a-4ff8-8626-688282cf5d9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27056,7 +27056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57fa3e4c-f159-4571-9109-552c82243886", + "id": "ce7cb0b8-99c2-4d54-ba21-72cbba4c7a3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27101,7 +27101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a3192ec-0efe-4105-a4bb-f3f334705a21", + "id": "e9f3f6f9-1516-47c7-ba8d-9a16b733fb26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27146,7 +27146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e1c1e7-820c-4e10-8033-9a523dbbd811", + "id": "e235a153-20d9-4e90-9d74-7c610df17d2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27197,7 +27197,7 @@ } }, { - "id": "fac46d33-4170-4a29-a7e8-4bad143aa6d5", + "id": "bed5c006-10d4-41d4-89e0-f319c6431fa4", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -27239,7 +27239,7 @@ }, "response": [ { - "id": "b62fe0c4-6020-4bb8-80c4-a6c1eb48db82", + "id": "b1f88446-637c-4797-8c91-c28c34355318", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -27284,7 +27284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7782bb9-dbb1-45c2-89e1-c5c2c5452e2a", + "id": "fe9fada7-40f4-4658-8022-04325601b156", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27329,7 +27329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f612686f-9627-4f5d-9bd6-69e242e07e9c", + "id": "5342974a-b45b-4f7a-aec0-ac436272ae41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27374,7 +27374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97960d3-0887-4a60-9563-edf813c00341", + "id": "a7d65ec0-eb03-4288-bd6f-588eb6740802", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27419,7 +27419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b3592e-2d11-479f-b6bc-7bb05cd155e8", + "id": "0386d35f-9cf1-44d3-8071-89dacd7b13b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27464,7 +27464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1bf98e7-ae77-43b0-b6ca-4aeef3f56005", + "id": "e4e2ba4b-5df6-4993-9ab8-2ac9d49025d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27509,7 +27509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b1f2e0-7cb2-4e14-b5ff-80af61bd317b", + "id": "66156f7c-e230-4b3c-bf47-bf2174d9fe7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27560,7 +27560,7 @@ } }, { - "id": "3926ae2d-adf4-4dd5-bc26-3c3d85efb0c4", + "id": "228fc33e-809b-4b0a-a46e-7b0460234304", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -27615,7 +27615,7 @@ }, "response": [ { - "id": "c4240c97-4355-45d0-a0cb-68a2f071d856", + "id": "47d36b6c-ab98-48b9-a6f7-3f2a0d9c7362", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -27663,7 +27663,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2be41fd4-4619-41e5-bdca-6b42f6e439f6", + "id": "607aa55a-d61e-4734-8cb9-c4637d5034dd", "name": "Monthly", "originalRequest": { "url": { @@ -27721,7 +27721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9025cbf9-505a-4a6c-9b28-5ca187cf2365", + "id": "74738915-dcbd-4753-8bff-fa3cb5ff5986", "name": "Once a year", "originalRequest": { "url": { @@ -27779,7 +27779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84129e35-9695-48aa-9ab7-e157446a7098", + "id": "86e258ce-534c-4eb7-8591-a3229125dcf6", "name": "Quarterly", "originalRequest": { "url": { @@ -27837,7 +27837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b89ebd62-8c0c-481d-8e70-905b3ed54843", + "id": "0c344005-931f-428f-97d0-47f85a8c3bf3", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -27895,7 +27895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c909c3b-d291-46e6-9b04-307628a4b839", + "id": "ebb78ee9-7982-4978-bcdb-79d665ba44f8", "name": "On a Specific Date", "originalRequest": { "url": { @@ -27953,7 +27953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1315fb10-dcad-4830-b732-5d4492babe86", + "id": "e2cd9e1a-9b19-4f60-a1c0-6f07fc0966b4", "name": "Once a year", "originalRequest": { "url": { @@ -28011,7 +28011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e07067ed-95da-4658-aefa-55a02f12ab23", + "id": "b310b482-4c2f-467f-9b73-17b6793e81d6", "name": "Quarterly", "originalRequest": { "url": { @@ -28069,7 +28069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafb0808-8f1c-457f-a572-e30a1a4fe65c", + "id": "52d82d9c-f8ec-4f11-acde-0f0f3a7f381c", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -28127,7 +28127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e2a91de-bdcf-4781-b588-d98ce8cff8f9", + "id": "26e0bcab-203e-4f7f-9695-a7b047635ac2", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28185,7 +28185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b100a63-add2-4935-92aa-d0fc8e20a3c3", + "id": "cb3db8bc-1893-4120-8e2d-150c9588c87e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -28243,7 +28243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ba9d1c-3f79-4510-ba04-f9df8d3ba948", + "id": "8b3ff9cc-a651-4f1a-876c-ec2fd3f14b69", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -28301,7 +28301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8ed2221-568e-44b4-bf8f-6328049949a1", + "id": "14fae3fc-958c-474c-a33f-8615eb7e6004", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28359,7 +28359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f4d351-cc2e-425a-b5cd-a56521f2ae71", + "id": "74b8e4fc-f920-41dd-9347-646a8662121c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -28417,7 +28417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77acd367-053d-4649-8d97-3cf53a69c25b", + "id": "be568b4f-d9cd-4339-8b2a-e1461d6e82c0", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28475,7 +28475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b45120-f4ae-45ef-b915-ab977fa32ec3", + "id": "dc5ce9f4-54f3-4652-8dba-8c265f9ca231", "name": "On a Specific Date", "originalRequest": { "url": { @@ -28533,7 +28533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14243c38-3566-4dd7-b136-0994ae7e18be", + "id": "cbec6f8f-7593-4bcd-b78d-366d5cacfc83", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -28597,7 +28597,7 @@ } }, { - "id": "f73e76ce-bf15-49ec-82c2-764d6ff81ec9", + "id": "2bb6df93-c465-457b-9e19-2032e9ee0ef0", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -28639,7 +28639,7 @@ }, "response": [ { - "id": "cb45f406-ff84-4303-baf5-65878e5c9205", + "id": "edd7cecd-d933-4d63-aca5-66281880ecbf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -28674,7 +28674,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4f3d1566-c63f-4498-8dd1-b116d748a73a", + "id": "bafc8fac-3b00-4601-b970-164d788dece1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28719,7 +28719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3b77e4-d8ae-4ff8-aef9-ba50d5771faf", + "id": "07e764ba-a839-441b-b9a4-f51ad8647a55", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28764,7 +28764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7449ec80-fe42-44a1-9530-df08b6945a24", + "id": "5b420eb2-1412-4af0-8784-19729ec5599a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28809,7 +28809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1707c16b-b1e1-4897-a774-d7ce9670753c", + "id": "58bcd19a-4abb-4da3-bf1b-8f8ed1deb6a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28854,7 +28854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aae594a-a4a7-4f87-a5ec-721b1be8c411", + "id": "95ac6240-d2e5-4347-8456-3f95ec85b834", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28899,7 +28899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b2e37f3-350a-426c-8670-bb22fde3eb1a", + "id": "9aa8150d-e64c-429d-a86f-74e28b468764", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28956,7 +28956,7 @@ "description": "Use this API to implement certification functionality.\nThis API provides specific functionality that improves an organization's ability to manage its certification process.\n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers.\nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more.\n\nThis API enables administrators and reviewers to get useful information about certifications at a high level, such as the reviewers involved, and at a more granular level, such as the permissions affected by changes to entitlements within those certifications.\nIt also provides the useful ability to reassign identities and items within certifications to other reviewers, rather than [reassigning the entire certifications themselves](https://developer.sailpoint.com/idn/api/beta/submit-reassign-certs-async/).\n", "item": [ { - "id": "2ab5dc1f-c23a-4418-8a8f-e6878cbb6125", + "id": "2608b76c-8130-4c46-a6b5-65b72320148b", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -29011,7 +29011,7 @@ }, "response": [ { - "id": "e398b195-aa90-4664-95e2-2ce295b38b93", + "id": "e3f9c5ab-86d9-4bf7-9d0d-46c60ddea46e", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -29064,12 +29064,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56d5194b-ab9d-4bbf-b9f0-eae03cfe9cc0", + "id": "05b3fcd0-cc79-44f1-9b45-3f66904ce193", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29127,7 +29127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81ce9465-8e65-4844-aa80-26425f1f076f", + "id": "2e7074b2-6847-4acd-8349-64f4bf81232e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29185,7 +29185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e05498-ba4c-4792-a377-52bf4dc13f07", + "id": "1b4978bc-c239-46cc-accd-8c789346a005", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29243,7 +29243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f109751-05d3-46ed-aa1b-924af866816d", + "id": "3364a8d1-51b5-4e5b-9f0e-d42f56724499", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29301,7 +29301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0511c8c-42c9-4412-9e0c-a2b1198ffc76", + "id": "f68c2863-8fdd-4700-a112-94be70844fba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29359,7 +29359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da5a440-de1c-4543-a6f6-0b5167c0b241", + "id": "df1a8549-4e61-41f3-bccc-28ecca55a4d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29423,7 +29423,7 @@ } }, { - "id": "75f23393-23e2-4415-a1c0-43fd6ee43291", + "id": "bc8bc935-74ab-4182-a8af-2068ca6ed2f9", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -29445,7 +29445,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -29455,7 +29455,7 @@ }, { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "taskId", "disabled": true, "description": { @@ -29476,7 +29476,7 @@ }, "response": [ { - "id": "c8d2b804-f69c-4011-aafc-5d9c022bfb09", + "id": "87469f23-a47c-482a-a73d-04dac7f7074f", "name": "A certification task object.", "originalRequest": { "url": { @@ -29517,12 +29517,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b2bead0-e684-4c65-a110-f6bdd14e0a5b", + "id": "337fc14b-feec-4b96-af10-3276d3b6571d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29568,7 +29568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df098a4-1c41-4c00-857e-276ebcac45a9", + "id": "04e43115-8937-4f2b-aea8-6977100be96a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29614,7 +29614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce6ce0d-6e3b-4e1d-890e-5e89fe49da47", + "id": "6949f2d6-83ae-4197-bf0c-9b42a54f8a4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29660,7 +29660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "088dc95b-1cf2-45a2-9014-ab1447908849", + "id": "4f864c6a-0f19-43fe-8828-bd6b50a0c2e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29706,7 +29706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e5137c-8353-43b9-9fb9-8a24db26586d", + "id": "a75ee2c2-bbe2-48e9-95d1-907b0d8e2259", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29752,7 +29752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21417d53-ec50-4bd5-a34a-690028e5f606", + "id": "4d529feb-6523-44ab-86bf-da160fdf9f77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29804,7 +29804,7 @@ } }, { - "id": "cd6a1808-1106-439e-8e3a-48749ecc616b", + "id": "2a0cac9a-a243-43e5-b345-dee2bf1bb045", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -29825,7 +29825,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -29846,7 +29846,7 @@ }, "response": [ { - "id": "5855c786-5f51-4add-9692-0ad2cc398e5c", + "id": "f7626a4f-b8b3-4427-a0cb-a447ea96efa3", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -29886,12 +29886,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\": \"SUCCESS\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2cfe3ab6-3223-437f-b1fc-1f38bbc981ba", + "id": "0fe8ba17-c0b1-48a7-aa18-a4e38c64f79a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29936,7 +29936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8872ce99-d9ac-400a-a82b-f0dc28a0fc2e", + "id": "8066180f-daa7-4b37-8eb6-b9eea613ba61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29981,7 +29981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1038fb2-4249-4ff0-99b7-435b7b8bc2d4", + "id": "1d368cb0-75aa-4eb6-bc87-cc8b8ee5bc69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30026,7 +30026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d342007-55b4-4b59-ae27-7ad9cbd82567", + "id": "7b1600b8-5a41-4a63-bbc5-6768caf05032", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30071,7 +30071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed89bd7-98e5-4917-b8c1-f917289619c1", + "id": "7dd55e06-7127-4d19-b117-6b2040f460d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30116,7 +30116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb29d88f-f4c7-4903-9f14-8bd8aa4c16ed", + "id": "09ac4af2-65b4-452c-91aa-a4fa04f3c335", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30167,7 +30167,7 @@ } }, { - "id": "9cc64dfe-5aa9-4299-8489-86add2ba1b23", + "id": "bd3ddb78-e9d8-4ede-a234-72bfc16bef27", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -30258,7 +30258,7 @@ }, "response": [ { - "id": "c4655143-40d6-460e-974b-85d335611250", + "id": "ee42d53e-33f5-4a78-80f8-5bb0237692b8", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -30342,7 +30342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f93616e-ff3b-46a1-96f2-89fe988ddf5d", + "id": "a5947ceb-903b-4e87-9a11-ceb917fada9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30426,7 +30426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50c6678-f720-4588-b822-aeabe6373740", + "id": "b593c1d5-c6dd-41a5-8c96-72c7ea3287ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30510,7 +30510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922a8db6-d5be-4ee6-902c-6c6959aba1e9", + "id": "17b7d27e-5e7a-41ba-b631-086d497e76e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30594,7 +30594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26d7440-6944-4a7d-88a0-005149be81be", + "id": "143fdb20-6a4c-4133-ab16-eb5613de4979", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30678,7 +30678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbabc8b6-d04b-4773-9f32-cdb623392a75", + "id": "6515ddf3-d70e-4512-8da2-a23e28f50f10", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30762,7 +30762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8d0788-73a9-4118-ae0f-e2dc91343787", + "id": "6baf16ec-6fb5-4bd8-89d3-4c833ffe49a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30852,7 +30852,7 @@ } }, { - "id": "5e1f35e7-b8d6-4a70-9ab8-d3cf8f502a5a", + "id": "17c6f1a5-21f2-40fc-97e4-c321500d6ee1", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -30940,7 +30940,7 @@ }, "response": [ { - "id": "9390ef00-c3c3-4302-ae6e-fa5e3676e6a3", + "id": "45d11303-ab6f-419e-863f-751b2482df9e", "name": "A list of reviewers", "originalRequest": { "url": { @@ -31031,7 +31031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ea435a-803a-4658-8bf9-ea31070aa12c", + "id": "34d5c630-c95a-4100-91c0-755ce61c5e03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31122,7 +31122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83780349-ef87-4e86-8098-6bd5febc5513", + "id": "d5f786cc-31e6-45de-87f1-18f364b9933c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31213,7 +31213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d6dd8b-5043-4417-a449-c44e146ad1c5", + "id": "40f63e03-fefb-495e-ab8a-b0773f0a7581", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31304,7 +31304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef01d476-448a-4021-b751-9b185e66620c", + "id": "20df7b20-0544-440b-9064-dc76a96f1ae3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31395,7 +31395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af27c5cc-cd71-427f-b074-75f875850509", + "id": "5d5effdf-425c-44b9-9224-dca6d8cdd3c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31486,7 +31486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc812945-2cc8-4363-bd7e-d43d2ba692fc", + "id": "bea28f79-70a6-49c3-87ee-38a1c2c18129", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31589,7 +31589,7 @@ "description": "", "item": [ { - "id": "cd5d6b18-14dc-4675-80f2-07d4a7a4bff7", + "id": "7c5af598-7097-4077-a2f9-b4b0be6fad2c", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -31618,7 +31618,7 @@ }, "response": [ { - "id": "92bee86a-eb59-4f9c-81f1-72bc7c4b12cb", + "id": "cef50c54-275e-4b72-b29a-7ec2a3716688", "name": "A list of connector rules", "originalRequest": { "url": { @@ -31661,7 +31661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f5a1ed-5125-4a69-bc13-ebfc13351e05", + "id": "7a6daaa3-cbba-4ecf-914b-4f98a7ea46e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31704,7 +31704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4647272-a1e1-4308-9063-c19b5c29a5f4", + "id": "d8610e41-da41-4ee0-a278-8923080cdb1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31747,7 +31747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e7bbcd-49db-4407-b005-d91c964a4283", + "id": "d379a199-d4b2-489f-9aeb-9ca3f6fa41ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31790,7 +31790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21775b36-b723-4aca-b6f1-1c6c4325b053", + "id": "798310b3-8460-4f35-bf3f-cf0f02d24560", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31833,7 +31833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efa319d7-a97d-48b7-bc97-b87ca88557fc", + "id": "7547518a-046f-43f4-ac0c-43a793b38540", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31882,7 +31882,7 @@ } }, { - "id": "c54c9b47-d9c1-4d02-a6af-37a7e32759c5", + "id": "4e0e4f03-2f23-4517-98b8-d7e97a625c88", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -31924,7 +31924,7 @@ }, "response": [ { - "id": "386b2a23-2115-4468-96e4-61af6b372840", + "id": "95e6421d-a196-4144-afe2-80f56d155eea", "name": "The created connector rule", "originalRequest": { "url": { @@ -31980,7 +31980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4bf2f2-29bd-4b42-970b-cb9a19ca0af3", + "id": "51ac39d2-41eb-42a4-ab05-52cf68c64907", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32036,7 +32036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52c7236-c445-4776-a8ab-5bd96cd79b98", + "id": "38669cb9-44e9-48aa-85dd-706e2a3d58ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32092,7 +32092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51fb5119-37fb-4d57-8ccd-1b7f73718424", + "id": "030b13ad-a00a-410a-8d46-f051c8754d23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32148,7 +32148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26876fcc-63bc-4ee4-b9db-cff1b4b34371", + "id": "09b1e316-1ffc-4343-8dd4-d1e366e205b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32204,7 +32204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f47bfe4-b35d-403c-b25d-06f1963ff93f", + "id": "269d0611-0e60-4711-b1d2-34e480647e25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32266,7 +32266,7 @@ } }, { - "id": "3fe566dd-cbc8-4ec1-864a-e94c69493e4e", + "id": "a0d60544-8e5f-474c-8e47-d7d66137d7da", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -32307,7 +32307,7 @@ }, "response": [ { - "id": "3a0cbf45-7837-4add-b1ad-c4c79a177034", + "id": "dcdd07d2-fd52-4d76-994e-b9662c7e8a9f", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -32351,7 +32351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6bf62b9-2c90-4218-85ea-d45efb9ccbe9", + "id": "e87a9c96-670f-44ee-939a-3c1b882a50ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32395,7 +32395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f782af0a-7861-403f-9199-0e443cc80be2", + "id": "3d4ee629-0510-4434-9f08-3f48c990a0b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32439,7 +32439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee0afe2c-ecf8-4b3a-9551-b6edc78c9fda", + "id": "5ca436d0-f60c-4c66-9d8d-864630423e35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32483,7 +32483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfbca82b-b764-4295-91ea-8ebaa10780bb", + "id": "bd11210a-c80f-4a87-aecb-0961c6de5a65", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32527,7 +32527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac573ec6-58ab-4a83-b40e-893ce27e670c", + "id": "54a622a7-016b-4985-ada6-f5e602e5277e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32571,7 +32571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbac8bc8-3846-4c9c-b110-f326f25b1522", + "id": "9cbc0140-ac9b-485e-9cff-17ee7c92f78a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32621,7 +32621,7 @@ } }, { - "id": "aea37262-4b8a-4949-871a-112dddf41742", + "id": "ff3487e8-5a87-48af-a1fa-8967fb78056c", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -32675,7 +32675,7 @@ }, "response": [ { - "id": "7ca51f2e-8301-454e-9f01-5f72a3d9d246", + "id": "d284abc3-f815-4b37-91aa-31d2887ea50a", "name": "The updated connector rule", "originalRequest": { "url": { @@ -32732,7 +32732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621359bb-06e5-4d44-b098-c9fd4f10bdf8", + "id": "9e024b65-3b83-4bd5-95e2-3fccaec39a37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32789,7 +32789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63207b3d-275c-419b-9a06-e1c86b397dfa", + "id": "986df44e-adfa-4ae6-a76e-2aa80300c216", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32846,7 +32846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c536484-57d7-4b37-b49d-ebac0acec320", + "id": "4a6ae1b3-cef8-483f-af9a-faf122bc1ac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32903,7 +32903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f30dd9-956d-42b6-9908-935b387ecb4f", + "id": "f76be7d6-c4e4-436b-b0db-11c82ccf47ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32960,7 +32960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838cbd9c-2a4d-4c30-bb85-f14ae4ba8384", + "id": "9d57f4fa-5d89-4802-a5de-d312e301988a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33017,7 +33017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46630417-64bd-4431-af93-0b0b8c7315cb", + "id": "a242827b-47d4-4511-978c-87e46ecc3f55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33080,7 +33080,7 @@ } }, { - "id": "f4928b3b-2a3c-41e1-af26-7bc98348a94e", + "id": "33936fcc-05ff-4b1f-b79f-44ccd1a21991", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -33121,7 +33121,7 @@ }, "response": [ { - "id": "f286de91-4303-445b-b8e7-5421dd83a6d7", + "id": "5f1c012a-619d-45ee-bb5b-282bc28a6c3f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -33155,7 +33155,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5afff447-b50e-4847-a3a8-285354541790", + "id": "a877c01c-d808-4e19-a769-05843c69811f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33199,7 +33199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd614378-dfab-4dc7-b734-040f13083c7d", + "id": "dfb53156-dea4-4f48-bbfa-9565eedce7f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33243,7 +33243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c62737-b3ed-41d2-a041-249aaf9ccb41", + "id": "2fedee09-c6e3-4a91-b0d6-68443ec8aa40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33287,7 +33287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2f38e9-5fa3-4d00-bd2d-fcee8446401d", + "id": "3116897c-c16c-4dc8-adba-2d3519ec3dc7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33331,7 +33331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "586ee4f9-8442-40fa-9a8e-cd4e60494593", + "id": "9e692f1d-fea6-43bb-8d56-16289719483a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33375,7 +33375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6b212d-0d2a-479c-8ea9-1ca867397e5d", + "id": "073064f5-de3a-4460-be87-dcd08cb7dc88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33425,7 +33425,7 @@ } }, { - "id": "ac8a9bf2-b4ec-4e1b-a01d-d6715e6ff8ee", + "id": "cb1965eb-6696-48bc-8fd6-4c81b30a08e9", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -33468,7 +33468,7 @@ }, "response": [ { - "id": "746c0b2d-1748-4f73-b666-342abfaed07c", + "id": "f71b9aa7-7b9b-47f9-a5c3-37aa8c0c1bc7", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -33525,7 +33525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0560b3d-9994-4092-bb06-54f2dae0075b", + "id": "4c33755e-f673-42d8-a5d1-2d6a362cdbc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33582,7 +33582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dec2dc89-b1a1-49db-99e9-a3442ff46a41", + "id": "ee2e4c09-4a4a-4b3c-814b-18b3863639b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33639,7 +33639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b664676-c7a1-4b0e-8321-17765fea542c", + "id": "9f495299-45df-4e06-b06f-d8f883cb782a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33696,7 +33696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c366b3d9-70de-47f9-9281-b9abb4aa3026", + "id": "6bf74d1b-ea37-4afa-a021-71ecca7bfbdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33753,7 +33753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fc7c95-0b55-4772-8655-8f4caaf8f76c", + "id": "0ade3a2f-381a-4e77-9161-a4601e8115d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33822,7 +33822,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges IdentityNow uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between IdentityNow and the Active Directory source, a connector can bridge the two and enable IdentityNow to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn IdentityNow, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in IdentityNow.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in IdentityNow.\n", "item": [ { - "id": "4b39efab-d93b-45fa-9123-c2c687949883", + "id": "7882c2c6-885c-4288-8308-2a3446568bf8", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -33897,7 +33897,7 @@ }, "response": [ { - "id": "2fea62c5-d420-4aee-a5df-14d32117eb76", + "id": "9a9fc876-8438-4f2b-9d58-601d891163d7", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -33986,7 +33986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0361b85-c58d-4cce-a57f-567ae72991cb", + "id": "9572b894-54a1-441e-92b7-4918db3da367", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34075,7 +34075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc108647-5f4c-4667-9e75-01b8b30d194d", + "id": "3f34d315-fa40-4e0b-8ec6-eaaaa97a3abf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34164,7 +34164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d373fe04-fd7f-4a66-80e1-b91dffdfe370", + "id": "355661f7-ae3b-4396-899a-3bb555a05286", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34253,7 +34253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541af32b-ec0f-4cfc-a48d-199632889d05", + "id": "f5ca0caf-ec2e-4377-8a74-badad782eeae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34342,7 +34342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fcb3d51-d4c1-4cbb-8859-b250989a5217", + "id": "20c6f6a3-be25-42e5-8a91-1b227cd48817", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34431,7 +34431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87127b6f-9328-40d6-9665-48cb237f6aa5", + "id": "8a2df3a0-5e3b-4bf7-8dbe-e032cc056c90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34532,7 +34532,7 @@ "description": "Use this API to build and manage custom forms.\nWith this functionality in place, administrators can create and view form definitions and form instances.\n\nForms are composed of sections and fields. Sections split the form into logical groups of fields and fields are the data collection points within the form. Configure conditions to modify elements of the form as the responder provides input. Create form inputs to pass information from a calling feature, like a workflow, to your form.\n\nForms can be used within workflows as an action or as a trigger. The Form Action allows you to assign a form as a step in a running workflow, suspending the workflow until the form is submitted or times out, and the workflow resumes. The Form Submitted Trigger initiates a workflow when a form is submitted. The trigger can be configured to initiate on submission of a full form, a form element with any value, or a form element with a particular value.\n\nRefer to [Forms](https://documentation.sailpoint.com/saas/help/forms/index.html) for more information about using forms in IdentityNow.\n", "item": [ { - "id": "a02ac5c2-5b05-43ce-ab92-112eaac768c9", + "id": "e45cefc2-d973-4b36-94ee-24140d51a5f5", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -34598,7 +34598,7 @@ }, "response": [ { - "id": "ea36b5ae-9e6a-4394-bdc3-990f968ca063", + "id": "32be468b-b13a-45c9-9fa6-33e146bb24f8", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -34673,12 +34673,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis tempor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad laboris ex\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor cupidatat qui\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor do\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing amet proident fugiat reprehenderit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"q\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt voluptate magna nisi\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ipsum 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\": \"Lorem do occaecat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam esse dolore ut ad\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim qui aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem commodo occaecat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut sint sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore aute ex\"\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": "b60ec557-fa3b-403e-a0fc-e8132e45ae9e", + "id": "bc64e86c-1137-4540-955d-16a369234014", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -34753,12 +34753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c31ffe45-3eb2-4b24-9d4e-b9ca3299a78d", + "id": "3da156fd-b175-4003-af0d-d96aa53b2b1a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -34833,12 +34833,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85d54ea9-fd7b-4e03-858c-9207262caa4f", + "id": "2b1687bc-8690-4a6f-b92b-0a57e3c9874f", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -34913,12 +34913,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60b4e0d5-e420-4977-87d0-eee5b87cabe7", + "id": "1f70f648-8fc3-4895-befc-d3b8e8cafb4b", "name": "Too many requests", "originalRequest": { "url": { @@ -34998,7 +34998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6676b0-482b-47db-9ad9-d0a3d13d516a", + "id": "2802489d-dcee-40ef-8490-2f63dccd2b43", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -35073,7 +35073,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -35084,7 +35084,7 @@ } }, { - "id": "c5c05915-f773-4123-bdc2-44dd4cbb079f", + "id": "7f8dbc8d-ed7f-479f-81a5-c126bcddf98f", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -35123,7 +35123,7 @@ }, "response": [ { - "id": "164381bc-ed5c-4149-a901-b1cf5e53134b", + "id": "e375cb51-a4b9-4956-a5e1-822495db21b0", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -35174,12 +35174,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt magna nulla amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor 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\": \"dolor nostrud voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum in ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"repre\"\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 voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit consequat officia non irure\"\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": "b0f5f91d-9739-4159-96cd-960aeac16a5e", + "id": "a24bb923-a44d-4277-bd84-379f50da1c1f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -35230,12 +35230,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f872500e-8127-425e-bb13-c958769aa801", + "id": "73f4ae1f-e023-4183-8d99-652e2bc51391", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -35286,12 +35286,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1964a4a4-4f02-455c-a11b-173241c3d686", + "id": "39f3c4e4-b888-4b21-9f68-6fffa71bdcff", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -35342,12 +35342,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "66cf9fe6-d7f4-4fe1-b9ed-9289177ccd66", + "id": "15cf316c-1167-4ccd-b301-c268426c480e", "name": "Too many requests", "originalRequest": { "url": { @@ -35403,7 +35403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44f8850-a8de-4e6f-90c1-80ce964d85c1", + "id": "b29125e5-b1cc-4b50-87d1-a6135d1aab53", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -35454,7 +35454,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -35465,7 +35465,7 @@ } }, { - "id": "4c1a855a-d2a9-4043-90c9-d2e675d8d9bf", + "id": "c112bb60-e827-44fc-9db0-87b727cc9b2a", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -35506,7 +35506,7 @@ }, "response": [ { - "id": "6fd135ed-9d95-461e-9b77-51a26ba2bc47", + "id": "1982e926-4dc5-40c4-a5bc-d9a1ab0d4495", "name": "Returns a form definition", "originalRequest": { "url": { @@ -35545,12 +35545,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt magna nulla amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor 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\": \"dolor nostrud voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum in ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"repre\"\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 voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit consequat officia non irure\"\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": "88fcd2a6-e8e3-4c2d-9612-62b1dcc12951", + "id": "bdb2fd1e-db1b-4c8a-be02-40222a170055", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -35589,12 +35589,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c5f64bdc-6503-4ac2-9ca2-e242505d3acc", + "id": "2ad22042-a355-4b41-8dea-18cb54924ab3", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -35633,12 +35633,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "714aa6f7-66bb-4830-bc2c-e12e744a02ec", + "id": "e98f1287-184d-452f-9e59-a73091b37faf", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -35677,12 +35677,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dfd0352c-8df5-49c0-bc3d-c27d4734d5ea", + "id": "f82cb6ce-e567-414f-bb20-6fe6275abc05", "name": "An error with the item not found", "originalRequest": { "url": { @@ -35721,12 +35721,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f7435bb-2243-46f4-a279-8c518b06f1b9", + "id": "a0d2e699-32d8-445f-ae8f-5044fae5bdd4", "name": "Too many requests", "originalRequest": { "url": { @@ -35770,7 +35770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e13e73-a47e-4540-8785-a4e437762c55", + "id": "715d7473-d903-4184-9a28-2769a6b27d28", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -35809,7 +35809,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -35820,7 +35820,7 @@ } }, { - "id": "0256bd25-2c73-482c-bc69-dfef024eb4bc", + "id": "7fac15b8-f6ee-4211-8fa5-db57059f52f6", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -35861,7 +35861,7 @@ }, "response": [ { - "id": "3e4b3a5c-1096-42ff-b0ba-ed356c60fb62", + "id": "c53868ed-d1c5-4d86-9deb-cd188b1bfa75", "name": "Returns an empty body", "originalRequest": { "url": { @@ -35905,7 +35905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f66f3a-0431-48bd-8832-1019d66ff93a", + "id": "6de3d041-abce-4cea-b5f8-6d3fb7d95f21", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -35944,12 +35944,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "30d7c94f-aa36-4cf7-9be8-db05b40b4e36", + "id": "24904c1c-39f4-4907-bd45-759d4588b2dd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -35988,12 +35988,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a8ca56c-4315-421f-be9e-d2833c3ec1a8", + "id": "760b8fa4-8c5d-4b7c-a98f-e386a852c87c", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36032,12 +36032,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db680e7a-82cc-4e01-bb19-9d0849d471ea", + "id": "47b43027-b64b-4009-a51c-6e6c92dd754f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -36076,12 +36076,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1f5a6369-9916-4dab-8524-962d0724d13b", + "id": "8adb12ca-1547-4d76-9e4c-2e6a0e7cb42e", "name": "Too many requests", "originalRequest": { "url": { @@ -36125,7 +36125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04e87d7c-ad10-414a-bc05-59bf24a2d447", + "id": "4d98ad3d-3a55-4540-8a9c-5f42e51bf251", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -36164,7 +36164,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -36175,7 +36175,7 @@ } }, { - "id": "1d71876e-4605-41ee-b305-eb44e1da621a", + "id": "db5fc191-18f1-40e1-9e91-bf8d8e9d483a", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -36229,7 +36229,7 @@ }, "response": [ { - "id": "78d7727b-6340-4efa-a5a0-382c484747a6", + "id": "38c171c7-cdfb-48f9-8ab7-7431b50fbfe7", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -36281,12 +36281,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt magna nulla amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor 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\": \"dolor nostrud voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum in ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"repre\"\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 voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit consequat officia non irure\"\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": "484d0200-9ee0-45ea-8ff9-5aa321849612", + "id": "aaf657ef-b9e4-4cdf-a7d9-23958fb9333b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -36338,12 +36338,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6637fbd5-d868-4a4f-af68-09576bc18f23", + "id": "2d838b9f-df68-4c62-9ab0-6436275d1281", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -36395,12 +36395,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b127f0a-e238-4cb5-8738-1e886e33c780", + "id": "584f5b36-60d3-4e90-96f3-d094753cd4e9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36452,12 +36452,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a176f8b-4bb8-416b-b658-696ce24ed7b8", + "id": "d5d09f20-9ca0-4df7-a396-69b396b83089", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -36509,12 +36509,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7ad41f7b-f4e1-40c6-a968-2035709810e3", + "id": "85b3198a-a3dd-4ded-84f0-dcc07329df8d", "name": "Too many requests", "originalRequest": { "url": { @@ -36571,7 +36571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c24f631-4528-4b57-9929-5aed4381f622", + "id": "6c05dbb3-396d-4d3c-84df-908a6b4b1ec9", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -36623,7 +36623,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -36634,7 +36634,7 @@ } }, { - "id": "06c8204a-7750-4304-96d5-79c47a1d4c96", + "id": "c595b2e4-1fa7-4105-848c-ecdb918f5c92", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -36714,7 +36714,7 @@ }, "response": [ { - "id": "6d0706af-d490-491a-8332-443d48b58c1f", + "id": "f50732c1-3225-4980-97f7-1448ab87ce93", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -36800,7 +36800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3da9ba-8f18-4e60-8f80-c2ff419b6c0d", + "id": "de81b594-0f4c-417c-a101-be4855edd3c6", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -36881,12 +36881,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "161fd87c-da0c-49b3-847a-45ce9d7fa0dd", + "id": "7e87bc34-55b9-423c-96c8-35c9b5e7b1df", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -36967,12 +36967,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb79b1ed-696f-4d27-8018-372cf5ae8207", + "id": "0e76f946-a469-4b7f-a844-a7bd17155652", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37053,12 +37053,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "318a126a-b9cb-4464-be8d-6a42a43c682f", + "id": "cc0a86c2-6e14-400b-bba1-582f6b7bc78c", "name": "An error with the item not found", "originalRequest": { "url": { @@ -37139,12 +37139,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10160286-b0c4-46c9-849c-94c6ec67d0fd", + "id": "d8729a1c-62ac-4cf1-9948-efab1f87e5f6", "name": "Too many requests", "originalRequest": { "url": { @@ -37230,7 +37230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ad8995a-b61a-46cd-8d74-4c4462ce5540", + "id": "e38b38b0-5f02-4aa7-bee9-4f7e8bad8c6c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37311,7 +37311,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37322,7 +37322,7 @@ } }, { - "id": "f12668c1-f0ac-4379-b8f9-462dc213ce00", + "id": "3981a0e0-dad1-4c49-86f0-fea4544dc069", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -37389,7 +37389,7 @@ }, "response": [ { - "id": "6c21de3f-1080-4bb1-863a-35dc1137f725", + "id": "165544ef-f5dc-493f-a884-c4a771f41c21", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -37465,12 +37465,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cupidatat amet veniam dolore voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt qui cu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi labore est\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"culpa anim minim in Excepteur\",\n \"version\": 33708406\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veli\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor 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\": \"id qui Duis sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"culpa labore aliqua mollit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"irure pariatur\",\n \"version\": -13895731\n }\n]", + "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore dolore in esse laboris\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure Excepteur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed veniam aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"culpa minim dolor laboris\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"Ut qui\",\n \"version\": -28287344\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et ut exercitation culpa elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum proident\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla laborum dolore dolor sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim nostrud\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"dolor ea\",\n \"version\": -26752237\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d90adc55-0702-4791-b44b-7e4a8c3a48fa", + "id": "196d7c9f-73e1-4806-822c-9e54053b369f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37546,12 +37546,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53ba93c0-02b4-428d-9f8f-016919df0a73", + "id": "bb3dec6f-1646-4d58-a646-2df27c759c9e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37627,12 +37627,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5824be20-4d90-448e-9988-a1973c6836ec", + "id": "6e1360db-2ce1-4e7d-89e6-432aea7b02a9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37708,12 +37708,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b964a9b8-f521-40a7-977f-6f456ee434f0", + "id": "09fc5400-f493-4e78-85b4-b95fc918db26", "name": "Too many requests", "originalRequest": { "url": { @@ -37794,7 +37794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bdcdc4-c712-4651-8192-c925f9dda0ce", + "id": "8e899f1e-77dd-4ba8-bcba-0611494361a8", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37870,7 +37870,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37881,7 +37881,7 @@ } }, { - "id": "64250dcf-a948-4830-aeca-d59687c71e65", + "id": "efcec4cb-4d66-4274-9e45-81b7cbfc9590", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -37921,7 +37921,7 @@ }, "response": [ { - "id": "a723426a-b22b-473a-a872-d14ec06f2f45", + "id": "9f04b7b3-8aa8-4982-baad-caf3b3633b4b", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -37978,7 +37978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e2cc51-a4d7-40a6-8a35-0051c4c02ca3", + "id": "4324d535-c3e6-4adb-aa91-743ec7d04a76", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38030,12 +38030,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bb913fc8-f480-40cd-a581-ec48d2d0dc43", + "id": "f982d67c-3b47-4214-956d-fb735fbfaf00", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38087,12 +38087,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36de78f7-b33a-46d9-907e-b0bd782a3460", + "id": "360a8117-5314-46b6-9a80-a92746e0c262", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38144,12 +38144,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0003072b-d303-4ef6-a4dc-adf760e53416", + "id": "6278bed1-a335-4695-b1cc-6244ef582414", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38201,12 +38201,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9ce0bc0-2baa-4010-9096-55039cbc7f49", + "id": "58c6c9c3-b3c7-4014-83aa-7ed8763f5fa2", "name": "Too many requests", "originalRequest": { "url": { @@ -38263,7 +38263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b83e09-2dc5-45af-8263-8756c16f2adf", + "id": "57e43bda-b1eb-4744-a49d-e05614190d4d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38315,7 +38315,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38326,7 +38326,7 @@ } }, { - "id": "0f7997a7-45ae-4e96-9157-40a6377afce0", + "id": "aad90bb6-ae7b-4b0f-a2b0-66653493b9fd", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -38366,7 +38366,7 @@ }, "response": [ { - "id": "6a6354cb-0f7f-43b1-bef9-f45dd7074b9c", + "id": "07b2d3b6-4a3e-4cac-87a9-17b5cd7ea897", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -38418,12 +38418,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"adipisicing_f5\": {}\n },\n \"key\": \"sint Du\",\n \"text\": \"qui dolor sint\"\n },\n {\n \"detail\": {\n \"sit01\": {}\n },\n \"key\": \"voluptate\",\n \"text\": \"do nostrud sint dolor\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et fugiat officia 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\": \"enim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"consequat reprehenderit ex commodo\",\n \"version\": 15907891\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt ipsum deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad amet tempor velit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing enim in mollit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"consectetur in proident\",\n \"version\": 94073764\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"mollit68\": {},\n \"magna3_d\": {}\n },\n \"key\": \"amet nostru\",\n \"text\": \"deserunt\"\n },\n {\n \"detail\": {\n \"commodo65b\": {},\n \"laborumca8\": {}\n },\n \"key\": \"Excepteur dolore\",\n \"text\": \"anim quis cillum ipsum\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"Uta0\": {},\n \"in855\": {}\n },\n \"key\": \"Excepteur et dolor in\",\n \"text\": \"id\"\n },\n {\n \"detail\": {\n \"adipisicingc2\": {},\n \"in3_9\": {},\n \"incididunt_876\": {},\n \"magnaa\": {}\n },\n \"key\": \"dolor ut\",\n \"text\": \"deserunt occaecat pariatur\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"elit_9\": {},\n \"eiusmod_88\": {},\n \"amet_959\": {}\n },\n \"key\": \"elit\",\n \"text\": \"ipsum Excepteu\"\n },\n {\n \"detail\": {\n \"nostrud_1\": {},\n \"elit77\": {},\n \"proident_a0c\": {},\n \"in416\": {}\n },\n \"key\": \"commodo fugiat\",\n \"text\": \"tempor enim ut qui et\"\n }\n ],\n \"importedObjects\": [\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem laborum qui nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation aliquip elit\"\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\": \"nisi consectetur cillum sint culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation labore adipisicing\"\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 nulla\",\n \"version\": -10023448\n },\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint laborum minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris elit fugiat\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat mollit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"ullamco pariatur cillum\",\n \"version\": 76118172\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"nisi885\": {}\n },\n \"key\": \"irure labore cu\",\n \"text\": \"in amet reprehenderit\"\n },\n {\n \"detail\": {\n \"in_f7\": {},\n \"occaecatc9\": {}\n },\n \"key\": \"eu\",\n \"text\": \"eiusmod ut\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"velit9\": {},\n \"veniam_64\": {},\n \"est23\": {}\n },\n \"key\": \"exercitation ut culpa\",\n \"text\": \"reprehenderit laborum nostrud sed\"\n },\n {\n \"detail\": {\n \"nisi08\": {},\n \"pariatur_030\": {}\n },\n \"key\": \"ut\",\n \"text\": \"Ut aliqua ut ipsum\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b137c42-4228-4819-bcbe-5eec9dd7b637", + "id": "7fabe82a-e43a-4e17-b86e-bbac66b80315", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38475,12 +38475,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8a77db1-dfa8-412c-bcb5-0465137bc542", + "id": "5a057e23-84e6-4fe1-8446-e2d0474c0e3e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38532,12 +38532,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4b57a215-e635-44fa-9ee3-10789c309c67", + "id": "dfde20c7-4fd5-4e5e-ac40-4590f5ef4ede", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38589,12 +38589,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d929ab67-c43b-4ab6-b39f-f1f1fb0a254d", + "id": "10324546-2dc2-4319-aead-4f88e957028f", "name": "Too many requests", "originalRequest": { "url": { @@ -38651,7 +38651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa1d7ce-a1bd-4565-8edc-2295a9c1d0d1", + "id": "43e13879-8e6f-45b5-bd4c-89ff406d8298", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38703,7 +38703,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38714,7 +38714,7 @@ } }, { - "id": "a1716223-8b47-4016-b3f0-1817896e1900", + "id": "e4d6ae1c-cfc8-4a06-bd17-4ce2a6e2efc9", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -38765,7 +38765,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -38774,7 +38774,7 @@ }, "response": [ { - "id": "9845e92d-3b30-4132-a680-940f2e9c5065", + "id": "1e2f2839-0f6e-4f2b-add7-4aa9d0c401d7", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -38817,7 +38817,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -38837,7 +38837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92f79d7-ee3c-4eb7-acc2-080144ecf8ac", + "id": "4179987a-e52f-4957-a08a-619ead1bc3ad", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38880,7 +38880,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -38895,12 +38895,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a30a0a09-6858-4a94-bae1-a761e0f38500", + "id": "2feb0f81-643e-40c1-9cff-eb86e6c77e6b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38943,7 +38943,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -38958,12 +38958,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dddc1a71-81a8-40d7-8952-25f8a495cedd", + "id": "3ba64024-83bd-41ac-b3a5-b2d828f24b08", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39006,7 +39006,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39021,12 +39021,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54a39c45-7eda-45f7-9f63-e2d544f3ca3f", + "id": "f29881e2-1ac5-4f92-8425-b758d27d6a2a", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39069,7 +39069,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39084,12 +39084,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fe03f60f-8fe4-47c7-bced-a1b50691ea61", + "id": "9079834d-535e-4cc3-8d34-2bca50b10342", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -39132,7 +39132,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39147,12 +39147,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e204672c-a98f-459e-81f8-255d1ae0d6cf", + "id": "21979539-7487-4b3e-ac31-bc545b7a9fee", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -39195,7 +39195,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39210,12 +39210,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "69d985ee-cb20-4761-957e-4323f93b341a", + "id": "c264b359-1d77-4671-889d-a7db9c70bdac", "name": "Too many requests", "originalRequest": { "url": { @@ -39258,7 +39258,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39278,7 +39278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8f9250-37e5-4c0e-bff4-680d0242f555", + "id": "0f19278e-9064-409b-8723-3830b857d1cf", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39321,7 +39321,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39336,12 +39336,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c7cba03-1cdb-4105-b026-d6e61a2eba61", + "id": "275c27f4-95ba-4b64-941a-d6f54f09a57e", "name": "An external service is not available", "originalRequest": { "url": { @@ -39384,7 +39384,7 @@ "type": "text/plain" }, "key": "file", - "value": "sunt sed id Excepteur", + "value": "ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -39399,7 +39399,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39410,7 +39410,7 @@ } }, { - "id": "f482b70c-3cbe-4d45-98dd-e225afa18f32", + "id": "6e1d3832-1f9c-4a94-9ae2-242de0add8fb", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -39460,7 +39460,7 @@ }, "response": [ { - "id": "82536e25-e7dc-4657-9fe4-7a39d548474c", + "id": "446ea6ee-3480-4f6a-882d-c628c0cd5daf", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -39501,12 +39501,12 @@ "value": "application/json" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ef2b7934-e917-4d09-bdbb-28010a75dfb5", + "id": "c7678c22-b47a-4957-a24a-e8063299e9ad", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39547,12 +39547,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56a7d5e4-d2f2-4841-8755-7a2ca51af2bd", + "id": "04e195eb-b1f0-4a8d-a471-4a1feedbf683", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39593,12 +39593,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4e69cc3f-03d3-4e59-b78f-be008ed6aeb6", + "id": "8eb5ccf5-0149-4a45-be91-502ed4a738cf", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39639,12 +39639,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1e43d662-b830-40da-80c2-82f0956b9139", + "id": "8de6f372-99fc-49aa-8030-aef1dd45d362", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39685,12 +39685,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "510864f3-3659-4b20-8d02-1de7908677b8", + "id": "cd4a6a0f-6ee9-46ca-8ad9-c9583f1e5b12", "name": "Too many requests", "originalRequest": { "url": { @@ -39736,7 +39736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1250ddcd-9ac4-4d85-9633-166c724cffa1", + "id": "1dca718c-c294-4c1c-9d21-eb30ec3379b9", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39777,12 +39777,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a8f2e099-eb87-49f2-adfd-b7d4d475c0ee", + "id": "6a4da89e-17cb-43e6-a6be-8be7971e2cc2", "name": "An external service is not available", "originalRequest": { "url": { @@ -39823,7 +39823,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39834,7 +39834,7 @@ } }, { - "id": "dcfaa0cf-7587-4b4c-8dfd-62552e63dab6", + "id": "c6a5f89f-f73b-4cd2-a433-6c624765abde", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -39863,7 +39863,7 @@ }, "response": [ { - "id": "9ea12c2e-8ed9-4d43-9959-b7d0b8fd1e3c", + "id": "8e4b5c4b-24c0-4d61-83d9-0b92a93e93f9", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -39901,12 +39901,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\": \"pariatur ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor 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\": \"ex amet enim sunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi velit laborum elit labore\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur nostrud est ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod ipsum id 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\": \"dolor sunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt sint consectetur fugiat\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", + "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat laboris 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\": \"incididunt consectetur sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor aute\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis ullamco Excepteur eiusmod\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"aute ullamco exercitation magna adipisici\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor ut sit Duis non\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bc603027-8d2c-4e89-80e1-5f67c784b699", + "id": "5b519d78-038b-4b6f-926b-e7fbf82a5d72", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39944,12 +39944,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "622e538e-d499-423e-8b7d-b70a32f2857a", + "id": "4e6f26cc-9984-43ba-9f87-85821a8a1eac", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39987,12 +39987,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6dcd944e-3750-4bee-8e23-4e6c3094b6af", + "id": "5be1a594-1ba1-4489-b44c-8f1209697e26", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40030,12 +40030,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81a35b0f-13a4-421b-af14-2d17d9725909", + "id": "d4cdd46a-99e3-4500-952e-953616782afd", "name": "Too many requests", "originalRequest": { "url": { @@ -40078,7 +40078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab4647b-9550-49fb-b0e0-a9b6c65ff73a", + "id": "6c64f57a-9cff-4843-9bad-4bbfec23b381", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40116,7 +40116,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40127,7 +40127,7 @@ } }, { - "id": "66497d60-32c3-48ce-bd39-00693dd1c70b", + "id": "b9685d98-bbed-4a89-85f6-1efb4a05a8cd", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -40166,7 +40166,7 @@ }, "response": [ { - "id": "5d8d1520-04e8-43a5-aaf2-e5da2d6a990f", + "id": "211c62e1-df3e-4a57-a90b-38f732e7ba5e", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -40217,12 +40217,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\": \"ipsum Excepteur in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea aliquip esse 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\": \"fugiat ad exercitation non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt sit nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut est t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu est in sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea Duis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b42e1f46-a807-4316-a554-e05eaa2ad4ad", + "id": "46da684b-fcd2-4dfc-af91-21c0a8c9ab80", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40273,12 +40273,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5876804b-bc48-443a-bd5b-7e51eb8bc129", + "id": "a5c53a56-c4f1-405f-aa21-a317a64b8360", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40329,12 +40329,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f52520d7-6b29-41a4-b343-8bb2a04d612e", + "id": "20836396-1835-443e-a52a-670670f2d263", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40385,12 +40385,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7d06be4a-df21-426e-bfb8-90391fbba65b", + "id": "8faa9609-fb82-4366-8861-272d98c5dad5", "name": "Too many requests", "originalRequest": { "url": { @@ -40446,7 +40446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ba24ce-f435-41e2-ba74-887af78f6821", + "id": "32afdc13-6828-4c7e-8eb8-5bf337ede94c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40497,7 +40497,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40508,7 +40508,7 @@ } }, { - "id": "b59bb8d6-b48d-4a54-8740-6952786155e4", + "id": "66c4bfc0-da2a-4096-9c2f-7d927325c135", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -40549,7 +40549,7 @@ }, "response": [ { - "id": "20ee588c-4680-40df-8743-b8987083d3c9", + "id": "17f9459e-94ff-4cbd-bd0b-4c23ff6b9b99", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -40588,12 +40588,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\": \"ipsum Excepteur in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea aliquip esse 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\": \"fugiat ad exercitation non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt sit nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut est t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu est in sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea Duis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7def9dd4-a33a-40fc-a282-eda9cb8eb5b5", + "id": "90238134-9f10-4149-afee-07c7310ade77", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40632,12 +40632,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3cddd137-5b2e-43b4-a9b1-5a5c79d64f0e", + "id": "54f938f3-dab1-406b-9c3e-6d4dbc783f8f", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40676,12 +40676,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7ad9da44-53fc-418a-8e6a-ad57b6f13e87", + "id": "0e3b80dc-399f-4d50-8e1a-a9ccd4c9ec6b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40720,12 +40720,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "22149ad8-037b-4169-9c6f-848ea564ca2d", + "id": "6606f1e1-fb23-41c7-b4f2-6a30d97cd344", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40764,12 +40764,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "091619dd-fa0a-48f2-bd4f-fb39300c0fdb", + "id": "dd34d864-6348-4394-9492-df26c6fd8fc4", "name": "Too many requests", "originalRequest": { "url": { @@ -40813,7 +40813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc4a7ce-6b24-4b7c-884f-e775d9308727", + "id": "f2228009-64a9-42c2-943c-e0d2b337536b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40852,7 +40852,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40863,7 +40863,7 @@ } }, { - "id": "7f91f949-8548-4263-8a1c-ee5794bafdf7", + "id": "6877d12a-c18f-47aa-ab00-d3d3d55ce3b3", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -40917,7 +40917,7 @@ }, "response": [ { - "id": "2b98c472-90f9-40c8-a79f-f8e04105943a", + "id": "c8089cf0-b859-47fe-8fcd-ea30e29c6bcb", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -40969,12 +40969,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\": \"ipsum Excepteur in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea aliquip esse 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\": \"fugiat ad exercitation non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt sit nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut est t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu est in sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea Duis\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10b34791-dbd7-42db-bb4a-a410f3b9c1b4", + "id": "e6145818-30cb-476b-81e2-02cfc23a7e18", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41026,12 +41026,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2a7cb6de-1685-4012-add6-1ddf7c4f6aca", + "id": "8b3f5b1f-f21b-4ba7-a35f-a578829f1ffc", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41083,12 +41083,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d60d17a-9fec-459a-b948-ce499cf31c39", + "id": "181e8ad1-ff1e-4449-b64e-b2c5071594e6", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41140,12 +41140,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ddc874f-2169-4562-9311-fbf0bff61ccf", + "id": "f59e0893-ad5f-4448-83c3-0a400536f897", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41197,12 +41197,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f38b8a9d-931e-47a3-8b46-8998bfa5f2a4", + "id": "1659e7da-1e2d-468f-8325-efce85ab4072", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -41254,12 +41254,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "25d12bf3-fb66-454f-b736-81d66771c633", + "id": "f676f834-127c-4b8f-967d-2b06c1e61f19", "name": "Too many requests", "originalRequest": { "url": { @@ -41316,7 +41316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "735efa0f-1c7c-4816-ad8c-e7a1b8f6252f", + "id": "126bb239-ec8b-4be1-b7d3-a22dee67dad6", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41368,7 +41368,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41379,7 +41379,7 @@ } }, { - "id": "a8ad6189-77d1-45d1-86b7-89e4d9798ba7", + "id": "d5e453d6-463a-42f2-8c5a-0a8f788b2072", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -41451,7 +41451,7 @@ }, "response": [ { - "id": "41c18dcf-3388-47b6-a467-fb64103fc5b1", + "id": "077eb84e-2953-496f-aff2-4ab5128bd2e3", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -41516,7 +41516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bb5bd7f-ffc8-4543-9078-f10ce27f3eb0", + "id": "e27be4e9-95ba-45d7-8d80-71b92f0a1696", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41576,12 +41576,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf82936e-8d9d-4a0c-89a2-22d68ebe0fc5", + "id": "a00f7550-d6d6-41cc-a6dd-3764fd662a8b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41641,12 +41641,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f39e843-0596-47d1-9d09-dc46c6803ce9", + "id": "e9d04e36-2b82-4061-9216-f040c7069098", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41706,12 +41706,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1b721c8-91c4-4792-877e-714b41d95b17", + "id": "2b317c4d-cc9a-419a-b1b4-4e4219a5c300", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41771,12 +41771,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b6361171-a698-4633-97d7-475432b293ee", + "id": "f49ef26e-e21f-4a0f-9732-8ee4bf9875c1", "name": "Too many requests", "originalRequest": { "url": { @@ -41841,7 +41841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f26df81f-be07-42cd-92d9-bd948aafe331", + "id": "ec1aae58-3de1-4fca-b6d0-7abdd8e96d28", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41901,7 +41901,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41912,7 +41912,7 @@ } }, { - "id": "c2e02f4a-9009-4db1-8781-deaf25c7cfd6", + "id": "92f16f2f-891d-4035-b977-bc4910adc2ad", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -41962,7 +41962,7 @@ }, "response": [ { - "id": "8d7aae5a-7c4d-470d-a2fc-bb9d0311f032", + "id": "188bbc3c-7023-4196-95e2-b300efc514d9", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -42003,12 +42003,12 @@ "value": "application/json" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "93dddb77-e987-4414-af00-4134a3c4be92", + "id": "6d158f3c-b981-4102-a0d8-cdf7233e4e7b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42049,12 +42049,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6072eb9d-b8b6-46e1-989d-9218e18def26", + "id": "1b1c6ef0-bc6d-4fad-8c2a-309191c59eae", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42095,12 +42095,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "63628b27-4f5e-4a59-bb4a-2c20ca80928c", + "id": "6923c04b-043e-41f9-934d-4f9f8b2503eb", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42141,12 +42141,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2539f8fe-1d47-4740-827e-b375949ca3dd", + "id": "b5dd268a-5d48-4bed-8f1c-a55d775f36a5", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42187,12 +42187,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f7c214c-df01-4c37-8c3a-ad386bbd6a8f", + "id": "136b028f-837d-4fbf-ac6f-6b583afb2256", "name": "Too many requests", "originalRequest": { "url": { @@ -42238,7 +42238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a665b850-2b8c-4ed7-97a9-f55ab64ff8e6", + "id": "90f66794-9e79-4282-a76c-4e1f54ceee0d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42279,12 +42279,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c11813e4-f4e9-4db2-a20d-2350848220a5", + "id": "2f5d2bef-496b-4c7a-a962-21bc85edbe57", "name": "An external service is not available", "originalRequest": { "url": { @@ -42325,7 +42325,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42336,7 +42336,7 @@ } }, { - "id": "a3f9fabb-cd9d-4da2-b0dc-aa38d3906ebd", + "id": "95aeba89-462d-4db0-a2a9-15d9cff81e63", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -42366,7 +42366,7 @@ }, "response": [ { - "id": "76dc591a-f9ed-467c-9d83-92831f72ab5f", + "id": "bb8b5a8b-f2d9-401c-86cb-a6c50fe7d8e2", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -42410,7 +42410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da8e173-39c1-49a6-9131-d88608774161", + "id": "50e73764-b809-4e2d-a4f1-c784a315f17e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42449,12 +42449,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "01317e9c-9b47-46f4-83f1-6b3778dd23bb", + "id": "b7e1fbf4-c4d9-4e7a-adb9-cebfdeb0fb59", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42493,12 +42493,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0785a2db-9277-4ad6-8c81-794016102e91", + "id": "b7eb909e-8f64-4781-8f43-e783c26e2df1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42537,12 +42537,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1f8e83b7-e4a1-451f-ae26-c7fd063eb1eb", + "id": "16a3e181-53c2-42fc-8c09-4b3c3c0cb7d2", "name": "Too many requests", "originalRequest": { "url": { @@ -42586,7 +42586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd840cc-87a6-4e64-9e94-87410e74e4f5", + "id": "07f62864-9a6f-4b01-bb88-698996ad40c3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42625,7 +42625,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"consectetur pariatur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -4043047,\n \"trackingId\": \"incididunt ex in quis\"\n}", + "body": "{\n \"detailCode\": \"Duis cillum\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -86298191,\n \"trackingId\": \"ut consectetur\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42642,7 +42642,7 @@ "description": "Use this API to implement custom password instruction functionality.\nWith this functionality in place, administrators can create custom password instructions to help users reset their passwords, change them, unlock their accounts, or recover their usernames.\nThis allows administrators to emphasize password policies or provide organization-specific instructions.\n\nAdministrators must first use [Update Password Org Config](https://developer.sailpoint.com/idn/api/beta/put-password-org-config) to set `customInstructionsEnabled` to `true`.\n\nOnce they have enabled custom instructions, they can use [Create Custom Password Instructions](https://developer.sailpoint.com/idn/api/beta/create-custom-password-instructions) to create custom page content for the specific pageId they select.\n\nFor example, an administrator can use the pageId forget-username:user-email to set the custom text for the case when users forget their usernames and must enter their emails.\n\nRefer to [Creating Custom Instruction Text](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html#creating-custom-instruction-text) for more information about creating custom password instructions.\n", "item": [ { - "id": "d256b39e-a263-4b84-b642-ef9f5380cc45", + "id": "c199fbff-3767-4fe5-b70b-25a7d85f5308", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -42684,7 +42684,7 @@ }, "response": [ { - "id": "45e44c0c-6996-46ef-b625-f6b4fef1a937", + "id": "512e5003-b19d-4c41-a967-5b06037594a4", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -42740,7 +42740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38aadfe-8ed4-4001-bbe3-fb486d2e4975", + "id": "4faa4c4a-a658-46f4-83df-67aca0f28fb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42796,7 +42796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5ea219-510f-43c3-81fa-e2c71c81ce3a", + "id": "cecd1080-6692-47ae-9852-18647c5b32a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42852,7 +42852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fde70dbf-023e-410c-954c-f3586a1de0f3", + "id": "a172ea06-f16f-4836-8f8c-b299f7239a84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42914,7 +42914,7 @@ } }, { - "id": "f2e56973-d2c4-4a53-a13b-7e01904dab3b", + "id": "6ecdf4e4-2e6c-4866-8158-0aa4964cfc4c", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -42938,7 +42938,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [ @@ -42965,7 +42965,7 @@ }, "response": [ { - "id": "001ccc02-8164-48ba-b154-a59f3ad39610", + "id": "409ee62f-dc5f-4854-8927-e5821abd18c6", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -42984,7 +42984,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43019,7 +43019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f199cc49-23fd-497a-9fd4-ec7d5c35effa", + "id": "b5f37e20-8a1c-47b6-83ad-475f43d06799", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43038,7 +43038,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43073,7 +43073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446be934-ad5d-4116-ab2b-7b09a4e5b4b9", + "id": "46d6a3ce-6248-47fa-8211-315f576da962", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43092,7 +43092,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43127,7 +43127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4a3ecc-aba9-4cd6-9f7f-8ac93fc7dcf8", + "id": "1b15079c-98c6-4390-8874-a2b402cd81ac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43146,7 +43146,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43181,7 +43181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec1c2ea5-08ca-43c9-890b-b9e92ec4d00a", + "id": "b73b70d4-aeb2-4682-8af7-4490f368c7de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43200,7 +43200,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43241,7 +43241,7 @@ } }, { - "id": "798d21e3-5ff7-4221-9a19-7cf406948feb", + "id": "1011c7cf-971a-491a-b46f-75974dd8ee18", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -43265,7 +43265,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [ @@ -43292,7 +43292,7 @@ }, "response": [ { - "id": "cc5e89af-6a6d-4510-9a58-90bd725e9244", + "id": "879023f2-c166-4337-a1b5-e44ef89d4476", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -43311,7 +43311,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43336,7 +43336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3e6d0695-7915-41e4-864b-0e60237bf5f0", + "id": "88edf920-8470-41dc-bc11-6b42f7c0f1ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43355,7 +43355,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43390,7 +43390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cde5b5c-d9c8-4425-8fee-bdfd79a167a4", + "id": "8320018f-de5c-4d9e-8025-529629e83767", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43409,7 +43409,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43444,7 +43444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4fd0acf-4499-4c61-9d93-5f13ffed29c3", + "id": "39459699-25ec-42db-8614-df93c05f4ae2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43463,7 +43463,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43498,7 +43498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e09f14-5306-4f81-8004-587ffc9ca92f", + "id": "c7b82fe2-ae19-4135-ab2d-8e5069628a92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43517,7 +43517,7 @@ "type": "text/plain" }, "key": "locale", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -43564,7 +43564,7 @@ "description": "Use this API to implement and customize entitlement functionality.\nWith this functionality in place, administrators can view entitlements and configure them for use throughout IdentityNow in certifications, access profiles, and roles.\nAdministrators in IdentityNow can then grant users access to the entitlements or configure them so users themselves can request access to the entitlements whenever they need them.\nWith a good approval process, this entitlement functionality allows users to gain the specific access they need on sources quickly and securely.\n\nEntitlements represent access rights on sources.\nEntitlements are the most granular form of access in IdentityNow.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in IdentityNow.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nAdministrators often use roles and access profiles within those roles to manage access so that users can gain access more quickly, but the hierarchy of access all starts with entitlements.\n\nAnywhere entitlements appear, you can select them to find more information about the following:\n\n- Cloud Access Details: These provide details about the cloud access entitlements on cloud-enabled sources.\n\n- Permissions: Permissions represent individual units of read/write/admin access to a system.\n\n- Relationships: These list each entitlement's parent and child relationships.\n\n- Type: This is the entitlement's type. Some sources support multiple types, each with a different attribute schema.\n\nIdentityNow uses entitlements in many features, including the following:\n\n- Certifications: Entitlements can be revoked from an identity that no longer needs them.\n\n- Roles: Roles can group access profiles which themselves group entitlements. You can grant and revoke access on a broad level with roles. Role membership criteria can grant roles to identities based on whether they have certain entitlements or attributes.\n\n- Access Profiles: Access profiles group entitlements.\nThey are the most important units of access in IdentityNow.\nIdentityNow uses them in provisioning, certifications, and access requests, and administrators can configure them to grant very broad or very granular access.\n\nYou cannot delete entitlements directly from IdentityNow.\nEntitlements are deleted based on their inclusion in aggregations.\n\nRefer to [Deleting Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html#deleting-entitlements) more information about deleting entitlements.\n\nRefer to [Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html) for more information about entitlements.\n", "item": [ { - "id": "52907541-3509-4da0-94f6-d2c4791549f9", + "id": "332a2523-3d80-4127-bd33-13122fabb4fa", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -43675,7 +43675,7 @@ }, "response": [ { - "id": "4f3d06f5-bcee-43e0-95a8-3d9f6ab8b499", + "id": "2b3379b8-2e05-4ca7-ac25-72e1c13cc37e", "name": "List of entitlements", "originalRequest": { "url": { @@ -43800,7 +43800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9743a7ea-d396-4aa9-837d-df69838ee8a5", + "id": "e7547407-544a-403e-8330-288a078fd6b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43925,7 +43925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9f8419-7587-41f4-8e61-a17923b7ab0c", + "id": "0d241724-7792-4a17-a11a-9325e442e5a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44050,7 +44050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac2ce69-256e-4dcc-ba09-64f1021cac18", + "id": "0adae006-fb8a-4846-b30c-bf4d786253f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44175,7 +44175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd354554-9bc4-455e-af70-687bd4945822", + "id": "a886ba83-6052-4f8b-915f-5004d5b83283", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44300,7 +44300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd37d429-9c57-4600-94a4-43e0f766d5b8", + "id": "274f162e-1642-45f9-822d-ea96db3ecf6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44431,7 +44431,7 @@ } }, { - "id": "5a32610a-48f2-493d-99d6-2d1b3bb6f8ea", + "id": "e0d5389b-3782-4e11-bbf7-3660d1b2bbbe", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -44472,7 +44472,7 @@ }, "response": [ { - "id": "46d0a9a0-e7f1-40dd-80a8-5982e7c3e615", + "id": "a5c78741-3e9f-448f-95e6-9ff55f1da864", "name": "An entitlement", "originalRequest": { "url": { @@ -44516,7 +44516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e02f8aa-2ff6-47da-925f-4493aa46e44f", + "id": "1b9baa94-2e8b-4ec6-8485-79967e3b4b6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44560,7 +44560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7600ab6-9c6a-41ce-9037-91c0af1f750c", + "id": "3cc09f2a-154b-4c63-a88d-f9e9564e862b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44604,7 +44604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e69d3f4-d924-4080-8f95-e3309325cc5e", + "id": "5e23fd61-8e26-4926-9951-73fabad15cb2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44648,7 +44648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b78847-610b-4147-9c4b-987fa045ac79", + "id": "03a21880-f3a7-4ef1-9b91-fb3a0b3baeb6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44692,7 +44692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731356f0-4a7c-40bb-8e51-aa9efb03dd0d", + "id": "29758bc6-b7c7-4529-a0cd-73ae94938f5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44736,7 +44736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd3026e-4bc4-457d-825c-d51920708b8c", + "id": "3f5e7260-f03f-406e-b9b4-8c4f8baf7936", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44786,7 +44786,7 @@ } }, { - "id": "36836ab4-47d6-4cc8-8f18-8da20cd5ab14", + "id": "e073892b-87fe-48dd-9822-54b666ea623b", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -44840,7 +44840,7 @@ }, "response": [ { - "id": "a10bed49-3619-4427-a962-823f5bf79fa9", + "id": "7d26eab0-3c98-437f-84f8-7e52094de6c9", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -44897,7 +44897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c031f1-256b-4e48-bb06-045906a30146", + "id": "b18155c9-db3a-43fb-8322-577b69ca8b9f", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -44954,7 +44954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf83263-952e-4115-b060-17ea6299376d", + "id": "df89a82c-5c27-4820-8568-67e35c679519", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -45011,7 +45011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cc3dafc-5b7b-4505-a93c-57e02a5a108a", + "id": "6d4d3b45-1de4-46b7-ac3d-2f4bb6e4cf90", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -45068,7 +45068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c90e2b-52e6-47f4-919d-80cba96c6480", + "id": "10ad3c9f-9f14-40c4-b7d2-5cb6c9cfe6ee", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -45125,7 +45125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb383f5-8f74-47ed-969d-f97de7cb6ad7", + "id": "f6380097-0c62-44a4-8fa1-828f0df6fc12", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -45182,7 +45182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92695b2a-334f-4161-9982-75e94dec8bb8", + "id": "323b193d-1d35-423a-8d8d-514bfb61d192", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -45239,7 +45239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1c61d7-9614-4b3b-8bb2-f606104002d2", + "id": "0a23e744-cbfc-4c71-9faa-402531fcce8c", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -45296,7 +45296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d53e27-ce7d-4aba-ba79-9ef594569081", + "id": "979b0542-e681-4cf0-ac2f-78aed03ff745", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -45353,7 +45353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e8782f-26a3-4ce7-81e0-eb9b401a94fa", + "id": "8aa9511a-dd69-4431-b60c-646889caf4fa", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -45410,7 +45410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0005076-9ec8-479c-9f2c-2ca0ab4b0895", + "id": "7c91f24b-9ed1-4bd9-96fd-82e7b8657aa2", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -45467,7 +45467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e2f3ff-c42c-4505-ba1a-907ba43d4156", + "id": "9dba7058-b88b-4923-ad52-3c9fc32f3d41", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -45524,7 +45524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf89a005-d15a-421e-b353-40aa7a4bd84a", + "id": "224af54a-02c3-4947-b456-8a4f7b55a2d0", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -45581,7 +45581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae1a4f3-bbb7-49f0-a529-586a624b7961", + "id": "b0007e18-3d59-40c8-8d39-5ece4d1b322d", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -45638,7 +45638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04f84ae-9a7c-45a4-943d-a1bdcbb48cd7", + "id": "39912b0b-368e-45d7-8960-9b8c9dafdf5f", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -45695,7 +45695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ceffa6-2768-4125-8dab-1ba20c5f381f", + "id": "90cad8c6-7271-41a8-b753-abdff6af5df7", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -45752,7 +45752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb835c2-98b4-4023-b14a-0b80010fae0d", + "id": "6307c4af-3abe-4c01-9657-7a9ed74a89ea", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -45809,7 +45809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "519b26da-22b8-4339-9cac-479c294b5fec", + "id": "bfd5f30d-49fa-4dce-b3f2-3dab67a63727", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -45866,7 +45866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154d0eb8-74d2-44f6-86e6-5825526f8e8f", + "id": "a1f2df38-900b-431a-9a36-a910a9b9198f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -45923,7 +45923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a967d3c3-c59a-405e-aaa6-b12659ff7f26", + "id": "c593c63c-a43f-4a6d-868f-648810696a43", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -45980,7 +45980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e3d627-277a-4c6a-86cb-a2c0d99fbbf9", + "id": "31caa8cf-7998-4914-a703-e56e94d4bee9", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46037,7 +46037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d99abcf-31e7-4489-ac4d-6880af573046", + "id": "c3bc0c3d-bb99-4e4f-a741-ddfe161b0116", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46094,7 +46094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2bd3f2b-184c-4b81-aab2-689da253675a", + "id": "4dc335e2-717c-4233-9b90-a7d46c07784c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -46151,7 +46151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99b426f-e079-4aff-8697-9a9cc4e8b876", + "id": "39f023e4-91ca-4255-a2b4-9e50a7cdb40e", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46208,7 +46208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a458c00-5e62-4248-b098-0b997fa6fe67", + "id": "db8912eb-6bca-4447-8d8d-8520b7ee7cd0", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46265,7 +46265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15816118-63ef-4107-8bef-f88806b40c8f", + "id": "e4fd4437-9ea1-4cd7-bed0-1fa7988e5019", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -46322,7 +46322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f12bba5-6d68-4338-a13e-b89dfc8c7f53", + "id": "501c6f58-97eb-425a-ad6a-be9046d16218", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -46379,7 +46379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c7dc8b-8124-42a0-a2b9-fec2e3f54fed", + "id": "0c8ae3af-c1a9-42f6-be37-85e86589a6ba", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -46442,7 +46442,7 @@ } }, { - "id": "984b6e0e-5d91-4d1b-88f3-90b1f8d5552c", + "id": "38fb6e10-c5a9-49ac-b6dc-bdfeeb8f09f0", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -46530,7 +46530,7 @@ }, "response": [ { - "id": "d081eb35-9fde-4264-a3ce-1208ac10054d", + "id": "b6b2debf-7c11-4755-88cf-6b4e6d152db5", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -46621,7 +46621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50579888-9bee-4ac1-aebc-1cd6fb8c11ba", + "id": "087854e6-03cf-4ddf-b16d-6293e244fc90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46712,7 +46712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a534c7-fd1e-4235-91c4-b2dac75b6d9b", + "id": "7585b1bd-2e1c-4bc7-8105-e73c67e01f44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46803,7 +46803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d6a3e9-a46b-475e-be83-198e299933c5", + "id": "38762e8b-1361-4818-931a-727164e38d5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46894,7 +46894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea178477-6ed2-41d3-89df-4e964b1128b3", + "id": "193375da-c4e6-40f5-9149-acbad5aee2a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46985,7 +46985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3ecd7be-5bed-44b7-82cb-1d2c70de9d13", + "id": "32eaa2c9-7679-4c77-b307-63e8280bc996", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47076,7 +47076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d25b15e-10bf-4fb9-8a56-94ac68003812", + "id": "001375d3-6f66-4afc-8800-7112b8e863be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47173,7 +47173,7 @@ } }, { - "id": "e3693810-a8bb-41fa-b0bf-1cfc34cd08c7", + "id": "98804c2d-8a18-4035-b8f4-c2674cf744bd", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -47261,7 +47261,7 @@ }, "response": [ { - "id": "f97c8ea7-b5a0-48fb-8bf8-99fcedf689ae", + "id": "13d0437a-531a-4756-9666-24282b1a7865", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -47352,7 +47352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17f9eb91-99f7-4d8f-9add-c8f6ee086dbc", + "id": "baf55342-b7eb-4c42-b1bb-aa6e7db0891e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47443,7 +47443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "431802d2-1321-469a-a59b-491d4f328e0b", + "id": "641b4759-0a2f-40e9-8bbd-ef844f888fd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47534,7 +47534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886d8a62-a07c-4f0b-bcf3-ed8eb66dda81", + "id": "555e9276-8b33-4a65-a709-e578800eed5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47625,7 +47625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acc691a-e3ec-4e38-95c2-dc2538edba3c", + "id": "e182e879-874d-4b8b-b736-0291b6424df4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47716,7 +47716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f193a33-3338-4e1f-bd15-dd9ebe9b639c", + "id": "4d0d652f-3ba6-459a-97bd-ef1d0ddbf034", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47807,7 +47807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7634d26-0fa9-4e75-bc65-e6cea65512fd", + "id": "4a71b42f-4146-4b9a-a0c5-389f9ab71af4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47904,7 +47904,7 @@ } }, { - "id": "2dfaeeb2-e8f7-451b-9bf9-4b9057ac0b30", + "id": "642b9082-9b0a-4b14-b394-3600dd7bcbca", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -47947,7 +47947,7 @@ }, "response": [ { - "id": "b7c3865c-c342-4a4e-80b0-8543bd514889", + "id": "befb385e-83a6-48cc-aa5f-1b299d898be9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -47994,7 +47994,7 @@ "_postman_previewlanguage": "text" }, { - "id": "75fab68f-f351-4801-af16-d6737cf25645", + "id": "1019006b-c2c6-499b-8820-ce7bc52d1bf6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48051,7 +48051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd6cd804-2f9f-4ea6-aa9d-5685c119bf97", + "id": "89a0e17f-a8ec-4c46-9f5c-24a699ebbbd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48108,7 +48108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de126764-29fc-4135-89ea-f262e0c1b0ed", + "id": "8a88ba59-facb-4b85-a7ea-9945e0fb0f8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48165,7 +48165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0be947-1e2d-4cbe-bd81-8125a2ac40c0", + "id": "e9d165f2-efb1-4713-9eb2-d217a0376e16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48222,7 +48222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c87d2c-3003-4b60-b9af-ef81696e1259", + "id": "f2f3137b-d1e5-409d-bef4-e2c2ce0c87ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48285,7 +48285,7 @@ } }, { - "id": "56899a47-5f33-447f-b8c5-d9be73753045", + "id": "40f34831-3700-4931-838a-ea6c2795481f", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -48327,7 +48327,7 @@ }, "response": [ { - "id": "4f2dfa18-3b1f-4694-b96b-0fc82013a906", + "id": "9e858c4e-0972-4743-96bb-fe224a868e88", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -48372,7 +48372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026a47c5-6d95-42c6-8866-8430c9898fd5", + "id": "60c0bcb3-b96c-490c-8847-b7fcb79fb2dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48417,7 +48417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c065dff-5fa1-4b78-afba-f2759fb37a56", + "id": "d9a8c299-5d01-451d-9cde-febf835c60a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48462,7 +48462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df167d31-08cc-4a6e-b294-80dc89d0ae9a", + "id": "a25d4141-2c5c-4145-93b5-597f96d7be62", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48507,7 +48507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db09c83-98ec-4723-ae86-09fa0718b063", + "id": "ebd9a6ef-45e4-4731-8c2a-15ece0196719", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48552,7 +48552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e51ab7-3c9e-4d6e-9cd8-606423770f1e", + "id": "c89798d7-dd46-4618-b0ee-0933fd823edd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48597,7 +48597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0889ccd2-ea4e-4712-b06f-acfd348a3a80", + "id": "6ac65216-fcbc-4d85-bedd-8c74f671c6de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48648,7 +48648,7 @@ } }, { - "id": "8a7d09fe-522b-47d2-a121-d23602c8ca52", + "id": "8da782db-8bcd-472f-8683-617d4e5d6f01", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -48703,7 +48703,7 @@ }, "response": [ { - "id": "06f0ca87-e4d0-40da-9c2f-d33583a66ae0", + "id": "2aa164e1-6f37-4d93-ad72-077b6de1c412", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -48761,7 +48761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7fddd48-99ba-4b2e-899a-1f282cd5e407", + "id": "5140c1a0-0aa6-418c-b81f-03ee10c5fa03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48819,7 +48819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0305d212-5c81-4947-8cac-db1634aae18c", + "id": "fc9fed10-07f0-4c76-a23a-30874854d7ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48877,7 +48877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c30b404-5869-43b0-9187-4548ecdc7b40", + "id": "59d89ba3-f26e-42e9-bd83-40455cc597c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48935,7 +48935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77150683-b8c1-4d68-89bb-9d1acf1b6e40", + "id": "8286e99a-6391-4683-9b39-d642af828776", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48993,7 +48993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba19331-61e1-4df7-aacf-4acc0599aedf", + "id": "e1711bcb-e1f2-41db-aa45-a10264c9a8e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49051,7 +49051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3715faa5-d500-4674-97fb-f850b2eadb0e", + "id": "b2947108-d316-425d-adf2-67a44b3441e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49121,7 +49121,7 @@ "description": "Use this API to implement and customize Governance Group functionality. With this functionality in place, administrators can create Governance Groups and configure them for use throughout IdentityNow.\n\nA governance group is a group of users that can make governance decisions about access. If your organization has the Access Request or Certifications service, you can configure governance groups to review access requests or certifications. A governance group can determine whether specific access is appropriate for a user.\n\nRefer to [Creating and Managing Governance Groups](https://documentation.sailpoint.com/saas/help/common/users/governance_groups.html) for more information about how to build Governance Groups in the visual builder in the IdentityNow UI.\n", "item": [ { - "id": "ff33f5b7-e1aa-4a8d-92d0-6318a0feba32", + "id": "9664f84c-7fb7-43e9-849f-9a257e996db7", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -49196,7 +49196,7 @@ }, "response": [ { - "id": "e6680852-fd7b-42e3-9e12-b40061c6f1c9", + "id": "9fdb03e8-c793-462f-9639-1b32bf671232", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -49285,7 +49285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e2035b-8f8d-4040-8247-1e0f8399538d", + "id": "78c15891-f127-4942-8294-938d0fdf9aac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49374,7 +49374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4248cf9-66d7-4667-ba9a-c9188402f0ef", + "id": "738ace29-1ced-4fe7-9ae8-9e37bfa2f927", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49463,7 +49463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f530140f-4842-4f3d-afdd-f497fd72a9db", + "id": "c7f7dfc4-4672-478b-a318-80d39e35249c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49552,7 +49552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f831bcc-c404-4e7d-b1fa-ce274f5939d0", + "id": "e1759015-32c2-4ac2-8cf9-71321f5a7cdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49641,7 +49641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783d72d5-6495-4f75-bd71-26146b62fc61", + "id": "cedbf906-71d4-48f8-9027-a14567e7145f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49736,7 +49736,7 @@ } }, { - "id": "003daa09-5749-467c-9c78-db7428338028", + "id": "c5583eca-5ef8-46fe-96aa-edb9ce4a2a47", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -49778,7 +49778,7 @@ }, "response": [ { - "id": "558a747c-cc78-432b-8a61-4917aa336107", + "id": "55232b7f-8e15-4d71-af4b-d5af668343de", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -49834,7 +49834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a32170-c323-48e2-a92c-bc6bd45806fa", + "id": "35568d19-1b71-42f2-bf00-83092b9cd9c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49890,7 +49890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891f918a-52d6-460d-83fc-21ae9700e60b", + "id": "8ba3a31a-761a-4392-8799-b16a0e252cb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49946,7 +49946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c910fb0c-d245-42d6-a62b-f9d4be74815f", + "id": "610e819f-596f-42f6-9242-98005a0dccf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50002,7 +50002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b6cd56-5b68-4af6-b9df-c292f29165f3", + "id": "3dfc748f-50b7-4a59-8c56-896d2af67f7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50058,7 +50058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e4d70a-0a78-46a6-a5cb-1b985e2d4312", + "id": "3bac1e2d-51a9-42bd-bf8a-774e6fa32593", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50120,7 +50120,7 @@ } }, { - "id": "c5127131-8665-4c42-8314-6f90b7d31367", + "id": "293c68ef-2fb7-44cd-942f-a8e3879f3bcc", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -50161,7 +50161,7 @@ }, "response": [ { - "id": "f2c91174-38c4-4604-b9b0-4dd599878718", + "id": "11b78fe9-f677-4863-9e95-2ee6e093d194", "name": "A Governance Group", "originalRequest": { "url": { @@ -50205,7 +50205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f139ab25-15df-432f-a5a6-3815f430897d", + "id": "cdea1f73-a919-41d7-990e-de064f4509ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50249,7 +50249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e69d16cf-7c63-48f3-b7f4-345eb0d591eb", + "id": "804cc9db-a6e5-431d-90aa-de576b08257c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50293,7 +50293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f9e854-06ce-447e-ac4a-542f51e99617", + "id": "caa8d291-3c3a-41ca-80c4-238186d15525", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50337,7 +50337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059c2648-2a21-4f89-89f5-456b5080e2c0", + "id": "fbfb2e2e-e73e-4d8b-be24-67cf1d106a1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50381,7 +50381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41623aa7-e35e-4305-bad9-f08fb2464138", + "id": "950905be-da4d-4634-ac30-431c60f0493b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50431,7 +50431,7 @@ } }, { - "id": "ac218435-1d80-416a-bb03-b4ea9dabf9f8", + "id": "c63ee2cf-2ffa-4cec-a492-d1cda05d0ca5", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -50472,7 +50472,7 @@ }, "response": [ { - "id": "6eff3b72-42cd-495b-a430-dcf4b20ada98", + "id": "2191caee-c653-495b-8a10-3ca4d0aa93ff", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -50506,7 +50506,7 @@ "_postman_previewlanguage": "text" }, { - "id": "033b8fe6-3585-4969-8f9e-cc8312e84329", + "id": "69654b31-9c0a-4f98-8465-a21b855e9abb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50550,7 +50550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f89cc5ce-fbae-4fb5-b377-9b16af08c003", + "id": "10a938f5-28ae-4be2-8f5d-b3f69bb14fc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50594,7 +50594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3fb9d1-07ba-4448-8a40-d45b5dbe062c", + "id": "746ce8e7-6d1c-4759-a1f4-30603b0a229e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50638,7 +50638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e3cb0be-a693-434f-bf78-df0db4b2f7e6", + "id": "02ac2ab7-ea76-4b50-8c42-fb71b0bd4c1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50682,7 +50682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51ff747-5305-4305-8461-61b760a37580", + "id": "a0e9e362-1e5a-48cc-b348-c4f87b66c602", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50732,7 +50732,7 @@ } }, { - "id": "23d0d59f-96e9-493e-a180-9861df604c7d", + "id": "982be702-04c0-44f0-87fd-57282ddf6586", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -50786,7 +50786,7 @@ }, "response": [ { - "id": "b6f17a61-aa4f-4aa5-9657-6f0a337edda4", + "id": "7d3cf683-a4ad-4c6a-9f1a-47ef493bbd20", "name": "A Governance Group.", "originalRequest": { "url": { @@ -50843,7 +50843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50313ac9-3a88-40df-a4f5-0d587b76d83a", + "id": "ca9f5dd2-4d2b-49f1-a7a0-db484f26a57b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50900,7 +50900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29fcd57-c208-4b4a-8eaf-ac7d8d73731e", + "id": "8beba5f7-3539-4bd5-a664-42bfbe0432db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50957,7 +50957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ba341d-0595-4d76-b9ed-5cf0aa86ca53", + "id": "1e6dab10-a4d9-4cb7-bd6b-f6ad68e7bcf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51014,7 +51014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "378361bd-e398-4d60-86d0-b22a91f0d723", + "id": "83cd5059-9c17-4c56-9517-e8e772ffe391", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51071,7 +51071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a428ec37-94f2-4d5d-81d9-fe5cdbc65646", + "id": "dc940cd0-9de3-49f0-becb-159473db6006", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51134,7 +51134,7 @@ } }, { - "id": "8910834f-106d-462d-a42f-9e1eade4ea6e", + "id": "8bcb9c21-a71a-44c3-abf5-d789e38fe85b", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -51177,7 +51177,7 @@ }, "response": [ { - "id": "83284b10-9660-4a99-b4d3-8713b1b8ff81", + "id": "cada89f1-f3fe-4440-9ef2-f4c7678ed34e", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -51234,7 +51234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e9f634-1898-430b-8b33-beef344df2fd", + "id": "5d9de34c-b456-4bcc-ad8d-b388f5e33583", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51291,7 +51291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d20f95-350a-413d-a0e2-150d6818714a", + "id": "79f6044f-1b77-4302-8160-1631626cba61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51348,7 +51348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd872ea-b3b2-4701-90ce-b0d4639cf68a", + "id": "14bb89f9-d025-4d09-8b5d-134008f737f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51405,7 +51405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6a4fb8-26b8-452d-bc75-e10ddfb416f2", + "id": "005af2ed-237d-4a46-ace4-18f7bb5ab41f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51462,7 +51462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6e0399-e375-4760-8ca5-feaee251337e", + "id": "f486fe12-54fe-4b1b-8458-6ae1a034c54b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51525,7 +51525,7 @@ } }, { - "id": "362511c4-906a-4519-88e9-c0634ce3d634", + "id": "8c61dc3f-31ed-48dd-a32b-fcb43f83f032", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -51604,7 +51604,7 @@ }, "response": [ { - "id": "96d9ef11-aa4c-4ec3-b762-cc72abbd25b8", + "id": "4a9c188c-738c-4d76-9d77-04e6a59dbe95", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -51686,7 +51686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f202c3ac-a06c-42a3-9781-9a9035ea2019", + "id": "28953ea0-ec3f-4d4c-96e6-d18cb9daa717", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51768,7 +51768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe8e30d-d264-4cf6-88e7-7cbcfd7166ab", + "id": "dc38e75d-7d39-4e17-8f91-5d1bc1894ed7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51850,7 +51850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e26ba86-e903-4ccc-a47c-5b5674583a5e", + "id": "107869ee-07c3-4504-af5a-a4033ffa49cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51932,7 +51932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6999a99-7016-495a-8597-35af2780785a", + "id": "2453b20e-effe-4852-afe9-eac746b8ba49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52014,7 +52014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f36ac7-348b-4446-bbb6-4ab1698c2ebe", + "id": "d121dc59-2a21-4974-8631-85a1b4fb0a53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52102,7 +52102,7 @@ } }, { - "id": "54bfbb13-3a74-4127-91ac-b553dc7aed58", + "id": "0ca23aec-2987-4e12-a474-5893909bf2c5", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -52181,7 +52181,7 @@ }, "response": [ { - "id": "7ad79205-aee6-493a-b1aa-b8b2cba95494", + "id": "0b7a995a-049f-47de-9d4d-b5337ddca47a", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -52263,7 +52263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d32360a6-9ace-4de5-ade7-9a23261bb60b", + "id": "9a02a5ad-3e5c-4018-b7e7-5833628c4b09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52345,7 +52345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "657a05f9-c9c0-48d2-9037-a9a0f745dd8f", + "id": "6ebc7183-27b8-4e31-b7dc-73156d231cd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52427,7 +52427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93622c83-7cd2-4d18-936b-149188cee68f", + "id": "91672d47-fb40-496d-a8d7-ab3272cdcf55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52509,7 +52509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4836a6cd-fd29-4fdd-b79a-69dcea6e7fa9", + "id": "18cae277-3401-45c7-a25e-7d8c6a2c4c5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52591,7 +52591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce351e46-900e-49ca-8a94-89ff54d85a08", + "id": "5bb210bb-1bab-4dee-a530-d51fff05608e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52679,7 +52679,7 @@ } }, { - "id": "498270d7-56e6-4144-aefc-7b824355416f", + "id": "c937e746-629f-4c19-a523-132f4a0891b3", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -52735,7 +52735,7 @@ }, "response": [ { - "id": "0e7a6754-b094-4d46-b5a5-274fa47066db", + "id": "b7ffc4d9-6aa3-49a2-8260-4bd5fbfb5a10", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -52794,7 +52794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbde08f-8ad4-45c9-b1cb-a978922286c5", + "id": "2dea2bd8-317f-4593-923e-09999f0aecf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52853,7 +52853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183e897a-7c0c-42a7-abaa-e113cae00228", + "id": "5a9a20ab-a3a2-47f3-b775-13b1351943ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52912,7 +52912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71beb9e8-b292-4821-895c-c26f7f05cb23", + "id": "c5cf2acc-edce-4b79-8380-135ded0bc0ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52971,7 +52971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b302f7-8e5a-4205-bf91-ff228967d4c9", + "id": "21ec4dfa-e80a-4669-b191-2174e0c23cc4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53030,7 +53030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fdd999-57fa-454b-9329-73ea7b446e10", + "id": "d4a9ad6a-6838-4a82-b82c-d15d03058150", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53095,7 +53095,7 @@ } }, { - "id": "704e9f4c-3a25-4ea8-9d72-b791ddcbbeb7", + "id": "99b8dd66-f6a6-4d4e-b484-260b9add06e2", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -53151,7 +53151,7 @@ }, "response": [ { - "id": "e2e581cf-f838-4f17-800e-33c6045c3c76", + "id": "5cc03308-002b-4e3c-a366-a6ecd938b43a", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -53210,7 +53210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df5c8b2-379a-46f1-9b33-637e165ef52e", + "id": "e485871f-5728-4434-aa28-32a50d2efe98", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53269,7 +53269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e3111c1-9fe3-46f9-a6cd-f6e2474936db", + "id": "824a715b-465f-4179-a1f7-375e7ff48ab2", "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": "5a80bdcc-d768-4953-a878-f0e9483fd873", + "id": "99d6d959-9450-4f64-8ccf-d4d99f8ba4f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53387,7 +53387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a88898-bed3-4aea-b153-9c8e8eadfd55", + "id": "87b6068a-a0cb-4791-99fc-a6fafac35e89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53446,7 +53446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cae305d-fdf1-46f9-94e3-2f24e77dbe35", + "id": "42b3256a-95b3-4a7b-abe0-e94d374daef8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53517,7 +53517,7 @@ "description": "", "item": [ { - "id": "84614b81-12e1-4569-90b2-6dc47e2741ba", + "id": "38f87530-ff0c-4f8a-83f6-32c7c5ad9f3f", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -53558,7 +53558,7 @@ }, "response": [ { - "id": "51a278f4-33d8-4290-9a34-5ea2029bc041", + "id": "999fd56e-e6ca-422c-9a53-648d907823ce", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -53602,7 +53602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef77ad7c-38e9-4fb3-b074-4b0d82ae8713", + "id": "bbdd8314-33be-453b-97a2-c38cd8537cd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53646,7 +53646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef87eb7-2213-4d82-8012-549710e7d797", + "id": "9cdc6815-af17-4727-b0e9-030e1aa3c841", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53690,7 +53690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062356f3-63b6-4488-aea2-3f959b98d4e0", + "id": "b9b9fdb0-0d09-4b88-b528-f5d2ae584c60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53734,7 +53734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630c1190-b784-4bf9-b999-b09b0bb73901", + "id": "09b07b8d-fc91-4364-9bb8-78c193931faf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53778,7 +53778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43e7f748-5e16-4802-8edc-8b0543c01575", + "id": "c1faea43-3a18-4079-9b25-de5803f37d9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53834,7 +53834,7 @@ "description": "", "item": [ { - "id": "be91a23c-5185-45bf-97fc-a2f710e9cb78", + "id": "fe56d300-724c-44f5-ad6e-3bd464d10e1d", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -53911,7 +53911,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -53927,7 +53927,7 @@ }, "response": [ { - "id": "5c50a45c-09db-43e4-bf6a-912b2129c6af", + "id": "681abd39-c7ac-4573-82cc-e42eba328902", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -53999,7 +53999,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54034,7 +54034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbcfdac4-73df-4bf8-b5bd-34101e3c2548", + "id": "2b7cc213-1093-4a12-8520-c9d208ec5b14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54106,7 +54106,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54141,7 +54141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2edc806-fded-44dd-b95e-4f29af982b50", + "id": "a3b54466-2cba-4a03-884c-a5f6dcaab42c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54213,7 +54213,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54248,7 +54248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1b74e2-fadd-4858-b49a-61cb0743f577", + "id": "abc36cdd-d8ce-4179-9936-27504e8f82c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54320,7 +54320,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54355,7 +54355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9cccb5-0688-4658-a4ec-dcc01189c9f2", + "id": "3ac85ab0-f5cb-4fd5-af55-f340ec45af99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54427,7 +54427,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54462,7 +54462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc2fe7d1-2295-4d8f-aebf-5ddc0cdf3963", + "id": "e03cbeb9-36bb-4241-b152-a582608512de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54534,7 +54534,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -54575,7 +54575,7 @@ } }, { - "id": "2892648b-d5e1-44f6-a99d-f87672e99f08", + "id": "4a9a1428-2c21-4cc7-ae30-2c4b7e8eda0b", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -54618,7 +54618,7 @@ }, "response": [ { - "id": "409a4e83-5a3e-40b4-b2de-b0481777217e", + "id": "db26860e-fe43-40f7-b4df-871ee4faeb69", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -54675,7 +54675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c17b2af-396b-4c99-8360-477ccc420f19", + "id": "cb367e6f-4a39-49db-b2fd-6d217a1e622e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54732,7 +54732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eae7095-0ecc-4b71-829a-2c541d184360", + "id": "5ef9f01c-337e-4b8f-99a1-6389e3340c11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54789,7 +54789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a2d3f07-a614-4947-9fad-adae140aedc4", + "id": "789e1de2-f559-40d9-b2e3-6180bf41178a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54846,7 +54846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "316143e3-cf0a-4184-bf88-dea7e52b0cfe", + "id": "2bf61eac-5eab-4a8b-8768-7d9d743ae67b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54903,7 +54903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc32f37-fdab-4e9d-a2c1-9e53b343387b", + "id": "c551dba3-d58e-4213-a2bc-97a785b185db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54966,7 +54966,7 @@ } }, { - "id": "0e216b95-5e6a-4e84-a578-cd4b209aad89", + "id": "13b7468a-5302-414b-bae5-45c0e78107d9", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -55042,7 +55042,7 @@ }, "response": [ { - "id": "29504a0b-9425-49a3-8ec0-b310eb0cc66b", + "id": "d98de0c0-5efe-4120-bf53-d58eb0f79450", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -55132,7 +55132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370389cc-9c4f-4620-a0d4-4ab702c4a4be", + "id": "e909c182-d387-4ca3-9600-8067ef2eb5b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55222,7 +55222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea3adee-cda1-455f-aeee-ff240a141c64", + "id": "7c4beede-a95e-46c5-a0e1-eab4c5a2878c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55312,7 +55312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84d5676-b658-4e9f-9568-e0432005898e", + "id": "e78c529a-2993-474d-9cc6-425a48fae377", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55402,7 +55402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7bdaaa-a18e-425c-a9da-4cd6ee299cd6", + "id": "a3d62426-2662-4884-86a1-35287ab81e98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55492,7 +55492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "372ce331-c526-45d8-8776-a7c877cc37f5", + "id": "a5c21e6b-fe8b-4c91-923c-df6d0dce4cf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55588,7 +55588,7 @@ } }, { - "id": "ecca2fb0-a038-4c49-95ee-5f8fffcddcda", + "id": "ff7267d3-22b1-4aac-863d-11a6156e661d", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -55631,7 +55631,7 @@ }, "response": [ { - "id": "61ba4afb-7e06-4ec9-ae32-0973c53eb38b", + "id": "3a7d4da3-aec0-4d9f-bc5b-894c1c53b03f", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -55688,7 +55688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c711ba50-fcfd-4172-b9d4-5ccdb18bcf07", + "id": "c458b034-ddbb-4f68-acbb-370582569358", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55745,7 +55745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0703ba0-b977-4718-bc76-864f26e64067", + "id": "6d7b4e9a-c560-417a-af67-d26eff156b19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55802,7 +55802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d37ee4-4ce8-4f7d-acc7-5c7dadb39f8f", + "id": "3c24eef3-e299-4bb8-8982-12f1226e5d94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55859,7 +55859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5038686a-85f9-4c4b-b12b-725734affd8d", + "id": "8d3d99e4-f785-4ea7-adbc-df4a89bb6b94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55916,7 +55916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ccca399-8cdf-4122-948e-ac90bca5c35c", + "id": "b8af637d-c1d0-4551-8266-f0147ffd3348", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55979,7 +55979,7 @@ } }, { - "id": "ed9cf6f6-c02e-4a85-9646-530fd80eef62", + "id": "f7a2aa26-5a31-4591-a4cb-8a0b9340aae4", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -56039,7 +56039,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56055,7 +56055,7 @@ }, "response": [ { - "id": "1430795c-fc0d-44a0-9b08-aa0b5f790601", + "id": "c9884af7-b0b6-4021-92f4-beb45079ba3c", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -56110,7 +56110,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56145,7 +56145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b831ac98-8778-4800-ae08-1e913f673f0b", + "id": "424a47c5-051c-49a4-8244-0bac47b7d203", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56200,7 +56200,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56235,7 +56235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bcc5d34-a7dd-4fa8-9602-890803e89327", + "id": "97d21bf3-1f67-49b7-81aa-f7c5438d8d5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56290,7 +56290,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56325,7 +56325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ed543e-79cc-4d34-8d72-616b332600cc", + "id": "4f0e21af-5b9d-4cf0-8b4e-5ac1ededd32b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56380,7 +56380,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56415,7 +56415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed18a6aa-c32d-4c29-b214-f42d0588be19", + "id": "95a40cc5-e5bf-47f5-8a82-d831bf170ffd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56470,7 +56470,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56505,7 +56505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63161a61-333f-4a5b-b352-b73f1ce68fe4", + "id": "342bdc79-08d2-4e9c-ba2b-d258ae56e1c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56560,7 +56560,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -56601,7 +56601,7 @@ } }, { - "id": "0438b484-1c57-4625-9e36-224b6614c2df", + "id": "9f16929c-a5a3-48ba-9846-cceb08e33dad", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -56644,7 +56644,7 @@ }, "response": [ { - "id": "78a044fa-28f1-41ca-b84d-2a3c9137e523", + "id": "22bd7de7-40ad-4f85-9279-548c187680ef", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -56701,7 +56701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26e98fd-9e99-41a4-b9ce-2b195d9758de", + "id": "9bb45133-f3b2-4322-9cf0-fbe43400c925", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56758,7 +56758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fc0f64-c8bc-4e26-9049-4be5a579a56a", + "id": "cabfc9ae-ff38-42bf-ba5d-55d4c7a1c408", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56815,7 +56815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b53512e2-9279-44c7-a45a-2b18e4ec995e", + "id": "1d9126c2-5142-491e-8e11-145a9ceec655", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56872,7 +56872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6baa5ccc-cff8-4e7b-89ff-457943beca6c", + "id": "15831a74-42b6-48db-a2dc-fee3d2403094", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56929,7 +56929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff83ccc4-a480-4ef5-9d1d-61e4d4cf5a9e", + "id": "05e28317-9d5b-4d39-b9b6-780364e9368a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56992,7 +56992,7 @@ } }, { - "id": "0caa3337-e677-48e6-ab03-feb0993853f7", + "id": "6182cc28-fdd8-4687-bdc7-fe0709a85389", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -57052,7 +57052,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57068,7 +57068,7 @@ }, "response": [ { - "id": "f16e1631-c1c3-438c-90a9-24e7f5f069f7", + "id": "651a950c-6768-4d6f-bffd-7f272adacaba", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -57123,7 +57123,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57158,7 +57158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d60712b8-73d2-4dc5-a0d6-fdbb59e0de62", + "id": "8fbc01bd-9f8d-43ca-8cf9-594c239aa11b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57213,7 +57213,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57248,7 +57248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01876320-ab2d-435b-8c09-c7801bcae583", + "id": "c2415530-53a4-49b4-883a-92d8e17e70fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57303,7 +57303,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57338,7 +57338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f36176-5278-4b8d-a2de-55d4e4878e75", + "id": "6f9c7d0d-9b51-4b27-812d-a785744eee90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57393,7 +57393,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57428,7 +57428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db10c955-179e-4ae4-aa36-58d75cbcbaba", + "id": "729c9d9b-6550-4d04-b3ee-a6ff02483f07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57483,7 +57483,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57518,7 +57518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87538117-4281-4193-bf50-556cf5dd07c6", + "id": "8090b6d5-43a5-430e-9440-9130cce3daa9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57573,7 +57573,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -57614,7 +57614,7 @@ } }, { - "id": "b1af5d5c-ab29-4eab-98f4-16b46a84a268", + "id": "6f464b63-4b31-4fd5-aa66-c9bfa1540c8f", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -57658,7 +57658,7 @@ }, "response": [ { - "id": "d9f3c067-6642-4fca-9ffc-3866bb1ed964", + "id": "7193a467-60f2-402f-a7aa-aee63bd3ac2e", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -57716,7 +57716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f69445fa-a68e-430f-ae1a-98de2735415b", + "id": "95368f9a-1869-4bea-8f34-29f6f51f1ead", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57774,7 +57774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c3cd47-da08-4198-ba25-858ee5506679", + "id": "b0428d7e-ab14-4415-83e6-20729f99fbcd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57832,7 +57832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0122e49-655d-4343-9659-0452faf53c9e", + "id": "66b01f76-4539-473e-95a4-8dbe87d76aff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57890,7 +57890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c49cda03-72c4-4b88-b379-0440d565803b", + "id": "f7842748-9b0a-4a24-bb31-9cd2da537c59", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57948,7 +57948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac1deef-6d26-4744-a054-935e2b306362", + "id": "2cda34d4-9b68-4e67-a045-d425cda2c9a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58018,7 +58018,7 @@ "description": "", "item": [ { - "id": "010e4b71-0abb-41e4-9654-7f4865e711d4", + "id": "f2db83bd-131a-4fd5-a03b-3f1cf6779378", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -58093,7 +58093,7 @@ }, "response": [ { - "id": "b75ca331-69f0-4583-900d-3af22183178e", + "id": "5a06a6f4-71ed-4b75-8c1a-de1c7f1d5ec1", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -58177,12 +58177,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"access\": {\n \"id\": \"laborum esse\",\n \"type\": \"ROLE\",\n \"name\": \"cillum consequat\",\n \"description\": \"voluptate nisi quis Duis\",\n \"ownerName\": \"proiden\",\n \"ownerId\": \"est in\"\n },\n \"status\": \"occaecat\",\n \"lastUpdated\": \"1998-11-14T16:37:26.556Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1979-10-23T05:26:55.869Z\"\n },\n {\n \"access\": {\n \"id\": \"commodo\",\n \"type\": \"ROLE\",\n \"name\": \"in in velit\",\n \"description\": \"tempor amet\",\n \"ownerName\": \"magna cupidatat\",\n \"ownerId\": \"eiusmod consectetur quis pariatur\"\n },\n \"status\": \"anim sint nostrud qui dolor\",\n \"lastUpdated\": \"1953-10-13T21:46:57.124Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1967-04-27T07:50:36.342Z\"\n }\n]", + "body": "[\n {\n \"access\": {\n \"id\": \"dolore mollit consectetur laboris\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"est fugiat dolor\",\n \"description\": \"commodo nostrud velit sint\",\n \"ownerName\": \"eu amet in anim dolor\",\n \"ownerId\": \"nostrud eu\"\n },\n \"status\": \"laborum proident\",\n \"lastUpdated\": \"1986-05-20T19:25:18.116Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1986-05-08T00:23:50.610Z\"\n },\n {\n \"access\": {\n \"id\": \"id ullamco\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"in adipisicing Excepteur\",\n \"description\": \"officia exercitat\",\n \"ownerName\": \"ex est sunt magna\",\n \"ownerId\": \"ad est Lorem ullamco dolor\"\n },\n \"status\": \"consequat deserunt tempor ex\",\n \"lastUpdated\": \"1986-03-26T02:09:59.108Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1970-12-20T15:26:21.506Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e35b1ca6-00ca-4185-9275-db956a09678a", + "id": "2ea494f2-9630-4e2c-af57-a13fe5faaa52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58271,7 +58271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a7a1bf1-cf3c-4589-b746-284677ab899b", + "id": "72c85cd6-99b9-49d4-b444-4022227a7ec1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58360,7 +58360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed55e869-ecfe-4e09-8821-85d50d19c602", + "id": "bf5a5dcf-1ad7-4c4b-ab79-b1cab93857db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58449,7 +58449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7b0cc9-7e84-4240-af51-5d894795db2e", + "id": "5be05dff-2d84-45f3-8280-17fc837beebb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58544,7 +58544,7 @@ } }, { - "id": "7e3803cb-e579-4753-a0f0-1c2fd7450ba6", + "id": "8477d1d9-cef3-4619-9d8e-bd6f7713d9fa", "name": "Create common access items", "request": { "name": "Create common access items", @@ -58575,7 +58575,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58586,7 +58586,7 @@ }, "response": [ { - "id": "9ec4494f-68e4-44a7-8a18-4febbf388c9f", + "id": "077a07f9-3e28-4e5b-b1fd-ca156ed36659", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -58620,7 +58620,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58637,12 +58637,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"tempor\",\n \"access\": {\n \"id\": \"molli\",\n \"type\": \"ROLE\",\n \"name\": \"ut irure minim mollit\",\n \"description\": \"Ut cupidatat exercitation Lorem\",\n \"ownerName\": \"anim in non ut\",\n \"ownerId\": \"in eiusmod\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"sint Excepteur laboris ullamco Lorem\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"ut ullamco Lorem et do\",\n \"createdByUser\": \"ullamco cupidatat\"\n}", + "body": "{\n \"id\": \"ut esse\",\n \"access\": {\n \"id\": \"Lorem cillum tempor qui\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"laborum ut deserunt pariatur\",\n \"description\": \"anim id velit ex\",\n \"ownerName\": \"irure\",\n \"ownerId\": \"in cillum dolore laboris\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"anim eiusmod nulla\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"mollit incididunt\",\n \"createdByUser\": \"nisi\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bc02787a-08d1-495a-b985-11558b9a3da4", + "id": "4f203ee0-c433-4302-b41e-718c5e620576", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58676,7 +58676,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58698,7 +58698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21978aea-ff02-4fdd-94a5-ac6c8567a2e3", + "id": "c56d1057-dea0-49dd-9d5f-46362eaba807", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58732,7 +58732,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58754,7 +58754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8d585a-15c9-499e-8b97-fd3846f95387", + "id": "93af29bb-b8ce-4517-9e49-dc7a921b12a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58788,7 +58788,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58810,7 +58810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97ce473a-c07e-49cf-9bd4-c31aba146416", + "id": "f6d400a3-024a-4600-a838-108d1b96813a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58844,7 +58844,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58866,7 +58866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ef1c1d-737a-4e5f-a8b5-b87fd6c5f11c", + "id": "d5f1c807-a4d9-4dfd-b5d2-843cd7dc1ea9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58900,7 +58900,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"c\",\n \"type\": \"ROLE\",\n \"name\": \"ullamco magna ad voluptate\",\n \"description\": \"proident eu do mollit sit\",\n \"ownerName\": \"eiusmod sed\",\n \"ownerId\": \"Duis sit\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"tempor non cillum\",\n \"type\": \"ROLE\",\n \"name\": \"ame\",\n \"description\": \"dolor cillum sint Excepteur\",\n \"ownerName\": \"proi\",\n \"ownerId\": \"occaecat ullamco\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -58928,7 +58928,7 @@ } }, { - "id": "477062bc-4829-42a6-8e69-4484c12a9a0d", + "id": "30b974b2-0cb2-4c7c-a201-3b4f26d856af", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -58960,7 +58960,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -58971,7 +58971,7 @@ }, "response": [ { - "id": "84bcd83a-4eba-453d-9509-7f493138d22a", + "id": "bd6af00e-5e07-4196-b245-aaf9923db4e2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -59006,7 +59006,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59028,7 +59028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e79ac1c-01fd-4ea2-b302-539f905322db", + "id": "17854b19-1dde-431c-8664-bc7f8c065f7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59063,7 +59063,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59085,7 +59085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ac8fd3-5d67-4482-b473-c21b2aea2c57", + "id": "c9f71073-cfbf-4757-926a-a745fb36f859", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59120,7 +59120,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59142,7 +59142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb6b0bba-b0e3-460f-8851-641f29ee23d0", + "id": "e892b716-da52-443f-a240-71808546eae7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59177,7 +59177,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59199,7 +59199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cd6c01-73c7-4046-a6a0-19e66caf029f", + "id": "00049ac7-580f-4416-a8e6-7f8f0cb36883", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59234,7 +59234,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59256,7 +59256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d991e2e3-fffc-4c5f-859f-e291731da14b", + "id": "79163dc0-1fa6-4088-b54a-5175621f9479", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59291,7 +59291,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"3bd446cc-7935-0c89-37b5-42f912c799d1\",\n \"urn:uuid:6a869e47-957b-5430-e398-2e5f9995f2e7\"\n ],\n \"deniedIds\": [\n \"178d6da6-5fca-e087-ca1b-354d490ea5ab\",\n \"f1b40ae4-59e4-55ba-29de-416936062323\"\n ]\n },\n {\n \"confirmedIds\": [\n \"7ed769f7-7e10-e497-a8b1-65967d3974d8\",\n \"50436bf7-ed78-6208-84cb-d01a588b1da6\"\n ],\n \"deniedIds\": [\n \"45838b6f-8ef7-1360-bf95-e287c85062ac\",\n \"2229054d-0bb9-aecb-d29d-c9fbe8c9a2be\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"b97795fc-326f-80b5-b203-7c60bb91d675\",\n \"urn:uuid:d4fc331b-9963-811b-c3f9-6a90f453af86\"\n ],\n \"deniedIds\": [\n \"a52c7cc9-2ed1-6bd7-39c9-8772b129291e\",\n \"7205e1a9-e645-1f2a-3387-129ebb6168ee\"\n ]\n },\n {\n \"confirmedIds\": [\n \"70e2b5ed-91cb-8ae2-1166-348825ce6b52\",\n \"urn:uuid:ea82a04e-2225-3582-c6dc-a9feec0568d2\"\n ],\n \"deniedIds\": [\n \"urn:uuid:d3798170-fd2d-917f-9e96-ec7157e91c88\",\n \"urn:uuid:dc6549ce-9c10-1ab2-4463-b026d7e97fe5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -59325,7 +59325,7 @@ "description": "", "item": [ { - "id": "e1c2f2b4-6650-4952-9675-d8604b927f33", + "id": "3f6972a2-47cd-4c41-ac69-48f84a5c72a8", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -59366,7 +59366,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59400,7 +59400,7 @@ }, "response": [ { - "id": "de86d10d-7fa9-4e5a-9588-6179afb06496", + "id": "3188eebd-1f25-490c-9ceb-b2846cfba094", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -59436,7 +59436,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59490,7 +59490,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "34280958" + "value": "-13285054" } ], "body": "[\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000\n },\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000\n }\n]", @@ -59498,7 +59498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29c164dd-5e9d-4bdc-8fcf-c5b60ac49e45", + "id": "0086f575-1003-4416-96e9-61e3e7107575", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -59534,7 +59534,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59587,7 +59587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da037760-38c5-46fd-9a9d-4b801b388ba0", + "id": "b59b8eb1-fcdc-4a42-8af4-af77e4faf75e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59623,7 +59623,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59676,7 +59676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae43ee5c-71dc-4d4a-ba60-ec84276aa08f", + "id": "d5e0bda2-8240-4239-96f6-f9a5fb86abde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59712,7 +59712,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59765,7 +59765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "931d0e1b-4535-4081-ba1c-97dcdec692a7", + "id": "4b1db021-8ca0-41ba-848e-2ab390932929", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59801,7 +59801,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59854,7 +59854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea2ec3dd-6e4b-494c-b9dd-1b6d4c2036c3", + "id": "578af51c-b7dc-4c57-b459-a8e75da96479", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59890,7 +59890,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -59943,7 +59943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce618a3-710e-4f62-b4a1-f55e69b6f98a", + "id": "0e074ab2-345b-4cc6-8a4e-b4892a9465ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59979,7 +59979,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -60038,7 +60038,7 @@ } }, { - "id": "19a4661c-90ba-4331-adda-247cb33a21dd", + "id": "dc3103cf-2368-4d04-a66a-1a9602bd4fe9", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -60062,7 +60062,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60078,7 +60078,7 @@ }, "response": [ { - "id": "2af1cbff-3363-4c88-8436-2c0521de91d6", + "id": "766c1be2-3f66-407b-9264-d752cdf3dd6f", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -60097,7 +60097,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60132,7 +60132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471bcd80-0be8-46df-9b74-858956d5bf1e", + "id": "210cb7b2-312f-4782-8c83-a9e89f79d621", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -60151,7 +60151,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60186,7 +60186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b036ee6a-8d14-4614-baf1-915096c53cd8", + "id": "6979da51-ea66-46bd-89ea-e9b166d09bfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60205,7 +60205,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60240,7 +60240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0e206d-79c5-4dd5-aa41-4ff3e77df2c0", + "id": "b8d529e8-6534-47b1-b9a3-21d8982b3fda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60259,7 +60259,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60294,7 +60294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4339479a-8cf6-4334-8c58-88c2d6224f18", + "id": "643aefee-5524-4cc6-9e4c-d690cbe75901", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60313,7 +60313,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60348,7 +60348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84968910-ebaa-44f3-a5ac-47e56a07ebe7", + "id": "cf4fa65c-90b5-4a2f-8ca0-d88fc44a5116", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60367,7 +60367,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60402,7 +60402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "843268b6-fb7b-45ba-9e7b-5c4a38d6d15c", + "id": "efc2dd75-12f6-4ebe-84ef-128dbe5fabd8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60421,7 +60421,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -60462,7 +60462,7 @@ } }, { - "id": "a1f06582-6eda-4ef4-91b5-3d285aea4a86", + "id": "c50f8a99-f505-426b-9346-3d650e51e27d", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -60546,7 +60546,7 @@ }, "response": [ { - "id": "dddeb794-5953-475b-b147-d01f11668687", + "id": "24f1224f-f5f6-40bc-9356-720c0e31b7bb", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -60645,7 +60645,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "34280958" + "value": "-13285054" } ], "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]", @@ -60653,7 +60653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28679e9b-a195-4a1c-8506-c92a4ed8061e", + "id": "4292f883-d811-4c8e-b17c-d63a2c8bb67f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60751,7 +60751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222b3b62-fefc-4924-bccd-37401cd2c8a8", + "id": "29e9e7ef-fdda-4e2d-91cf-a4af72b0415e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60849,7 +60849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92149b6-552d-4860-9425-30bdc2647088", + "id": "8ca33a3e-f4ee-4d6a-bc18-0cb9627cbfab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60947,7 +60947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1565336f-fc80-4ed9-a665-3c0978e508f1", + "id": "3de52afb-4ee8-4e0c-9f36-24d30a967b13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61045,7 +61045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca328a60-5bdb-4691-a54a-86717906824e", + "id": "7e835421-1795-4b6b-8443-9232e7d81789", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61149,7 +61149,7 @@ } }, { - "id": "9cdcc784-7795-41b6-86b3-fc36e4540bb9", + "id": "a596915b-19d5-4621-9dac-3865172450ae", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -61237,7 +61237,7 @@ }, "response": [ { - "id": "f6e170dc-a043-4810-9083-8c938ef49cb9", + "id": "76af3731-493d-4650-aae5-95c0d67eda02", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -61329,7 +61329,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "34280958" + "value": "-13285054" }, { "disabled": true, @@ -61338,15 +61338,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.41258673388468114,\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.802400698684337,\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.5809415330904162,\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.300866020855004,\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": "aa7ded03-70e2-4cc1-bf8c-7987ca9bcb94", + "id": "e533d7a1-3b96-4dc4-b3cc-77b584566c35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61437,7 +61437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4d53f7-f5f9-4c22-a8d3-893567ae4708", + "id": "45941126-0168-4cda-a3c8-a46afef6f2e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61528,7 +61528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a0f814-f54c-4674-9a67-84c4a62f99e8", + "id": "69b9c7af-1814-4e9a-bf41-ee5167c3f164", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61619,7 +61619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f9b67b-b174-4157-bce5-ac2947c89d3d", + "id": "c1e69667-47bd-4e89-825b-4154765ee917", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61710,7 +61710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5e1b94-605c-4402-b278-059ac5ccb6ba", + "id": "754945e9-6246-407b-a59c-ee9a4d655df9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61801,7 +61801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b18a1b2-5f85-434b-ac0c-c2623d5ffec8", + "id": "84df2bb8-adbb-4378-839d-edc7da7421a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61898,7 +61898,7 @@ } }, { - "id": "8d7e95c3-5697-4bf9-a796-b57ecb3b2935", + "id": "5b77953d-ece8-48ba-abb7-8dcd59a3566f", "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", @@ -61998,7 +61998,7 @@ }, "response": [ { - "id": "530598f7-7c4e-4f29-9ef3-05bb0bd4b071", + "id": "3edf5dc9-fa57-4782-a8ac-c5bcf665f5c6", "name": "The list of access items.", "originalRequest": { "url": { @@ -62091,7 +62091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "206e6d71-cb54-47c4-9b66-33b4c7371a89", + "id": "0d667b48-9019-4430-8909-efd0076acb48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62184,7 +62184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41a040b-8284-4ae3-a316-8cfc1de9bf54", + "id": "57efba9d-15bd-4a49-b7e5-0ed7755618d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62277,7 +62277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7939f164-f531-4303-af77-3d6e7d763825", + "id": "43492124-e588-4088-aa7a-0932ad4ee0e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62370,7 +62370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a9a5da-d0a6-434a-a4ac-5e93c789b158", + "id": "b013ece4-bb86-46e3-ba62-7a89ae9b5089", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62463,7 +62463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483d724b-5d31-4dbc-9e43-357a29fcc82f", + "id": "2df0ec28-937f-4c00-8122-fba0f8d7d4cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62556,7 +62556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380abeda-9bdc-40dd-953e-7ecd9ceb9b30", + "id": "bbf44183-dca5-49fb-8c99-6b31d162c3df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62655,7 +62655,7 @@ } }, { - "id": "03506c8e-067b-4339-a049-437d6c516c57", + "id": "44171804-a4dc-4f53-a464-cc29f13ed5f0", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -62698,7 +62698,7 @@ }, "response": [ { - "id": "d27ce6bb-7e8b-4163-8c02-e2a26779dfa1", + "id": "e402b99a-1c86-4ee0-8200-969e0f0729f4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -62745,7 +62745,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cdf45147-bab9-4797-b43e-d3bae4a232cb", + "id": "915f7946-3474-47c8-999d-591b960d472a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62802,7 +62802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5d69c8-9e45-4a78-b08d-59fd4bc51597", + "id": "e90c1f09-1589-4774-9e9d-ad55d168f62d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62859,7 +62859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9df806f-542c-4cbd-92bd-824eb763a3ef", + "id": "c5a368fe-74a2-4368-a0d3-d092c1724656", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62916,7 +62916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9634fa40-c40b-41e6-9763-25f7403e0fef", + "id": "8b12465c-4ee4-47d3-8aa3-06bbda438652", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62973,7 +62973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cbcb6e1-604c-4e2f-920b-7899a624db40", + "id": "639d6369-aa8f-4f5e-b2fb-1a2977416b10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63036,7 +63036,7 @@ } }, { - "id": "22610260-756b-4451-a0a2-f84dcd0d8a83", + "id": "dc071a71-9e08-4857-8ec3-f0817d995fb7", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -63079,7 +63079,7 @@ }, "response": [ { - "id": "71b69583-bc69-4177-9f44-059eef5e5ecf", + "id": "6d87309a-10be-4e27-a751-5695b551dfde", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -63126,7 +63126,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a506fb3-215d-4067-be91-629bfc01e6d4", + "id": "7991f4b4-e722-4421-9766-ad37c9df454d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63183,7 +63183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fef7964-1a94-4160-b24a-8c30dc3bd55e", + "id": "a5849753-f8b1-42f8-bd24-5e8221b5e926", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63240,7 +63240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e754c622-dc09-4db9-8b2e-54a5f31df23f", + "id": "72686fa0-9f70-40be-9d94-e3b224b0eaf6", "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": "8a42822a-c235-4606-a271-c9978150f13c", + "id": "aa1551b8-b1df-4b52-83d8-02eb053521fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63354,7 +63354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a648140-8fbf-4d2e-8106-2e3248fa4fbc", + "id": "9ab80497-2dc5-4789-bdbb-e452eeb67ef7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63417,7 +63417,7 @@ } }, { - "id": "c6d963b9-4413-4fe7-b557-763bafb4a8b8", + "id": "8998d2f1-69e2-4e5d-9fc0-0d8a9d5c0d97", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -63441,7 +63441,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63457,7 +63457,7 @@ }, "response": [ { - "id": "eb951e8b-d96a-42c1-a134-96d93e735a64", + "id": "f4f5ae63-0b5d-4825-bc09-65aec5b68ffa", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -63476,7 +63476,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63506,12 +63506,12 @@ "value": "application/zip" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d7ed2dac-6a45-4e57-808e-cb1fa311d575", + "id": "41f43fc8-ba79-4bc9-bf12-a25d6e68de78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63530,7 +63530,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63565,7 +63565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0686311f-009b-49dd-a972-92df12150317", + "id": "48df4052-0a7e-4b26-baee-9d0a95518096", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63584,7 +63584,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63619,7 +63619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b845e4a-1d8f-4978-8289-ffb38c0fe51c", + "id": "2e799d4e-dad7-485d-b855-139191318582", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63638,7 +63638,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63673,7 +63673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb12900-3cab-4e37-bfed-1d01dba0b2c0", + "id": "7f39e7ab-c039-4117-b6e0-57b800174076", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63692,7 +63692,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63727,7 +63727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db76eb0-6a08-4e55-94d7-882e2c7b784e", + "id": "08bcbc03-2db1-4e77-b721-9fd9d193cb6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63746,7 +63746,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -63787,7 +63787,7 @@ } }, { - "id": "2373d2e9-4972-4d52-9cdf-382c77290731", + "id": "d7561022-c112-4bb7-8537-619212f73601", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -63828,7 +63828,7 @@ }, "response": [ { - "id": "55bd9a22-365e-46a3-adcc-043f6eb1a863", + "id": "281a0d39-4fab-4ea2-a83f-76ebb96a8c77", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -63873,15 +63873,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"sin\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"Duis\",\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\": \"aliqua dolore sit\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"eu minim\",\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": "79d1db5c-ff8e-4151-994a-1d9df08044b3", + "id": "5bc82542-4f46-439a-9952-851b8dc34f91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63925,7 +63925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1436d3e-ea58-4c3f-b6da-63338457fb72", + "id": "d906d930-c1d9-462f-9558-ff2592730ec3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63969,7 +63969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0305b679-73ef-4fd5-a4df-73b6261cafad", + "id": "3406a7c5-c9c4-43ab-9158-abae1960df51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64013,7 +64013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0ced78b-1287-4f77-a43c-e5780e0507ca", + "id": "af244551-9794-4714-be0e-d891c804bf3d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64057,7 +64057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b6bcb3-e34c-47b5-9348-9cfe5187c3f8", + "id": "336d6a92-c74a-4aea-93c8-cede7d7bcb24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64101,7 +64101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d54a8a-da24-4f2a-95bf-565ab8a13d87", + "id": "7bdc857c-78e9-4145-bfa3-d7cb49794873", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64157,7 +64157,7 @@ "description": "", "item": [ { - "id": "d4fb1e9a-910e-4047-b366-a5adbc36480c", + "id": "eee838f0-e08f-43a2-92b4-2f684b0cf9be", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -64227,7 +64227,7 @@ }, "response": [ { - "id": "8fccc347-43a4-43c8-9be7-254707787c55", + "id": "8a717c75-fd26-4d4e-a07d-ce55d619e736", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -64295,12 +64295,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"cupidatat ut\",\n \"type\": \"magna velit\",\n \"peer_group_id\": \"Duis sit\",\n \"attributes\": {\n \"laborum0\": {},\n \"dolor_72\": {},\n \"elit25\": {}\n }\n },\n {\n \"id\": \"nisi tempor enim aute proident\",\n \"type\": \"culpa occaecat\",\n \"peer_group_id\": \"laboris exercitation ut\",\n \"attributes\": {\n \"nostrud_9\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"elit voluptate Excepteur non culpa\",\n \"type\": \"in in est amet\",\n \"peer_group_id\": \"Excepteur\",\n \"attributes\": {\n \"pariaturc2a\": {}\n }\n },\n {\n \"id\": \"enim ea aute in id\",\n \"type\": \"ipsum labore minim\",\n \"peer_group_id\": \"ut\",\n \"attributes\": {\n \"exercitation9e_\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad634c01-c086-4646-978c-b26beb309cef", + "id": "818386f6-383d-4eff-bc60-23f3eb05497e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64373,7 +64373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1977efa-ea9f-4d5c-8dd1-47ce257c3696", + "id": "8cb0ea12-4e2e-4c3d-b8cb-3b69e92d7e36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64446,7 +64446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dec5b966-ef46-4a6c-b8ac-f57993503e32", + "id": "da3cce1e-7d45-412b-abad-7d6f6a159bb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64519,7 +64519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc78945-d4e8-4f91-aa04-b1451d7effac", + "id": "11a7942c-2102-4c33-a094-e60a5dd62509", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64592,7 +64592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12fe32de-53c4-4a5c-9d48-ac333bf06344", + "id": "367609b4-4af7-4fd5-905c-0cb3c34f1812", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64677,7 +64677,7 @@ "description": "", "item": [ { - "id": "ef54e819-07eb-4411-b71e-a9b11ceb5896", + "id": "48c87152-d70b-4751-95d9-781c79fa5ebf", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -64720,7 +64720,7 @@ }, "response": [ { - "id": "b5d8c4e4-3b39-4cab-99e3-ca2c74b25743", + "id": "e602daa0-8342-489a-8841-b017f80ba4d7", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -64772,12 +64772,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\": -44782533.55393624,\n \"featureWeightedScores\": {\n \"sunt21f\": 62903137.23582065\n },\n \"threshold\": -7760908.230379909,\n \"identityAttributes\": {\n \"magna0c6\": {\n \"value\": \"culpa labore consequat consectetur\"\n },\n \"eab06\": {\n \"value\": \"tempor esse\"\n },\n \"Excepteura\": {\n \"value\": \"consequat voluptate in ullamco\"\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\": 96380739.6270687,\n \"featureWeightedScores\": {\n \"esse4\": -21728563.140676677,\n \"cillum_b\": 6354837.328287914\n },\n \"threshold\": -65733237.34105907,\n \"identityAttributes\": {\n \"reprehenderit18c\": {\n \"value\": \"adipisicing sed magna\"\n },\n \"fugiat84\": {\n \"value\": \"officia voluptate s\"\n },\n \"ea59\": {\n \"value\": \"velit dolor labore enim\"\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\": -13060783.139870718,\n \"featureWeightedScores\": {\n \"non_98\": 44595553.381753415\n },\n \"threshold\": -17923352.239103258,\n \"identityAttributes\": {\n \"do_00_\": {\n \"value\": \"qui exercitation ea pariatur\"\n },\n \"enim11\": {\n \"value\": \"irure qui occaecat esse dolor\"\n },\n \"minimae\": {\n \"value\": \"ut 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\": -23859588.91404511,\n \"featureWeightedScores\": {\n \"in7\": -27521107.256522685\n },\n \"threshold\": -83120141.26226065,\n \"identityAttributes\": {\n \"consectetur_a\": {\n \"value\": \"ipsum est\"\n },\n \"pariatur_c\": {\n \"value\": \"occaecat\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b524585e-ef77-4556-9a7c-89bb026e72a5", + "id": "ab0910b0-aeb7-4ff0-9261-b560468e0ba1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64834,7 +64834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aeb46b1-1bd3-435a-a5ef-2dc5cb290d4f", + "id": "8431d624-fb19-4878-b37e-301889e7fead", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64891,7 +64891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc66e9b0-d90b-4d14-9e7b-35c051e9e06f", + "id": "cc767fcd-51fd-4c69-81f3-7b226f29efc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64948,7 +64948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1be6f22-2d48-4424-af34-4c2499a5ff59", + "id": "b8b94c81-ae4e-41db-9e3c-f7eafe0737b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65005,7 +65005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9abdee1-fb69-43ae-bb27-1df9534aac75", + "id": "fa563411-a08d-440f-a4a2-de46d37a4c5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65068,7 +65068,7 @@ } }, { - "id": "fab46724-79b6-4301-8c74-f3bb04bdfb18", + "id": "3aa7c2f2-f9a0-492e-87d8-cf85af0187cb", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -65098,7 +65098,7 @@ }, "response": [ { - "id": "17d6d951-c5d4-4841-9fd2-2c70f29246e8", + "id": "f7d47583-8589-4782-a451-7056bf43e6b4", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -65142,7 +65142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb1fe9d4-3730-4359-a1bd-8c913831905c", + "id": "e61033e9-183b-44d3-b665-038e41cad675", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65186,7 +65186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04919476-b7b7-4945-86f1-676c1c04a38f", + "id": "64113aac-a1ed-4de2-b16f-f44a7243ec5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65230,7 +65230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66daab70-de5e-4558-8285-997daa814541", + "id": "69e73e0e-dde7-419b-9abd-13065a90960b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65274,7 +65274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20bf64de-20bd-4edc-b680-51a27f88a72c", + "id": "68f6adef-22a6-4898-90bb-b08108889f99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65324,7 +65324,7 @@ } }, { - "id": "24c7b8a7-2133-4ea9-857b-a00210698501", + "id": "5e38378a-2b03-40c4-a33f-41a9bc082285", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -65367,7 +65367,7 @@ }, "response": [ { - "id": "becf12e5-58bb-4992-99c2-618e903b4a16", + "id": "acc52b74-cb6a-448a-920a-625f98f59666", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -65424,7 +65424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc06d572-c4c3-4723-8e43-40501777b55f", + "id": "33f8fa70-8929-4d6b-9667-a858195d7b0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65481,7 +65481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad4b6ff-0810-43dc-b7af-84e7c7c1fef8", + "id": "4bbe3c0a-87da-4aa0-881a-39dca771a425", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65538,7 +65538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd297da-a42a-4c63-9aa1-e95cf8b01745", + "id": "bce64f4b-1749-45f0-8e2e-8c24aeef51a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65595,7 +65595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e51fbae-f197-40b9-8666-3507f3617a0c", + "id": "02943cab-007d-459c-a21c-e5cc5fca231d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65664,7 +65664,7 @@ "description": "", "item": [ { - "id": "11b0f71f-87c8-42b6-bffc-e315f865542b", + "id": "8538060f-665d-4351-a54d-bac52e71f7fa", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -65706,7 +65706,7 @@ }, "response": [ { - "id": "18a46652-3cd8-43ce-af51-42a14f126857", + "id": "7665209b-0587-421a-a912-92f57668af8d", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -65762,7 +65762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b12ca5b-5ee4-4c48-8c75-00c54e0a61cd", + "id": "a9ebdcaf-6680-4691-97ba-23526f672991", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65818,7 +65818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62276b92-e0b4-4679-a149-e7aad8b1b48d", + "id": "de6e71fb-c7d7-4e1d-a0f2-92ea403994e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65874,7 +65874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc2c445c-f516-4d36-8cc7-2123bd121a72", + "id": "9d50db6a-89da-4fcc-ae85-82d7a4237578", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65930,7 +65930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b9f023-d193-48f8-aa22-8342b1d95817", + "id": "341f01fb-8504-460a-bd8b-2249bdd7c148", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65986,7 +65986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd121939-9066-4d28-9789-97bf0851447b", + "id": "502b0300-f47c-4d07-b85e-1c154bc5aa5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66048,7 +66048,7 @@ } }, { - "id": "ab9accc0-1891-4399-b900-4fe71b8a36c0", + "id": "ab1f03d6-36a5-4864-bbdb-1635e40d0ec3", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -66123,7 +66123,7 @@ }, "response": [ { - "id": "7194ed65-3a48-476b-8560-5cc19cf90cf7", + "id": "815a7b26-7151-46e9-abe8-711752ae93e0", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -66212,7 +66212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a55050-5219-4f04-b2c1-e3362d295f88", + "id": "71348e48-2510-4031-ba32-cf1bd5f58ce7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66301,7 +66301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b37b5b9d-a0c6-4c2f-993e-733b69d45a0f", + "id": "48f7c9c5-6102-436c-b8ba-69adcaf4c090", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66390,7 +66390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e439abd-8db7-49bf-abe4-28f12c8dff73", + "id": "d991f1f2-a866-49b9-8e3b-88e3bf2ce4cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66479,7 +66479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d35a219-db23-412b-b964-a7f0ccd1c1e2", + "id": "4c61b6c7-2a23-431e-85d8-41da1fecdf1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66568,7 +66568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46155524-ca24-49bb-ab59-76515069d678", + "id": "483b7d0c-23dc-44ad-994e-da6150defe08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66663,7 +66663,7 @@ } }, { - "id": "b5d466a6-0fd2-4927-812a-f5fd4f38bb1a", + "id": "5aff50cb-0184-46d2-bdaa-2000a7346298", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -66717,7 +66717,7 @@ }, "response": [ { - "id": "78bc6732-1e32-4573-9e90-05c14262c214", + "id": "a2ab31e7-b72b-4439-bef7-86e21ce068c1", "name": "Success", "originalRequest": { "url": { @@ -66774,7 +66774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fed36ec-ca14-4113-835f-5293596c77b1", + "id": "e660ed8d-2a9a-4d4a-af46-3f06c8e62f89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66831,7 +66831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6825a3be-693f-4015-b21c-f833cca73e56", + "id": "919c5967-80f8-4db6-9688-6a8ae08fbc52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66888,7 +66888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60dca77d-236f-4002-a68e-ebc18f81944a", + "id": "857e40e9-f791-4964-abb9-ec892943ac8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66945,7 +66945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce62034-deca-4f2c-a5ff-cecd1ee10e04", + "id": "725e7f69-6874-4032-ae8a-bc50296396db", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67002,7 +67002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db95e440-ff15-4a28-bd12-fe218407b5a4", + "id": "e91462ec-0f5e-4551-9615-71cc01163c91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67059,7 +67059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc53715-3c89-48a1-819c-9a5467d5f735", + "id": "29795505-f1b3-4166-bbbf-6289c74cc2c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67122,7 +67122,7 @@ } }, { - "id": "7dc0e26c-5cc9-4667-92d9-0d69bebf987c", + "id": "045e4d98-84f3-4600-b29e-d23f09e844b8", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -67163,7 +67163,7 @@ }, "response": [ { - "id": "f1d9e19f-bc18-4b63-a723-2192ea9671b7", + "id": "62eea1e3-c51f-4c0b-bf70-a33756ac0fdb", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -67207,7 +67207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4aee42d-c83e-47ca-8ec2-47dac3976c36", + "id": "d16b5070-a182-4072-8058-2106d6b56762", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67251,7 +67251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5089f5df-054f-4969-a879-f3499e2e2056", + "id": "e0a6a735-09fd-473e-a931-014b0aa646ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67295,7 +67295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f278388-821e-4ac6-92fc-b393f15ac75a", + "id": "3eee4089-8dee-4422-86cf-d08eb5368b1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67339,7 +67339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d518941a-7e1c-415e-8ab4-280d70be484d", + "id": "402d58b9-dddd-4732-a2d2-583a6d689684", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67383,7 +67383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23e504f-7e05-47e7-891b-85762de0f779", + "id": "cb866d94-8654-41b8-a7dd-cd4ec75ded83", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67427,7 +67427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2392d853-033c-4885-9767-50462fccf393", + "id": "9a93efd1-b57f-459c-863c-c50532940080", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67477,7 +67477,7 @@ } }, { - "id": "601dcb81-e986-4519-98a1-e86aa22d1cfc", + "id": "c49e7dca-88c3-4919-b997-f74af6cc449c", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -67519,7 +67519,7 @@ }, "response": [ { - "id": "978a29fb-e51b-43b8-adcb-7ecdb1d16cf7", + "id": "c288efbf-dbf2-4a3d-99c6-330aa45496ca", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -67564,7 +67564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b4fbcee-54c4-4f03-a86c-a306ead166a9", + "id": "b85f4788-3c24-4de4-b6e9-12f118027d02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67609,7 +67609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17459cec-1dba-4b3f-bf36-c27d82174b7b", + "id": "bff9cd8b-5dfb-4435-b7bd-550c853cd53a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67654,7 +67654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0046f52-6ae0-49f9-b78c-97ab629de22b", + "id": "40b7e97c-8545-437d-b6ec-2e698d3e00ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67699,7 +67699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9c506e-5734-478e-90c0-dbf8e1169566", + "id": "1f0a1618-88f5-431c-9c05-8e4795ed3aff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67750,7 +67750,7 @@ } }, { - "id": "3f2e1d04-db7b-413c-aa52-85157f00061b", + "id": "b57fcd93-84ee-4471-a167-d572f7d37f56", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -67838,7 +67838,7 @@ }, "response": [ { - "id": "d9370e29-05dc-4a39-b55a-f01877723dec", + "id": "1914645f-de0d-4438-8517-a5bf50109817", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -67929,7 +67929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8bff5aa-e79b-414f-9136-51c70169d1c0", + "id": "59749072-ec73-43a1-9bb1-e29d3d73eb9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68020,7 +68020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24e2e41-3f01-4f36-acc4-9ae0c2acbab5", + "id": "e5b17933-b713-4784-8aef-1b5006d1c18a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68111,7 +68111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6470b5-d270-43f0-815b-6b4847378ad4", + "id": "27ff64e7-5c8a-4f2f-8261-8baf79328d73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68202,7 +68202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b243b660-1459-46d2-8b6a-0ef3d14be043", + "id": "068a397e-efeb-4fb7-9691-65d9cecfeef3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68293,7 +68293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb1811e3-514f-4f0e-a504-db352dda8004", + "id": "1c8c2b9f-226c-4eb7-89f8-7741bcc7c07a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68390,7 +68390,7 @@ } }, { - "id": "b318aafd-ec40-46de-a3ca-a81263c92267", + "id": "25044241-e367-4225-a007-23c55e539b31", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -68443,7 +68443,7 @@ }, "response": [ { - "id": "445d7019-09aa-43a7-a5d3-f62bd8627be7", + "id": "cb05268a-4d29-44c7-9d3d-1241d350e8a9", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -68484,12 +68484,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 \"occaecat_b\": \"cupidatat pariatur elit dolor adipisicing\",\n \"in_12\": \"Duis\"\n },\n {\n \"laboris3fe\": \"reprehenderit \"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"in05c\": \"mollit Lorem e\",\n \"do_d4b\": \"quis laboris ex consequat\",\n \"aliqua38b\": \"mollit ipsum ut in incididunt\"\n },\n {\n \"laboris02\": \"est sunt qui enim\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"reprehenderit_4\": \"Duis\"\n },\n {\n \"labore04b\": \"ex quis proident elit\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"sunt8\": \"anim sunt est et adipisicing\",\n \"enim__c7\": \"est\"\n },\n {\n \"utc\": \"ad qui ut ea\",\n \"enim_b\": \"tempor sit in ex non\",\n \"dolore_80c\": \"et 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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7ba61d5f-5294-45d7-aec8-ebd41691a4ad", + "id": "8cb473fa-58a0-447b-9b06-cd65c395793a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68535,7 +68535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ecfe21-3d41-442b-8832-b2d5e206b1d3", + "id": "be1a91e3-a133-48be-be14-5c97ca4d256a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68581,7 +68581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a039a5a-4d1a-4e29-afc1-3dea9337c9ca", + "id": "4dfe31fc-52d3-46f1-a0d4-b5e55af644dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68627,7 +68627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9011c33e-62a5-4704-8731-b8cdf531f51b", + "id": "33c608b1-fd64-4186-bbac-472fa7a6dce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68673,7 +68673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aed1bed-e949-49c8-a552-fff4c0b5cb5e", + "id": "e4657ce6-0e6a-412f-8d09-111385aee697", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68725,7 +68725,7 @@ } }, { - "id": "59ad9242-9da4-40cb-9bb9-2d8588b82db3", + "id": "e288f684-446f-42d5-8e4d-927b86fc5ab2", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -68791,7 +68791,7 @@ }, "response": [ { - "id": "b51e9201-7479-400d-ae07-6f0804c34d51", + "id": "61533bb8-84d8-4e3a-aaaf-2310d8336751", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -68850,7 +68850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf28523-41ec-48e5-837a-a2ea594003f6", + "id": "8eb31e6f-404e-4988-b53a-9bccb2b0ba4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68909,7 +68909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "878e10fc-e651-4581-aeed-b1725d425fdf", + "id": "c42c78f5-a9fe-4c43-ac19-80ac7e1370f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68968,7 +68968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1fcee8d-2bfc-4c40-949c-a953c5160cd7", + "id": "96a029b6-9d30-4dcb-a5e9-d39e2abf4afb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69027,7 +69027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9f8138-1d25-4614-a4dc-e8de8f046365", + "id": "099113e2-d30b-4c23-a56c-575a6d1aceaa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69086,7 +69086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42be87d1-ce4e-441f-b0ee-d440101a943e", + "id": "7ec142eb-c769-495e-addb-35e7f32dcbc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69145,7 +69145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c37736b-1fb8-45e0-a371-d38a7ae4d636", + "id": "592e1697-7fd4-48a8-8389-5ac9729a9ea6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69210,7 +69210,7 @@ } }, { - "id": "192e6d2f-5799-4b8c-831b-cfb7c90f49bc", + "id": "65cd0ac9-29b9-46d5-b01e-405bba44ff8d", "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", @@ -69292,7 +69292,7 @@ }, "response": [ { - "id": "1cc68fa8-68fb-4d1e-9ca5-24c9f5c06876", + "id": "292d7fde-3ea4-4cab-a889-92e79940c44c", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -69367,7 +69367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6323e087-b970-417a-af75-1f27b437458a", + "id": "5b927595-216b-46b7-9d86-6da0d83aed56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69442,7 +69442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca7bc95-6d07-4a64-8a37-634597f4ba28", + "id": "f97fbf66-b1c9-4b15-8602-0e28ef54d044", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69517,7 +69517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2487dd9b-f74a-4c91-98e0-6bcafe2da051", + "id": "d3fcc790-d56d-48a6-80a6-a8687abbd6b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69592,7 +69592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd0b6aa-11e9-4e23-8b99-ccdef2f3426e", + "id": "29faa9da-4670-4b3f-8f22-cb3efc0aa79b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69673,7 +69673,7 @@ } }, { - "id": "ecfe738a-ebeb-4c2b-9738-89a20aab3d52", + "id": "4930dc6e-11e8-45b9-be4e-c1341660bb82", "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", @@ -69782,7 +69782,7 @@ }, "response": [ { - "id": "25a01782-d416-4d83-ad24-f940c9701646", + "id": "5074f0a5-5df4-491c-9461-2f1efb6f2821", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -69884,7 +69884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324c5d6f-ed67-4ff0-9d2c-2faaf5c4922d", + "id": "f01a16db-1e66-429d-8111-7318044c76e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69986,7 +69986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b7dfa5-5872-4016-b32a-5614f8c63ec5", + "id": "698bb59b-2d92-4862-9110-78dddbf523fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70088,7 +70088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637bffc7-1aaf-4950-8c26-72eab1b1b796", + "id": "a406d6af-d4a4-43d1-935a-d0734c4ab948", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70190,7 +70190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc7f2f1-0687-4c98-83f9-d81720a6b551", + "id": "31e37d87-000c-46f4-8d99-65ae2afe77be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70298,7 +70298,7 @@ } }, { - "id": "a5835fa0-0d42-4523-bff0-d82b1cc4e1df", + "id": "fbab5a88-b746-4b8f-908c-271ddf7dd8f3", "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", @@ -70362,7 +70362,7 @@ }, "response": [ { - "id": "eb664b4a-13bc-47c3-8473-3f23336a1087", + "id": "8f44102c-4f1f-4cde-8bca-436fb8848c8f", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -70414,12 +70414,12 @@ "value": "application/json" } ], - "body": "{\n \"ut_ef\": -83985642,\n \"Duis9\": -20963992,\n \"sunt_963\": 88792679\n}", + "body": "{\n \"deserunt_0c\": -87881371\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15f91c31-7fcb-475b-846c-57a87d94af05", + "id": "46eec35a-a918-4969-8842-22cc9ce631ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70476,7 +70476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa3976b-b749-4441-b3f3-6c61aef65b0c", + "id": "2a42754e-3dfb-4ebc-9fff-e111d20ff646", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70533,7 +70533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d1fa511-f9e2-4186-b25f-f6dd65cc540f", + "id": "0c974c48-a576-49cb-816b-c7a0ca0a95ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70590,7 +70590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fde253-62fd-422b-98d6-ef8c05cc450a", + "id": "d2ce08cb-238e-4fc7-9390-53be7ac7b232", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70653,7 +70653,7 @@ } }, { - "id": "58cd00e6-4f0e-4aac-b3b9-6c345f814c2f", + "id": "06309909-dba2-4ab2-9c14-a19060aab937", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -70720,7 +70720,7 @@ }, "response": [ { - "id": "ba4848c3-1cc9-4417-9d16-91db679f1d16", + "id": "f77c5fc3-eea6-4833-8bb3-07ea4b8089fe", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -70775,12 +70775,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 \"occaecat_b\": \"cupidatat pariatur elit dolor adipisicing\",\n \"in_12\": \"Duis\"\n },\n {\n \"laboris3fe\": \"reprehenderit \"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"in05c\": \"mollit Lorem e\",\n \"do_d4b\": \"quis laboris ex consequat\",\n \"aliqua38b\": \"mollit ipsum ut in incididunt\"\n },\n {\n \"laboris02\": \"est sunt qui enim\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"reprehenderit_4\": \"Duis\"\n },\n {\n \"labore04b\": \"ex quis proident elit\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"sunt8\": \"anim sunt est et adipisicing\",\n \"enim__c7\": \"est\"\n },\n {\n \"utc\": \"ad qui ut ea\",\n \"enim_b\": \"tempor sit in ex non\",\n \"dolore_80c\": \"et 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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c71356a-0e18-4249-abc7-ba6252007620", + "id": "7f09a516-7e7a-4ab1-b1bf-ea81b7c086cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70840,7 +70840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0260ca-825d-4f39-a543-72cfed357a07", + "id": "abd6dbdd-20be-4b3f-b1d7-6f82dfef799b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70900,7 +70900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c69013c-2b6e-4a4e-ae86-61c2c95e2e86", + "id": "c64e9bcf-f81e-458b-9e96-a5084a7ec092", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70960,7 +70960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d7c53e-3f43-4412-a0da-f3dc71edd7a2", + "id": "a6b0e16b-162a-43fd-8af1-1c6bc48ec95d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71026,7 +71026,7 @@ } }, { - "id": "71b8dcff-cd16-4ba4-91c0-dacde61d6026", + "id": "1fa2e7c0-df73-4417-ac7d-a0c927d0b278", "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", @@ -71062,7 +71062,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71126,7 +71126,7 @@ }, "response": [ { - "id": "3ef75e25-b85f-45d5-9f77-c9023bcdc1c6", + "id": "755e9c96-ef4e-4516-8259-48ca6a132be0", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -71157,7 +71157,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71219,7 +71219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03958ed0-7052-4196-a35c-7f270363836f", + "id": "cf904665-4f4f-45ec-85ff-852c7d62add0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71250,7 +71250,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71312,7 +71312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be038e0a-b38c-4746-adf2-b2bb536a7b29", + "id": "9a0f2eda-2fa4-449d-bc97-01a21f852384", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71343,7 +71343,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71405,7 +71405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6363de-68b9-4810-afd3-1251bc622dd2", + "id": "80609008-b6e2-4fd3-9a8e-595ac6e77bd6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71436,7 +71436,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71498,7 +71498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ccbb2ab-d6cb-4d30-b516-2ab011a982e9", + "id": "e551ad3d-8764-4c95-a935-ed06f57e1ee7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71529,7 +71529,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -71597,7 +71597,7 @@ } }, { - "id": "56c608b1-4f6f-42a9-ae12-aeb6eeb942e4", + "id": "8b58548d-0321-4d8c-9f7a-2283e5f95678", "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", @@ -71651,7 +71651,7 @@ }, "response": [ { - "id": "a0066e6c-fbfc-4958-958b-5fc582c988cd", + "id": "a2b25ad3-c343-46fa-be94-cbb426001d33", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -71693,12 +71693,12 @@ "value": "application/zip" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "2c0afb2e-212c-4e87-99b1-8a338ab7cb4a", + "id": "ae90e43a-8e01-4dbd-8cb4-acd0d17f9719", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71745,7 +71745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c16759-e20c-46cc-a247-6cfaf8fc1a2f", + "id": "8751ade5-068e-4f36-903b-e74a01bfdb82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71792,7 +71792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5b53393-fba3-4f3a-b5af-84c7071a0a0a", + "id": "093eaaf4-58a2-4d69-bece-2e2e2e63f363", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71839,7 +71839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7013631f-648c-4fd0-bafa-d44c0cbbe954", + "id": "898f9128-eec3-42c8-87bd-c1db232dd383", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71892,7 +71892,7 @@ } }, { - "id": "0f18e411-6132-4c94-8d5a-d7d73ea7efee", + "id": "e28b6d90-648f-4696-a5e0-b5a6c1655cf4", "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", @@ -71959,7 +71959,7 @@ }, "response": [ { - "id": "ce1c0be8-e563-49e9-b932-52306f4a2108", + "id": "abed2a15-0b11-46c2-84f9-88db67600c3a", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -72019,7 +72019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbecdebf-fa2e-4f26-bc0a-a7c368a989f3", + "id": "f9487faa-6bde-43b2-a940-02509e6f73b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72079,7 +72079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6d3959-342c-4035-8f49-0d7619072ec4", + "id": "e89d05f3-d860-404c-9766-e75e6f643be6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72139,7 +72139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189adecf-d3df-40c8-bb85-0701797ddc83", + "id": "d4f0fa2a-861c-4bee-9795-fa642cb210be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72199,7 +72199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a4b843-04b1-4aaf-8b1c-d255ef78fd09", + "id": "2d2da911-dcbd-4152-bc78-2ad50e444218", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72265,7 +72265,7 @@ } }, { - "id": "fe2029f9-3b1c-43ef-a6b9-502a56a0815c", + "id": "29728a85-bcfd-49fe-a0d9-7586fb342044", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -72330,7 +72330,7 @@ }, "response": [ { - "id": "1b7568e0-0f3c-4b0b-b325-901124ed407d", + "id": "1141ba65-9fa3-4a47-890f-746b8a12a063", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -72378,7 +72378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cc04494-ea47-452c-bae2-035a50576982", + "id": "749109c0-94b8-45bd-8c2e-130a28a06247", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72426,7 +72426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31dedcf-169f-4bd4-920c-4221f56d3050", + "id": "27e55522-547e-4553-87ee-ee96ceea1b0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72474,7 +72474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3deb43-d85a-4719-a19e-c11c65be818b", + "id": "2605fc92-5b21-40e9-b44f-593567d4bf12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72522,7 +72522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a26b05-bf42-4856-8ec4-ae7867d71849", + "id": "a9ab8c99-ed18-4954-be3b-fd90061ab275", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72576,7 +72576,7 @@ } }, { - "id": "a861b412-9972-4806-a752-e2015141d614", + "id": "8355eee1-c413-45a5-b4c7-a0ed96b0b52c", "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", @@ -72642,7 +72642,7 @@ }, "response": [ { - "id": "b544a6cd-166f-4499-a565-5e0c2a56bada", + "id": "12d270bc-b363-4072-b83c-ec76641e9531", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -72686,12 +72686,12 @@ "value": "application/zip" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "deafb9e3-c15e-4d87-b6cb-945f148b22fd", + "id": "29e4eda1-67c9-4bef-8e4f-81d5ec56b08c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72740,7 +72740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3307c418-cca6-477d-90f8-5191168a21d6", + "id": "2eb7eada-8fab-4deb-a31d-b64388a4bbdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72789,7 +72789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a8d3483-5665-4ade-921f-131bc27e28cf", + "id": "f90104ae-6952-4001-9a3e-57a4356c0235", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72838,7 +72838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172d23ed-bc9b-4b81-afa7-a6145e98df03", + "id": "a43ec402-4a0a-4493-99fe-b63862a50c69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72893,7 +72893,7 @@ } }, { - "id": "77b5898f-a42c-4bc8-87e7-59a9fb5e8ec2", + "id": "1bc46ecf-b382-4193-ae63-290127a19ea4", "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.", @@ -72979,7 +72979,7 @@ }, "response": [ { - "id": "64ec0153-8061-4721-9b03-9a09bd2e97a1", + "id": "5601f06b-3ea5-4d03-985d-efa269446ab2", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -73058,7 +73058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe1971d-388e-466e-90e9-c19521902a7d", + "id": "346ad84f-84b4-4e5f-b9d5-af87f17cb01b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73137,7 +73137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f01b3873-3954-49b5-adb9-990738f23c62", + "id": "dd332df4-d4eb-4151-b915-54de0c251f66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73216,7 +73216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc09f55-c6a7-42f6-b1b3-49d83b6b138f", + "id": "a7b8325d-e4a0-43bf-b3c6-abf429332f45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73295,7 +73295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73509885-5fbc-4690-b737-9ea851d523b3", + "id": "2dedc649-e5b8-47df-8c06-7e4aed1aaf0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73374,7 +73374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eae85ba-5b80-4007-a203-e184f6986911", + "id": "e1840fc5-1c4e-4eaa-8267-bb3997a247ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73459,7 +73459,7 @@ } }, { - "id": "cbba4588-dc28-428b-98fe-50df73b848c9", + "id": "c4367832-4489-43b8-b0ff-c91007e086c9", "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", @@ -73559,7 +73559,7 @@ }, "response": [ { - "id": "bafceaf2-fb48-4c4d-8a3c-d8d939580627", + "id": "0af96edc-7c5a-48c1-b24f-bae141f200b0", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -73652,7 +73652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a3fd053-9943-4a7a-a7f9-e4a2fa96ec2e", + "id": "98a59741-4925-4189-ab5c-6d86bbdc3803", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73745,7 +73745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1da902-8e99-44cb-bf50-bbf534910bf4", + "id": "593cdcdc-37d2-40ac-b0ed-5433f2b7becc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73838,7 +73838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46c3c98-6e9a-4854-92ac-b96f409f0713", + "id": "887562c2-4e23-45ce-aff2-f6cb64de0e69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73931,7 +73931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ecc11c-de60-4952-a372-dd33393104c4", + "id": "a8da4ea7-6712-46fb-b511-00b190618bbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74030,7 +74030,7 @@ } }, { - "id": "e8997daa-2d39-4162-89e6-0f12bd7c82b1", + "id": "234416ce-df6c-4086-9340-675de162db8c", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -74105,7 +74105,7 @@ }, "response": [ { - "id": "17183c0a-f6f1-474a-b9e2-2c6a2cd16a9f", + "id": "ffb7dd00-14c7-4409-9939-68596ddb4a19", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -74194,7 +74194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8aa1acd-c533-48a2-88e3-1fc23d441ebf", + "id": "5706bba1-a7d4-44f8-bda7-36b4413d9590", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74283,7 +74283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b893615-91e4-4dd6-b7b3-9c0d9c4778a0", + "id": "b25a8bb2-73fc-45c9-afb3-fcb052968b9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74372,7 +74372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8399fd4-402b-4671-a900-7ec3a747d9ad", + "id": "a766fb43-5e6f-4267-a534-42317b0886af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74461,7 +74461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0a2e10-e7b6-421a-a41a-9e80a6568dd2", + "id": "50e8794c-efa9-43cc-93bb-c099533d541d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74550,7 +74550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdf3e7a9-fa80-4534-aff4-5f93d94dcd94", + "id": "629a27e7-deb3-40aa-a6ad-05af2f8d0bfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74645,7 +74645,7 @@ } }, { - "id": "6be0a480-118e-4465-9aa5-c372d9356169", + "id": "84de7b44-0e2a-427d-9dc1-680a842fa75a", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -74686,7 +74686,7 @@ }, "response": [ { - "id": "7acb1968-df50-4213-9c12-a87a4d97e9ca", + "id": "7cccc44b-be23-42a4-8125-b6e17b1d4657", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -74725,12 +74725,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 \"occaecat_b\": \"cupidatat pariatur elit dolor adipisicing\",\n \"in_12\": \"Duis\"\n },\n {\n \"laboris3fe\": \"reprehenderit \"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"in05c\": \"mollit Lorem e\",\n \"do_d4b\": \"quis laboris ex consequat\",\n \"aliqua38b\": \"mollit ipsum ut in incididunt\"\n },\n {\n \"laboris02\": \"est sunt qui enim\"\n }\n ]\n }\n ],\n \"identityIds\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"name\": \"Saved Potential Role - 07/10\",\n \"provisionState\": \"POTENTIAL\",\n \"quality\": 100,\n \"roleId\": \"07a0b4e2-7a76-44fa-bd0b-c64654b66519\",\n \"saved\": true,\n \"session\": {\n \"id\": \"9f36f5e5-1e81-4eca-b087-548959d91c71\",\n \"name\": \"Saved RM Session - 07/10\",\n \"minNumIdentitiesInPotentialRole\": 20,\n \"pruneThreshold\": 5,\n \"saved\": true,\n \"scope\": {\n \"identityIds\": [\n \"2c918090761a5aac0176215c46a62d58\",\n \"2c918090761a5aac01722015c46a62d42\"\n ],\n \"criteria\": \"source.name:DataScienceDataset\"\n },\n \"type\": \"SPECIALIZED\",\n \"state\": \"CREATED\",\n \"scopingMethod\": \"MANUAL\"\n },\n \"type\": \"SPECIALIZED\"\n}", + "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"reprehenderit_4\": \"Duis\"\n },\n {\n \"labore04b\": \"ex quis proident elit\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"sunt8\": \"anim sunt est et adipisicing\",\n \"enim__c7\": \"est\"\n },\n {\n \"utc\": \"ad qui ut ea\",\n \"enim_b\": \"tempor sit in ex non\",\n \"dolore_80c\": \"et 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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab0bc7e8-5bab-44b4-9034-1e2ff4802dbc", + "id": "58dd3032-1780-4624-b22f-14e26fa7f981", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74774,7 +74774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e807f7d-bc1f-468c-b247-f6527925631c", + "id": "a9b01826-abf3-4df0-bd83-999bfc88aab9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74818,7 +74818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72537eb-ecdf-4553-ba9a-590f41813692", + "id": "fcb1e11a-5ccd-4506-90e2-0f2070cb041b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74862,7 +74862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1e2a27-bf19-4bb9-88fb-2d720a99a7bb", + "id": "24a30841-ead3-4df8-a471-284456869491", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74906,7 +74906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298691bf-f232-4a2f-9b53-9664ee1c95af", + "id": "a2f81163-f090-4b7b-b159-01115df64743", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74956,7 +74956,7 @@ } }, { - "id": "8d839258-7db8-45c5-be1a-01e99adc6cd3", + "id": "735b82c4-c994-4c32-b032-9be6ad24ce6b", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -75020,7 +75020,7 @@ }, "response": [ { - "id": "46127594-0b71-453b-a432-e9e637173159", + "id": "be3b80c4-d8b1-43c0-9f71-f3e23503848e", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -75077,7 +75077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac1cda8-dd93-49be-88f5-2c7096410005", + "id": "65b93fb1-4a4c-4708-b80e-bd32c580660d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75134,7 +75134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc6b8c3-2578-489a-bc83-352652083c39", + "id": "415e84d6-7f12-4ecc-a166-2e5e5fff5751", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75191,7 +75191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36d518f-bb14-409c-8e3d-48fae058c6a2", + "id": "1f43d97f-f04e-40fd-b0e2-10a2cebdd3ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75248,7 +75248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b07d66e-e077-40d6-a858-459f757b7c29", + "id": "ef8e8413-20be-4524-bee4-803ccc3fbe1e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75305,7 +75305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db35b498-d005-4feb-857c-a9ff0e4c6749", + "id": "7fc1ccfa-aeb1-4df3-b257-fbb507d952f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75362,7 +75362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bd550f8-e3f0-4046-8371-89755d37687d", + "id": "ee6b165d-2d34-4d93-83ac-e94a6d4280af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75425,7 +75425,7 @@ } }, { - "id": "a85d3982-ba42-40e7-b415-2c8a7350fe4f", + "id": "597c0de6-d2ba-43d1-9b5d-ec3f4b3a6b5f", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -75492,7 +75492,7 @@ }, "response": [ { - "id": "93bc7fe5-15fe-4dce-b3f1-c8418c7219db", + "id": "c9af7533-06de-4ddf-8ae7-ee9ad4cde9e9", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -75573,7 +75573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b53a6231-f7ca-415b-bb26-bb0c86fb4291", + "id": "5ad36b19-128e-493c-a262-7acf4ef52a3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75654,7 +75654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e08c26-3c7f-4df5-86df-d436ac1880fa", + "id": "9fbf14ec-02e3-45e5-b3e9-3fb1eb917b89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75735,7 +75735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ca3f8f7-2fca-4149-bd7f-a11a4906b443", + "id": "dece0f37-2b87-424d-86dc-ba4efbb8512d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75816,7 +75816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee0b268-8e14-4635-84c4-d21151237b66", + "id": "67323827-219d-44d3-a62f-f3e16d7046cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75897,7 +75897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da62d80-5f98-4049-9bd4-0d1c0f6abd31", + "id": "1e04db37-9129-4ce1-ae79-a7c1d0b39abb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75984,7 +75984,7 @@ } }, { - "id": "df9e6fe3-b38c-46f8-8da2-12d7952e34e6", + "id": "4db49fc1-43e0-4fe7-8a61-935ac1fc0fdc", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -76075,7 +76075,7 @@ }, "response": [ { - "id": "886a9ed4-80af-4fc5-8707-a317835e4cac", + "id": "9c0544f2-9097-404c-9ca0-5915880e2456", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -76159,7 +76159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f80cc9-0f68-453b-ae80-6cf1fb96b8eb", + "id": "942abdd2-8ad5-4131-aad8-0658e02bacc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76243,7 +76243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333bb80c-c15d-467f-900e-49eb164909c0", + "id": "bbd4137d-1b0e-4cd1-94a0-a79ec67c767e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76327,7 +76327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07c7789-09f4-44c2-8e96-571a55dd59e9", + "id": "811dbdaa-32eb-4bb7-bf85-bd3b0a561b26", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76411,7 +76411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f4dda6f-cd72-410a-b42e-024d4c5068fa", + "id": "55304fc8-3db8-4b7d-bf31-90bf8204cddd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76495,7 +76495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8ab0a3-c2e8-408f-899f-680a16adce5e", + "id": "552ed97a-8e28-4090-ae41-eac92ab3a6df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76591,7 +76591,7 @@ "description": "Use this API to implement identity functionality.\nWith this functionality in place, administrators can synchronize an identity's attributes with its various source attributes.\n\nIdentityNow uses identities as users' authoritative accounts. Identities can own other accounts, entitlements, and attributes.\n\nAn identity has a variety of attributes, such as an account name, an email address, a job title, and more.\nThese identity attributes can be correlated with different attributes on different sources.\nFor example, the identity John.Smith can own an account in the GitHub source with the account name John-Smith-Org, and IdentityNow knows they are the same person with the same access and attributes.\n\nIn IdentityNow, administrators often set up these synchronizations to get triggered automatically with a change or to run on a schedule.\nTo manually synchronize attributes for an identity, administrators can use the Identities drop-down menu and select Identity List to view the list of identities.\nThey can then select the identity they want to manually synchronize and use the hamburger menu to select 'Synchronize Attributes.'\nDoing so immediately begins the attribute synchronization and analyzes all accounts for the selected identity.\n\nRefer to [Synchronizing Attributes](https://documentation.sailpoint.com/saas/help/provisioning/attr_sync.html) for more information about synchronizing attributes.\n", "item": [ { - "id": "6b205159-3109-4535-b064-0de76fad5750", + "id": "d8571113-b769-46fc-855f-33a6fbb8cb94", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -76612,7 +76612,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "identityId", "disabled": true, "description": { @@ -76633,7 +76633,7 @@ }, "response": [ { - "id": "ee1530d7-2eb2-4937-a9f5-492f2780b50e", + "id": "b40b9fb5-2f27-4246-b2f0-7adb86bccfe0", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -76678,7 +76678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "673ee15b-ab39-4563-83d0-5918b1675d3c", + "id": "a81b6627-7606-4c45-873b-710109bd6334", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76723,7 +76723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef447273-3e03-43ea-b48d-1891cd4f70d0", + "id": "32ba669b-6996-4a3d-9b18-4ddce00d79c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76768,7 +76768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9291e4c-8220-4bf0-8af9-45d63590bb74", + "id": "a6ee5477-a98f-4fe4-bc6d-bc101f230864", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76813,7 +76813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb9b149-4167-41dc-871b-e6373a5594b6", + "id": "4375d883-7780-4b79-b7da-6f1973c02567", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76858,7 +76858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "100d9b91-f5cc-42d3-8eaa-cfdc11af4528", + "id": "2c35638f-af0c-4614-91b9-5560bd0d0e49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76903,7 +76903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d21cd20-4493-4450-99f0-1d4bbc37d356", + "id": "ac67a4e1-9c57-4e0b-8c6b-23ccbcea0f4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76954,7 +76954,7 @@ } }, { - "id": "7dc256c8-be92-4a58-ada8-0bdf2be95020", + "id": "703e7674-c01c-4305-aba2-69ec4cf203ad", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -76996,7 +76996,7 @@ }, "response": [ { - "id": "23c144f4-dc03-47b3-9f8b-dede34f17037", + "id": "7ecfe55d-8f8a-48f6-8113-e5b2b23eb435", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -77041,7 +77041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a8265c3-01bd-4ac4-beb1-8190969ae16c", + "id": "a10c8369-dcaa-469a-b68f-97a54cd37a1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77086,7 +77086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ca1c9e-ae4d-4373-a57a-736e9ef6fa4a", + "id": "8f361852-d5f4-4608-924a-9e84e4c12d16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77131,7 +77131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc35e2f-0b21-4d96-a91c-3ba83126d18d", + "id": "bc1803d0-3d1a-4fc9-97a9-99ec4f05a003", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77176,7 +77176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23ceeda-d3c4-4501-b873-6b45d6c5858b", + "id": "b683757e-89e7-4725-97e4-a26b7ec5637a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77221,7 +77221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bdc5e2f-3f28-4c3e-877f-5ca9c7888b2b", + "id": "09da3a4b-4b6a-44e5-95e6-0a9c681b792e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77266,7 +77266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7715c392-a8fe-4e14-af32-2645d1110474", + "id": "03132596-969c-4a5e-afd7-21c06cd5ee9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77317,7 +77317,7 @@ } }, { - "id": "62a8c563-091e-423e-a771-a06fba6c7913", + "id": "d1e8ebea-7886-4588-9f07-434af9b5d57a", "name": "List Identities", "request": { "name": "List Identities", @@ -77401,7 +77401,7 @@ }, "response": [ { - "id": "1d0cb79c-1fa2-4fb9-a2fb-3ff7ed5080f6", + "id": "0fa1bbe5-0bbf-40b2-b928-f7338dba3ab0", "name": "List of identities.", "originalRequest": { "url": { @@ -77499,7 +77499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ec06c1-f3eb-4984-8da2-2815bb2dca4e", + "id": "c362f608-e9c1-476b-9e6f-d1bda20d8a3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77597,7 +77597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a60b60-87d0-4be8-80f6-d1e178d551b4", + "id": "f330eafb-f2dd-416c-a8d6-487c790e3113", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77695,7 +77695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38fc370f-8f65-4f68-90e6-957495ea3a51", + "id": "a0d277c4-f50a-4793-a054-2353f0c4bfc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77793,7 +77793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ca7890-c525-4729-be3f-eab76f0ceb8e", + "id": "addbbaed-beb5-4b83-94d4-c46b0637fcbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77891,7 +77891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fec7eeb-de34-4c1b-9905-833beee9e65d", + "id": "2e6e8e37-2f38-4a0a-b11a-9b0190970bc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77995,7 +77995,7 @@ } }, { - "id": "4d2cf0cc-727f-4ee1-b578-62a0c9c24300", + "id": "ebe36ed9-774c-44eb-a9df-c02f0168b6a9", "name": "Identity Details", "request": { "name": "Identity Details", @@ -78036,7 +78036,7 @@ }, "response": [ { - "id": "9ae983ce-7d6d-42a4-b52c-75b0ca40aefd", + "id": "21e31b7f-537e-43a6-ac22-e2a39e0d0f6d", "name": "An identity object", "originalRequest": { "url": { @@ -78080,7 +78080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5a58fc-3280-4234-bab8-b9a2297a2e68", + "id": "281c2e6a-a76c-4d44-9718-2edfc383f94b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78124,7 +78124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3c5093-5021-4fde-95b4-575979205e0b", + "id": "1d163b43-d284-4f8f-9f7b-15160cb40eb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78168,7 +78168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175edef3-c1db-4bf5-be44-9c7e3a73301a", + "id": "808202ed-122f-4058-b096-9288d3edacd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78212,7 +78212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d83b0d-f3d1-48e8-92fa-3db601cc38d9", + "id": "adbb571a-d5aa-452a-9471-09834c3d729a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78256,7 +78256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e790f447-02c0-4985-aba5-b1b1776e64e2", + "id": "04afc9c4-4be9-4ec0-92a4-3ca198a8d781", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78300,7 +78300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9df406a-90eb-4a96-b23d-13ae81cacb43", + "id": "7fd13170-b35b-44fa-b862-c132b497393d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78350,7 +78350,7 @@ } }, { - "id": "f171f945-da1b-471c-a075-c3762e15b9c3", + "id": "21181ffb-2444-4609-bc80-fd6d3ab6e8a2", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -78391,7 +78391,7 @@ }, "response": [ { - "id": "72a50a0e-4295-4c35-9287-f9bc52a2d519", + "id": "73f4def2-5e5a-47dd-ad5d-5eedd443617a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -78425,7 +78425,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dd08028c-fb3f-4346-9882-f66d88494cc4", + "id": "d8a83b6e-aaca-4da4-ab70-4b46a12ccb06", "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": { @@ -78469,7 +78469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed3ed4fe-c86d-4848-a77d-0283871eb6a5", + "id": "8b366ec6-6235-4336-aad9-63af71a34f3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78513,7 +78513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904aca52-1cd4-45ad-90ca-db7918367624", + "id": "609658f1-b204-49e9-adc6-1cb830d947c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78557,7 +78557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a2994f-c51f-48f8-929a-4397d09c2db2", + "id": "c29e5f8f-8d68-4c11-b93f-6f6d0d851394", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78601,7 +78601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e0dae1-342d-4463-a774-5843fe5ea8a3", + "id": "b86d77f0-3c1b-487a-b295-aa5515c3008c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78645,7 +78645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c36d4f-7eb8-46bd-82fd-d20d56b0609b", + "id": "58c213f3-b2de-46aa-9b86-7d0a51484833", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78695,7 +78695,7 @@ } }, { - "id": "6b662a49-c14f-40a0-930c-101151073466", + "id": "5fe509de-0a8c-4c08-8485-cc2822a89642", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -78738,7 +78738,7 @@ }, "response": [ { - "id": "eb5b0fd3-532a-4869-aba9-690c744dad8a", + "id": "7911fea0-2dc9-4b74-98b9-c3ea133817de", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -78795,7 +78795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00463d44-7978-4bf7-975a-ece8f9242cd7", + "id": "35a21547-1f4a-4ff2-8680-0eda5709a53f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78852,7 +78852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0425f42-65e1-4e2c-b9d8-0ad8b8f03249", + "id": "0d0eed93-46e5-46c8-9c1b-67dce18a5178", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78909,7 +78909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d0ded7-731b-4342-8ec2-53ca83a77681", + "id": "849cc787-e5b6-4a8b-b1f0-20548a86666f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78966,7 +78966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e72648e-d964-4272-a89f-10f27d8ad963", + "id": "2b901adf-6d74-4777-af09-3409ec3a6dfa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79023,7 +79023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afb3e83d-6a84-4f32-b015-bc7d7f380a15", + "id": "65d5c045-b8b2-4515-a7da-dbfeee09d08d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79080,7 +79080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6d12a0-512d-4b09-954b-fdd897c8a3c0", + "id": "8181c945-7de4-412f-ae33-93a57f50681e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79149,7 +79149,7 @@ "description": "", "item": [ { - "id": "941d0fea-8afd-49b2-a9b8-d9735bae9478", + "id": "428665b3-03ea-4a3b-b357-53872328d082", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -79215,7 +79215,7 @@ }, "response": [ { - "id": "772d3248-33a4-40ac-b429-fd12096ace3f", + "id": "d8d97e7b-cec9-49d8-9095-cc8ba074e249", "name": "List of identity attributes", "originalRequest": { "url": { @@ -79295,7 +79295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a191a01-49ec-40ab-87d1-38592c45657b", + "id": "c3688af6-2334-45fb-9863-e3eb78fec4e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79375,7 +79375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce54df75-b5ea-4c38-8a7c-0d78356e3d20", + "id": "c0f60afe-0b72-4372-90b1-488aaaae8b23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79455,7 +79455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c8b1f2-e013-4adc-958b-9c1b711f40cf", + "id": "766956a5-a52c-43c4-9dfe-77f90fed5abb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79535,7 +79535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e9c101e-231e-423e-8823-781d0d3efd3d", + "id": "e350d054-6932-4b28-9fba-70532db14f57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79615,7 +79615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b8e8708-80f1-4c5b-b358-83a3855448c0", + "id": "0f4b611a-5956-46fb-b985-a6366a5bd7f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79701,7 +79701,7 @@ } }, { - "id": "c04d46dd-1cad-4cc1-9f5d-4ce40041c076", + "id": "3f74c484-e088-496f-a1cb-ede2d025fb56", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -79743,7 +79743,7 @@ }, "response": [ { - "id": "0a8041b6-6349-40e6-8340-029062b5b132", + "id": "052aa048-e783-4962-952f-0ee276acbbb3", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -79799,7 +79799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af15ea2f-a4c1-4cfe-9198-0d6f0969c726", + "id": "a36a5dca-9afd-438b-99f2-003bd4f26bfb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79855,7 +79855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "556f8abd-6465-41e6-8004-c17d075f7ce7", + "id": "30823c62-9054-46e4-92cb-6d749d21a673", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79911,7 +79911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab415a0-a8f4-4d0e-80f4-9505a49799d7", + "id": "89aa8176-2d2f-452b-bf28-0169a0641c86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79967,7 +79967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ccda69c-75c6-49a7-baea-3ac67e54659a", + "id": "43787ee6-be15-44fe-a7d5-eef7e081895b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80023,7 +80023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432d3286-2939-4b43-a35f-6491765bd49d", + "id": "94028572-9a88-4566-b94d-54401d1359e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80079,7 +80079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc4a009-2c44-49ca-b98d-841e0858e721", + "id": "d57e7f24-18d7-41f2-862a-54f69095c37a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80141,7 +80141,7 @@ } }, { - "id": "081e9f3a-2bc0-4f3f-b6f2-150b8d6ece53", + "id": "21b93290-ceb6-4fed-9628-e70b260b7657", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -80182,7 +80182,7 @@ }, "response": [ { - "id": "8a167c9c-3baa-4d4c-80e4-add07e9686fd", + "id": "354f0022-cb3f-4d01-96d6-9ad00f3be931", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -80226,7 +80226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48edd4de-cab4-422a-96a5-2b9a3d107149", + "id": "7af39488-4d16-4766-a56d-fc6c8f3c9b61", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80270,7 +80270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ec9dbd-a861-46ec-b7e9-34df5c742694", + "id": "0d82627e-819d-4822-829c-439b43118aaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80314,7 +80314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98688ef-ede0-4092-a854-c686321c8411", + "id": "2dc474a3-07b3-4a61-932b-00d7672b2f85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80358,7 +80358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da05897d-49db-4f1f-849c-40aea8377f2f", + "id": "36ec5b94-0d3b-4203-8b6c-a0a6190c445f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80402,7 +80402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db286ed-3f9e-4d6b-a8e5-141518cd2692", + "id": "f1260f00-eff4-4387-b8eb-bc02a724f365", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80446,7 +80446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80720b2c-a404-47dc-b1d0-891b25ebd218", + "id": "e46c4fa3-8762-4359-9c37-fd69ba1a8eaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80496,7 +80496,7 @@ } }, { - "id": "02135f3c-01ed-4231-b356-9f2295d26222", + "id": "2e9e47e4-60a1-48b8-9ec1-f0ec8b5712ef", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -80550,7 +80550,7 @@ }, "response": [ { - "id": "5e58586a-8026-49fc-b11e-bc938b6bab04", + "id": "727eec34-be42-43c9-9c5b-2770718b044c", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -80607,7 +80607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d68908f0-a09f-438e-abe0-2c5fe119b19e", + "id": "b6a60ada-16ce-416c-89ec-c6bd04822d56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80664,7 +80664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c28c09-7884-4181-9b16-229a3851edc2", + "id": "2e03390b-4012-42f1-8def-ebc17fc5a704", "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": "5aee8b13-f5c4-409b-9d78-c38ac3dc547c", + "id": "13bd72de-87ba-4a51-a6c0-8d38b5270537", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80778,7 +80778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219d2f63-9afe-4622-8a8e-25f736a6c532", + "id": "f9d631f3-231b-4449-affb-4e335ace7c0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80835,7 +80835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1af626d-962d-4dce-a9f8-395beac3062f", + "id": "f38dd1e0-455d-4dec-b673-edaf8e63f31c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80892,7 +80892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a697a73a-dfa9-4ff3-b507-7fbb6f6a6c14", + "id": "709a3ae7-7162-426d-ae3e-70220417b2a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80955,7 +80955,7 @@ } }, { - "id": "44273677-506e-4981-989e-1fa825ebc850", + "id": "911700d8-ce1e-44ae-a3b7-5f6245c8f80a", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -80996,7 +80996,7 @@ }, "response": [ { - "id": "0b27dadd-2f36-4969-a7ec-1d201628511f", + "id": "e38bcd16-3bba-4d2e-ba0f-b2b6e222aba3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81030,7 +81030,7 @@ "_postman_previewlanguage": "text" }, { - "id": "142b38c8-e466-4733-bd1d-0f035764530f", + "id": "a3d04378-cf76-4358-aab5-b26a22a9ede0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81074,7 +81074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025f6d98-d30b-47f6-83d0-1cca2fdadcd0", + "id": "4fd55e3a-24b7-4bea-a339-a16fadc6783f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81118,7 +81118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb2fc44f-8ad7-4dd4-8764-aaa1907aa994", + "id": "c68b26ab-0302-42ef-91e8-eef1b7173445", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81162,7 +81162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd995ce4-c65e-4bc6-bcc9-30cd96c22943", + "id": "1c1535d0-6497-493c-9816-7e2a0df33183", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81206,7 +81206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c3220d-44b3-403f-9ec6-03664194e341", + "id": "ff9aa5f0-abfb-4a82-aa79-9e43a37cbca4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81250,7 +81250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ba2e02-eaa5-4033-a301-2c4f8c1eb6ab", + "id": "c575be6c-b448-44a2-92ca-87e1512658db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81300,7 +81300,7 @@ } }, { - "id": "e4cebb2a-4e0e-45f2-a21d-44737add88f4", + "id": "8848e43b-8091-4086-a5ba-ad6cb9be4bc7", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -81343,7 +81343,7 @@ }, "response": [ { - "id": "c9a0958e-95e4-4f50-bd66-7f5e41e4b471", + "id": "cd8395e9-1cee-4522-a2db-eec2112d882b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81390,7 +81390,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bc448277-9e94-4d2e-80c6-1c5808a2525a", + "id": "e2615f8b-8d90-44c8-b658-7a65c74a352a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81447,7 +81447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02e4fa6d-b492-4ec3-a86c-28cbfac44ddc", + "id": "1e2a2cbd-3a74-4e9f-ab18-dd381d96519e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81504,7 +81504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42fafac-275b-47b0-aa84-d45608e1f6ea", + "id": "92472dee-d90f-48fc-9474-baec18a540af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81561,7 +81561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799a6430-fd8f-40d4-ab21-261cf41232d7", + "id": "f29df7b0-372d-4b1a-bb00-68943870288f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81618,7 +81618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb64bb9f-30f0-4b74-bff1-f8fe27970eb5", + "id": "1841fe4d-cf2f-45d2-b1c2-597f68213142", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81675,7 +81675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be37644-b10c-42d3-a270-7097f52c9978", + "id": "d8197d9d-83db-4155-b0ca-05185f639178", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81744,7 +81744,7 @@ "description": "", "item": [ { - "id": "dcd7524b-6399-4ee1-a850-26d068e07a17", + "id": "87017f84-2d1b-4027-89c1-bdd20e734197", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -81819,7 +81819,7 @@ }, "response": [ { - "id": "61997f03-b07e-4ab6-9b37-9cf27578e116", + "id": "8d83df43-1772-4129-b5af-8ce19cd4fe57", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -81908,7 +81908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7f1986-3d99-49ce-9baa-84ee332d2571", + "id": "192156e0-bcb9-482e-b8b8-e98f4b5e2a64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81997,7 +81997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c5b2ef-da08-4226-b8bd-e5a6ffad8375", + "id": "fb83fb21-44ed-4a19-a47b-8c08ff83a78a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82086,7 +82086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba14aace-5eca-453c-8f79-ba12ee679874", + "id": "a9fba813-2283-4f3b-9d09-c443b61592e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82175,7 +82175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2918e2-0f99-4ee3-a2ce-5715d7896f48", + "id": "c0fb5fc6-1b52-4f1f-a5c5-a043a3696697", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82264,7 +82264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54f988b1-2260-4610-9802-d55927ace765", + "id": "db9fbf03-63bb-48ce-a547-10475299caf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82359,7 +82359,7 @@ } }, { - "id": "0ef41f4e-2b2f-43d9-8afa-5a64dd1773f8", + "id": "fa415ad4-abd3-4334-81d0-6717d2ead757", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -82400,7 +82400,7 @@ }, "response": [ { - "id": "663c68ad-707b-49ed-bff6-f8def943e610", + "id": "f6d9a042-73c3-4ed8-8e6d-bd51dae2f96a", "name": "The identity object.", "originalRequest": { "url": { @@ -82444,7 +82444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6326f665-03b9-486b-89f7-9b0537eb6f60", + "id": "220002a1-7447-432a-8c5d-7cbb767d77a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82488,7 +82488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e272841d-4187-4530-967a-52f98b5dcb8e", + "id": "cd3fb359-4651-4eea-a993-a4058371aa3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82532,7 +82532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39944d0-e3bc-4227-8a31-d344309a0e6e", + "id": "6beec73b-10e1-43a1-9691-b92fc899cc4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82576,7 +82576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ca443b-8dd8-42f7-bc1c-d9e33d653bc9", + "id": "adee0a5e-7047-4985-84cd-d0634cf34ef2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82620,7 +82620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75e4ef3-30f6-4f07-822a-3d71f3ad0dd3", + "id": "bf4878cb-f93a-4027-b9d9-bcc0e6af0e89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82670,7 +82670,7 @@ } }, { - "id": "274dd6c8-0524-4448-90b6-028ff97c1d7b", + "id": "dd5af3d7-81dc-44a4-b709-874c7923fcd2", "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", @@ -82722,7 +82722,7 @@ }, "response": [ { - "id": "ad2caac4-0528-4e2c-a002-97e9ba163144", + "id": "32b7de13-31d4-4c75-b4c1-8875c0daa563", "name": "Access Profile", "originalRequest": { "url": { @@ -82777,7 +82777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc49e5db-9be2-4dbc-abf7-abe678caba07", + "id": "b5140e9b-1706-4519-b449-6204f2b6fff3", "name": "Account", "originalRequest": { "url": { @@ -82832,7 +82832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc66a1d-7458-4633-8974-f57f4feb7f0c", + "id": "83ff96d0-397a-4fde-8f8d-ae6ae07af35a", "name": "App", "originalRequest": { "url": { @@ -82887,7 +82887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2638bd30-e430-4dca-aff9-5dc7f3e70965", + "id": "768110da-5758-4fcf-83c9-83cbc113040f", "name": "Entitlement", "originalRequest": { "url": { @@ -82942,7 +82942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba632fe-ec6d-45f7-bb30-0f4ccfdb7b6a", + "id": "89ce1ff9-aa2e-4971-806d-0ba24cfaba55", "name": "Role", "originalRequest": { "url": { @@ -82997,7 +82997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0f1201-b128-47bc-87cd-4cc6c4e9e43c", + "id": "5b9e6ffc-847d-4cab-bd37-f03a78575a09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83052,7 +83052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37c84bd6-96f2-484c-9e1f-9446bbde7b77", + "id": "c0c1ecdf-36a9-4bc1-86e2-512b83892abb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83107,7 +83107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6d414c-4f7b-4413-982e-ce21671d8cd2", + "id": "907d9ee7-2c5a-4a9f-8c57-d849b366dbed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83162,7 +83162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33904f52-af0b-47db-935c-6be86b4197bd", + "id": "a273d1d3-75f3-4908-bc92-39376cc0782f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83217,7 +83217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487601c8-d7a7-4e0b-a870-bc5b49afd102", + "id": "339fd23b-453c-4511-937b-c8baeb23aa64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83278,7 +83278,7 @@ } }, { - "id": "0d490f63-f08f-44d5-88a2-715e65d83ef0", + "id": "9f3ff434-ba7a-4048-a577-9a04acd8395f", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -83366,7 +83366,7 @@ }, "response": [ { - "id": "420f7068-64e5-4860-99b6-7a67ba7d888a", + "id": "557e6282-4613-42a7-9390-febdabb2de9f", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -83457,7 +83457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2cf3de-94af-4bda-94ad-843b140ae5b9", + "id": "a5f5fad6-bfa5-45bc-ab69-aa1f2c610986", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83548,7 +83548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c48b32-5cb5-45d9-adb2-160775eba216", + "id": "7933e715-e5eb-4b65-9425-6ea89a407ec4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83639,7 +83639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5077bede-ca8e-412b-9b4f-d869d688df20", + "id": "699597a6-2b3c-4ea2-9b7d-72915d582bb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83730,7 +83730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5797322d-e12c-463d-a967-d5a82893606a", + "id": "aa11b344-3c9b-4ef3-8fe8-dd63bf52504d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83821,7 +83821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add430f2-2b24-42ca-8996-90a72e81bbb6", + "id": "5ae904ce-8ab9-41c7-a513-16eb830ef7d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83918,7 +83918,7 @@ } }, { - "id": "79844d32-36e6-464c-b7f7-fd34858a69d2", + "id": "d35579d9-0239-4bba-8704-699096a57535", "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", @@ -84015,7 +84015,7 @@ }, "response": [ { - "id": "bb3c4740-b682-4cbf-aa60-1318c700349e", + "id": "3eb2fdb0-172c-43e9-b9ac-cbf036b2fff7", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -84115,7 +84115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371b1a8b-8dac-48b2-8ef4-1a65b9617573", + "id": "68f0a30d-47bb-4a03-b693-38a7df44d269", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84215,7 +84215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1efe35d4-0bb5-4867-aa43-3de45bc3f8cf", + "id": "a42c45dd-ee09-4ca7-ac56-d19b8a9328e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84315,7 +84315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd2d8e2-bba8-4892-9334-9f522e54ca99", + "id": "7a013403-fc42-4d8e-9f81-80d1e03d7374", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84415,7 +84415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fbb06c4-cd92-4c4b-809e-e6fc33c183c8", + "id": "b62acdf5-0a0c-487a-a295-57636ea2b7c7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84515,7 +84515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fcf53a6-f5de-46ec-a9d6-2f54f024e1a7", + "id": "67af1049-d9d8-4610-a951-02393392123a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84621,7 +84621,7 @@ } }, { - "id": "f78f5553-57b5-4732-a8a7-2813a8af155e", + "id": "80ef3aa9-21c7-40b8-98c1-caff2fe2df39", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -84674,7 +84674,7 @@ }, "response": [ { - "id": "d876ee74-224d-4408-ba67-2400fa83647e", + "id": "98bd65c9-f925-4006-bc96-ea7ffaa116b0", "name": "The identity object.", "originalRequest": { "url": { @@ -84720,7 +84720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ec1871-f88c-44f8-96ce-7b7bc73ba870", + "id": "0badc21f-356b-45a7-8181-4db17c9c7146", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84766,7 +84766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ed8230-4267-42a3-a1f7-057adc6fc0ae", + "id": "b01cc9e5-2e5f-48ad-a730-9bd729573bd4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84812,7 +84812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0229b1c-0c5a-4bd6-9f3b-1bf19ce63abc", + "id": "91a4af5a-8de9-4780-92fa-bff0adfa9ce2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84858,7 +84858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ee1e1e-612b-4ea1-b6ee-70984d9a147d", + "id": "b0896bd8-6bed-4114-bed4-f89aa56c1ec4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84904,7 +84904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc78bc0-bb64-4c3c-bb2e-cf6e8b8b55f6", + "id": "85854b3d-cb40-46fe-afc8-f968b0465783", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84956,7 +84956,7 @@ } }, { - "id": "b84a518c-4600-4a3a-ae2e-9bfc12d14ba7", + "id": "ba415adc-5a49-4679-ac59-219dad007584", "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", @@ -85020,7 +85020,7 @@ }, "response": [ { - "id": "95d4111b-061b-4901-9125-a30e8167a7b9", + "id": "d1a49c03-d4f5-4a90-a559-81e89a1918ad", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -85077,7 +85077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bb48925-0c58-4c01-beb5-035ffb2ae568", + "id": "37ebbcdf-3c21-4e36-ae34-5c100f2cca7c", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -85134,7 +85134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f0472e-b0a0-4ad1-9a2e-c46d10ad6da5", + "id": "f51a29e4-8aa9-4dbf-b7d4-3540db59accd", "name": "Access Item App Response", "originalRequest": { "url": { @@ -85191,7 +85191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1dd54a-1d8c-4a31-886f-3ca0ef4f2a02", + "id": "578fec92-7f19-4122-a386-e19223f1b60b", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -85248,7 +85248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9f6e25-aa8c-4faa-89b0-1932de8cd220", + "id": "0a66b6c8-8fef-40dc-a0f4-5473e2bc700c", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -85305,7 +85305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8905ee0-6f23-4d3e-b7f7-b354c0e681eb", + "id": "f9ddc771-5bbd-445e-a8df-a83cdb6321d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85362,7 +85362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7845a165-a9d4-4363-856e-092f125b037d", + "id": "a4efa2cb-86e1-41ef-ad4e-3cef9cf3ff3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85419,7 +85419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dff3d99-c8e3-4257-a3ec-8c730259b4fd", + "id": "306f30d3-ad97-4f75-bb5f-9a94fba975d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85476,7 +85476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de58218b-a979-4322-a87d-cf74fc07e137", + "id": "fe0153b1-b274-47b6-a0dd-c99411e527ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85533,7 +85533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f522e4dd-39db-4592-8414-10d6519de3be", + "id": "e77868c0-52b6-4c31-9769-32f3aeed33a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85596,7 +85596,7 @@ } }, { - "id": "338aa415-72ab-42a4-ad6f-cab7635aad5b", + "id": "fa4c4ab0-96c3-489f-8416-c003fff83f4e", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -85711,7 +85711,7 @@ }, "response": [ { - "id": "80252db5-5055-40e6-bb12-3dee60d2b21b", + "id": "a4312596-85b5-440a-beaa-815b1d62d372", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -85811,7 +85811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "134a494f-a9a0-49d2-91ef-b42d0417c6ac", + "id": "ec099c75-1141-4e29-a572-3475dd5d332a", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -85911,7 +85911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cde844c-33df-4264-b5c9-1f6100b459d7", + "id": "a326c1bd-3ce7-4937-964a-6f433a21b0c9", "name": "AttributesChanged", "originalRequest": { "url": { @@ -86011,7 +86011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf8c6c0-dca9-4821-874c-3b32c3816022", + "id": "0b647915-cd07-41ae-a695-2740d6f0773f", "name": "AccessRequested", "originalRequest": { "url": { @@ -86111,7 +86111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d9bf619-c549-49f7-9c35-579dfda6a011", + "id": "0019cf35-5239-4b9c-b245-5e86bd25baeb", "name": "IdentityCertified", "originalRequest": { "url": { @@ -86211,7 +86211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e41db3e-e5b2-4fe7-bbb8-25780ffc75e8", + "id": "be0cc6d9-8916-4d13-b88e-5462329f21a7", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -86311,7 +86311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "262a8696-3d69-488d-9faa-0538fb6a83ce", + "id": "12d7251d-5743-40fb-9029-e6f0ae22fc84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86411,7 +86411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b6e7ee0-a9aa-409e-89a5-289d4856a326", + "id": "ebdfc654-e08c-4ce2-9ec0-c81cb0064176", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86511,7 +86511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "575be766-ad47-49ef-a77c-66f4cae2ab8a", + "id": "33420db4-a61f-490b-bfe8-167ba787f8e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86611,7 +86611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c741e30b-801b-4a26-a1fb-2a2e7ccb9a0e", + "id": "1f29abfb-d231-492e-bcb6-c9d47c319154", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86711,7 +86711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5664e10-31fc-4f5b-a87d-d4fec28e9c10", + "id": "50ae7467-51c7-4269-80f7-ead396c58910", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86811,7 +86811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01f65651-bb99-4a04-aa77-6a036e116629", + "id": "4ad3d314-2893-466a-9887-3061ba99c493", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86917,7 +86917,7 @@ } }, { - "id": "eb18becd-329c-4d95-ac90-1511068215e8", + "id": "ad4bc6fb-89b7-4ec1-9bf1-5c4803155236", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -86959,7 +86959,7 @@ }, "response": [ { - "id": "e92b9db5-3e0f-499d-85a8-222b223119ea", + "id": "d31e55f5-b5a1-4322-9a03-562b969bbe65", "name": "The start date of the identity", "originalRequest": { "url": { @@ -87004,7 +87004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799b092b-1085-426d-adc7-15b6858ddc97", + "id": "aba43bcc-204e-4b31-bee1-5133c4bb6ee3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87049,7 +87049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c2f1e8-7ffd-4db2-ac28-87223d2d115e", + "id": "047369f8-14bd-4bfb-a7c2-65cd376109b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87094,7 +87094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfb8ff42-7a09-4544-b7da-c5271801534e", + "id": "a759ae40-0932-4e56-88cc-6bcf6d3b6108", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87139,7 +87139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e48d52aa-0f0d-4c61-adea-516db946e891", + "id": "c3f8df1e-b313-46d7-8f24-f097496fdaef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87184,7 +87184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c0f461-f628-415a-9ea6-ef919d9d49c9", + "id": "df860c5b-9877-45bf-b72a-4625f727733d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87235,7 +87235,7 @@ } }, { - "id": "9f2f4946-837f-42e1-b808-811dcdd29649", + "id": "581d2bb3-4c45-4ffe-8244-2994ad843d33", "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", @@ -87278,7 +87278,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "reprehenderit cillum magna pariatur" + "value": "culpa quis voluptate dolore" }, { "disabled": true, @@ -87287,7 +87287,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87341,7 +87341,7 @@ }, "response": [ { - "id": "cab153cc-b0b1-41eb-9e04-c3ef89f3fe3d", + "id": "46117392-066b-497a-ab2a-8fd9380789bd", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -87379,7 +87379,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87441,7 +87441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595b41ea-01d4-4083-9e83-7bcc27be8ae7", + "id": "32c316aa-7c1b-4b80-a54b-f155d0aca62d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87479,7 +87479,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87541,7 +87541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2db23de-6a5f-4017-bf4c-0e9e1345b50f", + "id": "99fbdf3d-e8a4-44e7-94bb-bfeed755d918", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87579,7 +87579,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87641,7 +87641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3675c9d9-a9eb-4834-9d41-264425052dad", + "id": "ad4d5cef-8d3a-4cf1-a6d9-78e7b87045a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87679,7 +87679,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87741,7 +87741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d1e5467-1e55-421b-8a23-a0e6922613a1", + "id": "fab0d5cb-fd80-4127-ba17-ce1a6748e5c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87779,7 +87779,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87841,7 +87841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe42274-ee29-44b2-8e50-ea0d0a86b4f0", + "id": "3350b472-919f-45c1-8cba-ec7285cfd842", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87879,7 +87879,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "sunt dolore eiusmo" + "value": "amet" }, { "disabled": true, @@ -87947,7 +87947,7 @@ } }, { - "id": "d18e94c4-db8c-42fc-8caa-1576f4552133", + "id": "004998dd-757f-4d91-8396-00071ef96263", "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", @@ -88059,7 +88059,7 @@ }, "response": [ { - "id": "1d06b144-cd13-45b2-ab67-5e224a5f51aa", + "id": "cb6d5377-3bba-4f62-9f70-83149ba53dd3", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -88160,7 +88160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7086cbd2-d368-4855-9847-95ecb6a1c5cf", + "id": "2be0b4ee-a9ce-498d-a837-87788ea7da6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88261,7 +88261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7371fdf-75b7-47db-8be4-e55123cefee0", + "id": "e04fa349-0554-46ea-92c0-0843414b8e31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88362,7 +88362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78f2920-e8c6-4e0b-91d2-e6f6c200b3ce", + "id": "18df3f0a-6e2b-4816-89b9-d96a79f8c40c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88463,7 +88463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be30cb7-b180-4ff3-ab7d-9aa61d87f0ff", + "id": "cdcdd895-d6cd-444c-81b7-e3d23ba051d1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88564,7 +88564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "907a32c6-d4d2-4007-ac9b-68d3864945ab", + "id": "200aa024-80fc-45fb-9680-21a43f958515", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88677,7 +88677,7 @@ "description": "Use this API to implement and customize identity profile functionality.\nWith this functionality in place, administrators can manage identity profiles and configure them for use by identities throughout IdentityNow.\n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes.\nThis allows administrators to save time by applying identity profiles to any number of similar identities rather than configuring each one individually.\n\nIn IdentityNow, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles.\nThis list shows some details about each identity profile, along with its status. They can select an identity profile to view and modify its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings.\nAdministrators can also use this page to create new identity profiles or delete existing ones.\n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "5560d021-5668-4180-93e4-c77cc5a7ee4c", + "id": "9fc35d06-9a82-4dc9-b513-399b21604da0", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -88752,7 +88752,7 @@ }, "response": [ { - "id": "3f7212fe-18bf-499e-9a9e-7107694749d7", + "id": "121e42db-8a23-48e1-89e4-37ef546189f6", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -88836,12 +88836,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\": \"16f15b30-6d3c-6644-0280-d3dbdf66d68e\",\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:ffcdbf07-71ef-6a09-da79-7e0a7090c0b6\",\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\": \"b8549a07-b552-0525-bd15-f83e57383506\",\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\": \"b2623378-5cac-7bd9-5748-bc0b43a7cd9d\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "318dbbeb-fe6d-4204-8658-816322d6116c", + "id": "de2e9b58-070c-47ad-948e-8cb1c89b8fc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88930,7 +88930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e8d8561-85fe-4a0f-b8f0-547035f9d7b5", + "id": "0a440ccb-790f-437c-83b8-7503caf0bd4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89019,7 +89019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eed8032-4fa1-4e33-9e5f-75eb900e34c4", + "id": "73328fdb-ddee-4aa0-a3cd-c0233d9dd377", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89108,7 +89108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f951c163-8ade-4aca-a6c7-43cbec7f7778", + "id": "d2a3d1ee-8613-4f8d-b17e-54785800359f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89197,7 +89197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f068ac19-29f7-4125-bb00-045573ed85c9", + "id": "00fa250a-f86d-459f-8187-dc24aa7bed15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89292,7 +89292,7 @@ } }, { - "id": "131e65f9-d18e-4c43-a606-3ca1a332241c", + "id": "9bfce9aa-f1d9-4951-a2d6-75a694ac78e4", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -89323,7 +89323,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89334,7 +89334,7 @@ }, "response": [ { - "id": "053328c9-9802-437c-9572-110504331099", + "id": "a24cb1d5-9c6b-485b-8348-f349da8fd8ec", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -89368,7 +89368,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89385,12 +89385,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:f6f7dcba-9767-f534-d129-df87e4377535\",\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\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5008008c-7790-4728-aaa4-314995339ad0", + "id": "c7fe5b29-ab55-4a9a-b99b-2ec3d2158f70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89424,7 +89424,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89446,7 +89446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58cba05d-fc89-4e72-9bf5-76ad3c4c4966", + "id": "f2106086-5574-4543-b2f5-768911ddb2cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89480,7 +89480,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89502,7 +89502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b4b1e6e-7196-470d-9c90-706f1ab69c6d", + "id": "80428b4e-7e09-437f-a15a-8975a57db54f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89536,7 +89536,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89558,7 +89558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b09ef1-c4c2-4d6c-81cd-5e5e3e71e074", + "id": "ef6d8731-12a8-47fa-a540-533b088f5225", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89592,7 +89592,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89614,7 +89614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1eb73da-8ec6-4909-87af-0e51ab560e94", + "id": "e96aaaff-4458-4751-b8e1-bd621e2ea719", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89648,7 +89648,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:f6f7dcba-9767-f534-d129-df87e4377535\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -89676,7 +89676,7 @@ } }, { - "id": "669cb6f9-98b4-4050-a9b5-8ed69c05f630", + "id": "c0cca92a-420a-4082-89fd-d4656313f279", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -89719,7 +89719,7 @@ }, "response": [ { - "id": "4a0e6174-f6dd-4485-8404-9a367fd56372", + "id": "e158ba61-eb6d-4a1b-b470-d9ada7054f42", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -89771,12 +89771,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\": \"2020-11-13T10:52:44.154Z\",\n \"launched\": \"2002-07-31T18:19:11.822Z\",\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\": \"1945-07-15T17:17:00.195Z\",\n \"launched\": \"1979-12-08T17:06:01.678Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc70d4c1-4958-42e8-b053-8cba3a700e8b", + "id": "06ae693b-10e5-4649-91ea-59251d539972", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89833,7 +89833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11b4bdc-5d78-4459-902b-e41bde365db3", + "id": "1a0fb67b-f65c-4f7c-9e2b-371c9c3f436c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89890,7 +89890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feba5b71-d6a3-4a13-a267-7a01885203d3", + "id": "84080b38-78f7-41a4-9caa-5b00a565dab0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89947,7 +89947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7c62d82-c9c7-4d36-b25b-cdfb358c1da1", + "id": "36ea23eb-8b55-4597-8512-e17b538b0f32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90004,7 +90004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64064ab5-7477-4a88-8a52-a2707c008221", + "id": "228f5ea9-77a2-4ca9-af5f-56e3afabbeae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90067,7 +90067,7 @@ } }, { - "id": "d8e71ff5-e3b9-4311-973d-bc4c63ecace0", + "id": "9309b675-ca7e-43f8-89fd-82b2adebfe44", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -90143,7 +90143,7 @@ }, "response": [ { - "id": "453201b0-021f-41a9-87aa-a477819068fd", + "id": "a45d2f49-bf20-4bc0-bce2-236835bb9220", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -90233,7 +90233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44053a7a-f091-46a7-ac91-2b2e04a705c5", + "id": "fc974356-c410-4ba6-974a-3185d9795b4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90323,7 +90323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f1a03a-e675-420c-9983-2a17c8885427", + "id": "a7bf40a5-79a9-4925-b260-ca674cc9b2f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90413,7 +90413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f01e7c2-9ec6-46c7-bc44-21ea7bc801d0", + "id": "ae078fbb-1215-4e10-ac96-1ee9bed988b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90503,7 +90503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601d9e04-66db-45d8-97a7-9bd2e0d487d0", + "id": "b564361e-89b3-462d-bee6-662b1a457ea3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90593,7 +90593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0c84cfd-f7c0-455d-baae-7348615dd566", + "id": "285d4883-4a93-4ad9-a7ab-c7b37e0e388c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90683,7 +90683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a283df7-f660-4776-88e1-5d96f2ed4b28", + "id": "7306a11d-98a3-4e1b-b71d-53daeda6d2bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90779,7 +90779,7 @@ } }, { - "id": "61a921f2-f053-46c1-bb41-992fcf88dd9f", + "id": "b97c675a-4fd7-4e29-923f-98c81f60bb5f", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -90822,7 +90822,7 @@ }, "response": [ { - "id": "f3f69a1e-8304-4fc9-8c30-a53da716c723", + "id": "74c40acf-8a25-4158-a49a-d891e883a2d6", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -90874,12 +90874,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 \"occaecatb2\": {},\n \"adipisicing_0\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"esse_f\": {},\n \"cillum_fd\": {}\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 \"enim_f59\": {},\n \"exf45\": {},\n \"ullamco_26\": {}\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 \"ea_7f\": {}\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 \"ea_6e\": {},\n \"ullamco_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 \"sit_917\": {}\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 \"ipsum5_\": {},\n \"veniam_7\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"velitc3\": {},\n \"veniam_36\": {}\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 \"sunt8d\": {},\n \"velitb_\": {}\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 \"aliquip_9\": {}\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 \"ea_c\": {},\n \"veniam_a_9\": {},\n \"proident_61c\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nisi_a\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "470506ee-f021-427c-9a42-0d449c9c8c83", + "id": "d558aa7a-8e61-4e4c-b888-3dc3583e5caf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90936,7 +90936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4118aaca-2df3-4afb-85c2-f1e5c1965bf1", + "id": "14007f62-f93e-475f-b0a0-e5f2fa7a6e28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90993,7 +90993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1110dd81-b4c6-426e-b6a2-60f0b6967e5f", + "id": "9cc85a96-fc86-4484-9938-ad985fc388d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91050,7 +91050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e87af5-5887-4607-bda5-66c4bc9bf7ea", + "id": "04050f62-e9b9-45b1-86e0-66fa79a2ba74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91107,7 +91107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff82c5f1-ee30-451d-be4b-553cae21d926", + "id": "3bc5cedc-102f-432a-97cc-f10af88d05d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91170,7 +91170,7 @@ } }, { - "id": "94fa7301-4ec8-4013-945a-82427173261b", + "id": "1619ce0e-185a-461f-beb4-f4cf8886146e", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -91202,7 +91202,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91213,7 +91213,7 @@ }, "response": [ { - "id": "25dedb95-306b-4760-bde7-0cbdd789cbd8", + "id": "ebcd6f05-ecf6-47ba-9478-b2619546e24c", "name": "Object representing the preview object with all of the identity attributes using the current mappings.", "originalRequest": { "url": { @@ -91248,7 +91248,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91270,7 +91270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7787cd-05bf-44d6-b46e-db4fa145493c", + "id": "b0ad8986-3aba-4a81-8eed-60da885c1d19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91305,7 +91305,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91327,7 +91327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56a5e9b-38b9-46e4-9162-065091d670b6", + "id": "f93d9f1f-6aaa-440d-87cd-d3faf2c803c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91362,7 +91362,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91384,7 +91384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c903fb9d-1c99-40d9-b856-31864f4170e6", + "id": "381f1806-9033-40c8-a944-c54a6df62674", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91419,7 +91419,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91441,7 +91441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25408192-35d0-44de-9c1c-c4505230dfe9", + "id": "f7fc84ca-0853-46d0-9b32-37e8b4e3a08e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91476,7 +91476,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91498,7 +91498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fac71605-96c9-49e0-963f-2da46a4bd2fe", + "id": "a31e02cd-11f7-4cac-a331-f3920adcd506", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91533,7 +91533,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c2358f8e-7c5b-e39d-33b6-3a75287b0cc6\",\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:f5b8b4af-dac4-5c47-0962-1ce0c87d3ab2\",\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", @@ -91561,7 +91561,7 @@ } }, { - "id": "9af2cf9c-3641-478f-a7f0-abba11486f9c", + "id": "454f4396-600a-436f-8d21-a520da07bff6", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -91602,7 +91602,7 @@ }, "response": [ { - "id": "5d35fbf3-5ff7-434b-b97f-d9293d1d23b1", + "id": "7d9fd1e6-0c11-452d-835f-7debfe4931e1", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -91641,12 +91641,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:f6f7dcba-9767-f534-d129-df87e4377535\",\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\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dd0d2c39-e579-43c1-bcdf-17e6d81c43ad", + "id": "b6e8d304-1261-421d-9bf7-6ba75d0e8faa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91690,7 +91690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6775f966-3fab-4a4a-96e0-6b116f9286f5", + "id": "4418a8dd-dcbe-44cc-9ead-84910771ee29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91734,7 +91734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b868b3d2-89b4-4418-81aa-0e89942d3a2a", + "id": "dc14cf62-4257-4394-9b80-7ea2cc38f5a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91778,7 +91778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7262dde2-eae0-4fec-9c5b-cda39753adfd", + "id": "9db7db73-6768-4890-8063-9e2cf7afb7fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91822,7 +91822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61721589-77a3-4f5d-85f4-3436a23dc74f", + "id": "cce6ac6a-9490-41df-8919-e3df2aba1306", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91866,7 +91866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4d2dc60-834a-44fe-8d93-26b2c2945527", + "id": "738399ed-16df-41eb-8d8d-2b79bf446f89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91916,7 +91916,7 @@ } }, { - "id": "b72a4309-ed3b-43bb-8a75-6f629a8446d8", + "id": "1c740490-45a0-48dc-a355-888c4812efa0", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -91957,7 +91957,7 @@ }, "response": [ { - "id": "ddb3d954-b623-4988-b6d9-f185b0dbb2ec", + "id": "675f110c-a9c8-422a-803e-b7247cf4d61f", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -91996,12 +91996,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\": \"1976-01-19T06:55:40.605Z\",\n \"launched\": \"1959-06-17T06:41:34.645Z\",\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\": \"1975-09-20T10:41:22.746Z\",\n \"launched\": \"1952-09-01T12:00:24.451Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4692a8a-80de-4575-b66c-c7c6e53506cb", + "id": "289deb98-5163-42eb-aa1b-5e320198ab5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92045,7 +92045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f31866e-156e-4fad-9309-8ccd0a68047a", + "id": "88185443-4bfa-4cd3-822a-b9893c1af492", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92089,7 +92089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "758bf2de-6d87-4e1b-8ad4-af4fc2f6b30a", + "id": "089d4d2f-8d6b-4e03-8855-3d8063aeefc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92133,7 +92133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab7c7fb6-2c45-4367-a1a7-63fc97869fbc", + "id": "d9306e39-6f70-4892-848a-36a02b6e3480", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92177,7 +92177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27c4695-0cc3-4fb5-be8e-9673d08991d9", + "id": "10e2f374-d604-4377-8950-546b66655ad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92221,7 +92221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "992218ac-612e-468e-851b-f056f3e288a4", + "id": "413327ba-061b-4aa3-a782-af68771e8fab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92271,7 +92271,7 @@ } }, { - "id": "bb7f9e08-eafc-4950-92d0-ffa6c627187b", + "id": "57dcc64a-8114-45ee-a021-f63a6d6ea1eb", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -92325,7 +92325,7 @@ }, "response": [ { - "id": "fac0c6e9-24fe-4a21-92ab-41e2f180d61e", + "id": "9179663e-c1f3-4cad-b7f8-5bf1fb2ea45f", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -92377,12 +92377,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:f6f7dcba-9767-f534-d129-df87e4377535\",\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\": \"d71ca970-4ed9-ca05-0174-1f7dda635094\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b035cce5-4daa-4b6f-bcdb-7596bd3f8a80", + "id": "8c22ca75-532d-4465-ba6e-fdb1fe119f0d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92439,7 +92439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89fa0a9-977b-44c0-affc-806e5c75ab5d", + "id": "41449afd-b7cf-4d94-a039-b705ec9be8f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92496,7 +92496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757ae337-731a-4c7d-a1ff-bdb1224e64b9", + "id": "0bf2a860-8a00-4d2f-9f46-2dc47ff4e8f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92553,7 +92553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b29d65-c8cc-4a90-b2cc-a0c25671d32b", + "id": "5a35e048-5681-44c1-ab68-3813b18c522f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92610,7 +92610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05432c5f-6912-4a6c-96dc-97ec4cba27ce", + "id": "fc1e2c00-1fcb-4af4-bea1-833bd89987dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92667,7 +92667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cc74c0-300e-439d-850e-59d4ad618675", + "id": "0b319704-d578-4972-b5dd-8e1c93bde396", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92730,7 +92730,7 @@ } }, { - "id": "a1c4d112-ba05-43db-9ce4-b8df7aee0443", + "id": "9aff9008-bf5c-4c5c-9454-45d73ecf3386", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -92772,7 +92772,7 @@ }, "response": [ { - "id": "916c9a58-6658-4a30-958f-524cd3e8590f", + "id": "36490423-52f5-4ad4-95a9-86de4f3fbb60", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -92817,7 +92817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac43c4e3-b7a4-42a3-acc9-fdd45778dd89", + "id": "b37849ff-f62b-4f9f-ae8e-73d2a339d91d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92862,7 +92862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45929da1-1149-44af-b1e9-d0f66d6d9d65", + "id": "d5bf0d54-9fb7-491a-986c-f141a9537ed5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92907,7 +92907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "017af4b8-c1c6-4c4b-82e7-b5bcd1a99ecc", + "id": "fd95a16e-7ff2-4d41-9823-3c344db8d9af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92952,7 +92952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d6b098-c91e-4d42-925e-3613372eedb9", + "id": "481f1f73-dc20-4815-a97d-eded40802aed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92997,7 +92997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a907e81-518d-4ad7-98c4-ba827612c8ec", + "id": "eb9f99ee-180c-4c6b-9647-2d0c895d9683", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93042,7 +93042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31b0e5e0-9b8a-4e55-8539-e5e0db77274f", + "id": "d873a390-c0fe-4b03-87fa-6c3b4781787f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93093,7 +93093,7 @@ } }, { - "id": "df044cb9-9715-4d37-aff8-585dc1cdf300", + "id": "c70bf62d-5915-4506-96dc-041fd260de0f", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -93135,7 +93135,7 @@ }, "response": [ { - "id": "021735e9-2668-4040-97e7-ab4596099a4d", + "id": "1ea0e24c-3deb-4b28-b6c2-844cdfa6de5a", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -93180,7 +93180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67e69ee-7e2c-45cf-925f-74c329ead64c", + "id": "c08f5f0e-bbf6-46c4-8d42-ba0d73ff760f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93225,7 +93225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57875e2-c6ea-4f38-9846-12d10b17671b", + "id": "6496c509-507c-4084-8759-24c9a0780782", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93270,7 +93270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a044cd8-3e83-42f4-b744-31ada2e9fe9f", + "id": "73fbd6b5-6d78-4be8-be01-3fb605e56ca6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93315,7 +93315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d174c5-403d-4fd5-8663-4c2031c7dcf9", + "id": "62782d6a-f898-4242-b6be-9bdd68194e57", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93360,7 +93360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487171d0-2c74-42c4-909e-b1ad4ed11913", + "id": "5ad56968-8cc0-4fdd-87c3-435b74e4242c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93405,7 +93405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798dd0f4-88b6-4133-b49a-d559d5f184ed", + "id": "1f2e604e-a6af-436b-8ae2-904aeb8c77eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93462,7 +93462,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can view and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with IdentityNow: 'Active' and 'Inactive.'\nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes.\nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored.\nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how IdentityNow manages users' access to apps and sources for each lifecycle state.\n\nIn IdentityNow, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to select the lifecycle state they want to modify.\n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state:\n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state.\nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state.\nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, IdentityNow evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles.\nIf the identities are missing access, IdentityNow provisions that access.\n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for IdentityNow to send whenever an identity with that identity profile has a lifecycle state change.\nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.'\nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses.\n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "f3855b4b-407b-4624-91bd-f656c592c3ad", + "id": "3f4420db-ffb4-46b8-b8ee-1b54387962b3", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -93484,7 +93484,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "identity-profile-id", "disabled": true, "description": { @@ -93494,7 +93494,7 @@ }, { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -93515,7 +93515,7 @@ }, "response": [ { - "id": "074a2e62-0965-4fcc-98e5-c5ed39f3d00e", + "id": "7457c8a0-a3b8-4c17-bd4e-295d8403a578", "name": "lifecycle-state", "originalRequest": { "url": { @@ -93561,7 +93561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd02ec6-46d0-4ca7-8844-6994d3771fe8", + "id": "fc2c939a-62bb-4c0d-8da5-455889e24a20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93607,7 +93607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ff2ee9-62dc-4fce-bf4a-98e303e9e2ac", + "id": "5a638c5a-075c-4f8e-8edb-e42b1264b0ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93653,7 +93653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22711697-4a14-4a72-a299-f73b4f0f2568", + "id": "2c5c330d-1cb7-4b56-baa4-2c4bf53eb13f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93699,7 +93699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c1b73f-afdd-4160-997b-5b09d4066272", + "id": "5403aab4-b35a-48ed-a0f7-1f6824a9461b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93745,7 +93745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdf5378d-0797-47ef-a8f1-36377a1b6d5c", + "id": "06b2e22e-e46e-4915-bb05-0f44e649bcdc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93797,7 +93797,7 @@ } }, { - "id": "bc900e6a-b85f-4a56-a1a0-bf23e3cb29ac", + "id": "e34e24bb-88e6-42d7-8a4d-ce080935dfe2", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -93819,7 +93819,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "identity-profile-id", "disabled": true, "description": { @@ -93829,7 +93829,7 @@ }, { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -93863,7 +93863,7 @@ }, "response": [ { - "id": "35c21d4d-f5cc-44a0-a30e-b71fa1e9c812", + "id": "81aa8721-8b3f-4b9e-9921-3d2502f50159", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -93922,7 +93922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13019954-f993-4f55-a74a-1bd799685165", + "id": "1fd713e3-bf0d-47d2-bb23-158216d51474", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93981,7 +93981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39591ab5-af4c-4323-9dfb-89c1ad2ec7e7", + "id": "ba090fec-3207-4781-be95-ccc92a15958e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94040,7 +94040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a4342f-f66d-4282-b741-56984d29118f", + "id": "c7c74be3-ef5d-4e9d-9b65-d507fc64d752", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94099,7 +94099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e52f481-8dfd-4ce1-87ac-4bf33c3f3d35", + "id": "3f39961d-f017-4196-a5f8-d0d7cbed224e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94158,7 +94158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44cc24de-180d-45d7-8e27-e412a485abba", + "id": "e1f5de0f-20f4-44b8-9be2-aee3c7bae97c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94229,7 +94229,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "4f1400ca-764a-4d93-acb1-f02087a9093e", + "id": "f1d0e106-fd4c-43c6-adb1-fa27da5c4986", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -94281,7 +94281,7 @@ }, "response": [ { - "id": "be66f285-3ffd-4094-b0b3-9dda90dc9190", + "id": "eefd30c7-fd86-4abe-9f31-ecdd67fcd1c6", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -94331,12 +94331,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "651b4d35-92c5-42eb-9786-cbe72546e61c", + "id": "302a3737-86cd-462c-9662-74a1d960b68a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94391,7 +94391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71f10df9-c6bb-4153-bf79-0d6fee033bc5", + "id": "4f1c5bf7-3013-47de-899d-0803986eaa2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94446,7 +94446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94cca42-cbf5-43ca-9378-c8ca83f15bc0", + "id": "21e3ce03-6c88-4759-9268-708a8997815a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94501,7 +94501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e39813b-457f-475a-bd82-2b5b047e39c5", + "id": "fc257e20-b644-46e4-8d5c-9ec7f285eb9f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94556,7 +94556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d0bf4a-f7c9-4600-85de-e9fe5b2ac94c", + "id": "a2436eda-db50-42b3-94cd-42840dc788ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94611,7 +94611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "624676bf-2ead-4e95-af5d-28dbaf602956", + "id": "aac037ff-1671-4eb1-be9a-fd4a36184080", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94672,7 +94672,7 @@ } }, { - "id": "f66bbd4e-6f9b-4e20-b4d0-cf8c2cb4591e", + "id": "5e8f836c-cc75-4dd3-b97e-a38e518340f4", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -94716,7 +94716,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -94727,7 +94727,7 @@ }, "response": [ { - "id": "0d651bb1-2ff6-4d1c-b9ff-4340ce9749e0", + "id": "e8c4be44-d88e-4793-8c01-eae22bded703", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -94763,7 +94763,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -94780,12 +94780,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\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d432d855-c48b-4ecc-92e6-187ca3f08c79", + "id": "3c7bd9a1-0eab-418b-a334-bd0b44697e4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94821,7 +94821,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -94843,7 +94843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78eef6f9-7230-4111-823a-8ed28208e7b4", + "id": "b277c553-ad30-4775-971f-ced6ebdaa6a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94879,7 +94879,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -94901,7 +94901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6765a15d-cec7-473f-aa73-af6902b3a31a", + "id": "ed4cc8e4-9893-457c-939a-e06520d91ee2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94937,7 +94937,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -94959,7 +94959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c1d41f-3b36-426c-bdde-7edaf9f67584", + "id": "d1cccfbe-8f80-4052-842c-256857ead5a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94995,7 +94995,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -95017,7 +95017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79cc90e0-a1d5-4223-8b03-6d778765d670", + "id": "4c7af1fc-ff95-4510-8622-34570efd68a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95053,7 +95053,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -95075,7 +95075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d0d7dd-99b7-419e-81aa-4dde7e1d8145", + "id": "e23b2baa-4b32-4301-90d8-3e838bdf97f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95111,7 +95111,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\": \"FAILED\",\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\": \"UNDEFINED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -95145,7 +95145,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "55bebb96-dcb3-4112-bc71-c3ecca779c1d", + "id": "9eba847c-ff61-44e3-8372-90efe99a06f2", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -95186,7 +95186,7 @@ }, "response": [ { - "id": "7d883922-1235-49db-98d0-7aa3f1284f4a", + "id": "23551997-0274-4209-8934-0cfcf9aadf2a", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -95230,7 +95230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e6a220-0c9f-44cf-92ba-8e9422b928c5", + "id": "39c9362a-c982-4c4e-a355-cb3bb2c5d076", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95274,7 +95274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d89a80a-f58d-4c1b-b5da-699360c2f81f", + "id": "24e84672-5aa0-4e78-98ae-bfdd41db10f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95318,7 +95318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e926e9b-8db2-460c-8729-387e84cb6630", + "id": "86a15f1a-2945-432c-910c-77076874ea16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95362,7 +95362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a894cdd-9a59-43c9-a555-be1f4a0ff914", + "id": "d6449b83-1b72-486e-b485-4f03d36fc941", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95406,7 +95406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d60f46eb-dbd9-4ffe-b0ac-304262a38ec4", + "id": "7ea0c709-d2f6-45d3-925f-f311cc844d7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95450,7 +95450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50fcdc76-86a6-47af-bcf3-a2edfa60c106", + "id": "341530e5-ba57-44db-b42d-c670db3a16d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95500,7 +95500,7 @@ } }, { - "id": "d168a736-a7d4-4103-bd8d-b9e8a310702b", + "id": "d2f71801-2eaf-43b7-9587-1ebbfd158575", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -95542,7 +95542,7 @@ }, "response": [ { - "id": "bc284ac0-4f66-4671-ae82-86f8cc35bfb9", + "id": "65574913-84b4-47df-94fb-581577abae35", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -95587,7 +95587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1151b9f-dd02-4c83-afab-623b1fc8d136", + "id": "95744803-80e0-4c4f-8222-db3e330cae42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95632,7 +95632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e82401-0120-4d67-9389-0de628febf7d", + "id": "f92a6142-059c-4f7d-8859-4b8334f561d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95677,7 +95677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7248bb20-3b74-4e1e-83d3-fe6d5022a21c", + "id": "ebc0c276-59a7-47cf-990d-53de5067aa41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95722,7 +95722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d216197d-b238-4f87-84b0-83b268a60f8d", + "id": "2936f620-736d-4c4d-9845-3eb92a7ccec5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95767,7 +95767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448be2cf-ba62-42b7-ac47-e69cd5a92361", + "id": "b2fbc55b-c4d0-4a0f-a06f-da91f2c0ef92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95812,7 +95812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc5512d-d0ee-4d85-8fa4-49d6fcabfdce", + "id": "9f39b260-c2be-4c73-919b-c7059188d40e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95863,7 +95863,7 @@ } }, { - "id": "152baa92-0c3c-4379-bfb8-aa65d800fa76", + "id": "4cbd70bf-0aa2-457e-8b0c-21a2c24844cb", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -95918,7 +95918,7 @@ }, "response": [ { - "id": "ae3ffad0-eb93-4517-893e-d67d2fc67392", + "id": "4bca5bf4-f528-4ac5-acbc-f9fa4d4d8979", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -95976,7 +95976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce47186-9dd2-490c-a324-301b6a6dac3e", + "id": "b86a7e18-1acc-4fef-b232-f648ab8b316f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96034,7 +96034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2aafb2-dd72-4b45-8490-7f9622536772", + "id": "002b28a2-f298-4e9f-84f4-238b262a2938", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96092,7 +96092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b1760a-0222-40bb-a006-2d00a376f965", + "id": "8b791aba-fc26-4d54-8dac-8fd51a1797ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96150,7 +96150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2367f5d2-0e49-46ea-836c-c40bddde9076", + "id": "bc427aae-4079-4b68-a3a9-a58fdce4202f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96208,7 +96208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4051fa2-e84a-41d0-a1fd-a9e465f44888", + "id": "a32e27b5-0e1c-43a2-9f2a-235eba91517f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96266,7 +96266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e66a66-8e3d-4025-8656-ce9841e25b6f", + "id": "252215e9-c544-4aab-a30d-c088b219552c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96330,7 +96330,7 @@ } }, { - "id": "d9d6e389-07ac-4c21-9191-cd8eba3589bd", + "id": "b143ac5e-3bc1-4511-8f38-27cbda485bef", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -96396,7 +96396,7 @@ }, "response": [ { - "id": "43a78bf9-1def-460e-a4fc-3b2064983fa1", + "id": "1d87992e-b3c7-4fde-90d6-ac36297b6b19", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -96476,7 +96476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65310b52-61ee-4b74-9f91-35b0aeca5a80", + "id": "3f43ba23-2670-4d0c-9978-4c00021cff81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96556,7 +96556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d35ec4-7a65-4348-b3cd-547560fc1593", + "id": "f9f23d66-d533-4742-bb37-ebb897c8e23d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96636,7 +96636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23333b52-26e2-4db7-a708-01abbfbbed1a", + "id": "60ef6406-6a4c-4a95-936d-95e5c70e1855", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96716,7 +96716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85924fb-92b6-4df1-a21d-50f86a5a79e3", + "id": "ff7d47ca-d8d2-48ff-aa69-3d39054d96da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96796,7 +96796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c1949c-ea45-4cd6-b936-285e113a0271", + "id": "aaf177a3-98fc-4d1e-b0c2-e8ce0c2e5b0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96888,7 +96888,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "ca249bff-efed-4564-95a0-3fff4109ec25", + "id": "00ef827f-9c17-4f44-8cea-8d65ccb4aa77", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -96919,7 +96919,7 @@ }, "response": [ { - "id": "eee08d5e-3a5c-46a9-9347-c2d04e187a89", + "id": "241b4431-1c45-40c1-a8ef-0442ddaac563", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -96964,7 +96964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85a7a450-9c13-4d4b-8eb6-9c2a29b1cf1f", + "id": "a232b586-3e47-450a-90e6-81854685309b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97009,7 +97009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa834066-a3f5-4938-8982-29fbce2480a4", + "id": "3dbf10ba-18d1-458e-81ab-9c2a4b18ced7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97054,7 +97054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416fb3f4-3418-42cb-9fb1-af63a5cf6cfb", + "id": "5fdb678b-1d03-4fe1-8762-46913fea21c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97099,7 +97099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f95cdf11-7ba9-47e5-aff0-3e041ec264d6", + "id": "77ad4fd5-cd05-4cfb-b7ef-a0b429e56e8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97144,7 +97144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78bef48-29a9-4550-8e8c-9d175f8657ec", + "id": "f0d57910-2125-4baf-9f53-6f3ac947cd3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97195,7 +97195,7 @@ } }, { - "id": "21c1ec43-b786-4e56-91a8-91d551bf6191", + "id": "2b06621f-4ec2-43e3-9413-e2f53c6c0e1f", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -97239,7 +97239,7 @@ }, "response": [ { - "id": "584ef041-456a-4929-8f07-20c6b2dedc8f", + "id": "d0b490f4-9381-407b-ade2-15f281433cdb", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -97297,7 +97297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81be935-0d18-4b38-86a4-bd5ad2a8140a", + "id": "4e626a04-df80-4a7e-ae5c-47ed4ee0c7ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97355,7 +97355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b8c70e-e4f9-4307-b7c4-79b9c3f7b9f4", + "id": "b6185615-0213-4437-b3bf-95f1fd621dcb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97413,7 +97413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545a3a19-0fd5-4d1f-94fe-45284932f58c", + "id": "9a5216a9-c0b3-45d7-89fd-9835bc78adde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97471,7 +97471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4454a535-f285-4cc6-8cac-54d83feb8b72", + "id": "24026ce0-1744-4c92-bc68-3a2e6efa61d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97529,7 +97529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd985e02-3b5f-4f2b-afc2-74a9a4cacd7e", + "id": "01791cc7-ba86-45ea-8f35-22b91ef8252c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97593,7 +97593,7 @@ } }, { - "id": "81e29efb-9bb5-4a05-bb00-f810dd1cca83", + "id": "69235b80-7c90-499c-8e27-72ef12cabe4b", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -97624,7 +97624,7 @@ }, "response": [ { - "id": "2874b287-61ba-404a-b2ed-ba0eb3ea267c", + "id": "ad5eeecc-b5fd-46a5-a0ec-c06f75b594ab", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -97669,7 +97669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d43591ad-be2b-4a5c-b9e9-40f9da63b920", + "id": "57c6b6ca-47c1-40de-a4a0-5943adad80d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97714,7 +97714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb86d67-6a08-4006-9473-0627c630f736", + "id": "c1cc2916-11b4-4a1c-a8b7-63bb6b6cf408", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97759,7 +97759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1eb7e79-2e2d-434d-8a8f-8607500c3323", + "id": "596d8bb8-5bf7-4a0b-9ace-43ad6fd3351c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97804,7 +97804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e21016-49f7-425b-b40a-cba98755a2dd", + "id": "6da38e90-f72c-49c8-87a6-47e5b3bb8aa3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97849,7 +97849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b53e4d-2b56-4924-81b2-514ebedd7476", + "id": "92517487-f5ae-487c-9262-fb2db73153da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97900,7 +97900,7 @@ } }, { - "id": "df8fd677-19a8-48ad-99c0-7bd6ab74bd5f", + "id": "20ffcd00-4c7d-472a-a389-384c896f38f0", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -97944,7 +97944,7 @@ }, "response": [ { - "id": "e831015d-f039-4180-88de-46f1b87acfce", + "id": "be9d1c59-d566-4009-abcb-290134d66157", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -98002,7 +98002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9581c1-c610-46d2-bd62-2fabb5d8cb05", + "id": "450c3776-136e-4ba3-895a-a5d85aa16d44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98060,7 +98060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3505a9a2-98d7-4090-96c5-31f0c561b8f5", + "id": "8cff5a2d-4029-48ea-b891-d289034c0266", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98118,7 +98118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5634f2-e044-4c00-bbb5-94b0efc58248", + "id": "dd889e26-ff2a-4f6e-a060-15197b10375e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98176,7 +98176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdc40315-8dac-46b0-ae31-a846a94e6a0c", + "id": "3f38d8df-e2b3-430d-94e0-d705c36a6eb7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98234,7 +98234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee62cb82-f119-4811-8c33-1f92973b26ca", + "id": "890320c8-f40b-49c8-a64f-22d7ef9495da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98298,7 +98298,7 @@ } }, { - "id": "3cc0ae4a-cd0c-44ef-9c87-be07011e9c4a", + "id": "76b67b57-531d-43cf-a9f3-67078c2d7379", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -98340,7 +98340,7 @@ }, "response": [ { - "id": "0b2308c3-624b-43f0-8365-f45ba2bba116", + "id": "bba5fb41-c14b-47e5-acf0-94b9a51d47e0", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -98385,7 +98385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92aa8f09-f237-413b-a49f-92d9859bcfd2", + "id": "84e677a7-3a79-45b5-ae48-77d2537f5091", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98430,7 +98430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46924ab5-5410-461b-b205-26b4cab1b9fc", + "id": "dfb65245-1add-499e-9fdc-eb863daa0f14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98475,7 +98475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04698eb4-3756-4d23-b6af-0490df2c342b", + "id": "c84bbef2-4cff-4d2f-b81c-e70b30cfb011", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98520,7 +98520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2acab01e-453c-42a4-bdc6-8255d9f5bd12", + "id": "064f3448-dbf9-434e-aa9d-84c1ca8434f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98565,7 +98565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a415394-b1dd-474d-9d4e-1b35cd8d836a", + "id": "ee81f405-405d-4cd0-857a-7672aa12fd6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98616,7 +98616,7 @@ } }, { - "id": "5addcb26-60b1-4f7a-9f6b-39621d1c3c8a", + "id": "d2b279c6-a344-488f-a68e-f95ff0a19761", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -98658,7 +98658,7 @@ }, "response": [ { - "id": "d796699d-e401-4a87-89f7-317eb3bbe570", + "id": "f3ba43cf-7610-4df6-b871-aac5c6a7c22a", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -98703,7 +98703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7742ef46-1bf1-49ca-8089-c7af20f56446", + "id": "ef9af8c9-8caf-48c7-9f38-715c1dfeb076", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98748,7 +98748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2220ab8-89df-4130-b94e-6b2bc4a0485f", + "id": "2150a3de-d1af-464e-af00-54b8b29500b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98793,7 +98793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f010c709-79b8-466e-a577-10cbf3b3c6fe", + "id": "e605b9f8-b9dd-4821-8fff-fd56e1a6e5d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98838,7 +98838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe25ebb-1c15-4e3e-94b9-d368bb203d62", + "id": "59cc0452-cd8e-47a7-b821-4e4027e92750", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98883,7 +98883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c970f05-7984-437e-965a-3460d7f0f092", + "id": "762e2629-3f56-4b78-a6fa-cbd855f52eb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98940,7 +98940,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": "d28e964c-a47f-42f2-a162-bd1b8c2dac19", + "id": "e9c4b30d-e508-4f38-82ca-8bc374d0a802", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -98984,7 +98984,7 @@ }, "response": [ { - "id": "0d38c5c6-14b4-4533-8357-12ded924d0d9", + "id": "87295d35-d99a-4078-8b82-ebe81e4228cc", "name": "The status of verification request.", "originalRequest": { "url": { @@ -99042,7 +99042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55bd87e-addd-4e88-ba0d-0d141b7a4048", + "id": "8737a149-377f-48fc-b989-082b376d75be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99100,7 +99100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b581670-012f-48ab-abee-be4327544f4b", + "id": "14a48c64-2d2d-4587-a11e-7bfae7d2f851", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99158,7 +99158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ce78217-15dc-4ed3-a797-52da1b6dc685", + "id": "62238d5b-8b25-426f-b701-3ceab58a4645", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99216,7 +99216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ff4962-ebb6-467e-81bc-43ecbd005f5a", + "id": "5f7f9289-7932-476d-b133-5363ec744bc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99274,7 +99274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6a6c80-40cd-4a20-b386-3fecfb03824a", + "id": "fb53c6ba-edb3-4310-8682-0bafdff0b987", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99338,7 +99338,7 @@ } }, { - "id": "2e8c1d80-6ff6-4c63-9c67-a110a5ba400e", + "id": "3282c481-be5e-41c0-994d-aabff3490c55", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -99382,7 +99382,7 @@ }, "response": [ { - "id": "32787e5a-678f-431b-9f32-7abe98007e86", + "id": "854f137b-4e0f-484e-a38c-11007d323d65", "name": "The status of verification request.", "originalRequest": { "url": { @@ -99440,7 +99440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05972ceb-4bc4-418a-ba70-242b89820e23", + "id": "447ae16d-811d-4f8a-8d92-1ca9f28b2199", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99498,7 +99498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14864c41-f22e-484d-83cc-e854344c386f", + "id": "e0f0c021-a7f5-4d71-ab0b-e5e3f6eaa90e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99556,7 +99556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dace150-d12a-4553-9be3-fdab0c5bb0d2", + "id": "e20fb763-5821-454e-8c98-fd26c04a5575", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99614,7 +99614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e09334af-9698-468c-85b5-dfa764452b76", + "id": "11457580-928c-4a9e-bf54-ee6cb116dee7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99672,7 +99672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec2b651-11d4-421e-91a8-4b400d8f46f0", + "id": "30633d09-5787-487e-a402-1833a74667e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99736,7 +99736,7 @@ } }, { - "id": "fcf55a8c-327a-48a5-9ad9-29262e8c36e8", + "id": "46e955ff-0388-47e0-9345-dc246ac24b81", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -99791,7 +99791,7 @@ }, "response": [ { - "id": "39063a33-63d4-4a48-96bd-d1e26734fbf6", + "id": "977e1f79-1249-4493-8d1e-117b571ec6e3", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -99849,7 +99849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0db6a9b8-0d97-4899-9a83-2c8b8c53bc93", + "id": "66bd0d7f-f9b5-48b7-9b68-cca9583524d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99907,7 +99907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8966e7c-28af-49be-b005-3c889af4a027", + "id": "472e0061-848b-4fdc-aeb2-21d404a96ef4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99965,7 +99965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bfdee79-2de6-4a3f-8919-4070278caad2", + "id": "76dc89bf-b6b9-4ab9-9cf2-7c0081af8931", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100023,7 +100023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cbc8ed9-9ed2-4dd7-a94b-303ae0e82436", + "id": "c46cb181-e75d-4332-bc70-c22ba58f0591", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100081,7 +100081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a6d443-2393-4ea1-b22c-bf89b21ed4a2", + "id": "b6f8a49e-8107-49fe-8084-53443c9545ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100145,7 +100145,7 @@ } }, { - "id": "ddfa256b-dd92-46ec-ba8c-9564bdcebc80", + "id": "da441c9b-c1a8-4b46-8287-9322c1ce33bf", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -100189,7 +100189,7 @@ }, "response": [ { - "id": "cf20ff71-9635-469b-85f7-9d1195afacb8", + "id": "91872d27-989c-41b2-9ae5-de5e856fb35b", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -100247,7 +100247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d783a831-cb20-4edc-ace9-8b7c885fe12e", + "id": "8b20d91f-19a2-4ec2-8c11-4e1bc4489573", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100305,7 +100305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9d8f46-0b25-46c7-b291-3a21c62438fa", + "id": "53688ad7-6ece-4ab7-a088-cf27373f16d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100363,7 +100363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf9174d-e778-4458-a30c-5d9eb6de81dd", + "id": "17eafc79-7821-4caf-9864-d73b26086174", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100421,7 +100421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1770f9-16c1-4f54-9547-751bbb68116c", + "id": "aef54421-d95b-4fd4-be01-cc339b44ace9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100479,7 +100479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12f4237-b133-442c-b676-604bcf69bd31", + "id": "fb3e902c-85dc-40d9-92d4-1b47a4612bc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100543,7 +100543,7 @@ } }, { - "id": "604a8f8a-9868-4e79-821d-f672f709d600", + "id": "38b17f24-45a9-4592-bb0a-6b2d59b9bbba", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -100587,7 +100587,7 @@ }, "response": [ { - "id": "67d0fb68-a169-4551-a54e-f4c9334b84d4", + "id": "45e217a8-6fee-45d3-9211-242c603c44e8", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -100645,7 +100645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c140fc56-d326-4804-845f-a9b030b23bc3", + "id": "e8ae11ce-9737-472c-8040-629d0863f087", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100703,7 +100703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e124dada-289e-4bb4-b3fc-7278a2db5f8e", + "id": "369ce1c3-8d86-4724-a400-680886046d3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100761,7 +100761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e03c285-2544-4476-a847-61cf0bc3cafd", + "id": "44817d3b-a80c-472b-9527-4de7daf2b3e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100819,7 +100819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01cf60ce-f57a-4da5-a971-92368883c45e", + "id": "3c8f8d41-ebb1-4440-935a-7d2a6e2f6c08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100877,7 +100877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "847359f4-0dd4-441b-aa54-ce3597f883ac", + "id": "531b27af-47c5-4654-815c-817fe91f9c3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100941,7 +100941,7 @@ } }, { - "id": "dc2e3c7d-03c5-4341-85fa-82bf27815ae9", + "id": "15d0d0cd-c3a4-4565-9122-e9b9c05949dc", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -100985,7 +100985,7 @@ }, "response": [ { - "id": "07dd666c-2f1f-4dd8-9439-a04006610fa7", + "id": "f1c7f742-531d-4662-8080-f81f7479034b", "name": "Token send status.", "originalRequest": { "url": { @@ -101043,7 +101043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e938a78-cdae-4197-86ed-aa8864305dc8", + "id": "d53c5156-6516-49db-9ec3-136f53e539d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101101,7 +101101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bb17c9-02bb-46f1-b275-a5727da92ebd", + "id": "a9d2784b-13e3-4fda-8163-3b4bbd5e4b62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101159,7 +101159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005fa3ed-337a-449d-94fe-4cf44389c360", + "id": "73f27659-ea5a-4f94-ac8f-81a53f400c0b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101217,7 +101217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b193a1e-8ac0-4220-ae65-42a790d63a31", + "id": "3963572b-01d5-4934-bda9-7b11af181d99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101275,7 +101275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "496eb6a7-2ea6-4283-ab53-e09e4ae884e5", + "id": "87657da5-1848-4583-a0ea-ab550a49f7d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101345,7 +101345,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality.\nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations.\nThis allows organizations to provide secure access to non-employees and control that access.\n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee.\nOrganizations can track non-employees' access and activity in IdentityNow by creating and maintaining non-employee sources.\nOrganizations can have a maximum of 50 non-employee sources.\n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data.\nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in IdentityNow.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in IdentityNow, administrators must create a non-employee source and add accounts to the source.\n\nTo create a non-employee source in IdentityNow, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field.\nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in IdentityNow, administrators can select the non-employee source and add the accounts.\nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to.\n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts.\nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file.\nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities.\n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "a4825830-96a2-4226-836a-1d9c310deed2", + "id": "ff472e72-d955-4909-963d-6a9a9153ed58", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -101376,7 +101376,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101387,7 +101387,7 @@ }, "response": [ { - "id": "8bb7b894-fb72-4576-bbc7-f121b9eef9b9", + "id": "b61b31be-9f9a-4a6c-9492-a7d9d9b3444b", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -101421,7 +101421,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101438,12 +101438,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"culpa eu enim\",\n \"accountName\": \"ut in commodo\",\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 \"inb\": \"Excepteur officia in id exercitation\",\n \"adipisicing_0\": \"non eu\"\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\": \"in laborum in\",\n \"accountName\": \"non ipsum occaecat id\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"minim90\": \"nostrud est\",\n \"ut1b\": \"Lorem voluptate\",\n \"velit_5\": \"sunt est et ullamco dolore\",\n \"esse_a4\": \"reprehenderit exercitation irure et nulla\"\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": "58418daf-a860-40b6-8cbb-c8b63cd41f1e", + "id": "2b367fc7-fa45-4af3-8db0-d1ba05dfbe8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101477,7 +101477,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101499,7 +101499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f48dd9-7eec-49ae-8c40-0f27b05f17ec", + "id": "e4116c9a-83a6-4f72-943a-c20fdce05b04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101533,7 +101533,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101555,7 +101555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "241cff41-0a06-43da-9f78-3de4778283da", + "id": "a8891b02-6970-4905-ade6-95419bda461c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101589,7 +101589,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101611,7 +101611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2361ac24-9e4c-4e64-a4ea-2142f5c31872", + "id": "cc96e1fe-4802-4e4a-889b-a1bf0d670c09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101645,7 +101645,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101667,7 +101667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ed8b1ca-fbe5-4ff8-9749-5d64c1460d8f", + "id": "82fe8b00-4bb3-49ac-8c53-581bbf85d2a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101701,7 +101701,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -101729,7 +101729,7 @@ } }, { - "id": "03c325b2-c351-4fb9-b8d6-7474ef76acb8", + "id": "bef1fc2e-2b49-4cdc-bd5d-84f954b6de68", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -101804,7 +101804,7 @@ }, "response": [ { - "id": "d910eb12-0f52-4b7a-b3b8-2b5d9a83e1aa", + "id": "54699810-aae9-45c2-9088-3c145343b83a", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -101888,12 +101888,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"aliqua amet\",\n \"accountName\": \"in velit quis\",\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 \"consequat_06_\": \"ipsum do\"\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\": \"do\",\n \"accountName\": \"velit Excepteur\",\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 \"laboris_34b\": \"in amet officia dolore\",\n \"Duis_5\": \"sint veniam enim\",\n \"minim_39a\": \"et Lorem culpa nostrud\"\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\": \"in eu dolore\",\n \"accountName\": \"commodo Lorem aute\",\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 \"nostrud_85c\": \"ex eu\",\n \"nisi__\": \"culpa nostrud magna nisi\",\n \"esse_6e4\": \"in Lorem\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"veniam tempor\",\n \"accountName\": \"aliqua\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"dolore_32\": \"Lorem esse dolore\",\n \"Excepteur_a\": \"ut laborum culpa dolore\",\n \"commodo_675\": \"aliquip tempor laboris ipsum\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "04db6f99-1577-4b48-a028-d1c364daf392", + "id": "7d82f2d0-8948-42c7-af34-078bc180e9ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101982,7 +101982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2094508-a955-4e30-b316-0368f89b7caf", + "id": "d76b1e2e-4223-4fd8-a7dc-e1e3f84b578e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102071,7 +102071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36aa4dc-f0aa-4cf3-ae29-1ebabe943617", + "id": "ddd3d612-c1eb-47ec-af24-65b80fcdb1c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102160,7 +102160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37cd7034-36dd-4c80-bfdd-9f0235d186c3", + "id": "e85ae661-865d-48de-9345-c344c1d33bef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102249,7 +102249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd325032-92ce-40b9-aa42-6141fdec9897", + "id": "6c65411c-389f-404f-ab1d-74ea5eb8322c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102344,7 +102344,7 @@ } }, { - "id": "19227d0e-88a7-41f0-bb3b-57d0c55b59af", + "id": "241e3e36-15c7-478b-b78d-200a6381cd9e", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -102385,7 +102385,7 @@ }, "response": [ { - "id": "d77c4b1c-7c64-4cad-a2d4-3b10c418b55f", + "id": "6d2bedbe-393f-4bb0-b346-100f2cb7826b", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -102424,12 +102424,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"culpa eu enim\",\n \"accountName\": \"ut in commodo\",\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 \"inb\": \"Excepteur officia in id exercitation\",\n \"adipisicing_0\": \"non eu\"\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\": \"in laborum in\",\n \"accountName\": \"non ipsum occaecat id\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"minim90\": \"nostrud est\",\n \"ut1b\": \"Lorem voluptate\",\n \"velit_5\": \"sunt est et ullamco dolore\",\n \"esse_a4\": \"reprehenderit exercitation irure et nulla\"\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": "ee7ff7a0-1289-44ad-856b-8bebcf52c986", + "id": "9216cb38-b4fa-4360-b13c-86fc792aa816", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102473,7 +102473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2e0fe07-108c-41a8-a7b2-5e0e69a59bb6", + "id": "eb31fdf4-5085-4ca4-bb85-da2b381842b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102517,7 +102517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15310cd2-11f8-452e-a3dc-6beaf2399940", + "id": "00664367-e265-4118-962a-832e0e0c302e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102561,7 +102561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c8a954-3b00-4e58-b4af-c2ae4ffd6b44", + "id": "004d70ee-bc32-4e68-91f9-917caf3077e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102605,7 +102605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283de875-13cc-4c07-b742-98ef4da183fe", + "id": "364305db-c75a-40d0-84f0-eb8d719e2f15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102655,7 +102655,7 @@ } }, { - "id": "0fcb1117-642b-4154-9db7-db5f0d3a67a8", + "id": "9f435939-e9d8-429a-8e1e-9b83f6bed1ab", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -102698,7 +102698,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102709,7 +102709,7 @@ }, "response": [ { - "id": "19aabcf0-9ae4-4f02-acc2-0d8f670c9be4", + "id": "bdd3fd3a-ee37-44b9-a722-aaffd02c51d7", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -102744,7 +102744,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102761,12 +102761,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"culpa eu enim\",\n \"accountName\": \"ut in commodo\",\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 \"inb\": \"Excepteur officia in id exercitation\",\n \"adipisicing_0\": \"non eu\"\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\": \"in laborum in\",\n \"accountName\": \"non ipsum occaecat id\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"minim90\": \"nostrud est\",\n \"ut1b\": \"Lorem voluptate\",\n \"velit_5\": \"sunt est et ullamco dolore\",\n \"esse_a4\": \"reprehenderit exercitation irure et nulla\"\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": "2b2cae3b-4127-4061-9156-304f8d35c44a", + "id": "76f06c78-8c83-4503-84d9-9dac31305ca6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102801,7 +102801,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102823,7 +102823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5d8c066-464c-41dd-b0cf-6e0e5284c0f4", + "id": "95d3cff4-da46-4783-8a5c-5d624d519d48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102858,7 +102858,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102880,7 +102880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66e4bdd-adeb-4018-a35b-1a77d80df428", + "id": "10c185bf-ab31-4168-996d-99a3365009e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102915,7 +102915,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102937,7 +102937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ef374d-477f-4570-8f84-28b26d748414", + "id": "c52d407d-6bd7-4b47-8b4b-ad11a4e02033", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102972,7 +102972,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -102994,7 +102994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d08745a-9517-4251-8f2c-7d0014ee4524", + "id": "6f82d211-4d0e-445d-b4bf-a6ffaf5f9305", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103029,7 +103029,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -103051,7 +103051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77457af0-ed53-4212-bdb5-69a7143fc228", + "id": "842b09e3-55a5-4f42-8d2f-ce26307f4da6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103086,7 +103086,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -103114,7 +103114,7 @@ } }, { - "id": "14daeba5-21cb-4b26-9373-39e869d59010", + "id": "640a7436-3102-4fdb-894a-8e18999c8585", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -103168,7 +103168,7 @@ }, "response": [ { - "id": "f7ecb8d8-524e-4fcb-b141-2d417fef3c3a", + "id": "d6a9161e-8772-4326-a251-03ba22263c03", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -103220,12 +103220,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"culpa eu enim\",\n \"accountName\": \"ut in commodo\",\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 \"inb\": \"Excepteur officia in id exercitation\",\n \"adipisicing_0\": \"non eu\"\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\": \"in laborum in\",\n \"accountName\": \"non ipsum occaecat id\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"minim90\": \"nostrud est\",\n \"ut1b\": \"Lorem voluptate\",\n \"velit_5\": \"sunt est et ullamco dolore\",\n \"esse_a4\": \"reprehenderit exercitation irure et nulla\"\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": "b590cc1a-0cf0-42a8-9bea-5f195274ade4", + "id": "1dd8fe94-d098-4230-94f1-bafafee115f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103282,7 +103282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253d4967-de03-4259-8bb4-bf8989f373b6", + "id": "cc2c856b-5579-41c5-970c-8d7f931da2e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103339,7 +103339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b7747f-b867-4c31-bbbf-2daac42ad23f", + "id": "44fcf8e2-ed9b-44ea-9bbb-93454da05c7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103396,7 +103396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "918304de-ed79-4805-a5ff-e3f2f4bf7979", + "id": "2eee7699-7e92-4155-9376-e2ae96822bfe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103453,7 +103453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dd23de-839e-4ebf-8cfe-6727289a4386", + "id": "edd43b36-78d2-43e9-8f4b-13e145b2a4ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103510,7 +103510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87fbfe29-05ff-482d-b41c-5d6fddbc2b78", + "id": "3a10460d-4013-48e7-ba50-7e1d9772ef53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103573,7 +103573,7 @@ } }, { - "id": "c967b01c-c90a-4222-b2b2-65152b91ce43", + "id": "919a0790-1e73-48cd-af6a-aedc7e50bc7f", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -103614,7 +103614,7 @@ }, "response": [ { - "id": "99dac14c-cf30-4968-9c21-d2c81844a069", + "id": "76a36d26-bfc6-4755-b6b9-0aff95223af9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -103648,7 +103648,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a7c11ca9-faf1-447f-906a-ab56dd7cefeb", + "id": "f0f037ff-4a8e-46b5-a9ca-7f365685d0d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103692,7 +103692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb59c1d-85ce-466d-8fc2-666e99aac90b", + "id": "94c351b6-fb49-4c36-82ec-34f9eb723520", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103736,7 +103736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ca71b2e-1733-4b47-af36-7355d5d9ff92", + "id": "5c63dc27-d861-4bfb-b87b-569e133c2f2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103780,7 +103780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "374768c0-4ab7-442c-9ec6-e817e606116c", + "id": "51dff823-4304-49e6-8075-ff2acc877e98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103824,7 +103824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37bfba5b-2d7c-4499-a186-b820162aa968", + "id": "434aa4fe-8d70-45a2-98dd-76e31d0a7994", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103874,7 +103874,7 @@ } }, { - "id": "4a2a2b92-a1d1-4d52-96de-c1b74dfabb7a", + "id": "326d972f-629a-471f-a225-2f7a2c75d33f", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -103906,7 +103906,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -103917,7 +103917,7 @@ }, "response": [ { - "id": "099d3373-9935-4782-b6a5-10fd3903cdb6", + "id": "30ecda1e-e4cd-4452-a0ad-9f47e0edd3a0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -103948,7 +103948,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -103964,7 +103964,7 @@ "_postman_previewlanguage": "text" }, { - "id": "576c0069-bb1c-4a58-acfc-1e6d9ba46d47", + "id": "c59e9399-15e5-4413-a31d-6af56051855a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103999,7 +103999,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -104021,7 +104021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7e9cb8-0539-45a8-8185-df642ca109ef", + "id": "b3f816c7-66d3-4221-a6cc-fbbc6d0d4c66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104056,7 +104056,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -104078,7 +104078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ce9714-88c4-49bf-b241-557af206a40c", + "id": "68e3f6b0-d3b8-427c-9038-bf69a3a84945", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104113,7 +104113,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -104135,7 +104135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06234a2e-4c47-477c-a243-04cccc6eecdc", + "id": "75734420-e877-4c05-9c32-8ed414c9fd31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104170,7 +104170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -104192,7 +104192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cc0431-e43b-4266-9645-3fd2f58730c8", + "id": "c48516a7-ad68-4864-93c2-10d939eb0f1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104227,7 +104227,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:605c3752-5238-252d-9a93-feef1646c5d0\",\n \"urn:uuid:3c65fe02-00fe-a09a-e38e-5730b6c3db35\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"844ac7dd-f23c-38e1-5342-5ef93ac4d961\",\n \"urn:uuid:81b2f590-9582-b23f-f270-b1cd95e440e1\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -104255,7 +104255,7 @@ } }, { - "id": "f6928425-ab9f-4938-8ac9-017439a789de", + "id": "9cbc98f5-a0e4-4764-8ca8-3a79d3ec9843", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -104286,7 +104286,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104297,7 +104297,7 @@ }, "response": [ { - "id": "1cdb29da-e2b8-4a83-96da-b190abd8ea5d", + "id": "666431db-e62f-4541-bb99-39eee287910d", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -104331,7 +104331,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104348,12 +104348,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 \"inc2a\": \"ipsum esse ex ullamco\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"consequat sint officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"aute aliqua velit labore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"ad occaecat\",\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 \"laborum72\": \"sit quis deserunt dolor officia\",\n \"sit6f7\": \"deserunt in elit dolor\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"cillum amet dolor esse Ut\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliquip cillum est tempor\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"sint\",\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": "18db40f7-c003-4c39-a8a7-d6f986a7cca4", + "id": "40790298-6355-4d55-aca4-1297a6333ced", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -104387,7 +104387,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104409,7 +104409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c4d8c36-570e-4af8-a9ec-f071af47ff9c", + "id": "d1cd0f55-b2e3-4dd0-9657-f01c6a370c73", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -104443,7 +104443,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104465,7 +104465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c123330-7160-48d0-8053-ed3359f3abdc", + "id": "efdc926c-6f02-4dc6-882e-d431102fb116", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104499,7 +104499,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104521,7 +104521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62d204e-8431-4258-918b-c693d60a5561", + "id": "19d1067e-5b41-446a-a857-4a1ec8cad9d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104555,7 +104555,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104577,7 +104577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49b74966-6fd0-4578-9a84-08ceeeb5566f", + "id": "bcd7e332-78d4-4c8c-a2ab-0f34d048d8b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104611,7 +104611,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104633,7 +104633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7b6cb0-c945-4a06-8cca-648a9178064e", + "id": "9d2ebd5e-526c-4311-9f28-d0fbbe93b51a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104667,7 +104667,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 \"dolore3\": \"amet\"\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 \"ad_12b\": \"in esse do ei\",\n \"dolore7\": \"incididunt minim in ullamco\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -104695,7 +104695,7 @@ } }, { - "id": "f95346c2-2c53-4e94-9126-3fb01a17cc8f", + "id": "08832267-c02d-41db-809b-6c87357493e6", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -104779,7 +104779,7 @@ }, "response": [ { - "id": "2b9f49f9-9a6d-4dbc-ac51-9e21d7181fe9", + "id": "ec7efa31-1114-4c37-90da-f8d4400162ab", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -104872,12 +104872,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 \"aute3f\": \"Duis laboris voluptate\",\n \"occaecatfb\": \"voluptate Excepteur consequat\",\n \"velit6\": \"labore ea dolore in 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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore aliquip\",\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\": \"labore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"est adipisicing commodo\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"officia04\": \"in ea id deserunt\",\n \"nostrud__c\": \"eu enim amet dolor\"\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\": \"nisi elit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"Ut quis reprehenderit ea\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"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]", + "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 \"Excepteur_4\": \"officia ipsum quis ullamco sit\",\n \"sunt_03\": \"veniam in\",\n \"fugiat_f\": \"cillum reprehenderit\"\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\": \"Duis\",\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\": \"ad sed cupidatat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"nostru\",\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 \"eu7\": \"aliquip irure labore nulla adipisicing\",\n \"Lorem_5\": \"est Lorem anim pariatur\",\n \"ad881\": \"enim Ut culpa\"\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\": \"qui aute nostrud\",\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\": \"velit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"ea do 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 }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5c22a1ce-553b-44f6-a78e-7d8af52e308f", + "id": "737830fb-4df6-4191-941b-7c581cae5956", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104975,7 +104975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eebc294-1494-4857-b2a3-9a11403c28ec", + "id": "70bb3aa7-f154-4562-9ab0-fc554819068a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105073,7 +105073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f40b91d-db96-49f3-84a6-0a161ec571c7", + "id": "159e555f-51e8-4979-a8a0-5820667a6c91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105171,7 +105171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61707d29-58ab-4f34-87ab-ba65b7339cd7", + "id": "2a58a1cb-e801-4aed-96e0-26b8d5a5b6b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105269,7 +105269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163e434a-7f4b-4256-9029-e5f579ad38e9", + "id": "917c65fa-75a9-4354-b831-c1670ae0b3ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105373,7 +105373,7 @@ } }, { - "id": "626ab9d0-887b-49b6-9593-0788874d1d7b", + "id": "b9588d44-79b0-47ea-a0b9-21ac3d011ce4", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -105414,7 +105414,7 @@ }, "response": [ { - "id": "4495b744-d5c9-4af0-88be-86a02c1517eb", + "id": "756082b0-7ec2-4ff0-904a-86ae8e5d342d", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -105453,12 +105453,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 \"inc2a\": \"ipsum esse ex ullamco\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"consequat sint officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"aute aliqua velit labore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"ad occaecat\",\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 \"laborum72\": \"sit quis deserunt dolor officia\",\n \"sit6f7\": \"deserunt in elit dolor\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"cillum amet dolor esse Ut\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliquip cillum est tempor\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"sint\",\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": "21346297-7abb-4932-93f2-795a69fe676a", + "id": "a193db86-ad22-42b6-a5a9-9b24f45f8abc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105502,7 +105502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7863f139-19a9-41d0-9912-2199227224de", + "id": "c560c4a2-7a4f-4ee6-bc30-2b61a379743f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105546,7 +105546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "956753b8-2feb-4691-8fdb-ebbad81877b8", + "id": "201399de-8171-4498-901f-34659e4b93e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105590,7 +105590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f1f5a3c-370f-4b3a-9a46-aadb9c4e9fc4", + "id": "6f1deb98-4a4e-4723-9af9-c85f57a1f84e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105634,7 +105634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c232571f-5f87-4d6e-8f3a-afbfe2c8b4e0", + "id": "e5e13c43-de33-4af2-abd4-283d1fa24230", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105678,7 +105678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5137d361-e100-41a8-9362-82ebc2eb3d12", + "id": "f91dfd12-a929-4044-b5ec-191088013b9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105728,7 +105728,7 @@ } }, { - "id": "db6b71a9-9ea9-438c-bc32-875bb6cc7cf0", + "id": "e4df8a9a-5d40-4d14-b1de-1d8a06b64a1e", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -105769,7 +105769,7 @@ }, "response": [ { - "id": "06eb2c9c-56c6-4c39-94fe-d1d49f7b6b9d", + "id": "a0b7a444-f233-4261-9abc-e3d7baa5f5ac", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -105803,7 +105803,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eaf78075-35f0-4dd2-bb02-2fd37a2a5bad", + "id": "cae8a600-06ce-461b-8734-7794fbd5f410", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105847,7 +105847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0698ad-798d-44a4-8730-11bf6c9a6b06", + "id": "166d7557-0281-497b-a17f-a1abfcee5e4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105891,7 +105891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05770001-6620-4d16-85de-798a9bc86743", + "id": "b8d7baeb-c0d9-4854-b301-012089e18d95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105935,7 +105935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c60c5a35-3ee8-4769-b00c-43a388305bf8", + "id": "bf69b368-11a5-4f96-9a52-eceacf3aa790", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105979,7 +105979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94dac4f6-3373-4d5c-b094-4644dc2c82fe", + "id": "2878c02e-0aec-4872-89e4-0b9e4a930808", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106023,7 +106023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65cf2bd0-1940-427e-b49c-fcaabdb5412e", + "id": "38ce9517-d71a-409c-b1bd-5287133768c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106073,7 +106073,7 @@ } }, { - "id": "80ce9549-b846-4723-b531-572a6e215de1", + "id": "4e65b21a-166d-47fb-9f20-4cc03f5aec01", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -106115,7 +106115,7 @@ }, "response": [ { - "id": "35c420be-dd6c-4d84-a62a-55bf3a05d798", + "id": "6bf86e38-959c-47d0-8a0d-2cc5743a2591", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -106155,12 +106155,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -23786482.158368915,\n \"rejected\": -73276124.19594595,\n \"pending\": -95177911.33080071,\n \"nonEmployeeCount\": 83434616.62605008\n}", + "body": "{\n \"approved\": -1620135.9299976975,\n \"rejected\": 66809692.69866502,\n \"pending\": -38569358.92861704,\n \"nonEmployeeCount\": 62846834.49826938\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d0c86632-ea93-482f-a39b-6e1c01da9780", + "id": "178dcee9-3adc-4423-9ed5-b357cf813412", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106205,7 +106205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd6f939-5675-49b6-b766-39df6deb40a1", + "id": "7e2188cc-bf19-4a27-b443-946a4fcef574", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106250,7 +106250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "161fdfc3-7573-4556-b4d1-10f9ef0a43d4", + "id": "8f011b75-c4f9-4e74-9669-b51d9c50858b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106295,7 +106295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741bc564-2a8a-481c-9b3c-b4e1f11c3019", + "id": "aaaced16-030d-4528-8bf1-7a82713e555e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106340,7 +106340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d1ae1e-a327-488f-9833-ebc543e6487b", + "id": "774c98b7-70a3-4ad9-969d-766db7324b35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106391,7 +106391,7 @@ } }, { - "id": "dd873728-2fb4-498a-b15c-b7b48930ca6d", + "id": "f41eb0f1-c211-4328-8e2a-2ceebc0c0c04", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -106433,7 +106433,7 @@ }, "response": [ { - "id": "0080a00e-1898-4507-a4ca-d8da9a83c44b", + "id": "8c4a9b22-7ca3-4c82-8787-3567e0399495", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -106489,7 +106489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910b33c6-44ba-4fa9-99f4-816d975e5cfa", + "id": "e1f7aee7-1658-40e9-a52a-6e4cba677064", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106545,7 +106545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb1e25a-665a-402f-89ca-84dbe94eafbb", + "id": "e37136a1-fa36-4919-96f0-2b08f1e3173c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106601,7 +106601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6367c51a-f946-4807-96d5-deb656fb5d95", + "id": "07b86642-f1db-4915-94e6-ba22bfa69c53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106657,7 +106657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "700e40a9-ecfc-4187-84ae-981ca7de700f", + "id": "27a90c91-3992-43df-b330-fbdee4b0ade4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106713,7 +106713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdbb579-015d-4d8b-8c2d-770aa9bc8c96", + "id": "a23d4c2b-0000-408c-a5a5-10cc072d5c16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106775,7 +106775,7 @@ } }, { - "id": "29cfe002-43d5-4621-814e-5d7d20d13ecd", + "id": "54435493-d1de-4b58-8739-25cad7bd0090", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -106859,7 +106859,7 @@ }, "response": [ { - "id": "fadbd231-c1be-4af8-9647-06e66b30ae34", + "id": "28540dd3-21fe-48f7-a44c-31d1278919c5", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -106957,7 +106957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f069ab-e3e6-4dd7-93d7-286505a90498", + "id": "54392310-050a-48c0-a683-9b83d2055c1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107055,7 +107055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "829f5214-0c6e-4706-8ce9-985733dccf3a", + "id": "73d7dda8-acbd-4af9-a4d8-a4a39f6691f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107153,7 +107153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6fd9f9b-9de1-4669-bdf4-80f6c9a2779c", + "id": "89793b57-d683-4fde-9e8d-927ddb986253", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107251,7 +107251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a33832-111e-42b6-be69-a4fe74ee8e87", + "id": "43597c71-e660-4194-aca6-b73707924de8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107349,7 +107349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e72f35-1e2a-4941-9d10-39c615ee6201", + "id": "4c05170c-1fa6-4ca7-97ec-825cacaf08a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107453,7 +107453,7 @@ } }, { - "id": "8ef656cb-2822-489c-abfa-42b824bc8db9", + "id": "2c58da74-da3c-4ddf-a71d-59b57402d24d", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -107494,7 +107494,7 @@ }, "response": [ { - "id": "e3a53948-d64d-42d7-82c6-286e3985b196", + "id": "1a37376a-0ace-4580-95d4-13701ea07ce8", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -107538,7 +107538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b52523-7ec1-4855-9dec-09bca90a3d31", + "id": "c415c3fe-0b0b-476b-adaf-4f4fcb6259ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107582,7 +107582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59fecc4e-aa0b-4f20-b6dd-52e230bdaeb3", + "id": "633351b7-62cf-4d5d-8d97-720f6c5d374d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107626,7 +107626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded87023-3247-4112-a904-e9a17dbf8304", + "id": "deb65a63-0feb-4a77-ae4f-8d0c76dd3b78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107670,7 +107670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfc690d-1ddc-4c2f-bedd-8f6a728caa3c", + "id": "0d03f1fb-fec2-4165-b464-a61c141184f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107714,7 +107714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11e7cfef-e87c-473e-8895-75f81d85e743", + "id": "b6447b10-1165-4d82-b07e-f92d2d2b6c83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107764,7 +107764,7 @@ } }, { - "id": "29668ec3-41e8-48cf-a835-16c10c438a1a", + "id": "9cfeef9b-9008-4ceb-b005-8750fd5558a0", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -107818,7 +107818,7 @@ }, "response": [ { - "id": "fad699e3-48f3-495a-a4b7-80658804a83b", + "id": "01297ad7-d8dd-4d25-becc-0ba8a34ca400", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -107875,7 +107875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c46388a-1e8a-4699-b2ef-9a12c64a8afa", + "id": "d7dabeb7-6040-4a34-9925-995834260e76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107932,7 +107932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d47611-91fa-4f89-b622-440a75a691cc", + "id": "cfb9839d-29be-429a-aff7-c2ac1de71a22", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107989,7 +107989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57761a8c-305f-4978-8471-85275f3e9ae8", + "id": "82f70065-3c8a-4b32-a074-65447cd9c9bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108046,7 +108046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a133c2db-d20f-4e40-9e4c-84ddf528e852", + "id": "c74ba66a-c54c-4dfd-bd28-55ab0505c560", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108103,7 +108103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f653699-e887-46a0-aaeb-9219d5137bb7", + "id": "c82a64f9-21c2-44ad-9c58-02bc4f9415a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108166,7 +108166,7 @@ } }, { - "id": "013e3a99-6f68-449c-9bc8-e5f98875d2d1", + "id": "f273a3bc-0b1b-4749-bf69-cf23a2667f3d", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -108207,7 +108207,7 @@ }, "response": [ { - "id": "4b9a7341-619c-4116-a0db-8104c5105430", + "id": "9994dc09-449e-4e14-9383-7cdba059d556", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -108241,7 +108241,7 @@ "_postman_previewlanguage": "text" }, { - "id": "381aa43d-c565-4081-ba56-2df0c2847f42", + "id": "1a75a911-8843-475b-97d0-13a9f5adde89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108285,7 +108285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868a4957-7c38-4d89-bf13-47fc14539eaa", + "id": "d598fa67-e927-4611-93bf-413b2ae31b51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108329,7 +108329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcff1cc6-9054-44c3-872a-fb672d2a311f", + "id": "f90622cd-81e9-4632-8e12-8225b22ae06b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108373,7 +108373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b45640e-3ec3-4c2b-a969-ac9633713963", + "id": "80c7cd1b-f31f-49a8-a917-3c1bcedfdd68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108417,7 +108417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d3a1693-b7df-4458-9246-e55131ec2b17", + "id": "8017ddbd-9475-44da-9ada-be5d72fc3444", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108467,7 +108467,7 @@ } }, { - "id": "bd7ed7e1-486a-4836-83f8-120bb210bfea", + "id": "a3845f0c-4ea3-4402-910c-af30d138ece2", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -108510,7 +108510,7 @@ }, "response": [ { - "id": "90c1338a-75c5-469f-8e8b-550b86e32836", + "id": "0d18695a-bd36-414c-b2e7-7892cf062950", "name": "Exported CSV", "originalRequest": { "url": { @@ -108556,7 +108556,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2cf947d7-c3e8-47e5-8faa-16846f636fd8", + "id": "d6efd832-9ebe-4745-aafc-672f62f7d219", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108602,7 +108602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a457ef-fc3e-478c-ab27-30babd1c557b", + "id": "c62cf24e-c1d6-4899-9fd6-7dd64883efda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108648,7 +108648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "454d8dad-f94a-4659-b5cb-626cbafa4755", + "id": "1b7aec0f-e133-4a6d-b884-cc888d5ad0c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108694,7 +108694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16367949-4268-4575-90be-9812ffade652", + "id": "fcaac41c-68ba-41b3-b9ad-3fc755a1e31e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108740,7 +108740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171fddda-7631-433f-8b0b-e280deb83948", + "id": "79ddcbfb-a6ff-4a89-949c-d29aa2f83691", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108786,7 +108786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf88f2c-de47-4c8a-a703-312e300dc0aa", + "id": "cc9ce756-2d22-4852-b2da-a7db3ddb344e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108838,7 +108838,7 @@ } }, { - "id": "52012f07-8496-4fbe-9a54-f33a27ae9565", + "id": "4c6a7a11-34e3-4798-9597-f08de81f4b67", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -108889,7 +108889,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -108897,7 +108897,7 @@ }, "response": [ { - "id": "5a1cedff-790e-489a-b43e-fcf3b0342b1b", + "id": "49370c14-3760-4bb5-9cf9-bb7130e3a743", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -108940,7 +108940,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -108959,7 +108959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76281d6-2477-46de-bf1f-2c411960fe49", + "id": "b7874c0d-1a15-4a37-996e-18fa4945ed33", "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": { @@ -109002,7 +109002,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109021,7 +109021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7532b64-b027-44a7-8bd1-d08110b4b27b", + "id": "feedb0d3-cd16-47ef-bdb4-3cc14cf267a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109064,7 +109064,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109083,7 +109083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5858a2-b188-481c-a32a-2176540f86af", + "id": "ebc74469-697d-47e7-acc7-eb2b164096ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109126,7 +109126,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109145,7 +109145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9948f1-7622-43df-b23e-9080a747eff7", + "id": "24a6e009-dee5-417d-97eb-d083a5978c56", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109188,7 +109188,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109207,7 +109207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdf0ebe7-29be-4b1f-bd77-a0ab352f3f35", + "id": "9cdf9701-3f92-49fc-82c7-9d0bc86f9cb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109250,7 +109250,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109269,7 +109269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41bc48f-c36d-4549-80a1-bced47530f49", + "id": "4d3c3ce0-706f-4e2d-8aad-02d8afdc7fc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109312,7 +109312,7 @@ "type": "text/plain" }, "key": "data", - "value": "consectetur reprehenderit eiusmod", + "value": "sit", "type": "text" } ] @@ -109337,7 +109337,7 @@ } }, { - "id": "8f1eca8e-7ed8-4cf6-b718-da62a2661ecc", + "id": "39d6c379-6ce3-47d2-9f45-41aecb79a3ef", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -109380,7 +109380,7 @@ }, "response": [ { - "id": "f3232524-7d9f-4002-b099-310d6b8cb465", + "id": "c8f63f2c-8a0b-4507-b071-69530150b5b5", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -109426,7 +109426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a18b2c7-7dde-4059-8388-db9b021ae78b", + "id": "3195ce38-55d3-449b-bc2c-199bdbb380a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109472,7 +109472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13d39740-427a-4dd2-b55a-9cbff257fa06", + "id": "ea20422d-de52-4ebc-9d34-6e964a1b8731", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109518,7 +109518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c91323d-5e0a-400a-a6b5-9b6dc71200bf", + "id": "edd0ce5f-dcb0-49d6-b5d0-564330044cc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109564,7 +109564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ffaf85-1496-4a2d-80d4-75374b5281fc", + "id": "d9279b4d-2e76-413e-a962-7e154ce87193", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109610,7 +109610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac72fb1d-e157-45d6-af8e-cf256f000149", + "id": "9c970c86-8f2f-42b2-8906-720fea6ad3a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109662,7 +109662,7 @@ } }, { - "id": "73c38fd8-aec9-4a9e-bfb9-4849ee979591", + "id": "ebc522e5-e6ef-4e9c-9e65-0022c728549f", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -109705,7 +109705,7 @@ }, "response": [ { - "id": "38a741b5-d2d1-406f-9928-b7f06c604a3d", + "id": "507a4d64-a750-4521-a149-90bcdba2458a", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -109751,7 +109751,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97b3e2fd-4f25-4ed0-b1da-1e9a49824b12", + "id": "161a9f05-90d6-4b25-870a-278f1f189366", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109797,7 +109797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a2b007-7429-4f5c-8efd-8a8570bf3078", + "id": "335c4c4e-9f05-412f-b8d2-8525a6d79d85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109843,7 +109843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67d23c13-6d9f-498d-86c1-be3ff4f7f547", + "id": "836c6511-3b21-40b4-9a3e-a0dc97f4ffa1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109889,7 +109889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4d590cb-f84f-4eaf-aece-84148c7103fa", + "id": "c9dfcb04-65fe-4712-961b-77f696f2cc5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109935,7 +109935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "503bab76-e9ce-456e-8312-ae31cd14c396", + "id": "13af4b67-ec98-4a42-a668-e7a6a79b317e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109981,7 +109981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b40c080-0ab1-429b-9b9b-26555dc3dbf4", + "id": "a14f903c-4c43-4760-aacb-897f7a06368e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110033,7 +110033,7 @@ } }, { - "id": "789d5429-9ec6-4d34-a4a6-6a5ebb5b6bb6", + "id": "54ce3fb3-8b02-488d-b219-ce08b40e781b", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -110117,7 +110117,7 @@ }, "response": [ { - "id": "83dd5fba-0673-49d7-8a78-3714fb9058a5", + "id": "8c9bdec5-ed9b-4ae2-b38c-e9e610b6c196", "name": "List of approval items.", "originalRequest": { "url": { @@ -110210,12 +110210,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\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore fugiat minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolor laborum dolore non\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"irure velit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"id sint Ut\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"magna\",\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\": \"in commodo aute\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"qui cillum in\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f8cf374-e7d3-495d-822b-143c0de3e7b3", + "id": "0055a39a-5890-474e-b9b6-0c27ecb660c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110313,7 +110313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "141b990b-85be-40d9-99f9-68b9607647da", + "id": "f69682bb-6bd6-4f2c-bad0-15f0f8d19e2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110411,7 +110411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c0fcc7f-0127-4691-aa5d-2914f18229e2", + "id": "c48a4cb3-4b52-4bf2-bd50-3e8a9af3acb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110509,7 +110509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d89f2a92-6035-468b-8567-daca69b0c18d", + "id": "d15846d7-cfc5-4283-96cb-181a7908b8fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110607,7 +110607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4fa62ca-38b6-4c5c-b906-a1ed352299b8", + "id": "82bb295d-c433-4513-b213-6b03714253c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110711,7 +110711,7 @@ } }, { - "id": "60a32885-64a3-485b-aaaf-7fa3b4b32137", + "id": "f412ff79-543e-4b6b-bae2-0a3c4b96c3b2", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -110762,7 +110762,7 @@ }, "response": [ { - "id": "93761479-898b-43d3-af14-a98465f030fe", + "id": "8f8bb98f-7fdd-4fdb-83d3-ded9312a4ecb", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -110811,12 +110811,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"do\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sit dolore\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"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 \"magna_b74\": \"eu ullamco in incididunt\"\n },\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"nulla Excepteur\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"ad culpa fugiat ea\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sit nisi laborum\",\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\": \"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 \"amet_\": \"aute aliquip Ut\",\n \"eiusmodfa\": \"id elit\",\n \"doda\": \"aute nisi incididunt\"\n },\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"et oc\",\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": "68298875-7a1f-4907-bab7-6915e2bf2005", + "id": "76354c83-d0d4-40fe-a192-99239e29bd6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110870,7 +110870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce7ae62a-7648-4a12-a9b0-29796549b805", + "id": "d9e0720e-7825-4de7-82e1-642e7e68b20e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110924,7 +110924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07dc4a8-59da-4459-8ab4-a3a46f9208f3", + "id": "4e2bdf73-ada0-43e1-999a-c1aa81169b41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110978,7 +110978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b07c0e4-4045-4653-abb2-383170c4aafe", + "id": "6fe60a05-2ad6-4e35-b543-ada581b5da22", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111032,7 +111032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ba8e19-0da1-4c92-a907-40ce9642756f", + "id": "c5310eeb-5d1f-490f-812e-bd403a4e9cd8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111092,7 +111092,7 @@ } }, { - "id": "5fe5c53b-3041-41a7-85bd-ce25731f17b1", + "id": "91822dbf-7edc-4681-a315-de42159e96b1", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -111113,7 +111113,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -111136,7 +111136,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111147,7 +111147,7 @@ }, "response": [ { - "id": "36eeafa3-f810-4f4c-bd01-8979da7009ef", + "id": "16087e00-e383-4b4b-afd3-199567c72815", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -111183,7 +111183,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111200,12 +111200,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"dolor et culpa elit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sunt in\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ad dolor minim proident\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "124819a0-02a6-4011-9c9f-30dceb855785", + "id": "270f8738-48a4-44f9-9098-a7815c7639a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111241,7 +111241,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111263,7 +111263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f9d7fd-c7db-45d7-9f72-59a1c1be610b", + "id": "ce243fdb-8458-4974-b43a-1b5962f55e81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111299,7 +111299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111321,7 +111321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb192fa-53f9-48a9-9720-e23b292376b2", + "id": "4677e41d-9406-4511-9da2-6429e75f7332", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111357,7 +111357,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111379,7 +111379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd17d03-f33d-4349-8633-12efda68bff0", + "id": "7f55637a-e505-4c1f-aa5f-1fe72c58e133", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111415,7 +111415,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111437,7 +111437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015c8d14-1843-4436-b7f8-b99a702055f7", + "id": "23a28d7a-ac36-4759-931f-a569656bb853", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111473,7 +111473,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"eiusmod do exercitation dolor\"\n}", + "raw": "{\n \"comment\": \"veniam reprehenderit minim labore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111501,7 +111501,7 @@ } }, { - "id": "6f65ecef-2252-4673-8210-b59caf2f22d2", + "id": "613ca19d-b9d2-4597-884f-11f8834a8b7c", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -111522,7 +111522,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -111545,7 +111545,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111556,7 +111556,7 @@ }, "response": [ { - "id": "ec486977-c49c-4fef-a43e-0e4fe678552d", + "id": "ba5f9236-9b7d-4d42-8579-90b1eb4397a3", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -111592,7 +111592,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111609,12 +111609,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"dolor et culpa elit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sunt in\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"ad dolor minim proident\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b8a79f41-b312-46d3-9ec4-92f3e86d1aef", + "id": "e873d186-13ce-4db6-918f-e3f924a272e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111650,7 +111650,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111672,7 +111672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c74ab0-8895-4b30-ab2e-a51220d79cb0", + "id": "941704f9-13e9-4b8d-b3e8-e4626c89ecaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111708,7 +111708,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111730,7 +111730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de9f20b-76b0-46e0-8f95-b49ac4505cf2", + "id": "f881ed04-66ae-4226-8ffc-b702bfabf405", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111766,7 +111766,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111788,7 +111788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "379836fb-e09a-4f2d-8ad7-d9c03b7e9873", + "id": "38a73aa1-2a8c-4c7b-b50c-d883c8363953", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111824,7 +111824,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111846,7 +111846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0757e3b7-4f1b-4e48-8dfa-574709725570", + "id": "89579d21-1985-4e9b-9bd9-a2900ba8fc66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111882,7 +111882,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"reprehenderit labore Duis tempor\"\n}", + "raw": "{\n \"comment\": \"deserunt nostrud\"\n}", "options": { "raw": { "headerFamily": "json", @@ -111910,7 +111910,7 @@ } }, { - "id": "4d396d10-bbd8-4835-b7de-9360475bfa14", + "id": "a0720460-26cb-4217-bb8f-0e3abb25c578", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -111952,7 +111952,7 @@ }, "response": [ { - "id": "880902ed-0b33-4299-bc73-968fe148d4ba", + "id": "5078b524-9585-4942-be1f-bc4f9b001f13", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -111992,12 +111992,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -44981517.24938557,\n \"pending\": -39615739.20021393,\n \"rejected\": 99740792.83964014\n}", + "body": "{\n \"approved\": 47449130.64541504,\n \"pending\": -52221896.84562712,\n \"rejected\": 14925410.64758335\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3895012d-0706-4ecd-8511-f5165d67c867", + "id": "67b5a50d-3625-4ba4-bf8a-ca87ff6836bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112042,7 +112042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bebf848-a1d9-42e2-8d4e-66fc0b887628", + "id": "088ad4e2-ee65-433c-a68e-bb2182b2303c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112087,7 +112087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09798095-d7a2-4dfd-aec6-a39e3b446db0", + "id": "e781f3d0-579d-4ac7-9f73-8d7e583663bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112132,7 +112132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f430c165-3198-42e3-9f68-8fb979649a25", + "id": "b2a88b36-e488-42b9-9231-1ee7f4007658", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112177,7 +112177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "881636ed-6d39-4721-9eed-cc4de4f6d377", + "id": "38139bde-964c-4eb9-9375-164dd72a4300", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112228,7 +112228,7 @@ } }, { - "id": "054472de-30e1-40cb-871a-218066bfa76f", + "id": "260fd7a1-e04d-414b-9038-0333e48734ec", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -112270,7 +112270,7 @@ }, "response": [ { - "id": "621d1a2e-7b5f-4890-8924-42f03cfb5299", + "id": "9b16da08-007b-466f-b945-11dae331c6a7", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -112315,7 +112315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab6df56-1059-4595-9eac-b8b5d3b5ddce", + "id": "1a9e78e1-6492-4c89-abf4-d84e4ed21153", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112360,7 +112360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543377e8-ad0c-4b79-9a56-db5d9bc2a7f4", + "id": "87d8ec1b-6161-49d9-8c08-3b38f59d44eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112405,7 +112405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884f70a4-4a9e-47b2-af3c-6af12c2dddb3", + "id": "20508ff2-25d7-4644-9fce-082c0067d468", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112450,7 +112450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca22ca8-7700-4310-ba4e-c1bf7e33e247", + "id": "cbb11d67-a0a8-4831-acd7-0d301093bb2e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112495,7 +112495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57325cae-3a4d-4fc2-97b8-7ba375ec7240", + "id": "54f815cc-fddc-4919-ba8c-ec9ed564253b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112540,7 +112540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8ab67c4-abb6-415b-be78-92f6c6bab28c", + "id": "b5362bc2-6390-4023-892f-780be1adaf60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112591,7 +112591,7 @@ } }, { - "id": "8322aa26-b192-45d7-b374-3c07d79a4906", + "id": "65c96127-96f2-4b82-b536-939c7c9e3cdd", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -112646,7 +112646,7 @@ }, "response": [ { - "id": "3d3cffb0-6cb7-4f37-984b-ceeafa690945", + "id": "1844edfa-3e88-4d50-84b3-3ef75b66610c", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -112699,12 +112699,12 @@ "value": "application/json" } ], - "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}", + "body": "{\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "367f1401-3631-452a-9d1a-2711b4b884c7", + "id": "7cb2144a-2bf9-4582-8ba1-be0f268d830a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112762,7 +112762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c12a44d-d5c2-4d4f-a733-d09ee7fc4f3a", + "id": "30fd089f-a203-46d0-b3bb-d48269b1d800", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112820,7 +112820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba591217-c430-4ccf-bd50-38a613e2fbb0", + "id": "d0ffcdb0-bd23-4cd4-8399-4bd950be03de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112878,7 +112878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38fe965c-ca01-4e23-a445-b2251cb50f44", + "id": "a920b1c0-cd65-4730-b6d2-4cda7dd7491b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112936,7 +112936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1ed4e9-f494-45b8-b103-e36be37d64d0", + "id": "aaf5720b-4f21-4277-bbfe-89dd35690c2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113000,7 +113000,7 @@ } }, { - "id": "010a3811-8b8a-4b1e-9e37-d0030216b38f", + "id": "5345da4e-2f6b-401b-a400-c6351e1d4362", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -113042,7 +113042,7 @@ }, "response": [ { - "id": "3d6ee286-6378-4f15-9248-5bc5dac7d6d0", + "id": "03754590-d5c6-4325-8397-a2feb8a5070a", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -113077,7 +113077,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4b6de5de-06ae-4742-b7e2-f32fadcfeb35", + "id": "324e082c-b6f7-4b9c-9d09-922afde5e214", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113122,7 +113122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fce38fd-d255-4ead-a376-7e3f35982a04", + "id": "98d1724e-173b-4745-9388-c40a9973f20f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113167,7 +113167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "547ee096-cb76-4e0d-b2e4-e56afd4e1852", + "id": "2068cfee-c577-4481-adc8-66be30303b3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113212,7 +113212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64bcde8-dc36-408c-8c1f-9bd980292d62", + "id": "b99f2883-dbf2-448e-bdd0-f730fa7a1a8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113257,7 +113257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e2c609-591d-45e7-b1c5-b135b49043e4", + "id": "6ff368f5-2e55-439f-b346-acbdd97b8edf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113308,7 +113308,7 @@ } }, { - "id": "01a63036-7498-4671-a92c-a6ede3fda08c", + "id": "5ad5e2a6-ac78-4040-b1ed-3d518966e7a1", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -113361,7 +113361,7 @@ }, "response": [ { - "id": "629c333f-ca1a-4f32-9283-38497148cb52", + "id": "fbda7232-2500-4e88-9920-206d4c577b05", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -113407,7 +113407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08fec715-21b2-4149-9680-8e8388e98c3f", + "id": "ccd1c55f-12f2-4ae6-b296-92e717e859d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113453,7 +113453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6abb252-231f-41b2-8ec5-f04c686530ee", + "id": "a74b87ca-9d9b-4b7c-ad75-f9f5372fe985", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113499,7 +113499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b4212f-841f-4856-89e5-a4332426ec8b", + "id": "363d20b4-356f-4be6-906f-3f7458ddf2dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113545,7 +113545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d54c6b-1eba-4bd3-9740-42f14c33763a", + "id": "f7028f49-ef2d-4296-b4ad-f01dd2707c24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113591,7 +113591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe9d7d9-17a2-489c-a588-eaa7daf0a78a", + "id": "2c22dd75-5182-49eb-91c7-5f8499e7883f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113643,7 +113643,7 @@ } }, { - "id": "7f1d5703-1d92-4063-813e-19c82b26bf09", + "id": "2aab0176-a4a8-4b92-8d80-ec05a4ba3fb5", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -113709,7 +113709,7 @@ }, "response": [ { - "id": "56005df3-ec43-4617-a1c0-6c594e33a621", + "id": "05ffd445-b39b-4b85-8797-27931cde2fea", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -113763,12 +113763,12 @@ "value": "application/json" } ], - "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}", + "body": "{\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "06d30942-0d31-47ad-a673-b739f3f274a3", + "id": "0864cc64-fe96-44ac-b7a1-dedb4cacfbef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113827,7 +113827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ba1a5f-5efd-4e7e-a79f-d78e6e880a93", + "id": "1296d1a5-0177-41d6-8a73-d65ff50962a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113886,7 +113886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "903a6dbf-3e8d-4605-a856-c73ee7c2f356", + "id": "623c323d-f8cd-4e16-acaf-a03d85d7eda4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113945,7 +113945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edfaad7c-717f-41bc-a67d-cbd25e3ebf35", + "id": "eb16743e-44c9-40af-a425-302cb80d1f3d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114004,7 +114004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7cf529-c430-4704-b6a6-464717b1ed10", + "id": "563f960c-6307-4a51-ab63-31e34fde1762", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114063,7 +114063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4345ce-d9c8-4f2a-96d5-f46014477d6e", + "id": "aa66c1c9-ad50-4143-af3f-df9e4cd734d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114128,7 +114128,7 @@ } }, { - "id": "9b7944bb-67a1-42d3-864d-b675ae058312", + "id": "98b94e82-c040-4393-820b-d7f86bdf4655", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -114181,7 +114181,7 @@ }, "response": [ { - "id": "8cc1f22e-5c53-4b9f-928f-f6d7523f7267", + "id": "77e89ac5-a765-4b99-9471-b31371105895", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -114217,7 +114217,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4eba2de6-d046-4db0-88e3-72e30ec6bff8", + "id": "f4357201-5aac-4fcd-b6fd-fbcd1d8de190", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114263,7 +114263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b7d746-9b7e-42e1-9512-fe820ebfad93", + "id": "738f9412-1784-45ea-92ce-d5db376c659f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114309,7 +114309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "238f6fd2-6516-4477-9872-34f0184f5f28", + "id": "f1ff9ddd-0843-4626-98a7-384cc84b6f5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114355,7 +114355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cc757ae-8140-4282-a4af-64be21138718", + "id": "e8737fdd-844b-48af-a0b6-2df848b64b4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114401,7 +114401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3581978-bc39-4e62-a438-5afde284d012", + "id": "9421214f-9b05-4192-9b0c-d9af2235a691", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114459,7 +114459,7 @@ "description": "", "item": [ { - "id": "0228b887-28dd-41da-9fb3-fd48ef6b09cb", + "id": "98d3966a-821c-4cc3-8cb3-06b3b36ecec7", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -114501,7 +114501,7 @@ }, "response": [ { - "id": "4f08ea30-1900-4d6f-9cd7-bea8ba3c49af", + "id": "ff1e3557-d487-4078-a923-0f2e0c904029", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -114557,7 +114557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf655f95-8fe8-4b6b-ae0a-ee927646e640", + "id": "1f7fb95e-327e-4a96-8937-d10615f38c67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114613,7 +114613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa504e35-f8d8-4716-878d-d3b69d4b2d52", + "id": "519d0c51-cef0-4541-965e-9e93f76033d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114669,7 +114669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67949237-67da-453d-941f-157562923f30", + "id": "2517fcda-1b82-4ec4-8fe1-8f75b059cb5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114725,7 +114725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12da699-bd33-4ed2-9797-56bab468f85c", + "id": "e05d3f41-b209-456a-ba31-ee28df9e9c64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114781,7 +114781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f69338-d627-4f47-9169-a9c9169d8d5d", + "id": "ccd1a190-ccbd-4726-8530-c539bfbcff86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114843,7 +114843,7 @@ } }, { - "id": "73301e82-07c9-4f38-833c-d265deb250d5", + "id": "d91616f9-a46e-42d0-bf02-7c57e54f4e82", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -114888,7 +114888,7 @@ }, "response": [ { - "id": "621af610-b5cb-4eab-a221-ec2c9ababb0a", + "id": "0ca2d541-9c97-48b9-9398-6a31d7461bc3", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -114942,7 +114942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577b49d1-9c9d-49b2-9dc3-1e64322f7819", + "id": "7ae53947-8d65-4ded-8b1d-b332f3e76f86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114996,7 +114996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9447a90-f701-460d-8311-a4e057c09ec0", + "id": "029a6b53-e5c8-4b90-8ea7-5dcda22c5d5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115050,7 +115050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ffd2b0b-9aa7-4fd5-b0d9-48b045e6ec59", + "id": "13a9c7cc-2e13-4bb8-98e4-5d837ec98559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115104,7 +115104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b6dce0-0ac7-440d-9b5f-dde085fb2ba8", + "id": "50d66cad-d1f6-423f-88a7-3efb42f6cb26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115158,7 +115158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8dbb5f9-3e90-48ba-840d-04572f328e7e", + "id": "0777dee5-fbb5-46aa-89f9-fff338900126", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115218,7 +115218,7 @@ } }, { - "id": "fe7d9b05-bade-46b4-beb8-a8e1fd9cf50b", + "id": "fb342c78-ea98-4ddc-b02a-7c13a42dc983", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -115259,7 +115259,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115275,7 +115275,7 @@ }, "response": [ { - "id": "e57e0b5b-afe2-41c0-9b84-333330869129", + "id": "d9b49d90-e505-416d-a337-7d6dbb267002", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -115311,7 +115311,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115346,7 +115346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62bd6d1c-ce11-474d-aad8-e218c1af474d", + "id": "60732d00-7a07-4c08-9dc9-6bb7867b91de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115382,7 +115382,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115417,7 +115417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79444d5-a76d-43b1-aa98-16dbf0b12c30", + "id": "ca4bd3f9-9832-4605-85e8-518bd41f3cc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115453,7 +115453,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115488,7 +115488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc548583-9af4-4a60-8fa8-bc7c946d27d9", + "id": "3c9a0289-eac6-4024-bd8c-8f3c9cf79a4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115524,7 +115524,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115559,7 +115559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c4bedeb-21a0-4be7-a26c-3e289b98ee4f", + "id": "4a5cec4e-c18d-4b1d-97ce-791c098544ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115595,7 +115595,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115630,7 +115630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6de942d-b58a-41b1-abf1-ac0d90bf1f93", + "id": "6205c822-6d9a-4657-b6af-bb4e84a5ac44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115666,7 +115666,7 @@ "type": "text/plain" }, "key": "filters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -115707,7 +115707,7 @@ } }, { - "id": "f272851b-97bb-4e89-a63f-31b602b3879c", + "id": "94bc3845-46db-449f-8947-72c1ac2e92e0", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -115764,7 +115764,7 @@ }, "response": [ { - "id": "0b2a718f-d24b-43a1-ad68-009dd03817fa", + "id": "765855a9-bf41-4283-b56e-29d5e2201758", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -115835,7 +115835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff82c0fd-7bea-45e0-a587-f0bad7363a60", + "id": "b5937954-9b66-4098-8af7-ebd094d7f9d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115906,7 +115906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "823d0a80-8dc6-4e46-9a0a-f86f8b48c23a", + "id": "ada076d6-8852-4b5a-a025-f34962b4aac7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115977,7 +115977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8f6ea1-3742-4912-abdc-137369f15d1c", + "id": "eb49f39d-8b55-41f1-bafd-16683e90b8d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116048,7 +116048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e512aa-9bf9-40b3-aea1-22540d22a3ce", + "id": "bfb9b428-c25d-40df-bd11-8a3318097335", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116119,7 +116119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f03cf81-b520-47b3-b1b8-7a83ae2af26e", + "id": "6416631d-f77f-47c4-9ecd-b2743b7e3fa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116196,7 +116196,7 @@ } }, { - "id": "6c9c999b-4bd0-4bb6-b4a1-715c052ee5d1", + "id": "1369ea78-9fcb-4548-816c-06d90dc44da1", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -116238,7 +116238,7 @@ }, "response": [ { - "id": "9ad6ce7b-6b5a-4036-b4e9-031bb67c0d64", + "id": "8495659c-7d62-40dd-8260-361165191716", "name": "A template object for your site", "originalRequest": { "url": { @@ -116294,7 +116294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67139519-d0de-46f8-a602-bd599d1c167d", + "id": "fb6bad56-4dfc-40f0-aeb5-9a65d1deaa15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116350,7 +116350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15717c57-510f-4859-b54e-52c25be169be", + "id": "d25d6883-ad06-46d9-806d-91d4ae599d7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116406,7 +116406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7b7e9a-fe46-455a-b8ab-2d1724382caa", + "id": "31a4ec3b-1604-4e74-a544-b81679c12bd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116462,7 +116462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fcc5bc-ef20-4672-969d-e0576eed49b1", + "id": "6814cc98-1701-4cb2-988b-6d680acb1b2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116518,7 +116518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b0c7565-281b-4605-afc5-9a301b3f899b", + "id": "ce9b23ac-ae3f-4264-aed4-e22c61973150", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116580,7 +116580,7 @@ } }, { - "id": "df145e57-1f46-41bc-a011-086409f408a2", + "id": "56d7a2d5-666c-44e4-9e31-62cd9ad93062", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -116621,7 +116621,7 @@ }, "response": [ { - "id": "b4486232-9cb1-40a7-a70e-92948dc4ab2e", + "id": "7ba88d56-bd0e-44f1-b261-2e89ef931ff1", "name": "A template object for your site", "originalRequest": { "url": { @@ -116665,7 +116665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8496ff1a-b9a7-4175-b6a9-fd9add07e169", + "id": "a85a110e-c809-4736-a671-a7a3e04c5fd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116709,7 +116709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14e21ab0-146e-4933-b4ff-04059399f00c", + "id": "ef24819e-8e97-4441-891a-828cf372ceb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116753,7 +116753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f548ca-72e7-45c7-9be9-6f77a0024972", + "id": "7cf2b928-3b16-4946-afc2-aa70aade929a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116797,7 +116797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae9c4d8-4f3c-4c5c-a141-2b34e5beb0d6", + "id": "975c5a8e-a375-4323-b08b-0a0b03826882", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116841,7 +116841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66803068-c4d1-4cd8-92cd-7b662db04e28", + "id": "3c40ce2b-058b-4886-8ea0-3206f5eb450c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116891,7 +116891,7 @@ } }, { - "id": "2ac65620-abd9-44c1-8cc3-828298a19be6", + "id": "1f308336-6d07-4aff-b03e-d51f45662ca7", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -116934,7 +116934,7 @@ }, "response": [ { - "id": "4e2f447d-a707-4ef5-aaf3-4d6fc54878c6", + "id": "090f3598-6262-47f6-8857-f4f546bb8db3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -116981,7 +116981,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6ac9b648-c85e-4876-8aa8-5f591aa6c96d", + "id": "7de690ff-b5de-4123-b30b-87bb842fe333", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117038,7 +117038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4097851f-8841-4ab1-b785-0a2552d069b6", + "id": "7ff8c76d-b0e2-47d2-a0a2-ae5223caf9a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117095,7 +117095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1555f7e5-a037-4cfe-865b-42847c3eb103", + "id": "9739ab42-a9ad-43da-82b8-fbd138ca4486", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117152,7 +117152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807e3c18-8413-41ec-ae46-4acca4d87280", + "id": "5dfbd919-6101-4eb9-ab3c-93e1a87cfccc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117209,7 +117209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab6391e-6a0a-4654-a4a8-0cdec40f075a", + "id": "f02612d7-fd81-42a2-9427-5519a6985149", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117272,7 +117272,7 @@ } }, { - "id": "3eaa53c8-baf5-47f6-a8ee-2320f5b551ce", + "id": "16172739-1af4-40be-9c8a-130830462593", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -117301,7 +117301,7 @@ }, "response": [ { - "id": "799b3d57-83a7-4e4e-b42f-83acdc7be588", + "id": "12bf3113-f492-442c-b38c-f41757a55fda", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -117344,7 +117344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f5b6b4-d14e-48b6-8652-6e412bc6f121", + "id": "d889b51f-5d36-4048-b512-92b2fd1cd0b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117387,7 +117387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75afc697-7677-4693-859f-b0802f1fe167", + "id": "1b8808f4-a450-42f1-8543-1a6e88c37309", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117430,7 +117430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11766f2c-ba8f-497e-b315-32f6b78a8118", + "id": "9edc8268-7d71-41da-a8a9-97ab57f9c66f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117473,7 +117473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97ad1c86-e629-4b9e-bd8a-98f38b445fb0", + "id": "a1f8112b-c83b-4fd7-9d08-097fcf8c39ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117516,7 +117516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44e9cc83-8fff-46a6-b3b7-3e7b0701eb03", + "id": "29d1cb7f-f848-4fb8-a770-d506b7f53949", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117565,7 +117565,7 @@ } }, { - "id": "02acd2d0-ee32-4745-befc-4060f6f0dd78", + "id": "e384bb19-ef73-4628-9dc5-4428f61a9ae2", "name": "Get Notification Preferences for tenant.", "request": { "name": "Get Notification Preferences for tenant.", @@ -117585,7 +117585,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "key", "disabled": true, "description": { @@ -117606,7 +117606,7 @@ }, "response": [ { - "id": "4383f3e7-cf0e-48b5-8cac-83a3f1488b7d", + "id": "635bb408-0ea9-405a-9be5-524d2aa40e23", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -117650,7 +117650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b6c2f3-73e8-44db-981d-de4dc9000b2b", + "id": "cf53b3bc-eac9-4bc9-84a2-5bce1c535ced", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117694,7 +117694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd9bc8e-6520-4fca-84c0-b509f0f7230f", + "id": "5d9299a9-bd3a-4b85-8d68-18679f3882f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117738,7 +117738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ea521b-de53-45a1-98a5-73a770f2c4c9", + "id": "583f3883-e5e4-4d72-ae07-a4b9e4254ca5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117782,7 +117782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5a02798-4c7f-457c-896c-3b4b83babbe4", + "id": "972e0247-8a3a-4fa1-9a97-52e1e3251e9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117826,7 +117826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd53b1e9-1cc7-4086-9828-0a537dcbf24b", + "id": "d10c9459-daaa-4946-bec1-3b44294e2d73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117876,7 +117876,7 @@ } }, { - "id": "6c75f62a-5a76-4717-9253-4cee6fe7d5f4", + "id": "8d8484d3-c7aa-45de-bc9f-f9992b91ed18", "name": "Overwrite the preferences for the given notification key.", "request": { "name": "Overwrite the preferences for the given notification key.", @@ -117896,7 +117896,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "key", "disabled": true, "description": { @@ -117930,7 +117930,7 @@ }, "response": [ { - "id": "9ac64d84-f573-431c-9d53-ae97147868c4", + "id": "63f9d053-6820-4aa6-a964-45d0d4cc3693", "name": "The preferences were successfully replaced, and an echo of the new preferences are sent back to caller.", "originalRequest": { "url": { @@ -117987,7 +117987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d227de62-ff68-4043-8e4c-4a9c823110ad", + "id": "e2ff3d88-9998-4742-a0f0-28e84c01cd21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118044,7 +118044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4a8c6b-51a5-4bcf-bf46-0b7b8352c8ef", + "id": "fbc82e76-cdfc-4d5d-8bd0-da9c10bdfa60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118101,7 +118101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41eedb70-d295-46c0-ac17-43e1977e27ef", + "id": "0ed93b93-5bb4-46ff-8d67-34b1393e9887", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118158,7 +118158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b6fffca-5b63-4657-8dc1-330c086ed659", + "id": "06bd7c98-dfd5-4f97-b867-c6cce76dbc39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118215,7 +118215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2396d89-cca5-4faa-b79b-b5ff96887c0e", + "id": "7363630b-d40c-473e-be34-b33376b8b00c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118278,7 +118278,7 @@ } }, { - "id": "01cd1f70-3048-4c24-8a81-746c3d16e1ea", + "id": "83eb344e-6977-4ebd-9a6e-82187378e138", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -118320,7 +118320,7 @@ }, "response": [ { - "id": "dea38db9-4aa9-44b0-8153-c154e8c61d81", + "id": "0bfa6e2f-6886-4bcd-a34c-d94f5f85fc57", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -118366,7 +118366,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f9d38f42-affe-47e6-8a25-89e46c3f3696", + "id": "e10cddd2-c5ec-49ef-8337-7b781ca7ad39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118422,7 +118422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7d5742-fa2b-4dbe-acb0-dcc9ee4617e8", + "id": "3a2a4e87-5ec0-40af-8be6-abba59c1db51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118478,7 +118478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2558a1c-810c-4231-a2da-0532973d3a05", + "id": "7a767bc8-ff7f-424d-8bd4-e6b922417b25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118534,7 +118534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "035b58a6-681a-40e3-abc4-1542ec49994b", + "id": "f93b3595-209e-4ea2-a959-fd06d0fe9427", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118590,7 +118590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb4d6233-90f7-49ff-9219-df6d4fc07064", + "id": "52a8be52-d103-4e80-b1a6-149dee882c0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118646,7 +118646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8498346c-1247-4a24-8db8-3c46d3d29ad3", + "id": "47f50e37-3357-44cd-b3d7-bd0cc032642a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118708,7 +118708,7 @@ } }, { - "id": "d44b8872-8429-47f4-95f6-f381ffcf13d2", + "id": "9d4a9daa-044a-4fb4-b655-1f534fa2a7e1", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -118783,7 +118783,7 @@ }, "response": [ { - "id": "8891ba76-7bf1-4c72-9285-4eb249408dcb", + "id": "49312aa8-59ad-40c0-9857-7cadf2d93d54", "name": "List of Email Status", "originalRequest": { "url": { @@ -118867,12 +118867,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"minim ipsum elit\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"id a\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n }\n]", + "body": "[\n {\n \"id\": \"mollit aute ipsum culpa proident\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"consectetur commodo\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "970dce3e-c81d-49d4-8aba-9080b0105e99", + "id": "624a2c37-9579-4933-b0fa-4941289cff43", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118961,7 +118961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c3432f-8abc-4f22-b004-7ed7348aa507", + "id": "045a0d41-e729-4fe8-9a9d-cb6e31997423", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119050,7 +119050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "478394a3-5064-4c06-8ed0-a4666c0da91b", + "id": "378b1a0c-df06-460a-87cc-7b225a75c74a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119139,7 +119139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667f06a1-e8b2-4024-9245-0b38de3302b4", + "id": "70df3c9c-3c0c-40a3-b002-c8a3bd50ed8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119234,7 +119234,7 @@ } }, { - "id": "84f577c8-fb47-4405-8a70-c475188095c6", + "id": "1ab5c95c-30b0-4c3b-96b1-5587052f867d", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -119276,7 +119276,7 @@ }, "response": [ { - "id": "b65888ca-4e1c-4b58-85e2-33aa4d9c6879", + "id": "572087a1-d365-4ddd-9986-96a74c05d094", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -119327,12 +119327,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"dolor voluptate adipisicing nisi\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", + "body": "{\n \"id\": \"reprehenderit minim aute velit qui\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c72fa252-1335-4f07-8cc1-947a544e26a1", + "id": "dcc134af-ea63-43be-8997-96ce54b096fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119388,7 +119388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3694b9a4-0518-4ca6-945a-868040cf9770", + "id": "adf29c95-3adc-43f0-bda0-f8be6ebb0f2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119444,7 +119444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c13930-0f59-449f-92e0-f1043b820f11", + "id": "2332d27f-05b3-45c5-894a-bc2d2bd03f8f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119500,7 +119500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0776f9c-b5b6-4246-af83-a2d262400876", + "id": "211b56ef-a518-4c88-b6d2-b4c936de5afc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119556,7 +119556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19cad4d7-f94b-42c5-9561-8fea3c0900e3", + "id": "a550f23d-817f-4553-8f9e-ccf2d62fe543", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119618,7 +119618,7 @@ } }, { - "id": "2f427d64-3644-41ff-952d-0f8f6a8a0253", + "id": "340e5e5a-a5ae-4a05-a0e9-36d9e417db64", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -119638,7 +119638,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -119659,7 +119659,7 @@ }, "response": [ { - "id": "c1154a98-8396-45f4-8b27-a17af227107f", + "id": "4d2274ca-af31-4c5c-bbd5-2505373b8d6b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -119693,7 +119693,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dc527e90-0e6a-425d-8a81-f6026fb122ce", + "id": "98e53588-7e67-41c9-89fd-67b20e6cc7e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119737,7 +119737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540925e5-14f5-439e-80f9-19ce193e41b2", + "id": "e1908162-3e09-475a-aaea-372d94900e5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119781,7 +119781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bec7026-f76e-4328-bac3-b58c1adab197", + "id": "02d794fc-e03f-4605-a0a6-b66d56a5c109", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119825,7 +119825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7ed1e8-3001-4d07-a337-3bec9c90eb55", + "id": "c0bcebf2-b078-4096-9662-ab79423ee2f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119869,7 +119869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8650d399-0f92-44b9-92c9-7d1c7915ae6e", + "id": "6e37a230-a1fc-413f-b1de-26377bdc1dc8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119913,7 +119913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b07b05-da3f-4aa3-b283-e79583e37514", + "id": "502852fd-56f3-4b99-8a39-d41b72af68cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119963,7 +119963,7 @@ } }, { - "id": "44f2212e-6215-463a-9fcd-53bb399e048a", + "id": "8e82ff2f-eddc-4c32-ae92-077ba27c77cd", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -119992,7 +119992,7 @@ }, "response": [ { - "id": "34d6a204-edf4-4405-9109-df0c404cb0cd", + "id": "36e88381-702e-4c46-baab-2b72cd0ad831", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -120035,7 +120035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2111111-4777-4ca8-ac38-f57615aa46d8", + "id": "c90458e2-80f8-4e37-ba0a-73dfc97c5841", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120078,7 +120078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def82826-bc6d-47f0-a2f3-c562eddedc7d", + "id": "5b4a4295-6438-468a-bed5-00a71a9e11bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120121,7 +120121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f96f60e-18b7-42ec-9087-67268dc28e49", + "id": "a5db3f45-22e7-411a-a65f-eae35b074b7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120164,7 +120164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3ab107-be92-406c-85eb-2c726585a32e", + "id": "a62b3da3-472a-4c4a-bc43-36dcf4f458ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120207,7 +120207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7275bc15-4c69-48a3-a9d8-f46db6546f37", + "id": "ac6a06e4-1b81-4bdf-a043-06e357a4ddf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120256,7 +120256,7 @@ } }, { - "id": "773e88fb-d66d-4990-8fed-8ea40fa8d0ff", + "id": "4f63f9d5-f23f-428a-980f-d26da64acf9f", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -120298,7 +120298,7 @@ }, "response": [ { - "id": "bd0ed5cd-afd2-46f7-954b-6732d2d90f68", + "id": "182a4456-e396-4713-b04d-0a64d6b5be2e", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -120354,7 +120354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a9f9ce-a8a8-4623-8740-cf3a49a4dcb8", + "id": "88a119a3-f33c-4dcf-a76c-1312489187e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120410,7 +120410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36c3cd5-36fc-4fc1-a553-83c34b837764", + "id": "b76c1007-dead-46e3-8849-1c5a97684bd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120466,7 +120466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5a7ccaa-683a-44d6-ae2d-8178f5764663", + "id": "02b88650-4934-4c6e-af71-d1343a7935b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120522,7 +120522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c25b637-f268-4fe5-ad97-b68fbe5b2bd0", + "id": "a4c5ca43-1185-44a8-8b7e-421bb3b92adf", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -120578,7 +120578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b51a0a56-bfd4-42ac-b8a9-ebef22624b69", + "id": "17bdcfb0-8c86-4e73-843a-e19b512d3a8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120634,7 +120634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37c5efe9-48fc-4b80-9bd9-9f56af05a2eb", + "id": "300d7aef-18fc-423a-aba3-3b0083c9a1dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120702,7 +120702,7 @@ "description": "Use this API to implement OAuth client functionality.\nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the IdentityNow REST API.\nRefer to [Authentication](https://developer.sailpoint.com/idn/api/authentication) for more information about OAuth and how it works with the IdentityNow REST API.\n", "item": [ { - "id": "b0f770b0-e0b8-40f1-9480-a33856868f6d", + "id": "38fdf793-bcee-43b7-bed6-3fc18e6b574a", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -120741,7 +120741,7 @@ }, "response": [ { - "id": "a1a541ab-c782-400b-98f3-962e3c277aed", + "id": "b7734a4d-2eb9-4b27-9036-df2ab8f877d1", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -120794,7 +120794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9b61a8-5de1-48cd-a7eb-5f2821728a95", + "id": "a8f00f97-f001-4698-82d4-5a166c7f7b66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120847,7 +120847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c8727d-e144-4ecd-b8e4-278bc1252cdd", + "id": "247abce9-a489-41b1-b4cd-c875fcb969ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120900,7 +120900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f8fa7c-fe4a-4a1c-b675-aef36f8ed1d6", + "id": "62b2ea2e-95f3-49a1-96bf-a9b15f61bbf6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120953,7 +120953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b646a8a4-9215-4c1f-8032-63d1de00985d", + "id": "f1cd6403-12ca-4bbf-b5e5-f0677570a37d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121006,7 +121006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01b2e9d-40af-456e-988f-9b65d277b59a", + "id": "af4b6bcc-f1ef-48a2-a0e0-7f563b6eef8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121065,7 +121065,7 @@ } }, { - "id": "f8546141-f5e3-4319-aff8-7b1742033836", + "id": "cf805c84-b7c4-40c8-818b-0c992fd8a232", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -121107,7 +121107,7 @@ }, "response": [ { - "id": "4ce9c0b1-8e21-4153-825b-c279faf32448", + "id": "44b29730-184c-4ab6-bc26-337d2bab503e", "name": "Request succeeded.", "originalRequest": { "url": { @@ -121163,7 +121163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "395e0537-b7b7-44d3-bd5a-81c944f3c029", + "id": "9ac97a02-91a2-4843-bc61-a0b90235513c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121219,7 +121219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90a3ab8f-cad1-45e1-807d-69e3d387a501", + "id": "3f58398e-3eda-4ff6-8070-5b9264b550da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121275,7 +121275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e1afc7-761c-49c7-afe4-65233aef1d48", + "id": "0525d258-432e-463e-bbb3-71cf80b26755", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121331,7 +121331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70e23fa-f26f-49b5-8765-dc675af1b883", + "id": "48d6383e-3c2c-4bd6-99c0-41c91c3b4310", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121387,7 +121387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d224468f-e546-4d5a-bd34-8122e4a624c2", + "id": "eb90a5fe-db11-48df-b5f7-9c320bee1565", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121449,7 +121449,7 @@ } }, { - "id": "33bb5ad9-94dc-4ab4-ae22-6fe9ac029000", + "id": "8661417c-da77-4c8b-b620-eb6ae0346d97", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -121490,7 +121490,7 @@ }, "response": [ { - "id": "48448e87-af02-4033-9d3a-d2f231ba8d8c", + "id": "0650c9c9-b2d8-4350-84e8-402134037b38", "name": "Request succeeded.", "originalRequest": { "url": { @@ -121534,7 +121534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a59a34b-a083-44c2-a7fe-fe2e658402e2", + "id": "c733e489-d7d6-4c22-97d2-96f2cac7fe54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121578,7 +121578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94dd220f-2faf-4f6b-bce9-5c81e6fc290f", + "id": "6d724e4a-80f1-454a-b451-df8f11bfa28d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121622,7 +121622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbf7c921-4dba-414b-b075-2a50e1ba6091", + "id": "0caaaebf-0be3-4140-8fd2-da0cce596314", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121666,7 +121666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea828d2e-5898-4654-b898-227421af47ca", + "id": "d7f81df0-43d7-487a-bb25-4b2aa3db41e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121710,7 +121710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "519b20af-f61c-4b8a-9ff0-4fc12419f626", + "id": "707033ca-fa6d-48cb-a90d-9901228d65bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121754,7 +121754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcdd41e1-23eb-4f60-80da-36f2c3f60e02", + "id": "b5741db4-662c-4b8a-8d39-312dfe1cc661", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121804,7 +121804,7 @@ } }, { - "id": "c946075e-1034-416a-a8c7-efc80033a0b0", + "id": "47a79012-d39d-459e-9c87-bbdbe65af69c", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -121845,7 +121845,7 @@ }, "response": [ { - "id": "60286d30-fd65-4a47-bb0e-1672a9565041", + "id": "be3a2c98-1d69-43f7-a5ad-5f54c96d4735", "name": "No content.", "originalRequest": { "url": { @@ -121879,7 +121879,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a967bc30-a3c4-4bbc-aa79-ea8787fa3896", + "id": "4bb8af1c-f103-4ff5-bdf4-2c596dd8c5ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121923,7 +121923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6af2651-33a5-405a-8767-7478dfe403a6", + "id": "c3ac2f11-8e7c-44e8-8173-f274445fb0d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121967,7 +121967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9657fb71-b761-479e-8950-f6f46e227d40", + "id": "760320dc-9d45-4687-a062-26fc6cad54b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122011,7 +122011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400d0433-6021-4d49-a9f3-87ed9152f345", + "id": "75b6db52-88e3-45ac-b880-a57aaddcb0b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122055,7 +122055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "124a1d16-3803-4af8-87e6-288e1848d3f8", + "id": "e4c03955-c6ea-4935-a32f-185caa848eed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122099,7 +122099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5966dc49-dfad-40c5-b570-edfd11324484", + "id": "77845eaa-185c-49c2-8e52-92ee35383503", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122149,7 +122149,7 @@ } }, { - "id": "4c81b22f-47e3-48f8-8dbf-6db93b14b252", + "id": "a7b0936a-00de-48e0-a5fd-560b483363d3", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -122203,7 +122203,7 @@ }, "response": [ { - "id": "2f67ead2-9e90-45b6-b52f-0704130926af", + "id": "9bbf4fa2-6972-4dd5-80fd-4e9f188bb5f9", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -122260,7 +122260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0eea681-13ad-4f65-9585-3583d4efca85", + "id": "141c11b4-a084-4065-a177-0c134c926cd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122317,7 +122317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e42f9ed-f988-478a-9b7c-2c1a173c6578", + "id": "b649b7e2-a820-490e-8d75-48d1f22e28d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122374,7 +122374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e549e8-7843-4725-a992-307bab713778", + "id": "0df9bc99-ed3e-4c99-b4d0-507edc41ea52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122431,7 +122431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c73c709-09ac-4e41-9805-dc63fecd514e", + "id": "4d65d304-69c6-4353-bc29-eeaf4dcc3540", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122488,7 +122488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a4b8deb-78b3-4ea9-bf06-f64353908749", + "id": "83c74120-cd76-4841-81a6-eb28987d525e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122545,7 +122545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447b4072-88ff-48a5-a6ea-c1576207ef4c", + "id": "353222f1-128e-467f-b5c0-fb09fca14ad9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122614,7 +122614,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "d77d9a55-c21e-4579-9a5b-f92bb36ff66e", + "id": "fda72ab3-ca6d-41d2-aeef-165fb15f2285", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -122643,7 +122643,7 @@ }, "response": [ { - "id": "115bc272-b2a6-45a9-9f33-b098cc1a2cd0", + "id": "5c4beb2e-9b2c-4002-a0ac-accfc9846eb5", "name": "Request succeeded.", "originalRequest": { "url": { @@ -122681,12 +122681,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\": \"reprehenderit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"officia\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ba38d4ad-7439-4916-aeef-418925829dde", + "id": "ec603646-01af-46d5-bd90-fb2867635cf1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122729,7 +122729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bbd7f18-4112-42ea-aeca-3c438a8f8147", + "id": "ca4d1b57-74c6-408f-a246-38821eb6989c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122772,7 +122772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b63f65a9-8cef-40fb-9a63-1c22b2c38a76", + "id": "c92c3c68-023e-4443-ab0d-782e83664854", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122815,7 +122815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "440f30db-a420-474d-86ec-4db4f7b0bb5e", + "id": "334ae563-8df4-4ed6-b16a-01371d173fc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122858,7 +122858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d886d123-7b30-41bc-8d06-dfe016e55b31", + "id": "5919b941-153b-4b42-a297-fda5c9a73c2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122901,7 +122901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7548056b-196a-48c8-a462-a4af60840422", + "id": "05c90147-ef0a-4354-a9ed-6aa95a6f10bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122950,7 +122950,7 @@ } }, { - "id": "22a18f0e-52d3-49b4-9988-548e91e0b6f3", + "id": "9e51bafa-ba23-48e3-9bb9-27a0902f181f", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -122992,7 +122992,7 @@ }, "response": [ { - "id": "dd04c0c1-6f0d-455a-af48-552fd3c25170", + "id": "73145dfb-ed4d-4481-9874-aada977a277b", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -123043,12 +123043,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\": \"reprehenderit\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", + "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"officia\",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "249e77ad-3ccb-4d5e-9cde-0347e7e49f4f", + "id": "f8c49be0-021e-4e3d-896f-5f3790cd9f17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123104,7 +123104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fccd10ea-f928-4d98-ae93-b709c6a6d4fb", + "id": "6e274a4d-92aa-4f19-81f2-2b0a28296166", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123160,7 +123160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb2280d-6f40-4e65-b187-c70710a73e7c", + "id": "9456b00b-b91b-4b60-9b8e-0a640f981851", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123216,7 +123216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b761f5-5b39-4dd5-beaf-6da42e20c917", + "id": "f8eb72ed-04c1-428c-961d-9a59e3df4d0c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123272,7 +123272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2690b8b-18ca-4b08-b2ed-ea49e0438aa4", + "id": "2c1601bc-d5e6-412d-b6a9-057489e83b6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123328,7 +123328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba0054c-280c-4493-be5d-59b5d88c3a41", + "id": "d50cb32c-6e3c-42ef-86e5-48dcc528feab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123390,7 +123390,7 @@ } }, { - "id": "80c363a1-3d01-46e0-9e7d-f1432c68448d", + "id": "344136eb-24a2-4790-a267-b6157d2ee425", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -123420,7 +123420,7 @@ }, "response": [ { - "id": "7ab6f30f-145a-46d7-87d2-6eb7e1f15554", + "id": "66f0cdcd-3026-4794-8750-fe5d1af8f939", "name": "Request successful", "originalRequest": { "url": { @@ -123464,7 +123464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8815943-6cdd-4b2f-80a2-8a5d2dd9f490", + "id": "6abb0e30-c323-4937-97dc-8935bd2686be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123508,7 +123508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "055d4729-56d5-4cb4-9d72-8c81356b2e58", + "id": "f79c8837-f611-4fb8-936f-392da1380bab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123552,7 +123552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23067c6-406b-4f65-8052-41c24bb534ed", + "id": "d6a811b5-f69b-4b1a-a761-264673e85603", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123596,7 +123596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebd2070-f188-4243-b521-5db030ce7a0d", + "id": "0ba6a558-e7d9-4e63-b5ed-501cc2f85c02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123640,7 +123640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6876eafc-9a33-4991-8328-2a10557da416", + "id": "3fc0e448-8915-4757-b5c2-c0dc46e4f38b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123696,7 +123696,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": "383cad98-9485-48a6-b054-9be198384cd2", + "id": "1006d60a-fd1f-4e5c-9ea5-e673f9c2edac", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -123725,7 +123725,7 @@ }, "response": [ { - "id": "8158786b-d705-4b97-911a-409a87d398d5", + "id": "fabe3059-8d13-4b34-ba06-90c197e9c70f", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -123768,7 +123768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150074db-8b31-479f-b2ee-961d304a79cd", + "id": "89055113-c741-4df1-b153-3f491cff1578", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123811,7 +123811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad533218-c92a-4f74-9137-e2b0bca0f064", + "id": "fc3a603e-9618-4136-927a-943c9e8eaf65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123854,7 +123854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9e734f2-3b65-4553-9fd3-9bb514397e91", + "id": "61c256ae-04d3-4db0-a2aa-649bd2b2cc90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123897,7 +123897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6fd5bef-5cf3-4276-be10-a8bbe59ad204", + "id": "c1fdaa39-53a8-416b-9732-bead3b6bb646", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123940,7 +123940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2168449f-5d2c-4c39-a6b1-03c97ed9c4ff", + "id": "3d1e1e86-b697-4165-ba1c-a390b7533b51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123989,7 +123989,7 @@ } }, { - "id": "b4915318-c925-4fab-99e8-162d3191ef1e", + "id": "f08f7ccd-6da8-401c-9671-14714384e475", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -124031,7 +124031,7 @@ }, "response": [ { - "id": "edc670eb-6520-4caf-9419-ed32ad30f973", + "id": "9fa435a9-28df-43d3-9bad-26350f3f27ee", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -124087,7 +124087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2205f095-fc3a-4790-962e-78b2c056cb89", + "id": "bfdb4e5d-490a-4447-8ed3-e52218c2b14e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124143,7 +124143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91dbe02e-e657-4e91-803b-4482099bb7e9", + "id": "a2ce1608-3891-4b78-9dec-7a2013debee5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124199,7 +124199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf191e0-2494-4a92-a0d9-270f59c1aa9e", + "id": "ae2bba51-c0a8-4a94-9ad7-bfac30289058", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124255,7 +124255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70bc5ad9-9537-4591-91e1-86c144365cd3", + "id": "6b5794ae-0f66-4b3d-ae29-fe5c1d9bb038", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124311,7 +124311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e27ee24-346f-4724-971c-1582b14431fe", + "id": "b961bb1f-d00f-40a6-a63e-36d120abcc1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124373,7 +124373,7 @@ } }, { - "id": "9f1af442-ccf0-49e4-8b3f-f1a20766e99d", + "id": "47bda2df-cf4f-4701-92ba-f1ad8e49feea", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -124415,7 +124415,7 @@ }, "response": [ { - "id": "a83c655c-7a41-4b61-aaf8-111783b67cc1", + "id": "9e8364ad-d035-4a23-a4c4-92828f9246ae", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -124471,7 +124471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ebfcf35-1b3e-4c5c-bb7c-711bf68e920e", + "id": "b0b5f338-cd69-4ada-b499-46931915f25e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124527,7 +124527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e85092-c5e4-4c7d-ac4a-d7164f53b8e8", + "id": "35375fc7-5fbb-44fb-ac54-94a458541250", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124583,7 +124583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e90ff8-3325-4b9b-aa0a-d4f2f3df6c09", + "id": "2110e4a6-0fd0-489a-b0ed-c3827b055b78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124639,7 +124639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf84e30-6ac2-406a-9fc4-f4fd5b18538a", + "id": "9bb2a976-0ac7-4829-92f8-497b9eac88fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124695,7 +124695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1884738-536c-4691-b8fc-60039d384531", + "id": "42b8b041-1a33-4f91-963e-0033299a328d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124763,7 +124763,7 @@ "description": "Use this API to implement password dictionary functionality.\nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords.\n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords.\nThis can help protect users from themselves and force them to create passwords that are not easy to break.\n\nA password dictionary must meet the following requirements to for the API to handle them correctly:\n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters.\n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines.\n\nAdministrators should also consider the following when they create their dictionaries:\n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive.\nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching.\nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords.\n\nAdministrators must do the following to create a password dictionary:\n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to IdentityNow with [Update Password Dictionary](https://developer.sailpoint.com/idn/api/beta/update-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "32a25fc0-f600-4c6c-b156-da643d35ebb4", + "id": "803ce11c-ac4b-49c8-83da-4e19a77dcf81", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -124792,7 +124792,7 @@ }, "response": [ { - "id": "b5c91066-43bb-4c03-919d-7c677bb52c6b", + "id": "4511ad7b-b54e-4811-bf04-09bf4016bb94", "name": "A password dictionary response", "originalRequest": { "url": { @@ -124830,12 +124830,12 @@ "value": "text/plain" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b5f0a419-7830-4c88-b77d-d98531ffa7d1", + "id": "425f351e-2a2d-4ee9-97d8-57b48301b2b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124878,7 +124878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e81c7e-87b4-4958-961b-3cd6f63d8f6c", + "id": "4dbdf362-6b1c-4ab0-afa8-872582932ec1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124921,7 +124921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2001985-3658-4036-9e35-43e7f4aff7ee", + "id": "7808f3e7-1e46-4ac7-af45-bd556ea56165", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124964,7 +124964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cec404-be69-42bf-9684-8b19064c8a8f", + "id": "5f91134e-a5bd-43b2-8636-7561481d5176", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125007,7 +125007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26a8705-2e7c-4d4b-85f5-951d33eb41e2", + "id": "8b293e41-c275-4d52-84fb-4131c651bdd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125050,7 +125050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3611a563-6cc5-48ff-b657-bc69660c0cbd", + "id": "4df3cf40-9d82-4f32-8faa-66d2acb3cd50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125099,7 +125099,7 @@ } }, { - "id": "6d37561b-a0c1-4b8d-b62c-4d60539c844e", + "id": "126e7bc0-a4bb-4338-973a-6681318314aa", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -125137,7 +125137,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125145,7 +125145,7 @@ }, "response": [ { - "id": "e007a507-5525-48e5-b49b-2229cd4a4a4d", + "id": "72780044-cf60-4bdf-a699-10bf3c8b96cb", "name": "Successfully updated.", "originalRequest": { "url": { @@ -125182,7 +125182,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125195,7 +125195,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a38df5ce-1e0e-4c0b-9d1a-78054ed62647", + "id": "f18d2fea-e2ce-49e6-8d9b-f6dd26f3365f", "name": "Created.", "originalRequest": { "url": { @@ -125232,7 +125232,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125245,7 +125245,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d84dc1fa-ba14-4337-b98e-a2da476ade3b", + "id": "1f0e192c-14fd-4954-a8fa-2883c110d954", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125286,7 +125286,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125305,7 +125305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa42aa84-0001-47d9-a986-2282fe288ee8", + "id": "4073672d-895d-4908-8b8e-fb8c6f1c7e21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125346,7 +125346,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125365,7 +125365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec47ec41-d6c4-45e8-b728-a49466d386b5", + "id": "e1f43a70-7ed8-4ff0-9d1f-049952f21519", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125406,7 +125406,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125425,7 +125425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0083d19-f220-4e57-b122-6a58f157d184", + "id": "57f76cab-61bf-47ed-a266-4559d8c26091", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125466,7 +125466,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125485,7 +125485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68731748-4e00-417e-9b29-5c4cf4916e63", + "id": "25f0f902-cd23-4483-953c-011d3dcb0dc8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125526,7 +125526,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125545,7 +125545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d131eb1e-2fbe-49c0-92be-ac8d8bdaf4c8", + "id": "edd85aee-d84f-4002-a725-c10ac2d7eb2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125586,7 +125586,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -125617,7 +125617,7 @@ "description": "Use this API to implement password management functionality.\nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn IdentityNow, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager.\nPassword Manager lists the user's identity's applications, possibly grouped to share passwords.\nUsers can then select 'Change Password' to update their passwords.\n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually.\nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password.\nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube.\nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password.\nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications.\nUpdating the password for the multi-application source updates the password for all its included applications.\n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords.\nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates.\n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "5d91dd9c-ac29-401f-9e5a-4a7fd0e151fd", + "id": "afeec467-542d-44b3-acf7-93cd9e0c8326", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -125660,7 +125660,7 @@ }, "response": [ { - "id": "b429b5b4-2286-4033-b76d-e25e9f603f87", + "id": "af8e1fc6-8b0a-46de-a0df-05842f11052b", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -125717,7 +125717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b0e817-d833-4b32-9ff3-58abff5804e8", + "id": "345b1d20-0409-426a-8c04-9689e99b1ef6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125774,7 +125774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55945814-ed93-4ce9-8508-f901d93eee21", + "id": "0eb21a41-02da-47b5-8cd2-d279c302461a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125831,7 +125831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b8276c-3357-44e0-a27e-919c58f0cfa2", + "id": "7bf3ff17-cbe1-4d17-b9c8-9575fc63fe58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125894,7 +125894,7 @@ } }, { - "id": "5a51f16e-e907-4f4a-be8e-01d77cfe2f27", + "id": "febea9f6-5cd2-46bd-a9e0-f85ff673d1de", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -125936,7 +125936,7 @@ }, "response": [ { - "id": "2796cc8b-3fe3-4667-899d-c131b74bf8e7", + "id": "81bb774b-a146-4209-8a97-a0a5e55671d4", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -125992,7 +125992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d251c3eb-fc45-4f66-8153-4eb7a431da90", + "id": "8b45760d-a69e-4c9a-b219-709dda2e37e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126048,7 +126048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a8b07cf-a268-4ac9-bbd0-c8d45667024b", + "id": "a73d424c-a208-4030-b3c8-96c1a66b8471", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126104,7 +126104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b684084-564e-4892-91db-a141b28a4bc0", + "id": "6a3ca312-43e4-4f18-8b0e-fd57cc700534", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126160,7 +126160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d08d270-7625-4a7c-8ee4-cebcd59de74b", + "id": "667db92c-7fc9-4d8d-9179-08044f9e0238", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126216,7 +126216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f886ba2e-e2f3-4cfa-a7d3-c7e1f656c784", + "id": "12d34a8b-f65b-4435-905f-55cf6a837e39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126278,7 +126278,7 @@ } }, { - "id": "a34be32b-2b55-4aa0-acee-eda6b2997027", + "id": "2f839996-50b8-4476-b4cd-3c59bc224bf2", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -126320,7 +126320,7 @@ }, "response": [ { - "id": "bbe60fed-3b12-45cf-98f8-515319a6d3af", + "id": "a04e6d04-bd88-4f51-a35a-8d22c3bd202f", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -126376,7 +126376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c651c3f-e1ac-49a6-a50c-33810ae2c9b8", + "id": "a0c4ca08-2baa-4c72-adca-82284e97f0f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126432,7 +126432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3792a65f-7874-48b9-8b77-58bdf2d99eb3", + "id": "10e3f16d-59ef-4f41-9e33-7bf93ea70a4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126488,7 +126488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53800a1b-8165-4f47-9582-808287378d51", + "id": "6070f11f-6ab0-4fde-8a9a-f12dd9b809d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126544,7 +126544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa9dcc3-a0f2-4bfd-ae63-5ce0d68623e8", + "id": "94f39e09-e70f-42be-9a9f-4cfc01830236", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126600,7 +126600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57cbdeb5-2ccc-4361-a00b-ddc4629f41e2", + "id": "9ff10564-1e23-4dc9-98f1-75f9391e990b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126662,7 +126662,7 @@ } }, { - "id": "a3cfbe07-a1de-4145-9896-7e3496a0d858", + "id": "98f09c86-4c80-4fde-908c-b44d53d44adc", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -126682,7 +126682,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -126703,7 +126703,7 @@ }, "response": [ { - "id": "0333c2be-01d4-4a57-987c-4d6e2aa6068a", + "id": "892f5716-70e5-47a0-9b94-f018beb017d0", "name": "Status of the password change request", "originalRequest": { "url": { @@ -126747,7 +126747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b30a51-c76d-403d-94cb-37a0d60c6cb4", + "id": "f3162bfd-7814-48a3-82cc-d907c17ee462", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126791,7 +126791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fdf3131-3b91-4b48-8057-b53cb52e8a09", + "id": "d65c1476-0d52-4fbe-84b8-629b0662584d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126835,7 +126835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f895be92-e3e5-4cba-a8f6-50a058f4f396", + "id": "24877e0f-1d8e-4fa6-9da4-d8fa25978b7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126879,7 +126879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a46a8be-ea30-4ad7-b2a5-1ead3e9ffab0", + "id": "37d6e415-00bf-41c2-ab1d-690def42e9c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126923,7 +126923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b9a9d9-0ee5-4273-8c12-321cc8647684", + "id": "ced9b4bc-e4c7-45bb-a781-18cffcd94c56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126979,7 +126979,7 @@ "description": "Use this API to implement password sync group functionality.\nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password.\nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually.\n\nA password sync group is a group of applications that shares a password.\nAdministrators create these groups by grouping the applications' sources.\nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password.\nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in IdentityNow:\n\n- At least two direct connect sources connected to IdentityNow and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies.\n\nIn the Admin panel in IdentityNow, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group.\n\nAdministrators can also delete sync groups in IdentityNow, but they should know the following before they do:\n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore.\n\n- Passwords for the sources' connected applications will also become independent.\n\n- Password policies assigned to the sync group are then assigned directly to the associated sources.\nTo change the password policy for a source, administrators must edit it directly.\n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "5852706c-488e-4bc9-93bb-75a7fbbe6b5a", + "id": "1f099f0b-c07b-4157-bfd3-25370bc39cab", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -127036,7 +127036,7 @@ }, "response": [ { - "id": "8ae1edbb-bc61-469e-bce4-06fbaf6b7654", + "id": "94270a77-3b92-46ad-8238-d9d574768a36", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -127107,7 +127107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee232f4-c869-4b33-a589-6e453148a6ff", + "id": "3178cd7c-f5d5-453e-900e-29c1bc88eb49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127178,7 +127178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c4e1fc-e707-43f8-a5d6-e8c7e6c637ef", + "id": "ef300216-f7f6-4e43-8f7b-aa6f7f8f943f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127249,7 +127249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63760b43-77bb-47cf-b489-c5cbbbf59d1a", + "id": "fdbbd0fb-70c1-4733-8196-d2848bcf8d2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127320,7 +127320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9743d477-650b-4e56-a525-788c37591f80", + "id": "27361b99-f5c0-40dc-9b14-d92661843f19", "name": "Too Many Requests - Returned in response to too many requests in 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": "4981a619-0f51-47d6-a2b4-f290a8905993", + "id": "958993f5-cf1b-4bc7-a2eb-2546a9c375f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127468,7 +127468,7 @@ } }, { - "id": "be8ca524-083d-41ec-a6b5-04d2b333aca4", + "id": "f25f80af-01ba-4806-af36-793f48f55818", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -127510,7 +127510,7 @@ }, "response": [ { - "id": "ba213832-0733-439a-8202-b77f321d3f1f", + "id": "ea10c34c-9028-4cf7-95b0-3173880defe3", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -127566,7 +127566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d233f274-bd90-4a2d-a669-03bf2ec1e51e", + "id": "90906994-4ce3-49a4-b810-9df7e8a2aaf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127622,7 +127622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58f5d763-048a-47bd-9cf6-55ea52455d45", + "id": "509faeb1-26b7-4009-af9d-932b97b6b641", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127678,7 +127678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8184c50-358f-44b9-9b1d-0a4ccd8edc22", + "id": "f43ae4ee-56e3-4231-ad61-49714c29bf6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127734,7 +127734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470a547f-cc03-4763-b405-46cfee87cbe8", + "id": "e477fe44-3ee1-40b9-801d-9df8f53364fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127790,7 +127790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7628163b-6592-4f5f-9e96-82f93afb8401", + "id": "aaeeca7a-343c-4d21-8169-b7c2c0cd00fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127852,7 +127852,7 @@ } }, { - "id": "6b9b18b2-8b3a-467a-a081-e6205615f2a0", + "id": "8c06095d-3590-492a-8f24-c7ea7b144027", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -127893,7 +127893,7 @@ }, "response": [ { - "id": "fe2b797c-51f9-46d8-a626-47aa14c86ba1", + "id": "6ef3eb9a-b10b-4b61-bcea-10d2124fab25", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -127937,7 +127937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfe9242-7d65-4ecd-8eff-1b0238836681", + "id": "40d7adc7-d6db-4833-94db-6eb87a262444", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127981,7 +127981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37de189c-ec4a-42d7-af0c-0c5151f4c77f", + "id": "1ea5b8f0-e69a-4923-a239-d4a15fa8b339", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128025,7 +128025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e881ff-312d-4ba5-8428-d6f2eff36b5e", + "id": "4e9f1043-b56b-48d2-84e5-09d0fc6bda94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128069,7 +128069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85070a8-78fb-45f9-a92a-99f380d4e09a", + "id": "7b9d1d1c-bd77-4ea9-9bf4-dbe6c7e59e96", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128113,7 +128113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "220ffda6-2662-413b-b48f-904c4ca77f03", + "id": "1a896d1c-a0c2-43a2-8306-fa7b52a7623d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128157,7 +128157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2be94bc-fa8b-4c67-8aef-a8c4d9a648e6", + "id": "e652e81e-ab1a-46d1-bdd8-f40c6989556b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128207,7 +128207,7 @@ } }, { - "id": "12ca7f63-1a2e-4b49-b8d2-f02e11b7c616", + "id": "5ff53ce1-61d5-4e0d-8c7a-3d00a4185546", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -128261,7 +128261,7 @@ }, "response": [ { - "id": "2a7df281-0ffd-447e-8241-d6deaf86c183", + "id": "41941579-e066-4736-9dca-dee2902c8075", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -128318,7 +128318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a71b5f-2a7c-4175-8bf0-71b63ca2ba9d", + "id": "db9d7695-e84a-4ac7-ba5b-86c4d4253d95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128375,7 +128375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e98369-78fa-4603-b841-50e426547f99", + "id": "9df2d82f-9ead-497d-ac59-355fc7122946", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128432,7 +128432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "821ef947-de60-4c4b-b1d1-527cf27d75ee", + "id": "07980405-995f-4210-a11f-86883f74c667", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128489,7 +128489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76139495-fa83-4d71-996a-480cb5196551", + "id": "6808fafa-fff9-4962-a00c-343960e7fdfe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128546,7 +128546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927dab68-1541-4267-aa9d-2bfaf5168d1d", + "id": "236c9ebf-afb7-4d7a-8d4c-bb98b2058c6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128603,7 +128603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c330854-06c9-4888-9258-cd263e0406da", + "id": "f19735c6-c856-4ec6-bdfe-62133b81569b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128666,7 +128666,7 @@ } }, { - "id": "46613264-52bf-4f17-84c1-64766de7644e", + "id": "0ec45959-6e9c-49ca-8756-a5dbbf339fa9", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -128707,7 +128707,7 @@ }, "response": [ { - "id": "f4dc2aec-9daf-4c5e-8d2d-0e66b10125cd", + "id": "ef9c69c4-3bb0-4491-b831-82ef8a90ccf7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -128741,7 +128741,7 @@ "_postman_previewlanguage": "text" }, { - "id": "328e6e31-dd7b-4d6c-affc-338ccd6b0988", + "id": "2529f2f7-38f0-4b25-ad0a-040baaf5f153", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128785,7 +128785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4c31d4-3f1f-4821-ad67-ef4f6bc238a6", + "id": "611b3633-c75f-4fda-897e-c98fc4c42ffc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128829,7 +128829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c869fe0a-5367-497d-a927-06e0aa91458e", + "id": "9a492c44-057a-4439-b551-80cb3bec54e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128873,7 +128873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8186b6e6-e63a-4433-b74e-a6cf960b7169", + "id": "bd860c20-aabd-4ce4-99a2-1b0f95b2ac69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128917,7 +128917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928a21bd-74bf-44f7-922a-e47f81aa9e40", + "id": "b2800421-e761-4743-ab9a-15dbd9bd258d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128973,7 +128973,7 @@ "description": "Use this API to implement personal access token (PAT) functionality.\nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in IdentityNow.\n\nPATs embed user information into the client ID and secret.\nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving IdentityNow organizations' integration security.\n\nIn IdentityNow, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens.\nThey must then provide a description about the token's purpose.\nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID.\n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "313291bb-01f4-4d25-9475-308effafdc4e", + "id": "baa1c09e-4a8e-48b5-bffe-110cafd18eb7", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -129021,7 +129021,7 @@ }, "response": [ { - "id": "1061d555-484b-4369-bc1d-1e4a22b169b4", + "id": "2d3afd66-79e8-4185-8f1a-765e3bed5daa", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -129083,7 +129083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e21b68a6-f02a-4b0c-bc3f-5354dac92e8f", + "id": "cdc19f02-84e1-42bf-b798-4defa6727e17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129145,7 +129145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084a2dd6-a2b2-4605-9eb0-530b32a542e5", + "id": "59138104-9023-4670-89cf-fdbda1ee7f29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129207,7 +129207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92001ea0-c621-4bf5-b2aa-ccd7f316d703", + "id": "e8f2a132-7a99-489b-9fe8-b1e37d12b963", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129269,7 +129269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b282714-4fe4-4f07-8d91-b7c80b9a6262", + "id": "4161e84a-e63c-4b93-9fa2-b6ffe5d45ac0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129331,7 +129331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9665a5f8-a9b7-49a7-9b14-70f2f2dce613", + "id": "acd66913-7f79-4a9f-b612-f63d68c26b50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129399,7 +129399,7 @@ } }, { - "id": "21856dee-38f3-4a7b-bc61-4e3bb7c8aad7", + "id": "187f1591-fe03-41d6-b0de-60b1f5311eac", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -129441,7 +129441,7 @@ }, "response": [ { - "id": "89c544ae-f5cf-48ca-bace-49bc773c15d0", + "id": "3e778906-c26f-4384-ab1d-bb32637b16b5", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -129497,7 +129497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd425ae2-387b-471b-b37b-7cf74e5793b0", + "id": "a7ddcbc2-c5e4-4600-8ab6-43e4cbce22e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129553,7 +129553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2496d41d-7bc8-43ca-bc6e-ee836031119d", + "id": "ae955d43-ae5f-4249-8777-2c2d654d57ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129609,7 +129609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36656591-6dc9-48bd-907a-7403093a3bdb", + "id": "54a725d4-7bc0-49c3-9ef2-33254d397a1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129665,7 +129665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e641cb-a278-42fb-be0a-cfbc27eee519", + "id": "a4ce64bd-2bcb-4da5-ac8b-94044686fbcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129721,7 +129721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70944788-b3c0-4707-983c-2de619e8e898", + "id": "4ffa4137-5b01-4b70-9aba-b53c060c8ea3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129783,7 +129783,7 @@ } }, { - "id": "9e34ed40-7406-4452-b1ce-f61c6ec1a11a", + "id": "aad5d592-1bbb-4fb6-80c0-28a114fc36e4", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -129837,7 +129837,7 @@ }, "response": [ { - "id": "dcb595f2-c72c-45c3-b243-79bd79000b0e", + "id": "161e9119-b70d-4793-8861-a4485f30334c", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -129894,7 +129894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05507a26-5d4a-45bb-9d52-2d7c95936c80", + "id": "7d0d0f6e-2b9b-4906-9713-21c4891473ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129951,7 +129951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26c2d79-e044-4812-9021-e8d2f723a628", + "id": "0744ce4e-a2c2-4cbb-af65-6f192c619249", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130008,7 +130008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a013a12e-ea53-426b-a2af-a7ace8f36aa2", + "id": "a090d1a8-8b85-410c-bf15-99e1a1b5b858", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130065,7 +130065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b779bc04-b1c4-4b6c-8053-9a3cfd4be5ed", + "id": "d52d1107-71d1-4f59-af4c-e98d604b528d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130122,7 +130122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faf2d672-a4bc-4c49-bb02-cda5e3b185e3", + "id": "beac8522-1585-4907-8e15-823121a1f11f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130179,7 +130179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da454926-b056-4a06-b550-e5f3d43776ca", + "id": "43659fc1-0b23-4325-9894-aea6acb71999", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130242,7 +130242,7 @@ } }, { - "id": "89222f79-a0ce-40c6-9a31-a0d114b09402", + "id": "33a70b01-c452-4ebd-9766-b18e571610a9", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -130283,7 +130283,7 @@ }, "response": [ { - "id": "86445821-7f80-452e-9cb7-5daa0030b0b2", + "id": "b2ab6e51-81ec-4e71-9890-94cc6622b40c", "name": "No content.", "originalRequest": { "url": { @@ -130317,7 +130317,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1b26d885-6864-42ed-b8e5-2257f946ff04", + "id": "a8479d02-492e-4f3b-b44a-718f8ebc517a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130361,7 +130361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68cb8bac-9d80-4031-890c-47e62f2d11e2", + "id": "e7ed4273-4975-4b9e-af79-5b11e28cdd2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130405,7 +130405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c58839-ad6e-4f24-83a0-6c6ed9c491dc", + "id": "1dcfb600-0f70-4972-a03a-fc20205962f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130449,7 +130449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c5ccfb-6955-48ab-b146-1533f43dbcc5", + "id": "1a546d75-8b8c-4570-9910-13a316a72350", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130493,7 +130493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95ccf2f2-9867-40b4-865d-223f036e968f", + "id": "a46736fa-42cf-43f6-ad5e-0ce36baf52a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130537,7 +130537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2fe77c-10ec-4d91-8158-a4162c8591f8", + "id": "13a808f3-c631-40b3-82d7-7f0e7b2d3d76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130593,7 +130593,7 @@ "description": "Use this API to implement public identity configuration functionality.\nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions.\nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager.\nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators.\n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department.\nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/idn/api/beta/update-public-identity-config) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "aa68c43d-6b9c-4440-8540-0f83294ea124", + "id": "a9aa38eb-8286-4129-b749-060bb6c5f4c5", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -130622,7 +130622,7 @@ }, "response": [ { - "id": "be8104e7-875c-41f8-94a1-c57404cb7f50", + "id": "ccff8c9e-bebe-4db7-a80a-4e8576440580", "name": "Request succeeded.", "originalRequest": { "url": { @@ -130665,7 +130665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e614bf84-577a-4e3a-9331-d43592840be8", + "id": "bb2ce4ab-6a0e-4cef-933b-2369ef67b237", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130708,7 +130708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86496588-c753-4aeb-b21e-de9f3e8c1704", + "id": "57b51208-e63b-464c-b904-b30c000460f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130751,7 +130751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16754331-50f5-49d9-ad82-c33d4ceb5db3", + "id": "fe4d4c21-206d-4a2d-9275-300991b1d152", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130794,7 +130794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2df1896a-6c4c-4ce7-97cd-0449323b1bfe", + "id": "004b197e-d3c2-4a6c-8597-709e35f7b098", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130837,7 +130837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03733ff8-f742-46f5-a373-1f30a3810d0f", + "id": "d3f1020e-1ed9-4c63-bda0-ba4c3fb6b7a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130886,7 +130886,7 @@ } }, { - "id": "1619ea51-75bc-4714-994c-a3f7da517078", + "id": "8c6cce14-c7e8-4c39-a4c6-2d0116bb5716", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -130928,7 +130928,7 @@ }, "response": [ { - "id": "4e513a3d-c80a-45d8-bf21-fea6d79a8ecc", + "id": "9a7eebdc-a444-4b33-8ddc-1b2a7a8e7e0e", "name": "Request succeeded.", "originalRequest": { "url": { @@ -130984,7 +130984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab43fac6-94c7-4235-bf55-eff1fd460676", + "id": "374a35a0-c0d5-4094-ad5e-932511913c6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131040,7 +131040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d92d58-deaa-41d2-b5b0-7de755306837", + "id": "6f2a488d-5f50-4fd5-baca-603a1c0529ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131096,7 +131096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4779708c-614f-4f5d-821e-98b0e0c70aad", + "id": "c3a27172-c2fb-43fc-8f03-a962d7dd5dc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131152,7 +131152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e219a42b-e9f0-4633-95df-67816061f2e9", + "id": "7d577c17-37f1-4b49-b9f1-b2137c6b3a6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131208,7 +131208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a459cd6d-6cc5-4c39-9fb0-dc9768892fbc", + "id": "bf912744-b187-4163-b4c8-ba854d20e77a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131276,7 +131276,7 @@ "description": "Use this API to implement requestable object functionality.\nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/idn/api/beta/access-requests), along with their statuses.\nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "715202da-d257-4e28-89e2-71ad3447d780", + "id": "4fff7ad9-14b7-4d6c-afc5-9a1fcc5aa1e7", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -131387,7 +131387,7 @@ }, "response": [ { - "id": "f02c5814-13e6-47ed-a314-14c7b66a6ff0", + "id": "a3e585a8-0891-44c0-a2fa-bfe15017e7b2", "name": "List of requestable objects", "originalRequest": { "url": { @@ -131512,7 +131512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "572b80ec-fd52-4995-9dd6-a1a6472ac429", + "id": "f6b95577-0526-4cce-83dc-5a73dcba8617", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131637,7 +131637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65db58e-9da3-43aa-8b76-4441a540161a", + "id": "75c5d508-5d05-48b0-900b-81a6422a9440", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131762,7 +131762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78837f01-7878-4178-a083-72ed491502e1", + "id": "a8832b51-76d9-4480-9aeb-a192d7f78d23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131887,7 +131887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7255c997-b341-4d0b-92a8-72515ebb72f1", + "id": "976daf41-fcdb-420b-b61b-563e59f52cee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132012,7 +132012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f0a2c5f-87f9-4859-97b7-5f93fdcb8ccc", + "id": "5d767ea9-94cd-4fcf-9823-00a70f4a30f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132149,7 +132149,7 @@ "description": "", "item": [ { - "id": "7802c32b-2638-4b22-9a6a-d7326f1fd1f9", + "id": "ba0b57a4-3a79-4262-9aaf-2e9b48d25d54", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -132179,7 +132179,7 @@ }, "response": [ { - "id": "893651b7-2ae5-4387-8d7f-162c488feacb", + "id": "e71cca89-9fac-4d7d-b552-1a26789d1ad7", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -132223,7 +132223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f0b241-30c6-4008-822a-f06459c60793", + "id": "a0f1687e-482c-4ac2-ace4-b58225befecc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132267,7 +132267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5e3d67-6bba-4cee-9fab-9f166d64c28b", + "id": "421a5cee-bcb5-45d0-a832-560e49928d34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132311,7 +132311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec8042c-075d-450b-b66f-f7214b987000", + "id": "2d0818ee-580d-4676-b792-056d5768e6b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132355,7 +132355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a60adf-4344-483f-bedd-1871db2ff4e1", + "id": "fca3e59f-e641-48c8-a9df-a066bfc7a978", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132399,7 +132399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e175e61d-55ae-4a73-8a27-171da5a45500", + "id": "20eaee49-7495-45b6-b929-b0c4623aa76a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132449,7 +132449,7 @@ } }, { - "id": "ea16a11c-e489-496e-9258-0fa765858d6a", + "id": "bc18682f-1418-4375-861b-aaae92ad25a0", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -132491,7 +132491,7 @@ }, "response": [ { - "id": "1d7b79cd-a429-4200-ae22-9773b91c1c59", + "id": "4a992f50-7759-4016-95ad-1f5345669e86", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -132536,7 +132536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "594d0ec3-ddbf-462b-8f91-79eee331ecdb", + "id": "acb8ca71-79b3-45a7-8190-8b26cd2368ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132581,7 +132581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a0d2c7-d521-4f7d-9a67-2159a5cbdcac", + "id": "c2542f5c-1a3a-442d-a954-662ed1ff20a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132626,7 +132626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b1010f-cbea-4719-8847-c3783dbd27c4", + "id": "72137ccc-b281-461d-b9b4-66986d72db28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132671,7 +132671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d57dc0f-c211-46e7-b7c2-15d08b2e2ddf", + "id": "b587c863-df80-4eb8-8627-a99a1541a882", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132716,7 +132716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9ef3b6-d1db-4433-8605-60d43a6ab52e", + "id": "b5e2ae0a-2806-451c-a0b4-d155e002a2cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132767,7 +132767,7 @@ } }, { - "id": "1b49ad88-44df-4c84-ace5-ce951f1b24e5", + "id": "f9e18f99-50ab-41d2-bb09-84741d5a855b", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -132797,7 +132797,7 @@ }, "response": [ { - "id": "edddadd2-432e-48d8-b7f6-519a92f366fb", + "id": "11feb60b-8215-43cc-a50d-b401b5a535f4", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -132836,12 +132836,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 15601828,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": 81717335,\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": "7b4a35b8-eb96-42af-be08-b073e1f3d4aa", + "id": "5803f85f-070e-4fa9-819e-713387b7499d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132885,7 +132885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703552d4-6d2e-4a65-818e-2f6f2b4a4119", + "id": "aae4b36b-8c4a-4f7d-b5cd-d4f368576797", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132929,7 +132929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6edf6f19-8d41-4438-b00b-6106a60b7ec2", + "id": "e62abbcb-e1e3-48a1-8bbf-01a9434b164e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132973,7 +132973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1f244f-0476-4ad5-8a68-2c6f7f33acae", + "id": "4121efc5-de2f-4cce-ad25-f5c30d2de3ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133023,7 +133023,7 @@ } }, { - "id": "fe736884-8ec8-4776-b523-b13875d7d940", + "id": "ef1b8905-5388-4c15-8329-03565e543ce7", "name": "Get role insights", "request": { "name": "Get role insights", @@ -133098,7 +133098,7 @@ }, "response": [ { - "id": "699433ea-471b-4e54-bd3c-665ff886a99b", + "id": "8909e20a-15b7-489b-9c73-1320d5c5c665", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -133187,7 +133187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a38b86-6b80-441e-b62f-650007375f65", + "id": "092e1a9f-d832-426d-9996-ce8dfd0d6c99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133276,7 +133276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f20e82-d1f0-4008-abc1-d5fabf30d8b1", + "id": "5545bdea-d1b5-4851-b83c-1e9daeb89251", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133365,7 +133365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7de8a57-9fd5-4640-8f72-6dc82e0c2dc8", + "id": "e8fdc710-ac79-4061-9aea-649840d7001c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133454,7 +133454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6543e66-41d1-4b99-a1c2-e6761849bd63", + "id": "503150f2-e2a3-4385-9334-ca8b7f1c1181", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133549,7 +133549,7 @@ } }, { - "id": "df9eb8af-34c5-461c-9675-b39379817a1d", + "id": "6171e958-0800-4f09-99af-b0d05367ce1b", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -133590,7 +133590,7 @@ }, "response": [ { - "id": "7c701d09-76ea-4a52-ba43-5ce65146730e", + "id": "46cbfef7-e1ab-4f18-acbf-20c565754553", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -133634,7 +133634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713d2e6e-5657-4daa-8eab-a6b27bb07696", + "id": "b2aebe99-3dca-488b-8607-da64cf4fe3e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133678,7 +133678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d984cf-5137-4d05-91fd-30650bedfe64", + "id": "128635a3-ca63-41c1-81cf-bec537ba51fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133722,7 +133722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c5be5e-8686-4db4-943d-8d78ec61a8ae", + "id": "d8e5cc57-6281-4145-89b6-8cf7404002a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133766,7 +133766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2b0467-4d55-48c0-a28b-bc360f527345", + "id": "eeace4ab-364f-44a2-9b5c-4902170282a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133816,7 +133816,7 @@ } }, { - "id": "068d0efe-522c-498c-8842-6e5997bcf137", + "id": "84a55636-7063-464a-9439-ce0f82e824d9", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -133841,7 +133841,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -133877,7 +133877,7 @@ }, "response": [ { - "id": "30fe6b60-2ac5-4468-89b3-ebec18630442", + "id": "850af9bc-ad70-4349-b33f-5cb24d6f817a", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -133897,7 +133897,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -133936,12 +133936,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"cupidatat adipisicing consectetur magna temp\",\n \"id\": \"reprehenderit\",\n \"description\": \"consequat quis minim\",\n \"attribute\": \"amet nulla\",\n \"value\": \"cillum non sint\",\n \"source\": \"mollit sint\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"laboris ad sint eu\",\n \"id\": \"dolor qui ut\",\n \"description\": \"quis ipsum officia amet\",\n \"attribute\": \"Ut proident ullamco ex\",\n \"value\": \"non aliqua Excepteur nisi\",\n \"source\": \"aliqua irure\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "body": "[\n {\n \"name\": \"deserunt Ut laboris nulla\",\n \"id\": \"in ut sint\",\n \"description\": \"dolor nostrud\",\n \"attribute\": \"ex sunt \",\n \"value\": \"esse consectetu\",\n \"source\": \"dolore ipsum\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"tempor sint\",\n \"id\": \"ullamco laboris veniam\",\n \"description\": \"deserunt commodo reprehenderit incididunt\",\n \"attribute\": \"sunt qui quis et\",\n \"value\": \"laboris dolore r\",\n \"source\": \"dolore aliqua\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "06104011-88b7-4e2c-8c77-504df5f5f52e", + "id": "e4fc9b7c-b3d8-4c86-a465-230a1931c702", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133961,7 +133961,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -134005,7 +134005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79c0297-7fc7-46f6-a3fc-6c791b5587ff", + "id": "44d24661-a0d3-4820-808d-a1356db90677", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134025,7 +134025,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -134069,7 +134069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62b1d95f-0865-4134-86f2-e996ede84ca1", + "id": "582435f0-1d5b-4a7f-8132-5bee8859ff6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134089,7 +134089,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -134133,7 +134133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f842dbd-1abd-4488-b699-b03e3c572d1b", + "id": "a26a8db3-9ec0-4194-91d7-af3be5245946", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134153,7 +134153,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -134203,7 +134203,7 @@ } }, { - "id": "f1e81f58-9d9e-4b01-88b0-0b7cb706ad12", + "id": "8a683652-1ecc-4fb6-b9c1-7d7d57d5eb0d", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -134265,7 +134265,7 @@ }, "response": [ { - "id": "8f23b35c-c08a-4321-b7a0-b4fa05f302be", + "id": "f6a18ac6-815d-4b4c-8a21-198b2ad9a8a5", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -134325,12 +134325,12 @@ "value": "text/csv" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cfa015c8-37a9-4f11-a225-2a0d592a7c76", + "id": "b99bc61c-0485-45e1-a951-bd2dccf3bc1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134395,7 +134395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "118e33b0-2e5b-4aad-b5ab-11c3b4efc902", + "id": "439b2ac4-17c3-4928-bd15-5ad8160175f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134460,7 +134460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d314218-0c54-45a9-a0d5-d48a01121dcd", + "id": "8de4e05e-1989-40a8-b93c-e098c7625def", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134525,7 +134525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3aa5e91-aecb-47c3-ab2b-437316066e4c", + "id": "a729ea46-bf62-4873-89c5-16e5c25ba0ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134596,7 +134596,7 @@ } }, { - "id": "96a15512-fa7d-4cbf-b7a6-4ecd3be1602f", + "id": "1be04b76-74b7-47e8-a966-e36d43128af3", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -134648,7 +134648,7 @@ }, "response": [ { - "id": "39468aea-255d-4c08-b13d-1071bed040f8", + "id": "3205aaf4-4837-4dd7-8e24-68a244857167", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -134703,7 +134703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68eac0d6-4711-433b-99c4-e492ea7b9dac", + "id": "98b6e5ba-c2eb-4613-b299-d72562adfb36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134758,7 +134758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89bd8652-ff37-4907-97a4-069ba2e352b4", + "id": "c6d5d006-af91-478f-a878-1177ed995dce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134813,7 +134813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2976fd2e-39e1-4389-85cc-cb90a7ca5f28", + "id": "429c1b2a-479c-4f5f-a40d-3b6f563f65d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134868,7 +134868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6faef138-1813-4ac4-b39b-14b2ec367b84", + "id": "df4b8a7a-7a8e-4187-bcc2-39c8da6496d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134929,7 +134929,7 @@ } }, { - "id": "4aaaa2bd-c247-4e2f-940e-3e2291ef96cc", + "id": "8a2e836a-2288-4f57-b79c-e7498276f3d0", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -135038,7 +135038,7 @@ }, "response": [ { - "id": "0d292138-2c03-43b3-9986-18ca2c60e794", + "id": "f3f31256-85c6-44ae-a519-8fe34d79ead7", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -135140,7 +135140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce864b5a-c1c6-4949-b5a7-65a60e8eec93", + "id": "d9b176cf-9660-48ec-acad-a1f489c30e83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135242,7 +135242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce517b0-7d70-4e43-b03e-5b38401fbdfc", + "id": "221d0299-4d14-4a19-932b-0ecb2a21c933", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135344,7 +135344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55d0852c-387a-43ba-a4a7-da041ba11d46", + "id": "b9999fb9-d419-4cae-ae91-c99809e0ea6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135446,7 +135446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f03810-d3e1-4201-b516-9c1f45578383", + "id": "e5f50672-d893-4eff-b257-230fb807709f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135560,7 +135560,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout IdentityNow.\nIdentityNow can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in IdentityNow.\nAccess profiles represent the next level and often group entitlements.\nRoles represent the broadest level of access and often group access profiles.\n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nRoles often represent positions within organizations.\nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role.\nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn IdentityNow, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones.\nAdministrators can enable and disable the role, and they can also make the following configurations:\n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria IdentityNow uses to assign the role to identities.\nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes.\nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked.\nDo not configure a role to be requestable without establishing a secure access request approval process for that role first.\n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "45976724-4bd3-40ec-ac6e-f4def090de66", + "id": "5d705139-eb4f-4056-b4a5-aa9d221d26cd", "name": "List Roles", "request": { "name": "List Roles", @@ -135662,7 +135662,7 @@ }, "response": [ { - "id": "e9321815-93e7-4a46-94bd-b54b7c5e76bd", + "id": "476d6eb1-e226-40b7-a58c-41418938e02a", "name": "List of Roles", "originalRequest": { "url": { @@ -135778,7 +135778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03f9aac0-e377-4dd9-b944-13388aa9d440", + "id": "15deb11f-5ea2-49aa-930f-fbd70c87bc74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135894,7 +135894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b379fd9b-60dc-420f-bc7b-bd0809c9a071", + "id": "c30c8b26-9764-4a17-bc9e-258f05b51017", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136010,7 +136010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6374cb18-5d55-4378-8767-e64230f2d40a", + "id": "6973e2d3-8705-4bb8-b297-35ffb5a6e6b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136126,7 +136126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "224ac8c9-9f30-410b-8b9f-c668b821ccef", + "id": "77a786b5-283f-46fc-8e4e-23acb3b384c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136242,7 +136242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54371e60-5eaa-4885-b933-f9c31a815c7f", + "id": "31018c52-edcb-4f7a-8766-b6180b60825c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136364,7 +136364,7 @@ } }, { - "id": "c90257de-c013-481f-983e-2f8fa0753797", + "id": "121dbd4e-6542-4faf-9bc5-6959081d55b1", "name": "Create a Role", "request": { "name": "Create a Role", @@ -136406,7 +136406,7 @@ }, "response": [ { - "id": "c4bc53ad-3a5d-424e-b7f6-36be049b7610", + "id": "3d5de25f-eb24-4cf7-a082-df2431c98883", "name": "Role created", "originalRequest": { "url": { @@ -136462,7 +136462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea91fb2b-3e12-4757-9d57-244e55d48e25", + "id": "b0dec182-a4ad-4603-b698-6b640b35fd71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136518,7 +136518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63877076-9a90-4788-99d2-10943bffd1a8", + "id": "f276593d-f2b1-4ba7-ac7e-067861266c14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136574,7 +136574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "809f99f2-b75f-43b2-8d19-106daaeae002", + "id": "2de15158-64ef-491a-ac54-373aa20b82d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136630,7 +136630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9849d093-afe8-473d-a3f3-d62673ef4255", + "id": "53d4e8f8-efe5-4b20-af1f-d5b564e456d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136686,7 +136686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc35a183-f78f-4e0e-bbf9-e84f33658bf9", + "id": "ec64dce1-5d4e-450c-97d5-c166e247c946", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136748,7 +136748,7 @@ } }, { - "id": "8f34aff5-7646-4f4a-8b2d-26dfdc156888", + "id": "a6e07120-93eb-4155-a8e1-59339fb83793", "name": "Get a Role", "request": { "name": "Get a Role", @@ -136789,7 +136789,7 @@ }, "response": [ { - "id": "babd2c7a-f901-4159-9896-e6b926bce6c6", + "id": "452dfb7b-8d0f-44f7-96e3-18d4f53ef190", "name": "List of all Roles", "originalRequest": { "url": { @@ -136833,7 +136833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea45554-b649-4b99-b416-9d230f7a686a", + "id": "86df65c8-e82d-40c5-a316-07f8d6b55cd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136877,7 +136877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a20fcc-66bd-4df9-81f1-39a7ebfad4dc", + "id": "5c589061-0f19-425e-8ed0-b48a5811b7ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136921,7 +136921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b35828f-0e70-4ed2-9baa-e66a45a005fe", + "id": "c1d600ba-ea7b-4d4d-9c49-71d2128af65d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136965,7 +136965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d39109-6348-48c6-8b47-2af3236a4cd0", + "id": "49d1d70c-16b1-4ec8-94b0-7049eb2d6925", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137009,7 +137009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f25be6-11e8-4a67-ae15-36ac5fd3b6d5", + "id": "ed9d8587-d246-4b6b-8410-9db9df5c83f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137059,7 +137059,7 @@ } }, { - "id": "e6072e98-75be-456f-a7d3-4d61e32be606", + "id": "1d16b88a-5560-4164-b623-79eed0cac3f9", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -137113,7 +137113,7 @@ }, "response": [ { - "id": "028a0155-a5e3-4b8c-b55e-c3dc9725f249", + "id": "5ad982a2-a4bd-47f2-bddc-4e8854d664dc", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -137170,7 +137170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9085789-66a6-42bc-8d77-6fa4b545f5e0", + "id": "5c8c3d2f-3249-45d5-9c6a-e67d2fed1709", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -137227,7 +137227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a182cfeb-7c2b-49db-b625-9a15bb17ee92", + "id": "e2951c22-2414-40c6-a16b-43783b5605aa", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -137284,7 +137284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c373175f-b4a0-4313-9691-6227aa2ea5cb", + "id": "57712068-dc19-40f3-8d1b-8db67f25d910", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -137341,7 +137341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd46bfcf-f3c9-44e5-bf70-0e30b203e096", + "id": "e1d9333f-b7f4-4f69-b607-052d47666808", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -137398,7 +137398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8b0186-cc25-4c9b-9beb-6b880ac572e8", + "id": "47cfbd77-d1cd-4f4d-877e-c4188e5dfff6", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -137455,7 +137455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98b912b-fb3d-4707-ba4f-596c27d9fbd5", + "id": "424406e1-bfcc-4eed-bd5c-670322116668", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -137512,7 +137512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44b0d529-3334-4c24-acbe-ac70ee699f47", + "id": "47b41016-0c9d-4a23-89f3-3ca321e0102d", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -137569,7 +137569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "110dc5ce-7407-48ec-8393-fb7690655d69", + "id": "2bdd69bd-6053-495d-b8fe-b8d51ddeefc4", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -137626,7 +137626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ca5c01-2656-412c-b434-c179dd547b37", + "id": "b0aa2f6d-edd1-4e46-b9da-080d552db54f", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -137683,7 +137683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6b9e1d-c69f-4c6c-b496-4bad0944f7e5", + "id": "8851f723-c33c-49d7-bc78-60265758851c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -137740,7 +137740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24028c91-4679-4ab2-a143-6a85e9e2efa2", + "id": "511c5f3e-ee90-47ee-b2d5-c32d5a2b4451", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -137797,7 +137797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a4eb426-0bf4-4233-807a-0f65497c509e", + "id": "f97515c5-da7a-4194-8be7-3cc0b9bba78e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -137854,7 +137854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34c3050-421f-48e4-9bd5-5d4ee953bcc0", + "id": "6fc48f70-3993-4060-9a97-ee546d9abd1c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -137911,7 +137911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0286c7-a957-4b78-b82b-dad7bf771013", + "id": "351b8efd-c5c8-45b6-856f-69726f82451f", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -137968,7 +137968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6e053e8-27c2-42c4-afad-ddd8f67bee81", + "id": "7d211171-475a-4c78-abeb-08903fded556", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -138031,7 +138031,7 @@ } }, { - "id": "5da74af4-f645-4869-9e78-18fa8a47e85a", + "id": "9ee4bfa3-9b8a-4b3f-83ed-ee2f693f7249", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -138072,7 +138072,7 @@ }, "response": [ { - "id": "db08fb21-12cd-4de3-9f5d-90e64a0d1040", + "id": "9710b0be-6141-408d-b8ca-6ae5b46e87e7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -138106,7 +138106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "071ca0b8-e94e-41b1-afee-c79c33943e39", + "id": "cbc940b2-f1d0-4177-9ec6-d03c02896289", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138150,7 +138150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446c987f-6223-4769-89a7-89c6ce78d72e", + "id": "7853d9a2-08cb-40e9-85e9-89e3d24549cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138194,7 +138194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cba3a5-ccb6-4c31-8b0d-fa47ec4c9a6c", + "id": "2e186e49-5a63-4401-b6d1-cb6f1522552f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138238,7 +138238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f2ef53b-8d32-4b3a-acad-fc4c205302a7", + "id": "33352e07-3f7c-45fe-b68c-8bd487b7ffdc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138282,7 +138282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91518a2-d9fb-47c7-ac11-a80b72a895ae", + "id": "6983dd65-9e71-4efe-8c73-5b68fed9d7fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138332,7 +138332,7 @@ } }, { - "id": "2059eed4-3060-4d8b-b770-3cb421a7f14d", + "id": "8a4473cc-a6e8-4230-a8ba-6a01630e64c1", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -138375,7 +138375,7 @@ }, "response": [ { - "id": "9a3229b4-0d9a-419e-8df4-717717bbcc13", + "id": "81b8506c-b53e-4ebe-b325-72c11fb3fe35", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -138432,7 +138432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b08c150-975e-440a-a8d6-d9f0f1c98bca", + "id": "93a194a6-0956-40f5-9f6b-6ad0eeaf83f7", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -138489,7 +138489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a697d953-853e-4c1d-92ad-529385e647f1", + "id": "16dfd3b9-5644-4258-adc4-26cf0c50421e", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -138546,7 +138546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80667e28-b4de-40e2-be01-42f2b9b91efc", + "id": "8b3396fd-5d43-4aa7-8dbd-a0bb7b53c87e", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -138603,7 +138603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "800909af-8350-4e72-ae21-628421740395", + "id": "a6add7af-10ee-4128-8bdd-5ac42951c0ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138660,7 +138660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3637b32c-5db5-4bc6-ad6a-af60e0f36e39", + "id": "2a85911e-d7c0-465b-82dc-a3441f9bf21c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138717,7 +138717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c64ed18b-4582-4917-b046-80d3a5b15c3a", + "id": "829b6f12-0863-4b06-b3c7-e253c185409d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138774,7 +138774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ab8fb9-7695-44ba-a55d-67b2eef4f5a2", + "id": "6602e449-6112-4c8c-8507-231c9f72731e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138837,7 +138837,7 @@ } }, { - "id": "0bad5ea1-0977-4f1c-93ba-2cf5389d2066", + "id": "df902794-ab08-49b3-8663-7da12bdbc0c6", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -138922,7 +138922,7 @@ }, "response": [ { - "id": "673b6ca1-5209-4362-9b5b-9cdcdeeac067", + "id": "f868bd55-ba8e-4fef-b69f-02f8bf995a9c", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -139013,7 +139013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf1a775-1f9a-4bb6-af0f-5ae9e56ae834", + "id": "15c21f06-3a95-40b9-bc5a-cbae06de82a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139104,7 +139104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c4021a-58ca-4991-87b9-ed6f29fee988", + "id": "5c454bc1-a778-43ce-a118-b198284201f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139195,7 +139195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f234b6-e1f7-4484-b3ad-0a63e1f1a0df", + "id": "e2aa530d-3a8e-4883-a8ac-2742e38cfb12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139286,7 +139286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2504a8c3-96f5-400c-9b8f-a994279ccefe", + "id": "c12133e0-8fdf-458d-b83f-a74a64c25c91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139377,7 +139377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a229b9d-6372-41a6-bb95-92099b825c27", + "id": "a9d1fc24-6a44-4be1-83d9-7ecef232c832", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139474,7 +139474,7 @@ } }, { - "id": "24329615-0b91-4219-b3c5-09f36c7b6332", + "id": "b7395e38-139a-4b7d-9227-c48311b06660", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -139562,7 +139562,7 @@ }, "response": [ { - "id": "b2361b3d-2d0a-4c22-b2b3-979c5e144669", + "id": "606fbfe1-0d23-48b7-adfd-059a1d4e8476", "name": "List of Entitlements", "originalRequest": { "url": { @@ -139653,7 +139653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86b04a9-1074-4a70-9aa7-7312e2bad255", + "id": "6496e4cb-bae5-4ba3-b29e-58c0ff78c50c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139744,7 +139744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60cfaa82-0984-4502-b580-6b27e453e2df", + "id": "cabc3581-5ffc-4e42-8044-8ca141d86fe2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139835,7 +139835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c44261d3-0151-47db-a95e-7878c3ebd8ac", + "id": "6b4710cf-c0b7-4a66-96c7-88f6e1a5c663", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139926,7 +139926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579235a3-993d-4f7d-9c06-25dd668ba761", + "id": "1197743f-b619-4a59-8f8f-5b8a296c023c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140017,7 +140017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd191a8c-a4a6-4864-8560-ed10ced49e7c", + "id": "32286336-b595-4777-8f5e-0c6d0621ef65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140120,7 +140120,7 @@ "description": "", "item": [ { - "id": "01b7b559-05f6-4b9e-a168-dfd10102a5a5", + "id": "ccb02998-14b4-4e13-85b0-2cf3e4554358", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -140163,7 +140163,7 @@ }, "response": [ { - "id": "15c58574-ee8b-41cc-bc3b-78bdf0155541", + "id": "7fab1400-9840-457a-826d-857862cf3329", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -140220,7 +140220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "235c9350-bdf6-465e-ac8e-739cbaac5901", + "id": "678ee015-abaf-4e7f-b78f-6b62e035a114", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140277,7 +140277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaaf3ebb-48f1-43d0-8e81-d014dc20271d", + "id": "0c37f5b1-bca6-47ba-b425-bbd1e49e32e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140334,7 +140334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "477b47bb-3dc9-42ff-8ab1-f3365c1e7728", + "id": "a10f7cbd-046f-4582-b4d6-2e359b1a62de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140391,7 +140391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d93642-c4c4-471e-9336-f65cc097e5ec", + "id": "622d8768-b8bf-49a1-89d2-59c50e0e915e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140448,7 +140448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e09062-bbb1-46fd-80f9-9ace96647110", + "id": "56d29754-8359-450d-ae3f-ce9495da2fa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140505,7 +140505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc79a5f4-0f3c-4ff0-aede-291482dc7238", + "id": "8df1579c-7649-410d-bfc4-42a1744c23cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140568,7 +140568,7 @@ } }, { - "id": "5134d003-9061-46b0-8dbb-4aad0e3fba33", + "id": "22435fad-88e1-439c-b4da-89099b10cd32", "name": "Retrieve a list of extended search attributes in IdentityNow.", "request": { "name": "Retrieve a list of extended search attributes in IdentityNow.", @@ -140598,7 +140598,7 @@ }, "response": [ { - "id": "4ab8f4a6-afda-4fe2-bfbc-09b37af40e33", + "id": "67ea54b8-da0b-45df-87a2-5206314ce565", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -140642,7 +140642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c138e70-bb8a-4843-8de5-4eb2bf2f003e", + "id": "cc136c24-1d74-44aa-a82b-6ef030f93d8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140686,7 +140686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e536a88-dc0c-43bc-9003-e7b0cf862bd8", + "id": "17e0b891-b01b-4a27-9c8e-2464e56973b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140730,7 +140730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df52a6a-6379-4599-8f0d-c1cfbc5fb2f8", + "id": "7a333c83-ba99-42df-beca-cce7356db5f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140774,7 +140774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e06d16-0d5c-4073-9fad-f899a1e94e4a", + "id": "53b948f2-daf4-4b7b-a623-aff3e62414ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140824,7 +140824,7 @@ } }, { - "id": "99316723-f7c6-4c80-aa1c-c5cd7194cad7", + "id": "12faff88-61d6-44bd-82a0-11332394ed6d", "name": "Get the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Get the details of a specific extended search attribute in IdentityNow.", @@ -140866,7 +140866,7 @@ }, "response": [ { - "id": "c049d6e0-5cd7-4b4d-b0aa-8f07e8aa62b2", + "id": "7d2cc6a9-da06-4ab2-9b42-0852e9b9f1d3", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -140911,7 +140911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d73ba9-760f-4bf2-98c9-c76af284a1d1", + "id": "68bcacfe-67f4-4fb4-a38d-f7e0d56dbfb3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -140946,7 +140946,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7e604ad8-3ede-441b-9e0c-88c53771a006", + "id": "807e6af8-4300-4e83-949c-6526123f0dae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140991,7 +140991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b38441-85b3-4fcb-86d1-99558fc1e603", + "id": "232c31e8-1dba-4f62-9a67-02316e3baeea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141036,7 +141036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0ad286-defd-4f4d-9e25-f6cc27110935", + "id": "aa16cec2-6933-4c05-9302-c628b0c708cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141081,7 +141081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0247b6f4-f033-48df-87b0-1f0fd4b5184a", + "id": "3325cdba-0119-4fc5-a345-cc648a8ccbc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141126,7 +141126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a19736d-9094-4496-9821-ea0816754dcb", + "id": "0409d4f5-48a0-4701-8833-c8f7b013c4bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141177,7 +141177,7 @@ } }, { - "id": "e33efb8a-5e7f-4f8d-be7f-950de3c52027", + "id": "fb4fffb1-d0ae-4e3a-b17e-f4de722658f7", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -141219,7 +141219,7 @@ }, "response": [ { - "id": "0ad80ec9-a518-479e-9731-6c58d9ebb7a7", + "id": "94bca696-e052-45c4-927c-321eabf32770", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141254,7 +141254,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c5971174-5838-42af-90d8-158da28ceec9", + "id": "0f0bb8c8-01d1-44ba-a92a-faf55a488e46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141299,7 +141299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1733268-3afe-43cb-8a84-8a5e174ec58a", + "id": "fe28417e-f080-4972-90c3-06bef7ba29a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141344,7 +141344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8216adbd-b1f4-4d2f-ac97-596233eced59", + "id": "94fc9ad2-78f4-4325-9d62-ce364cd3cd2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141389,7 +141389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95cc99f6-96ca-4363-8fc9-b7f760a0013f", + "id": "cab117df-a637-4cfa-8372-1abcdae57ba4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141434,7 +141434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d626c6-5141-4edd-99cb-ef23dfa3b1e3", + "id": "248508c7-7dc9-4a77-a0a9-0328cfbb03e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141485,7 +141485,7 @@ } }, { - "id": "8afbc2d3-9960-45af-b3b9-a5707953d64e", + "id": "f26dd7ed-f83b-409f-886e-b8eee0f52b7d", "name": "Update the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Update the details of a specific extended search attribute in IdentityNow.", @@ -141540,7 +141540,7 @@ }, "response": [ { - "id": "4c271320-2950-4e7a-80c5-2c664fc95fe9", + "id": "d761fa8e-fbdb-4513-8cf8-9ca885234456", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -141598,7 +141598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362f7182-a46c-4470-9e01-c51ed3cc391d", + "id": "dbcac757-37ba-4f30-9e44-30c18723b809", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141656,7 +141656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c39ba2-643d-4dc6-99b7-138c585dc081", + "id": "98a68d3a-8cb1-456d-a7cf-010c50426fa8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141714,7 +141714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93387c68-9069-491b-89d0-5d510683ac90", + "id": "75963ef5-6bfa-4be8-a80e-aa3632fdc1ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141772,7 +141772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb15fb5-1dc0-4119-b81c-35b5f8904b49", + "id": "6ebf23fe-c0d0-4f34-b00d-1ea125f85c7c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141830,7 +141830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33235e0-8cab-4bb2-a343-b774526d735d", + "id": "f6de6c1d-3930-492d-ad06-330d84e6bbfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141888,7 +141888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310ee564-7b94-46a8-a2a0-61e604cb3adb", + "id": "4c6298ea-905f-4ddd-b719-e1075a8d623b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141958,7 +141958,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn IdentityNow, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in IdentityNow. \n", "item": [ { - "id": "5c0f5fbe-c946-4079-98ce-0a1f2593eac5", + "id": "05b893b9-f37d-4535-9b63-64ae65c2c248", "name": "Create Segment", "request": { "name": "Create Segment", @@ -142000,7 +142000,7 @@ }, "response": [ { - "id": "7c4ff9c0-59a8-44b2-b8cd-1f370b2d77d1", + "id": "081d0306-fe97-4747-b8e5-bc4d3cd0e822", "name": "Segment created", "originalRequest": { "url": { @@ -142056,7 +142056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26e59b0-ec7a-4ecf-920f-f27132590b1e", + "id": "89637bf3-4626-40f0-b6de-e06c980d7e1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142112,7 +142112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603c8ce5-3793-41fd-acbd-1f8e098f5fa6", + "id": "7207aa26-4747-4f2a-82dd-38bbfd5c67ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142168,7 +142168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d242ca-8691-463e-b5f4-b125d9eaf669", + "id": "71de72e1-074f-4987-b3e0-8a9b530896f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142224,7 +142224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d634e8d-bae6-4ef6-adad-950ad93547e9", + "id": "13b482e3-6176-4d7a-a0cf-6ce812bec1f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142280,7 +142280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2965c1b-ef10-466c-9cc5-f80a700f78e2", + "id": "c507e0bc-4acf-49a4-a31d-c833ef867541", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142342,7 +142342,7 @@ } }, { - "id": "79df6b0e-3f99-43e4-827f-6eef44e978b8", + "id": "3ed7a5fa-875a-4de4-a715-32c3cb583456", "name": "List Segments", "request": { "name": "List Segments", @@ -142399,7 +142399,7 @@ }, "response": [ { - "id": "5651ace4-5afc-4c85-ae10-db238d7355e6", + "id": "6b29b486-2f53-4613-8d02-901aa505c390", "name": "List of all segments", "originalRequest": { "url": { @@ -142470,7 +142470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0adfe993-f6b2-412e-aabb-49043f087b09", + "id": "c4c0fccd-2318-487b-bd98-4d9e968756f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142541,7 +142541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "125e4b98-d461-458d-b384-987638b0713c", + "id": "8f6efcce-6eff-4f17-a432-a1d6e9ab66e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142612,7 +142612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe2487b6-1f0c-4c67-bf56-317b14bdd08c", + "id": "ffe5c964-9b67-4db5-9da9-e205a2bf2834", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142683,7 +142683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad176e6-384b-4b0d-af55-510d46053bbe", + "id": "30b1bb7e-cf17-4730-a4f3-6ab68aa0a3ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142754,7 +142754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c2d877-5de7-4002-a597-b7560dd21efc", + "id": "b904d426-b450-4609-a1a3-0615a8386b9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142831,7 +142831,7 @@ } }, { - "id": "1643247a-a3b5-40ab-8860-219f78f1da68", + "id": "05d70a9c-b60c-4fba-b2c2-89047ad9aad7", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -142872,7 +142872,7 @@ }, "response": [ { - "id": "c84693b9-830d-45d3-a5fc-36582902e4be", + "id": "3a013899-c226-4bce-8ff7-5ba1b9c2e1b7", "name": "Segment", "originalRequest": { "url": { @@ -142916,7 +142916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10227f8a-e203-4d9c-81ae-64bcf8028903", + "id": "f7d2e51f-be9a-49e1-8e6b-29a1c89f7721", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142960,7 +142960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f5fe703-d12c-414e-813d-ddce95e55e2f", + "id": "533c6558-634b-4bb3-9524-913d943488b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143004,7 +143004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7574dfc5-2dc9-45a2-8d5e-1afbe6b42e1a", + "id": "4dc017da-8f56-443a-b72c-f0fc5afd36b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143048,7 +143048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50bbd79-f791-4b50-8d6a-e47224a7e24c", + "id": "933a2292-12d1-4c3a-9d0f-5b9f36dd0b80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143092,7 +143092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4790e65-4214-4a7b-8511-2248dd96b495", + "id": "1fd06339-0cb4-44c2-9c9c-a478e6645406", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143136,7 +143136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf26add-e822-4cda-8d7b-7f0ea299ae50", + "id": "06dcd6b7-568c-4f82-89b0-c8a696dfdf86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143186,7 +143186,7 @@ } }, { - "id": "d196a92a-6587-43d9-92b5-ba3e6d42b186", + "id": "1c08ebc7-d9bd-4d8b-af45-7661b0ac0caf", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -143227,7 +143227,7 @@ }, "response": [ { - "id": "427d4c1a-bff6-4aa1-8e21-cc826ca103b0", + "id": "ce9d89fd-4493-4e43-8d9a-eb998996a5a3", "name": "No content.", "originalRequest": { "url": { @@ -143261,7 +143261,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a9982ff5-6b61-45b2-904f-d040a125b564", + "id": "36e1c27c-dfa4-4815-b5cb-ecbe7feeb78a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143305,7 +143305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22e40491-ce9c-4888-8bf5-dbc466d8bea7", + "id": "5a30f150-f2cd-4a5f-ad0d-6e4e0dfc6abe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143349,7 +143349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52701afb-32db-41df-aea9-90aeca3d5777", + "id": "c62cb1ef-1b63-44ac-914a-c67d214c5847", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143393,7 +143393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7da62f9-c185-4a66-9194-cedc9dac7b91", + "id": "2ba15c31-edd9-47ff-a8be-093463a2481f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143437,7 +143437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f546cd36-c3c7-4674-bb5f-ab71062f0bcb", + "id": "ee0bd9b1-e139-4805-b5f8-ebda91ce04a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143481,7 +143481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2109c2-f65a-4eee-9d7c-02eae9555906", + "id": "281f9aba-38e9-4f94-9c17-a789cc9b402c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143531,7 +143531,7 @@ } }, { - "id": "38406b2c-5925-42ae-a8b8-cd46e3e8778e", + "id": "1c0ff26b-8590-4a45-b1f7-d71fe3315008", "name": "Update Segment", "request": { "name": "Update Segment", @@ -143585,7 +143585,7 @@ }, "response": [ { - "id": "76466c14-3b7b-4adf-81f2-9f3c285f47bc", + "id": "d854c098-4c51-4aaf-bcf8-70984435c56c", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -143642,7 +143642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b234b071-874f-4d5c-bc26-ff441926ceb9", + "id": "6dd22cd1-b82a-43d8-8e58-92230a4327f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143699,7 +143699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b582a78-a64c-4b75-8fb7-a818383e5fc0", + "id": "ebc46f7b-44a6-4488-b6ce-5fd9bd797e16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143756,7 +143756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8374d20-037f-479a-bd15-447d69855d10", + "id": "fcd7e87f-f558-4a59-8ec0-6c57dca3c335", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143813,7 +143813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de22931-2506-4e77-818c-3acc22ed9b8b", + "id": "67b66b80-6a50-4f7f-9cfd-2cea686284c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143870,7 +143870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370eb8c2-cb2c-4ea8-8a34-8cbbaf4c4607", + "id": "af206577-9491-4bd8-9c1d-4b8938f7dab7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143927,7 +143927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "008de27c-cab5-4738-a540-bd8a865f7ce5", + "id": "810a0b64-5efd-4ab8-8a85-6e0c3fbacbe7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143996,7 +143996,7 @@ "description": "Use this API to build an integration between IdentityNow and a service desk ITSM (IT service management) solution.\nOnce an administrator builds this integration between IdentityNow and a service desk, users can use IdentityNow to raise and track tickets that are synchronized between IdentityNow and the service desk.\n\nIn IdentityNow, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page.\nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in IdentityNow.\n\nAdministrators can create various service desk integrations, all with their own nuances.\nThe following service desk integrations are available:\n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "4907d277-4c02-4f11-8e94-73b469a804bb", + "id": "efdbc7e8-9d37-4634-aa41-795e1078f710", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -144071,7 +144071,7 @@ }, "response": [ { - "id": "7398015b-6be7-45c0-83f3-4ad0a2ec40d4", + "id": "6389ab72-4482-432d-9642-f0c25656906e", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -144160,7 +144160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8824b99-30ef-432d-9531-fd0b2ed94e4a", + "id": "dcc6bd13-1c8a-40a0-bd9f-ed7d6ec81944", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144249,7 +144249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73bd113d-a995-4b2b-97da-ef4d9d3d9ce9", + "id": "6d146d65-683b-4ff3-8530-93b2257aad1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144338,7 +144338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87f2ec62-a388-46b6-9dc7-27ffb6793d7d", + "id": "5fd96328-0713-4394-8c8b-975a556057ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144427,7 +144427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1cd08da-78e6-4b3b-babe-277d67bae879", + "id": "f5f73fcb-25df-47e0-9c45-7c19f79c068f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144516,7 +144516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5648e47a-e7b6-4cac-8ea1-707b0f35a7db", + "id": "6582786c-236e-4afa-af7c-578c61e2e8a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144605,7 +144605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00bf0f93-a8c1-444e-ab53-edf4baa8c7b2", + "id": "2f0a6d12-5773-4278-914c-69e6971f1322", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144700,7 +144700,7 @@ } }, { - "id": "9702481e-8166-44fc-a566-31bd95a4df09", + "id": "a1533a04-0e8d-4b0a-806d-f4bc95244f48", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -144742,7 +144742,7 @@ }, "response": [ { - "id": "f371d1ff-771f-4dc9-953c-358c55332684", + "id": "09999031-266a-4970-8615-7849f108165a", "name": "details of the created integration", "originalRequest": { "url": { @@ -144798,7 +144798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d5e4164-8c6a-4669-99be-7ac920f854db", + "id": "4c5aa8c4-aebb-4b3c-a13d-737ca061f425", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144854,7 +144854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2938aa8-14ad-4b28-b85b-26710a8f7f8b", + "id": "8c8afde1-f584-4ac9-b75c-f4e48a0ed953", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144910,7 +144910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc3c4ce0-81b2-4fa0-93d3-d27b8a60cdc4", + "id": "4aa9969e-393b-4333-b77e-fff43cfb0d7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144966,7 +144966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b9224c-b144-460b-b545-e768dcf57f12", + "id": "0bdc8b7a-b351-4fac-a79d-829436f6f70e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145022,7 +145022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc9f7630-3cfd-40b3-b091-c9a6291fcc03", + "id": "2c29270d-3fce-45e9-ab56-c3cbd590d6ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145078,7 +145078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b200f46f-8e26-469e-ad22-6f066ff97bec", + "id": "c24ecf7f-9704-4176-8763-967b664ce0d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145140,7 +145140,7 @@ } }, { - "id": "dcd8ffbf-3ebc-4b2d-a31f-1202631d28cf", + "id": "05e4d6fa-ce03-4b9f-b4f3-a62211e427e2", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -145181,7 +145181,7 @@ }, "response": [ { - "id": "d2573078-727d-4399-87a9-00a9c5fba3b0", + "id": "67d31bf7-c55e-4334-b385-051bd0c49755", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -145225,7 +145225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd353ab4-e541-48d3-a703-3db983232e05", + "id": "a93f6ede-f87b-4c99-8483-055f5f2922be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145269,7 +145269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e4e544-9360-4a56-b781-f6506ef138d5", + "id": "efcea320-38be-4f0b-8b95-9b51b5c88bc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145313,7 +145313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b17bae3f-4c2a-45d2-8555-3ef3c91f5171", + "id": "07399e99-c218-4f59-98ce-ca9f3e3010e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145357,7 +145357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1052db15-934f-459f-bac9-03cdaed29a16", + "id": "daecd86a-9ef5-4593-8c39-f0722d06f79a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145401,7 +145401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62c7359a-3995-413e-8b03-ebcffa563c53", + "id": "19fbf063-1b81-4783-bcb3-02c7ed1e67ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145445,7 +145445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fde9287-bbf9-4d67-adcd-11fbc65c22e4", + "id": "a0dc8f73-b59b-42ef-9a66-25e2427b1a3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145495,7 +145495,7 @@ } }, { - "id": "3d1dc7e1-94c7-4313-aede-314a53c34e0d", + "id": "e1bbd5ff-89c4-479c-bf45-21716c5eb692", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -145549,7 +145549,7 @@ }, "response": [ { - "id": "96d4da76-02d7-48ef-9178-ba6f5cdb6646", + "id": "9b8542cb-b86b-43b2-9c11-cec9089d7214", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -145606,7 +145606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f59f72af-6d5a-44ae-8998-11a86303bb87", + "id": "c0160139-d0e0-444d-915c-046d0fb7a931", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145663,7 +145663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94239d70-9e87-467c-9fc3-1e7a0575c9b3", + "id": "fcdc16e9-f153-4181-95ca-cccd44dfed9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145720,7 +145720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48a15730-6a08-4dc4-82b3-cfdde3ca44c9", + "id": "4fd89d41-f15b-4a7f-9e4e-e28559aaaf97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145777,7 +145777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c9ec01-188c-4375-adc9-9899d5eb63bc", + "id": "e04c16f7-0eff-43cb-aa16-1899c9fb29c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145834,7 +145834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66ae649-907d-4604-9f1a-708c239b2abc", + "id": "ca880f01-59f8-4501-a75d-38e3c88be729", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145891,7 +145891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "373f8b2c-4024-44b4-a22d-3c59aa264906", + "id": "285bb9ad-7011-4889-bb54-fdc9d08bd715", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145954,7 +145954,7 @@ } }, { - "id": "c180d12c-211a-40ab-863b-334dd56ab980", + "id": "2137aaeb-6b45-4bf3-8473-4e2f4b4fbf3c", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -145995,7 +145995,7 @@ }, "response": [ { - "id": "2ce20627-0c60-41d4-af68-91115dba915d", + "id": "a956724f-3e67-4047-8334-8a109d74da7e", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -146029,7 +146029,7 @@ "_postman_previewlanguage": "text" }, { - "id": "876efec3-525f-413e-9b3a-e421a8ef5040", + "id": "ea234118-aa4a-41ca-b985-8d4a51b59063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146073,7 +146073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a17f79-d184-4558-996b-eba30d431752", + "id": "98fd75a7-1589-437f-9787-c397dde52f2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146117,7 +146117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f0dd9c3-b6fc-47e5-9c44-c4ebd0314f4a", + "id": "9488a18b-3495-441f-9a8c-011383b9f851", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146161,7 +146161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e218fa87-dd01-4d8f-9095-16eb91cd9b83", + "id": "453e44c0-1c73-46ff-949b-95acefc95193", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146205,7 +146205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb13f893-7066-4ff2-a013-82662cf1f79f", + "id": "301fd07c-2df2-4133-9d63-592035de9963", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146249,7 +146249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf539345-87f5-481a-a2fb-be5695c55eff", + "id": "4d729a4b-1e43-4271-b6d9-45abe5151945", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146299,7 +146299,7 @@ } }, { - "id": "2d0d34a3-4653-4ef9-9ebc-88fb2d05655a", + "id": "54de9854-8812-4bac-bc02-4ece3ddff6b6", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -146353,7 +146353,7 @@ }, "response": [ { - "id": "38380706-6516-4b37-8a4e-313a39941dc7", + "id": "6887c84a-d6ad-4a45-b0f7-ae7edfc9d18f", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -146410,7 +146410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0109635-ea81-4700-a245-9694292470f7", + "id": "32ec97b4-3aeb-4f77-a367-f0d06e5037bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146467,7 +146467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d111a97e-cb22-4b1e-abd4-35ac2e7ccbe6", + "id": "fcd49c33-f67a-4bf0-b84c-d56821fae232", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146524,7 +146524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd5bea3-e29d-4396-9858-2a59085ea4ab", + "id": "213d0ede-43a4-4b88-8854-9c130425ba10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146581,7 +146581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a066f2-6398-496b-b463-1f505173cba4", + "id": "c4566051-9c92-49a1-ad48-f3c08172da89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146638,7 +146638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b931eb22-cf99-4f28-8402-3ac2e03a09d1", + "id": "efdd72db-f738-4ebb-9a57-e6ce7906886f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146695,7 +146695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c71ed8d1-be12-4cce-9a44-014ce75092b0", + "id": "9c667d61-1207-4c10-88c3-3d14936e1153", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146758,7 +146758,7 @@ } }, { - "id": "e8aa38c1-0493-4839-ac01-8cab2732410c", + "id": "154ca32d-e009-4ab4-a44e-79184c102f26", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -146788,7 +146788,7 @@ }, "response": [ { - "id": "495fd24a-7f92-42cb-8d57-89f4d62bc9fc", + "id": "f792c485-719c-44c5-9695-1a288ff21888", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -146832,7 +146832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "835ab0cc-98e5-4690-aa34-30f6e10c8837", + "id": "734dbeda-8661-448c-8ac1-bbea6b4f82da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146876,7 +146876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3447114c-369f-4047-aedc-3eccbf1fb3a2", + "id": "4ffe3b4b-71bc-4f51-8c69-edfe70b49935", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146920,7 +146920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4afa9b1d-73e5-493e-a0cf-824ff37e14ab", + "id": "33d2ee0a-cd87-4f88-a085-1a772f42a77c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146964,7 +146964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2b42f7f-2efc-4b91-9c1f-0ec56aec3527", + "id": "99cb6e7f-00b9-48d8-a03e-cb67fc4420d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147008,7 +147008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f985c99-18ec-436c-b661-96bba02a299e", + "id": "80dd79b7-1579-4bf9-92c2-b5f170544137", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147052,7 +147052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca9e0b1-4f4c-4bcf-a0b3-8db89a810e95", + "id": "a46bff5f-edcb-45a3-b12b-3fae8e668339", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147102,7 +147102,7 @@ } }, { - "id": "3234fe65-a025-44bd-b783-efb59e51a098", + "id": "fe0c6e03-eb7c-47c2-9390-49864b094be8", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -147144,7 +147144,7 @@ }, "response": [ { - "id": "805ad253-6db6-4bbf-9fa7-b5a1767e6214", + "id": "6a06f968-e5ae-4f53-a9f2-ca38fa44cfb1", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -147184,12 +147184,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"fugiat_360\": 7541574.643845454,\n \"magna__\": \"et tem\",\n \"enimf\": false\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 \"officia4b5\": -41268037.85020962,\n \"nisia9\": true\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "933f9e83-70f1-4e51-a5fe-c9fda3320759", + "id": "06c5cc3b-735c-4171-9af5-cdec313c8f0d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147234,7 +147234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baabd9f0-cebd-4deb-b632-83b62124c165", + "id": "2632b706-a91e-4c4d-b03e-5ff1be27a3e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147279,7 +147279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62c933e-4b51-4df5-bfee-b623665ed425", + "id": "28ac96fb-e1ed-4f1e-90a2-27c0687f4c97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147324,7 +147324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0201fc-1915-46bb-aaed-129d23217e34", + "id": "ae9d581e-fffc-4095-859a-2e7e48db924a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147369,7 +147369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee97d90c-58f1-41ba-b507-96a8352ea132", + "id": "6da07735-c61c-4464-bc84-4a5b96d03a1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147414,7 +147414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1484ee27-b451-4b88-be3b-3cfab6731f13", + "id": "99748832-e3f8-4b32-9bd1-cecfc4827fff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147465,7 +147465,7 @@ } }, { - "id": "26f5204f-46e9-45da-8312-286e60d9c3dc", + "id": "037638a4-5378-4e79-9c63-25e7229aeceb", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -147495,7 +147495,7 @@ }, "response": [ { - "id": "505f9375-3bfc-4dcb-96bb-b4873b995478", + "id": "1a958953-b944-439e-83cb-77af698a227d", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -147534,12 +147534,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b4da0d94-0813-474b-ae46-5d706757caaf", + "id": "31e0267a-ed8c-4822-a9d4-8e5d81c6cadb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147583,7 +147583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c0dda2-5200-4a44-ab53-896ef02ebc75", + "id": "78b41eff-9ca9-4cb9-aef8-bcb87b8fb600", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147627,7 +147627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aba9f70-5aad-4b5c-8d15-0d7abcf12209", + "id": "0682428a-7b92-40e3-b76d-be99317287e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147671,7 +147671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac50d85a-b7ec-45a8-be1e-0223f10be1c2", + "id": "0fee5a6b-cd29-4a99-a4a0-2ba497b01392", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147715,7 +147715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d105287-25e6-4d26-a53d-7550c0018ac1", + "id": "57f122c5-2c19-4663-b94a-70685b51f937", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147759,7 +147759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34f7330b-0d50-4347-aeed-db2272927ca5", + "id": "97216105-e85d-4fe2-8c06-1db7ac1d4d88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147809,7 +147809,7 @@ } }, { - "id": "0d4a1685-2fb2-4672-a92b-1874e9d5e1b6", + "id": "660cb266-d454-4c9c-b583-eb52d29803c1", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -147841,7 +147841,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147852,7 +147852,7 @@ }, "response": [ { - "id": "007fc50c-1ae0-4fd9-aec1-8d80be1640f1", + "id": "94ff44ea-73ac-4b81-85d2-b6a233c325d5", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -147887,7 +147887,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147904,12 +147904,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "62d9ad0c-d218-4e00-b777-5b1bc33f4563", + "id": "c5d2cdec-6735-481a-8b48-7816bee7cd13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147944,7 +147944,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147966,7 +147966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28829e5a-0d31-44a8-ad90-389e56e64678", + "id": "cff59080-34fc-4cd2-ace1-79582472935e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148001,7 +148001,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148023,7 +148023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a32e1a6-2ec9-4cb5-95ab-f66ad4aaa9c3", + "id": "a971c936-9e23-476f-9e17-20a1fffcd0d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148058,7 +148058,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148080,7 +148080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "688de9df-e7ce-4a5a-86ff-2b6b7ad4cc9d", + "id": "eadfd98b-7245-4ecf-898c-889a5e2f344d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148115,7 +148115,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148137,7 +148137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3bab87-f42b-4bd9-bdee-471a17f53ac0", + "id": "baed9566-29d3-437c-99e7-5959169576ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148172,7 +148172,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148194,7 +148194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e996c479-02de-4349-8841-84e20bb677a8", + "id": "67a91b1d-7eab-4b5e-95b7-54e0f1af01f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148229,7 +148229,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in\",\n \"provisioningMaxStatusCheckDays\": \"tempor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"consequat sed Ut\",\n \"provisioningMaxStatusCheckDays\": \"velit dolor\"\n}", "options": { "raw": { "headerFamily": "json", @@ -148263,7 +148263,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in IdentityNow, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list.\n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in IdentityNow, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions. \n", "item": [ { - "id": "9ae388a9-e804-475f-9a83-764327f1a332", + "id": "8e16ca47-1dc8-4266-800f-66c172afd851", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -148305,7 +148305,7 @@ }, "response": [ { - "id": "10628629-3532-4e8b-984d-31ea28f612bc", + "id": "47346f41-61f4-40fb-a7db-ab25652b01b5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -148361,7 +148361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49d86ad-c309-4878-8292-c2678ee5425d", + "id": "1f75575e-fbb3-49c0-9965-15ad49d055ec", "name": "General Policy", "originalRequest": { "url": { @@ -148417,7 +148417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87f62dc5-9701-4cd0-b2dd-348994297cdf", + "id": "b47fd122-4047-4ca1-8d3a-19a82982685b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -148473,7 +148473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c49f643b-3791-4fa7-8f0c-8bb9457cd7cf", + "id": "053c954f-0c55-46a4-92c9-c2c26b536cca", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -148529,7 +148529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee9fd45-bc5c-4672-b028-1cf5cb79df9d", + "id": "abd5f6e6-d8f7-4e3f-b04d-45e42f4b02b8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -148585,7 +148585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d28b8c-d61a-4b38-9188-d76cc9cfccb4", + "id": "4ac528bc-ed05-4141-b86e-4cc07d553f65", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -148641,7 +148641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0b48279-d585-4987-b3db-8eb589b0eafe", + "id": "80ea6bca-1f6d-405f-b625-68456434c903", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -148703,7 +148703,7 @@ } }, { - "id": "b06089cc-4bab-46c6-abc8-23e1f8e6bf38", + "id": "dcf16a71-c010-40d1-b904-59b1c33b9d55", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -148769,7 +148769,7 @@ }, "response": [ { - "id": "fc855ea4-dea2-4e96-b3c7-2ec807ee0d3c", + "id": "e103ba7d-86b4-4b76-ba9d-be629d695e45", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -148849,7 +148849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f808a6e9-219f-44a8-bcbf-c3a5c7eb453a", + "id": "097be13c-17ae-4f26-96e6-f225223eb371", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148929,7 +148929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88de8b07-68dd-4776-927d-0d38c89b5325", + "id": "e9183804-a24a-46c4-b6b2-a97e1e68e7cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149009,7 +149009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57be8aee-9aee-489b-9ce5-cebca358e700", + "id": "5c78f0a7-9434-4d56-9bed-9f1930dda330", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149089,7 +149089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93ac45d-248a-44a3-92c5-127d019e5395", + "id": "3649d38c-063f-4ca7-b3b6-bebaa66f419a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149169,7 +149169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b7eaa76-0d7b-48bc-a1e2-67909ce924d1", + "id": "8ae55349-aa8e-4e1d-9174-95d69d0bc579", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149255,7 +149255,7 @@ } }, { - "id": "a1b3fbda-7b76-41c9-a3cc-4f40264c774d", + "id": "a44a05dd-869b-4415-b1a0-238efe1f5d37", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -149296,7 +149296,7 @@ }, "response": [ { - "id": "519b067e-e80b-4363-a75b-f4387c169086", + "id": "81bca33f-07c2-406e-828d-888e68309b7d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -149340,7 +149340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "392e66c5-77f1-4e91-a7c5-d9ef485e10c3", + "id": "2f0c46a6-2631-4d46-babb-351cebee1230", "name": "General Policy", "originalRequest": { "url": { @@ -149384,7 +149384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f64c30e-028c-4c18-a8a4-cdf0a310e18c", + "id": "423be4dd-9659-46da-829c-72cdecf91c30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149428,7 +149428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb1c8a5-9883-45c4-a617-b4ecf68786a9", + "id": "c76f1b44-8186-488d-a6fb-14a66ca04ade", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149472,7 +149472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bcb4444-3a4f-488f-8484-9630da0a6bb1", + "id": "898499a1-b48d-498d-adcd-28356db5b6ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149516,7 +149516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae76c190-186e-4aaa-a56f-73d7fa1972f8", + "id": "ab68b592-cbb7-4ce8-8a81-b0ade34c15fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149560,7 +149560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba58185-39fc-4334-804e-8156f2a16719", + "id": "c920af24-8b6e-4660-87dc-4e03a29c2358", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149604,7 +149604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84419d3-d7fb-4b01-bd1c-5822c900a7d8", + "id": "a484d3a5-f199-48d0-bc33-1488a1a40bdf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149654,7 +149654,7 @@ } }, { - "id": "9ef4c9e8-163a-4f25-aad3-9c87235f4418", + "id": "39fccba2-d728-4aa2-a363-ff1ad7008304", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -149708,7 +149708,7 @@ }, "response": [ { - "id": "0f44adf0-bbe6-4619-b3b3-0b1edb2c3a5f", + "id": "ab0aa022-9a4f-44fe-b5b5-bd1882c89ab4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -149765,7 +149765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf3c2b28-f751-4a30-82c7-dbb77d352117", + "id": "ca978bba-7a18-48dc-9292-1be0f3d3399c", "name": "General Policy", "originalRequest": { "url": { @@ -149822,7 +149822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fb60bc3-5303-41aa-9702-ca1d1d34dec6", + "id": "142a7c3a-1408-41d0-a636-3b9380ad27ed", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -149879,7 +149879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f5ea5c3-737a-470b-9cb7-6c0289a4b288", + "id": "553cb21d-b448-46b3-8403-6685495b486f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -149936,7 +149936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc9c6917-3c5e-4e48-b257-cd896280df51", + "id": "a5b34477-97ff-48a0-bc20-2c431c38b59c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -149993,7 +149993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8502ac7a-937e-4f58-82a2-ba8ae2057004", + "id": "d963511d-0ec9-46bf-b3d4-855ceb55e3ac", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -150050,7 +150050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0393f2-56cd-47f8-818a-a33d0ce32911", + "id": "296eda25-93f1-450c-9514-c4d88382a942", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -150107,7 +150107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b721a6-a7b0-4b5f-a443-5c4fc3c301a1", + "id": "43dc4aa3-3b67-4dc9-83e2-c1224903d4e8", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -150170,7 +150170,7 @@ } }, { - "id": "431af7ec-0c12-40ae-8cf6-eaca3df6e981", + "id": "7cb83ebd-feb2-474f-8ae3-b79e0e7be3aa", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -150221,7 +150221,7 @@ }, "response": [ { - "id": "c28556be-3f3a-4565-aa94-87e35965ed93", + "id": "3a7acad8-9ec6-4ae3-a109-69828833cd52", "name": "No content.", "originalRequest": { "url": { @@ -150265,7 +150265,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8629ca5a-702b-4244-bd95-cbfebaf49435", + "id": "ffe5dd42-2c6f-4b31-b04b-762db7d62aeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150319,7 +150319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685c2c4b-3211-4c8f-8872-507218509c6f", + "id": "6ce075dc-bbe0-4324-b83a-318978587128", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150373,7 +150373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c0b7f3-72c2-4e73-b340-cbcf8f861ec6", + "id": "1d880059-d8ac-4445-abb8-9f4536d66b5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150427,7 +150427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be1520e-c366-4b38-bdc6-c01152068d3c", + "id": "cf1ec626-4428-4149-a17a-b6a9969e6f5f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150481,7 +150481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1fd5ae7-04fe-43fa-8391-e9ea0c5b2faa", + "id": "9be909b9-e328-4f04-893c-c4141737d870", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150535,7 +150535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce2e58b-135f-4723-93ae-01ed45d6b1e6", + "id": "acc07a0d-92cc-49eb-8d0d-61f8cc2c3b96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150595,7 +150595,7 @@ } }, { - "id": "653dae27-ff68-4c74-8408-1656e9c3f946", + "id": "76aef6c5-969f-448c-8491-cc6ed08577d6", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -150649,7 +150649,7 @@ }, "response": [ { - "id": "0f5832a8-88a2-45e5-a73d-f42c34cbc7be", + "id": "44cfcac8-cee7-49f6-b99d-91ad697a64c3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -150706,7 +150706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "780f6123-d0b2-40ab-9803-a8b37962f10e", + "id": "a4d6faf7-9b1a-4be9-83c0-e746654b1660", "name": "General Policy", "originalRequest": { "url": { @@ -150763,7 +150763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e584153d-8bd2-4a05-81f4-e4f435677f1f", + "id": "99a13378-6600-47cd-9b4f-24e43316c1f8", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -150820,7 +150820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05af55a0-40fc-42ce-834e-c64ad897352e", + "id": "febebb79-be6a-48b0-ad1d-26db7554c0fd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -150877,7 +150877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2dd9ba3-bcc0-4172-8bed-0bfab2ed540f", + "id": "c127851f-d1fc-4ccf-a8a8-787b78d1268f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -150934,7 +150934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4787fc17-deb2-4cd1-81ba-6e1e112b3a80", + "id": "dec32964-a9f5-4074-a315-ad074d775cf4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -150991,7 +150991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9b28d3-33f5-40d0-98ba-60d6b4e3abd1", + "id": "a7d2d460-f5e3-413f-9681-19b672d699cf", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -151048,7 +151048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c484f44-41b4-44e6-9b48-deb149c314a4", + "id": "7f384c1e-4254-4ff4-a044-2b81ef9f531b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -151111,7 +151111,7 @@ } }, { - "id": "affca23e-aab8-4d5f-8ad5-33c6f8cbcc32", + "id": "1948f778-23f0-4c51-bc6c-4dee864d5f32", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -151153,7 +151153,7 @@ }, "response": [ { - "id": "4f391464-3ad7-442b-985d-b5f07e105dff", + "id": "68465cfd-8a22-4ab8-9156-0a45877cabd8", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -151198,7 +151198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8110953-ba3d-4aaf-b3ac-5372fca9e9b9", + "id": "60962f00-04ff-4a16-acfd-19945839410a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151243,7 +151243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a8dc25-d4de-4593-b70f-30338d15b2bd", + "id": "02143825-9add-4d6c-acb5-38a52ddac930", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151288,7 +151288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f48352aa-5615-483e-9c71-aa11e2f4f236", + "id": "dd18bbd6-9b0e-455c-b129-74e05b36a85d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151333,7 +151333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da91de23-094b-4da2-aef9-a42b4722de88", + "id": "694260da-0234-49e7-9fc5-a502212b048f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151378,7 +151378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58478d6a-fbdd-4a35-ba34-81e197eb3b72", + "id": "41351e52-76df-4354-8b61-66729f57bdb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151429,7 +151429,7 @@ } }, { - "id": "f8bdb097-e89f-4ea9-b7ba-22c7c3dca537", + "id": "6d109263-0334-4989-a6bc-3fe867fa9f0a", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -151484,7 +151484,7 @@ }, "response": [ { - "id": "88e78fb8-e070-41cf-ad8b-9258c0297bec", + "id": "ea1cf5ec-4173-4d77-aa91-2bfd4a4402f4", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -151542,7 +151542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470a6629-38bf-46bc-a4e4-04697819d141", + "id": "49013467-ebdf-4434-8c03-4f33ab450510", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151600,7 +151600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "346d4ca4-6216-45ac-ab22-7839d1b3c56a", + "id": "ef630fa4-9498-4a53-9773-3a91ae2a91f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151658,7 +151658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed54b94-6ad0-45f8-8f83-e50f0d250e82", + "id": "ba60d1d5-15a3-40b7-b8bb-a505cdb5fe00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151716,7 +151716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960d1a05-bd0b-4665-908f-6b13a5c9f433", + "id": "017d9dd4-748d-4dab-afef-72e5540dc5f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151774,7 +151774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446595e6-c145-40e9-be73-0fb9e2e3dccf", + "id": "8a9c5cac-6868-490b-9d4f-a20288217b49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151838,7 +151838,7 @@ } }, { - "id": "0fdfe703-90e2-41ca-ac3d-43df58ed4322", + "id": "23836626-ee5e-4226-8deb-37d43c3e27aa", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -151880,7 +151880,7 @@ }, "response": [ { - "id": "e575c8c0-fd4e-4edf-a95a-0bb03ac3ec16", + "id": "151804c0-29ef-4cd9-8047-0086a4eda051", "name": "No content.", "originalRequest": { "url": { @@ -151915,7 +151915,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6f8a8f76-86aa-4a9a-8ebc-fa4e6a821dad", + "id": "f982c0a9-144d-4472-8380-2f4855bda0a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151960,7 +151960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a71409-4dd9-4390-a837-bc5e9f65fe9c", + "id": "91bce256-17d7-45fd-a8d2-3c029ea5bdc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152005,7 +152005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e77e2fb-e981-494e-90e0-67266128fe65", + "id": "a06e80eb-a8fa-4c40-a0e4-220bc8b034b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152050,7 +152050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df29f339-a0bc-482c-9fa6-0f128fd55e00", + "id": "d12111cb-c766-4137-a2fb-d337c3554015", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152095,7 +152095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74810d7e-4056-44d9-a31a-3ea824ffeed0", + "id": "08a7d864-c6ba-4bd7-8cd1-5f48371b6ae3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152140,7 +152140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13863e9c-5b9b-42cd-8e0d-a62f57d770b8", + "id": "13eab0bc-3dae-4fc4-ace5-1b5e1c6c52df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152191,7 +152191,7 @@ } }, { - "id": "9253065c-ca66-41ea-a8ed-2e67e83fe3f2", + "id": "788c8e84-5f92-4350-aa85-467728bb4e78", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -152234,7 +152234,7 @@ }, "response": [ { - "id": "eb0e3443-af3d-459e-83ed-09c01736ba66", + "id": "38e14391-f6c1-40fd-885b-bf752269bdb3", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -152280,7 +152280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb21d6d-fc2d-49cc-9b75-4eacaccdac7b", + "id": "5b394a6e-d7fb-4fe3-8402-b05cc7348edf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152326,7 +152326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e17d82-b8f4-436c-b7ef-5879851fa644", + "id": "24d86b56-29b0-49a7-a9ef-3d6d84ea9d9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152372,7 +152372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff60aea3-5048-4ded-8f1f-8e97abaf781f", + "id": "cc3b8668-b542-45e1-90d0-458650398b9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152418,7 +152418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d92ebc87-04f9-4aec-82cb-70c9feb7da10", + "id": "0313d909-d28a-4581-9368-a571e12cdfff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152464,7 +152464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6acf15-7781-420c-b00d-f822ca03c772", + "id": "680f6471-69f9-411b-a491-f8cff39ed105", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152510,7 +152510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c02c9545-fdab-4d75-a09c-5721ded7c650", + "id": "efe5bfe1-8481-4d8e-afff-34172f78ab00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152562,7 +152562,7 @@ } }, { - "id": "ba5a87a3-a404-4ea5-8f44-71a321864381", + "id": "815d4493-bcb3-47c2-bb8f-e0c9b5319699", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -152604,7 +152604,7 @@ }, "response": [ { - "id": "a28d687e-e8e7-48d0-ab08-15f1f73c1464", + "id": "a85d09af-038f-4246-b847-1464e13a0273", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -152649,7 +152649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8524c565-08c7-434a-aeb9-f3968c8e4d05", + "id": "4176908c-1469-4e7c-b5f6-333e2a7e7346", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152694,7 +152694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a4ce0d-859a-4641-89d5-bdcd2981f095", + "id": "8f9c5473-0df4-46fb-b612-ff1f17b6fd63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152739,7 +152739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "075c4d6b-587e-4a32-9412-d55539a83462", + "id": "a26d4fd6-ceb8-4934-bfd7-5a2dbc736200", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152784,7 +152784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "920563d4-a3e7-48a4-b155-a78e78b60772", + "id": "73321fd6-b85e-454b-a6f7-8a2c8c496672", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152829,7 +152829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b157138-7a56-4284-906a-850e3174d3e0", + "id": "cfb6928f-a770-490a-ae45-ade924c606f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152874,7 +152874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99634391-9541-4fe8-b416-aeeb97c2ec5d", + "id": "a14a10d6-58c0-43aa-b766-d18f95e04e54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152925,7 +152925,7 @@ } }, { - "id": "d761f084-ec97-4113-91dd-a8e0a234b780", + "id": "1b5e114c-1acd-41da-bfd0-3b77ff712d93", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -152967,7 +152967,7 @@ }, "response": [ { - "id": "32d3e136-5a2f-46d7-b60c-01d40b77459d", + "id": "58a11b57-ce7d-4739-9a30-a147ae64affc", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -153012,7 +153012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e76219-d4e8-4e7e-a997-3a70141d92a1", + "id": "9a17eb0c-2db1-4673-add1-0f29b929fa16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153057,7 +153057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16ab579-1426-47b5-8f1f-a8716dc402c2", + "id": "5d4023ef-43db-464d-bd37-9aa99d56ff79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153102,7 +153102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943c83bc-9ed8-47d3-9b44-23a82ab79252", + "id": "714493cc-4660-47db-b68b-252a820d5030", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153147,7 +153147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6efaa5-aca0-4a07-9a11-e5ed41d3fdf9", + "id": "7c583ced-af7b-4d32-b1e3-68617a656e53", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153192,7 +153192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f2f76b0-a51f-4535-a752-b11986916aa9", + "id": "dab1ac51-bbb7-4c14-91c8-08cdaca0172b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153237,7 +153237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0542583-8f97-48dd-9aa3-a5d91b354add", + "id": "a26a4a1a-c287-4179-af79-2a86b75d607c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153288,7 +153288,7 @@ } }, { - "id": "ab285922-52c3-4bc4-823e-d44c11d33450", + "id": "c038ab32-ed2e-4830-ac19-da31754f23d9", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -153331,7 +153331,7 @@ }, "response": [ { - "id": "06cb58a5-9bcf-4319-92f1-29c1cedc89a5", + "id": "c338edd0-22d9-46a8-8f65-ccaf6ab4abfb", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -153388,7 +153388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c48cfd-32b3-45aa-b5f9-9452993d582e", + "id": "5bbda43f-e3c4-49ef-aae7-7a6b3cfdddba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153445,7 +153445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ad05ca-993d-4f2c-bef1-db44cad52a76", + "id": "a1701663-9634-42cf-a01b-f48207a9362f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153502,7 +153502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87aec09c-124a-4aa0-bcb9-d2cc45d46626", + "id": "410b4c07-ab20-4fe0-97d9-63b598979dbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153559,7 +153559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b977efcd-9077-4a6a-8502-5bec36d908ca", + "id": "28beda46-468f-4dc1-9c96-60e40e768144", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153616,7 +153616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c5f960-5b12-4265-b16e-2819978b9f22", + "id": "1222cf4c-ab08-4083-b87b-5e55f4f5777c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153679,7 +153679,7 @@ } }, { - "id": "a0238fe8-712f-45c7-9a11-5bf7ff3bbcf6", + "id": "2bb6aea4-842a-44cd-bfc0-bcc65abda465", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -153708,7 +153708,7 @@ }, "response": [ { - "id": "15f407e1-3292-49cf-87bc-453c171dce99", + "id": "617a9834-e1eb-4f9b-a894-620b7ca756dc", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -153751,7 +153751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293403a4-6cef-46d2-8c38-89249f5a3918", + "id": "62500dab-0b1a-4ec8-bf6c-618df3efa07b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153794,7 +153794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3d9b34-4956-478c-9786-0f10f351beaa", + "id": "a1ecc996-9bb2-4b49-8607-a02d3d83b625", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153837,7 +153837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3343a828-df23-44c3-bf45-ffb4ee44122f", + "id": "ea8b60a6-e0d6-4222-a936-bf617652742e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153880,7 +153880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4e61484-e96a-45f3-bcb6-8d8ede52a6ac", + "id": "f8caccc9-c4e7-465e-ada8-7e942254c06b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153923,7 +153923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54fd582-a8c3-490e-8939-d492c63dd4dc", + "id": "b7289572-921d-4992-9785-cec4d4908639", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153972,7 +153972,7 @@ } }, { - "id": "f180b565-fc23-49a2-bea6-3b63aa6b1733", + "id": "ec8c6fd1-5732-4f9b-b0ef-cfaa8604f2b5", "name": "Download violation report", "request": { "name": "Download violation report", @@ -154014,7 +154014,7 @@ }, "response": [ { - "id": "376a388c-0c4f-45cf-bd1b-eb790eb7cf38", + "id": "6e9bf5f6-a5fd-4d22-add0-a91f6ca637dd", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -154054,12 +154054,12 @@ "value": "application/zip" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cec963ca-3ea1-4ee1-9b5a-a230c21d9e8e", + "id": "85c1c81e-cb23-4755-840f-633eceb3bcde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154104,7 +154104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69de0da-8e28-4d0d-88f2-1d1bf55ce11e", + "id": "b0027405-4fb5-4029-8b25-8cf365d13e90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154149,7 +154149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b26d6ab-f05b-48a8-9394-d12c22742e6f", + "id": "a70f8176-0ff2-4df2-ac85-801e07598c1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154194,7 +154194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d4db6e-4cc7-4742-87cb-72def79e068f", + "id": "6842cf66-e799-4026-a5de-308ae1b95f17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154239,7 +154239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db97aa91-9b07-4013-88b4-b12f707ec840", + "id": "0f40f146-1fd0-428c-b9f8-dfa4f63fa9c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154284,7 +154284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87637220-fcda-42b9-8ace-554da3a5767b", + "id": "8c0ae729-1f2d-455c-b76f-78819590ef98", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154335,7 +154335,7 @@ } }, { - "id": "a07250e8-6296-4b88-8c8c-d5a6d4e60f52", + "id": "e9a57b40-6e0e-4e68-8d9f-173f83926623", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -154388,7 +154388,7 @@ }, "response": [ { - "id": "cdab8f7a-7489-49fd-afb6-debee7950dba", + "id": "d1df6cdd-bca7-4857-9d8e-f5ef53eb69a3", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -154429,12 +154429,12 @@ "value": "application/zip" } ], - "body": "et veniam ea", + "body": "dolore cupidatat Lorem", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "f25a7911-1be9-473b-b335-98db8ac27831", + "id": "8bbd3a08-a5e8-44b1-8377-59cb02891bf1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154480,7 +154480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ace2b8d-b4ff-43db-8445-edb69008949b", + "id": "43e522bc-31e6-45b6-b399-aec8eb02fd27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154526,7 +154526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af44752-00be-4201-b446-3042c81f48f3", + "id": "ddf6c05e-62e3-4adb-b125-24ab10681ca4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154572,7 +154572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f47620-4323-413a-a394-bc7bd925bb2c", + "id": "9403b4da-00d9-4a0d-83d7-ccbdd2d81595", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154618,7 +154618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95422a97-f8bf-49ad-9a69-95b8f96f2fdb", + "id": "387fae86-9542-4c44-8540-9f6d3a46ea01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154664,7 +154664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e791f7-247c-48a5-aa73-d6709a2095f0", + "id": "999736c0-8fac-4eb6-99b6-f4fd1cddfe14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154722,7 +154722,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": "7aa2a4bd-46da-4706-81dc-03e64353438e", + "id": "2ff4c33f-bdac-4bd4-9a92-92a149d55719", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -154765,7 +154765,7 @@ }, "response": [ { - "id": "ee18724c-5f1b-484f-978f-b319d3e0aaa8", + "id": "23400398-a749-4a4a-9eb1-a2e515ebe4b5", "name": "Violation Contexts", "originalRequest": { "url": { @@ -154822,7 +154822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9fdeaff-7bcc-4eb1-8b43-8d7eaabba8fc", + "id": "0d05f568-c231-41b9-bf48-dd9c7f62a214", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154879,7 +154879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f20fa52-a225-401a-a1b5-87dc9534f5ae", + "id": "ed98d5fb-530d-4665-876c-d18858769709", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154936,7 +154936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0899b95e-c133-437e-9baf-47002f37d6de", + "id": "1ba399ba-0f25-43c1-bbe4-49293a594e91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154993,7 +154993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e265201-541e-4c61-833a-2dc1eda9cebb", + "id": "7af228a0-1e82-48a9-9a04-47e263199688", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155050,7 +155050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c73eed94-c72a-4705-a23a-3a86439493e8", + "id": "bcb937dd-9f14-4f44-a445-34dae57ce7ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155107,7 +155107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16318d5-7ce8-4afc-ace5-5aa41e1b495e", + "id": "c464ab3c-fd7b-4af8-9027-0fcda0d22ea0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155176,7 +155176,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": "35d2182c-619e-4b86-92b5-7801e05f7f26", + "id": "e6a373d8-7852-434a-bab8-edb249f1507a", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -155218,7 +155218,7 @@ }, "response": [ { - "id": "187ca6df-282c-4fa3-a4f9-3f3afac150bc", + "id": "bf55fe4f-fb2e-45c6-b426-b4299f65ba99", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -155263,7 +155263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "245f5ca3-db16-496d-8798-4608be5f43b0", + "id": "208c612e-6d7a-4f77-9970-1d8da1c10355", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155308,7 +155308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b06fa8-3473-49fe-8cf3-ff20f87dc427", + "id": "727bf8e9-e2c0-4bd1-a359-86ed361350bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155353,7 +155353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ecb9615-6a3f-494b-8c91-3360e113810f", + "id": "c0e960a0-e824-43e1-ba05-af52eb9c7e3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155398,7 +155398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d388348-8dc7-424b-abcb-c3e5318a7e89", + "id": "0281cc48-b547-4c0d-96c8-5d1809483524", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155443,7 +155443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41618538-7fc1-42bd-9cb4-b09c10983753", + "id": "c14ab3f7-ffab-4aa0-8dd3-71d6826dbaae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155494,7 +155494,7 @@ } }, { - "id": "2340b346-930d-48ce-98c8-41ec1e81faa1", + "id": "3656a911-6d0f-4ede-9c7c-60ea75d540ad", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -155573,7 +155573,7 @@ }, "response": [ { - "id": "417b3f17-9df8-4d88-8479-072030ecffd6", + "id": "1294be6e-7a2b-4920-8d0c-9451218cec5e", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -155655,7 +155655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dad3d17-a0f2-4c47-8e8c-efa2f4d16de7", + "id": "d4ef7dc6-4b2c-47ae-ab44-0ab4c7c02b4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155737,7 +155737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51594d9-96a5-45df-91be-bbd1c61aa46d", + "id": "7f75ee9f-4874-4102-ae49-bcd66a225155", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155819,7 +155819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f0d2121-1776-477e-b873-54a2043dbd64", + "id": "022f6b4e-f4ed-43a1-8bff-cb06322168a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155901,7 +155901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b239155-eae4-481c-97c9-06d601e442f1", + "id": "41d02829-448c-471c-b479-5936a957cc39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155983,7 +155983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ffb16df-b7f9-4c69-967b-7b8edf9fb782", + "id": "9d104c7b-11cc-47d6-a1ca-b24d6aabaf46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156077,7 +156077,7 @@ "description": "Use this API to implement and customize source functionality.\nWith source functionality in place, organizations can use IdentityNow to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way.\n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the IdentityNow representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records.\nConnecting these sources to IdentityNow makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, IdentityNow can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, IdentityNow can grant the necessary access and revoke the unnecessary access for all the employee's various sources.\nIf an employee leaves the company, IdentityNow can revoke access to all the employee's various source accounts immediately.\nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure.\n\nIn IdentityNow, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations.\nThey can create new sources or select existing ones.\n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process.\n\nIdentityNow connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with IdentityNow, and each connector's setup process is specific to that connector.\nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors.\nRefer to the following links for more information about two useful connectors:\n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources.\n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements).\n\nThe user account data and the entitlements update with each data aggregation from the source.\nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their IdentityNow tenants so an access change on a source is detected quickly in IdentityNow.\nAdmins can view a history of these aggregations, and they can also run manual imports.\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations.\n\nAdmins can also make changes to determine which user account data IdentityNow collects from the source and how it correlates that account data with identity data.\nTo define which account attributes the source shares with IdentityNow, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them.\nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source.\nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.\n\nWell organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need.\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "4a3af6b0-2c35-49ec-a1c1-cdc28980385e", + "id": "1b10f575-ce91-4197-a737-aa570874f431", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -156161,7 +156161,7 @@ }, "response": [ { - "id": "4ca62aa2-deb5-44e5-b081-3e9a5670b7ce", + "id": "95e345d4-dc56-41ae-9883-bc748fbb828c", "name": "List of Source objects", "originalRequest": { "url": { @@ -156259,7 +156259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b561fa7d-5ad7-42cf-8ab3-aaadf1307030", + "id": "dd08ffa1-e7d2-4acd-a4b3-b82c69019d58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156357,7 +156357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5405c5f-927a-438c-8efa-f945aaad4dd3", + "id": "52990034-7e68-4a46-9a0f-d1949c0b8744", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156455,7 +156455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31fccb84-1507-4997-a144-c5edbfd3f9b8", + "id": "a0dd7d26-6c27-4d9c-acf9-7bde9623fc04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156553,7 +156553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8467cff-4df9-472c-bdcf-001fc4155451", + "id": "76eb7f17-bf79-4e09-9a09-71beb476af30", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156651,7 +156651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59457f8-4edf-491f-adc5-eb8c42758c48", + "id": "1868345d-d4b8-4583-9b87-a88075ebb530", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156749,7 +156749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f7e8cb-25f4-4ace-9994-e29bcdf92191", + "id": "4915ed6f-cf8c-4972-8e9b-74d13566a129", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156853,7 +156853,7 @@ } }, { - "id": "a9991ae8-7230-4d57-95b6-a43ab6360807", + "id": "7b9a44a5-8166-4ae8-ad20-a529400c5ad1", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -156905,7 +156905,7 @@ }, "response": [ { - "id": "5b0c2ff5-f6f8-4560-adbe-9e5ec1773d80", + "id": "6d8b6831-2c7e-4b04-83f4-699bfe484ed4", "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": { @@ -156971,7 +156971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709945da-cf11-4321-a2f1-1f3727e147d5", + "id": "323a8992-1904-40cf-8da2-c431dc76cf88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157037,7 +157037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3847b8e9-a619-47d9-bba0-72d8b061ca75", + "id": "57ce9bd7-3813-49f0-a770-d8e938525283", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157103,7 +157103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e1e74db-1f69-4ebf-81f7-66517b2ea652", + "id": "799cdbfd-0715-4630-99b9-4b615e052127", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157169,7 +157169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dbd3f73-8d6c-4ab8-a14d-f063a6a60674", + "id": "7a726233-f0e1-4652-acbe-e5d88c637c2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157235,7 +157235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb01010f-aef1-4ce4-8e67-d08ce766b020", + "id": "ccd695d0-4204-46a8-8018-6fd4a9af52f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157307,7 +157307,7 @@ } }, { - "id": "8f043429-bce5-4dec-97ce-55b0f9d6f0ea", + "id": "9970b9f5-0ce1-4b52-b01a-59f1ce4cf261", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -157348,7 +157348,7 @@ }, "response": [ { - "id": "21221643-80ab-4e3c-aec2-c99817a7a06c", + "id": "6b627ec4-f54d-4fc9-a448-2c7fb131b48e", "name": "A Source object", "originalRequest": { "url": { @@ -157392,7 +157392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed852321-3be6-4937-bc5f-18167079e6e2", + "id": "2900afba-2fba-4ca0-9075-96437a22fa61", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157436,7 +157436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b605f7-5031-4887-a50f-7a1a498c815e", + "id": "c2f755bd-6056-4713-9c1d-551f88d4a08a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157480,7 +157480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ac1e28-c226-47f2-bf43-947de0c7221d", + "id": "3e0ad687-b6b5-431a-9b65-578c3c47ec4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157524,7 +157524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aceee9c-c9eb-46a3-a725-6d72f4a26696", + "id": "fad7efcd-d05d-471d-8c11-f2d8ce3abd4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157568,7 +157568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba3c7d3f-b471-4f86-995d-cc83aaf11f79", + "id": "2bd98785-af82-4d2b-bdaf-2f70a025e6d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157612,7 +157612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1187055e-2615-480c-92fd-b6c31a57fc78", + "id": "927713f8-a55e-4193-aba4-ed11390a4305", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157662,7 +157662,7 @@ } }, { - "id": "5f69084b-58fc-4640-8b94-163a43f561f8", + "id": "db3acbd7-8aa7-4689-9cb9-3fa6e072f751", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -157716,7 +157716,7 @@ }, "response": [ { - "id": "fe52ffc4-2a9c-443c-a2bc-dddbbed0cf85", + "id": "525d0dd0-3eba-48b1-82ff-440fa3f8879d", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -157773,7 +157773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01edde60-3fb0-4593-8845-e1a80d3da0c4", + "id": "2537fd28-d9e7-4ed0-b3de-e89b5cdd60e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157830,7 +157830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6213eb9e-c839-4a87-8c3a-b35b5b59f021", + "id": "abc266c8-9989-49dc-b566-6b8c5c8627b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157887,7 +157887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "894a585a-ec6b-4d87-8c5b-b697c049ebfd", + "id": "b2ae4224-fa09-4963-be61-27fb9c557f07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157944,7 +157944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a692a96e-fc73-4e9e-8176-fcdac6b6822e", + "id": "26cba85d-1bea-49be-8ecd-6a4f20aa7ead", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158001,7 +158001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2f825e-cfcc-48a9-9a30-fc411594848e", + "id": "5ecb9f76-31d2-42e4-96e7-f08d9550991f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158058,7 +158058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "779ea7cd-cc42-4188-b909-d570c591234c", + "id": "f8208033-f7ca-425b-8c90-4e9e8924fdf7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158121,7 +158121,7 @@ } }, { - "id": "218d3bd7-dcc4-4222-ab62-9daaa5bf3467", + "id": "84464997-a848-41ce-88db-b876720bd53b", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -158175,7 +158175,7 @@ }, "response": [ { - "id": "c6d65818-d4a7-414c-b6ec-e29bd6158259", + "id": "3d397b58-66ba-4f4d-8379-3cbbe7475761", "name": "Edit the source description", "originalRequest": { "url": { @@ -158232,7 +158232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80108d60-7aa6-40a4-af98-f1ff70ae6636", + "id": "28c0d6af-c453-4453-823d-df38ad380e8b", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -158289,7 +158289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d9d654-a758-4c3f-891b-94e6efd2d2de", + "id": "4f037a5b-71bc-40c0-bc81-00cc6d5c8bca", "name": "Edit source features", "originalRequest": { "url": { @@ -158346,7 +158346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16644dcd-cd91-4bb8-96d3-810ada2b2c66", + "id": "b5d70fda-ee1f-49a9-8cb5-93b46eb95a10", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -158403,7 +158403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac4c01d-70d8-41be-9601-44e66dd7d2bd", + "id": "89f4f9f1-5a2c-4dc9-afc3-2c618b75b088", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158460,7 +158460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b7630a-895a-492d-813a-cc0b4b5c9218", + "id": "77a841fb-2a45-4d9a-9792-171501502807", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158517,7 +158517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d4854c-a10e-4712-9c8c-c1f6b383a320", + "id": "fc430030-bb9b-4e37-b387-2f528b1f684b", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -158574,7 +158574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "374d80a1-81f8-487c-a747-99c1559a21bf", + "id": "6aeafbe2-d0f8-44f9-ba95-47c26feb5d74", "name": "Edit source features", "originalRequest": { "url": { @@ -158631,7 +158631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e686288-11db-4519-a96a-f51d1e9557da", + "id": "c89cb6c2-9c19-459d-a19b-6d38f14da86c", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -158688,7 +158688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb000a86-2522-4739-9323-1eb2ec2bb434", + "id": "9c415ed2-9d4b-462a-8165-0d86ac0c74fe", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158745,7 +158745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f234ed0-c9e9-4fa6-93b1-4f7bae671c22", + "id": "c3eaa29e-610a-460e-a217-3a57d52c80d8", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158802,7 +158802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc59d50a-3ab6-4b67-8ceb-a2cf77f84187", + "id": "b6de75f6-f470-4151-917c-f2b42740f88f", "name": "Edit source features", "originalRequest": { "url": { @@ -158859,7 +158859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c66427c-a7e5-4d64-aee1-21ed45c57668", + "id": "de68d98c-0aa1-48c3-823e-c8bddcd9705e", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -158916,7 +158916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857bea75-a1d7-4727-8900-5626d25d86b0", + "id": "28ff340e-02fc-43c7-aed7-d995d0d463f9", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158973,7 +158973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78560b58-b567-45ee-b226-095db2dd0000", + "id": "97ef6f78-8597-48ec-8b5a-e49daaf18e4d", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -159030,7 +159030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fc947c-b058-4043-bfef-634e51fb01f0", + "id": "6a02d2db-4b9c-4741-b491-cd485fe31c9a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -159087,7 +159087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ecbfea-d88e-4055-bed7-e3b0c9323199", + "id": "d4dbef50-7489-416e-81c5-718368f9ffcc", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -159144,7 +159144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509d9f43-4a3d-42c8-b858-f74fd6dcc732", + "id": "0edfa6ae-371e-42c7-98a7-3fc391df892f", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -159201,7 +159201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00608008-ab17-475c-98d4-e99625af66c3", + "id": "6760a999-6b0d-4256-94d6-377afa27c465", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -159258,7 +159258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256a4e8e-dcb0-4e5a-a2b3-8ac47a7feb35", + "id": "4cd80e76-c317-4fb0-be33-ddabd4b459b5", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -159315,7 +159315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f255d043-2b50-4243-a396-10e2a949ef02", + "id": "37e133ee-4b0e-44e4-8626-ecf6407da921", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -159372,7 +159372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18bf462c-9ec6-4c61-a362-ff5ac6b6373e", + "id": "146254ef-9ff7-4c87-b583-6bca3e24e201", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -159435,7 +159435,7 @@ } }, { - "id": "4e4036d7-3f0c-439b-85dd-5101c3328ede", + "id": "a42935ae-517c-4492-98b2-a5de85f789c6", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -159476,7 +159476,7 @@ }, "response": [ { - "id": "c27a30fa-4e9e-4c02-a736-83398f8a8313", + "id": "2c3b2872-8cce-495f-940e-a7eae19c7eaf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -159520,7 +159520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce073cbb-01ca-4275-8418-88b89872004f", + "id": "7e4ef144-6fe8-4ca6-88b1-d9da66c15f0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159564,7 +159564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a34a5607-4348-49b6-9721-48bfa9d411bd", + "id": "fedda92e-f157-4d2b-9ad1-ba9cd0c5ea3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159608,7 +159608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b522fd-2a6b-4d48-8d5f-fcc62a1529d9", + "id": "ae75c6b0-7301-4c3d-a65e-d73748b9f676", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159652,7 +159652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d946eae-7ec7-4f7d-af47-6a37db493258", + "id": "8b1b14a5-91ac-4484-b939-a57e02bec40f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159696,7 +159696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20628c1d-bb81-4dde-bc62-65fa74dc9bcd", + "id": "711d0b46-7b3f-43b9-a3cc-488fa60e7f67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159740,7 +159740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d4f021-0ca0-485b-8aa2-f9d6d913a1ac", + "id": "269643d5-fdbb-46b2-9652-7051af466772", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159790,7 +159790,7 @@ } }, { - "id": "3936d7cd-5457-4dce-85f8-e8a991615552", + "id": "fb690d2f-0e2c-4d33-ba80-792fcc3d017e", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -159832,7 +159832,7 @@ }, "response": [ { - "id": "c75ee264-8e7a-4550-be3e-f848fac71c5f", + "id": "9266710d-6f02-421f-b089-df846b13c159", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -159877,7 +159877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf43b11-7cf1-4f76-baf4-bc13f4b57821", + "id": "c00bd9e8-1af3-4120-a476-579847bffa5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159922,7 +159922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec6080fc-055d-461c-9cf4-e661564f26eb", + "id": "c2c3f0fd-51da-4976-982c-fb358e7928a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159967,7 +159967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7dd0cc8-9cf8-4be8-b080-e40baa4dbbc3", + "id": "18b23e99-18cf-491f-9079-f958ee3b8530", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160012,7 +160012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b602d88e-0468-41d2-a0bd-0d9ea2f8143d", + "id": "eb4e818c-0f30-4ac6-aea6-7f3f1a5b65df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160057,7 +160057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a946d1f8-3565-47ff-bd50-1f3864d038a0", + "id": "cdc53e79-e257-4c01-adcd-66002029d9ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160102,7 +160102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28c17aff-54c1-4dd1-8507-b46fcb35a440", + "id": "09000940-a271-438b-8ac7-bf8fcfffdb75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160153,7 +160153,7 @@ } }, { - "id": "52c27d06-0556-4fe3-8e32-9f927a2415f2", + "id": "70546f69-7dfb-43fb-a294-2b7814c97e24", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -160208,7 +160208,7 @@ }, "response": [ { - "id": "b7611949-127c-4856-ae07-2323a474bc00", + "id": "3a9e653f-6387-44ca-8660-963c57e8a3a1", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -160266,7 +160266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a82a42a-bfeb-4709-aa7f-0a520a821178", + "id": "91c7492f-3768-451e-917f-fb8fdb3a8f42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160324,7 +160324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33cf0efb-1289-428f-b0e8-ca5306672a47", + "id": "7252d0fb-1f20-49bc-81c5-d688a010ad6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160382,7 +160382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7426c15f-ba18-4d13-8df9-a63478d1e6bb", + "id": "f3f57ff1-7463-47cf-808a-21ec82fd9b61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160440,7 +160440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6a8162f-39c0-4a82-9152-358710ee061b", + "id": "9ab2d27d-b701-4ab3-a8f3-a0e9aa890da6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160498,7 +160498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7436ea7-f0ac-4f96-a8a6-ad673e1c2445", + "id": "8c0ddfcb-d677-4369-b8c9-ed48e8755c24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160556,7 +160556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500d686a-b4c4-4d4d-9952-bb9c3a70f998", + "id": "3ebef791-29d8-42a7-905f-8bc97c4df9c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160620,7 +160620,7 @@ } }, { - "id": "73436fba-e342-4b30-803d-ee206b7ac3cb", + "id": "ea3c8b95-154d-4470-9f3d-99cb04a67454", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -160663,7 +160663,7 @@ }, "response": [ { - "id": "9c11f624-1824-4aa5-973b-90837f493a09", + "id": "21cc4645-5e14-4c43-aaf1-2f63b7cd897c", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -160709,7 +160709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28ac544-ab19-4835-99b2-282088e4681e", + "id": "610d7dd0-7e06-4a7c-a9d4-e07626d0d234", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160755,7 +160755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd04a0c-6be3-4230-aa6d-719151a2a6ed", + "id": "a19152c9-ef28-4925-9f89-b2a2a1287326", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160801,7 +160801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce79b5c3-c339-4da8-a269-a1fff3399c9c", + "id": "54d57ec1-e0a2-4ceb-8094-ed04abc9ea5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160847,7 +160847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8914db44-5f8a-4aff-9398-aa2ecbe0560e", + "id": "9ad4ba4f-d8f2-4192-8788-7cbd1ac8c5bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160893,7 +160893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c1527d-0607-49da-8f38-3e44893a3869", + "id": "9d796888-569c-46c4-904e-26f3c6efc49f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160939,7 +160939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7bf9f8-773f-4a25-a364-f922d438748e", + "id": "1fdb6307-363f-4910-8295-80e4e5d9ee17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160991,7 +160991,7 @@ } }, { - "id": "7320ffc6-e209-4eb4-9be2-07493f449172", + "id": "6db1d96b-7795-4ebf-9f65-e062af71e83f", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -161047,7 +161047,7 @@ }, "response": [ { - "id": "2b8db5cc-2683-4787-87e4-732b6eb437fa", + "id": "3a3449d2-10e4-4696-a165-10e6640c2028", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -161101,12 +161101,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\": \"voluptate aute\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"voluptate\",\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\": \"laboris ea in velit\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"veniam mollit nostrud elit ipsum\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"nisi nostrud irure ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"occaecat Excepteur deserunt\",\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\": \"ex magna\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"voluptate do consequat Excepteur qui\",\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": "743c4618-6f93-4ec4-9f2d-fc643ff9dadf", + "id": "451a15b8-96ca-48b3-89cc-baedb7138b7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161165,7 +161165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a33493-e0b6-4c6e-8f3a-38560f192c97", + "id": "bccbbf41-a167-4f5a-ac25-41e2beb986fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161224,7 +161224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cce36c0-82ee-4746-be04-007b91af0a7b", + "id": "044b0c19-feb7-4755-85f6-2f632249988b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161283,7 +161283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682bdd1c-6a5e-45c1-af5b-ca27284232ad", + "id": "f2e755c3-ca7c-468f-9a4e-18d70494c451", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161342,7 +161342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb563d2a-563e-4046-a0a5-8fb158c0a431", + "id": "2aab95f0-6700-48b5-99dd-f417b09a8493", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161401,7 +161401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea5691df-49c5-48a3-8527-81784525fb5a", + "id": "74e31d56-867d-44fd-bc96-f42207f44b86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161466,7 +161466,7 @@ } }, { - "id": "0ad2076b-95f1-4dd9-9586-1498bce28eae", + "id": "a4b48051-1ee2-4301-b483-1b1be7392f6b", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -161509,7 +161509,7 @@ }, "response": [ { - "id": "573ddf60-1c56-4d73-913f-6eda3e60cf11", + "id": "e9f36a1b-53c7-4501-b971-55114bf2bfd2", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -161555,7 +161555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c36296b-6ace-41cc-bd35-cfe48c8b38ab", + "id": "7b6fc5ea-5a0f-491c-b9f9-7840dd953721", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161601,7 +161601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa5465b-c507-4c70-b00b-68e699949a73", + "id": "9be57e80-d7d2-4c34-95de-b31459e744f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161647,7 +161647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c38042-6075-4845-afc4-1cccabb6abc3", + "id": "ea4ac97d-3a74-4a0b-934a-a2d74bddcf12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161693,7 +161693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd372c1-fee5-4bb3-a472-a08c9b0060e9", + "id": "457c03ca-40dd-4ade-a3b2-100b08db31dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161739,7 +161739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858b2f88-700c-41dc-b1c1-58b33d2f26e2", + "id": "c96e1186-6ea2-4437-9a69-daf75e6dfa79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161785,7 +161785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4abc85f6-3ac8-407e-b02d-3222b69a4df9", + "id": "03034ce3-432e-4950-ac4d-8bd95477c1dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161837,7 +161837,7 @@ } }, { - "id": "14b1c328-08bf-4a89-bb8a-07713780efd0", + "id": "249596dc-5910-45f2-b585-6bc1fc6ad39c", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -161880,7 +161880,7 @@ }, "response": [ { - "id": "2f404ac8-3589-4cd6-8c07-081880872458", + "id": "6dd616f9-8e49-4c18-9841-97eeb24061dd", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -161926,7 +161926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b42440-207d-4311-95e9-c747374af585", + "id": "ae8a9154-39c3-45d3-957d-46ef080831a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161972,7 +161972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a2a863-1c03-420b-bc3e-07ac2feeec6c", + "id": "3a5c19ad-fdce-47e0-9322-0fdae322f82b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162018,7 +162018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b997ce9e-ea21-40a3-85b3-91f4cba0205d", + "id": "300e28ff-df33-4731-8518-206b42659345", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162064,7 +162064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f8444b-3117-4ea1-b207-715d26ecca0d", + "id": "dbb3bcf3-a761-4e78-b61d-279e9d62bbca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162110,7 +162110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d17c518-8d24-4084-9716-820b29a09a55", + "id": "ad5416a8-03ba-4b61-a507-f50ec892c13b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162156,7 +162156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcbe9aa4-8a07-4396-8644-5fe92ec85a93", + "id": "4340db48-a6d2-4e37-9777-96239f5554b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162208,7 +162208,7 @@ } }, { - "id": "80ca66cd-b5db-4e7a-a587-eb1f504a9c61", + "id": "2f975764-7122-4906-94cb-9d575acb1817", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -162234,13 +162234,13 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -162261,7 +162261,7 @@ }, "response": [ { - "id": "bdc72846-667b-4ea4-bf6b-6a2a12eb6878", + "id": "85990b7c-a862-4684-a3d7-b9107777aed7", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -162282,7 +162282,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162312,12 +162312,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"culpa Lorem in quis\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"non\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"in nostrud labore\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"eiusmod eu par\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "02cfb152-789f-4199-ab5b-b77f6db66492", + "id": "81ddaf3f-f282-4e8e-b3ad-bc1895129aa5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162338,7 +162338,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162373,7 +162373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5dfceb4-4c15-435a-9c14-cd627a037fac", + "id": "ea8cafea-416c-4f01-950b-4231088c2d03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162394,7 +162394,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162429,7 +162429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e9d1dfc-632a-4fd1-b445-716f4bb4ff2b", + "id": "2f4550a1-dd84-4423-95c9-eb312443bd36", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162450,7 +162450,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162485,7 +162485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83639cb9-6a6c-44f4-97c8-409b188ca28e", + "id": "f8c463ac-0044-4518-acd3-b88add33067e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162506,7 +162506,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162541,7 +162541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1815bf23-8909-44a4-9a97-444bb0f296e1", + "id": "2337582e-0729-49b0-b92d-93a19ebf0f21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162562,7 +162562,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "da" } ], "variable": [] @@ -162603,7 +162603,7 @@ } }, { - "id": "09f8bf91-c351-47b3-b9c1-ef0228341783", + "id": "cf6bf442-c4c9-403e-937d-6f3b89cc9548", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -162649,7 +162649,7 @@ }, "response": [ { - "id": "615d6960-5608-49a2-af4d-d4dccacdee4f", + "id": "18248be7-2794-44f5-8930-a8e63d5cc987", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -162694,7 +162694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8807d160-d1c1-4d7d-8f90-49426126c85d", + "id": "94fff17c-6be2-4f33-85a3-268a25a84f04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162739,7 +162739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9ca3d6-1db7-47fc-b4d0-908697b9959d", + "id": "84956b2b-c917-4ddf-b46c-9c01973be454", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162784,7 +162784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bebfe588-4272-420d-acad-1146b948ca1d", + "id": "cfa8146c-1281-44bf-bb49-0b9164f15311", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162829,7 +162829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fed72a5-9d27-4c16-9dea-0f9cce93b9fa", + "id": "d9a8344f-1c36-4aca-b98f-beb499aec77f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162874,7 +162874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6023651-29f9-444a-b588-b9fc4eff5ab1", + "id": "7ddd6ce2-1c23-4781-a3bf-fc9bffc10bd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162919,7 +162919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4d8f87-756b-4906-a675-37663f7d239c", + "id": "b1814b19-b177-410f-ab56-cafecde7a94d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162970,7 +162970,7 @@ } }, { - "id": "e3d3c400-3732-49b0-bfa9-3e2b6535b345", + "id": "57e4023b-7d82-4f90-b336-22d9d711a47b", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -163029,7 +163029,7 @@ }, "response": [ { - "id": "89ac53a2-12d9-47bc-9b00-0c254c2406a6", + "id": "76a99682-fe66-486f-a1e9-6027b6c19795", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -163087,7 +163087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335b2fe9-c54b-4067-81f4-d9dcedf2bad6", + "id": "126ed1ec-71de-4ef6-966c-6dec319298d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163145,7 +163145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5668867-783e-4d5c-8dd8-fb81687195a1", + "id": "1092345d-15ea-4282-85e4-6b0ff67e99c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163203,7 +163203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe296fc-088b-4d9f-a6a3-31db1fff94a7", + "id": "a1bbf0c8-4311-483e-94d0-7f3acdc98e40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163261,7 +163261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95cd58a-069a-4201-aa12-57f07e40b2ef", + "id": "1cc7a60d-06a7-4e1f-97e2-fe6df5d2cd0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163319,7 +163319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9fa75d-877b-41a2-bca8-75b7a0cc7484", + "id": "ad678a29-356c-48ae-bfaa-c03963f5656e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163377,7 +163377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0cbf6d-c8b3-46f3-9add-5c79e7d5c167", + "id": "58b2f152-26ae-4bc9-a6bb-60d8b1931b36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163441,7 +163441,7 @@ } }, { - "id": "d7693fda-5995-4706-8828-9e2e99555ad3", + "id": "2764ecc4-92fd-41e0-b807-5d0d6a65ce4a", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -163487,7 +163487,7 @@ }, "response": [ { - "id": "bc078471-4f56-4e1f-b08e-fd71dd83cb1d", + "id": "ee3fb0d7-4b09-42d3-859f-7f4e8b9fbe0b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -163522,7 +163522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b97bed4b-e52d-4f89-8ce4-2676ebf6c62d", + "id": "23c8c5a7-ddee-4578-8a39-c6b816320988", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163567,7 +163567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150b1972-5294-4b43-9a75-fcd301acca5c", + "id": "6a7ca458-a1ed-4757-bac4-c0f0ef439a85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163612,7 +163612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b170e1-a1f4-421b-9a76-bc114097bebc", + "id": "e1b3b5ca-5f57-4cac-9450-068092a14ed0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163657,7 +163657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74e5661-e645-42c2-8e49-dfb815fbcb7b", + "id": "90b24cbd-449a-4d79-bf20-c31a9430a3e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163702,7 +163702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0471925-df63-4abd-a63f-17083f829386", + "id": "9507005f-42b8-4137-8452-6aad6c4bbfe7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163747,7 +163747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50e8034-8c27-4acc-b13d-a7f81d5ddd15", + "id": "697a67c4-ac01-4595-876c-371e8175a27b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163798,7 +163798,7 @@ } }, { - "id": "65e23d07-4ff7-48b4-8eff-118102920da6", + "id": "f4c1e692-956a-4a16-bd4b-f5e1bc216e17", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -163840,7 +163840,7 @@ }, "response": [ { - "id": "1c9aa2b2-639c-4532-b750-be35a471ff8b", + "id": "2473cced-720f-422c-a88a-9450a07ef113", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -163885,7 +163885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570de57f-e9f6-4b7e-b4f0-0b4c7183eda0", + "id": "01800b3b-1e9c-4cc1-a6e1-4a7b50ef3c7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163930,7 +163930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9351ac9d-8496-422d-96c7-7829f173971c", + "id": "8cb6236a-43c5-47ba-8429-740c09468b50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163975,7 +163975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b4a5c5e-e71a-4a98-9d04-fd13c6805b86", + "id": "53792c22-d3dd-4107-9c0e-8ab12ec48946", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164020,7 +164020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f632b694-19c9-4d97-b7e5-541c53de164d", + "id": "ed5bb443-4d5f-4741-8829-9a118f033a6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164065,7 +164065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10dc971f-c35c-4980-bee1-83eda1960b0e", + "id": "fcb63ebe-e62e-462d-b7ef-1b89544d207e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164110,7 +164110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2596c656-cea0-42d1-bcde-298315de2369", + "id": "bc2b02c1-c6c1-4a3b-afed-1819386f4fab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164161,7 +164161,7 @@ } }, { - "id": "ba91d36c-5b2d-44e2-8676-e2a934b57f81", + "id": "b0f85e82-3635-4bd3-84cc-cea586e56e9a", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -164216,7 +164216,7 @@ }, "response": [ { - "id": "36c2bd54-479c-43c0-95f0-ba0c1fb9a610", + "id": "b36846ca-bc7f-4d78-b347-4b24e48e6afd", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -164274,7 +164274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253aa30f-5e0e-49ca-a8e5-9416c05e2880", + "id": "3487c8ed-e8b9-4d6a-8501-b1817189df9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164332,7 +164332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d0bda68-e8f4-4230-864b-784b4762b8cd", + "id": "0f950257-950f-44a9-9ace-a5fb5339e24b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164390,7 +164390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e341dfbe-2869-4f80-a85f-0a37bef76d40", + "id": "39591141-6327-495d-93d9-ad6f2bff2cec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164448,7 +164448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7224f6fc-a322-4025-ac63-56ddc2120947", + "id": "9455ba5b-c0e9-4228-9c0a-e31194cf32b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164506,7 +164506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acd5ca4-31e3-4ecf-ac80-48b4cf407522", + "id": "ab303852-56c8-47b5-8d7f-190ba5adc6e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164564,7 +164564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ad681d4-983e-47c2-a32b-904db8ac2ad2", + "id": "23f4a2b8-7195-4225-85e2-a0fedd4c7fbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164628,7 +164628,7 @@ } }, { - "id": "2e6bb68f-23c1-43b4-851d-c593b018b12c", + "id": "5cd416cb-1f48-43c8-a685-97ea1e40f9b6", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -164681,7 +164681,7 @@ }, "response": [ { - "id": "bba8c583-e527-40ef-a5a1-580f5421b975", + "id": "e6c44b76-4730-4ee2-9a3b-c4dcfeadbb43", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -164727,7 +164727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5056d8b-2463-4ea0-8a6f-6c2db0427700", + "id": "be06411f-ca99-432e-9199-f8992a9728cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164773,7 +164773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f428f8d7-d9a1-4de0-afeb-70c876252f84", + "id": "18d5f750-dad6-4fa8-855b-c830b6871555", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164819,7 +164819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1a775e-70f2-43ef-8258-d3b2bbeea5ba", + "id": "a5e06eef-74d8-4896-8fc7-1a3de3996d11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164865,7 +164865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062b7788-8a66-468e-9589-310fd5f5e3d1", + "id": "3794bbed-2989-4a39-9887-9db353a43706", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164911,7 +164911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c20a7afb-63fd-4ea4-b725-6bfab0cc59dd", + "id": "43a1ac37-bfca-4348-9ef2-d214235d809e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164957,7 +164957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0091d071-1024-4ca0-93c2-60a04f1cc4d3", + "id": "e22c9aae-3e22-4973-aeef-ceb7d983fe91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165009,7 +165009,7 @@ } }, { - "id": "7b360d48-f4b4-40d4-89e0-40a5910c27d8", + "id": "00657131-d977-46a7-9ad4-770df85cfc01", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -165075,7 +165075,7 @@ }, "response": [ { - "id": "8201e97f-709c-454a-872f-0c614efb2f22", + "id": "2ecc77c1-f159-4ef9-95ac-ef3840bac5ab", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -165134,7 +165134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ce1e03-247b-4708-8c6e-db689deaf793", + "id": "761ee2e2-ab91-446b-b722-dbaf354d6a25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165193,7 +165193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3416ba2e-0741-4d42-b09d-d949075d4b22", + "id": "f5de05e5-45de-4111-bdf1-8ad572aa1e4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165252,7 +165252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "072a0c33-7289-4127-9862-fa08a00d4313", + "id": "9789d6ef-f5fd-4fa2-a65f-c0c96ecf86e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165311,7 +165311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9465b7d1-20d5-48c6-bd85-4775fbf09d74", + "id": "cb99a8af-9f24-4efb-abfa-36a62ed15730", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165370,7 +165370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc945e9-4753-4b74-8485-7009ee22182b", + "id": "3ae5a1f3-3083-48c7-a8a9-83742ae37cd9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165429,7 +165429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b5974c-3489-4140-b7ec-c33b1b22f758", + "id": "fd4158d4-2a53-4acc-b2db-53bf32d67793", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165494,7 +165494,7 @@ } }, { - "id": "35ae60ed-1836-48e1-be8e-157ea1b5c5f6", + "id": "1087b74f-6bfa-4325-9149-60b3e6a52366", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -165560,7 +165560,7 @@ }, "response": [ { - "id": "0dd9ad30-9001-40e1-abed-1e07cfdede99", + "id": "2ac5598b-eef8-42e5-907f-804258a23d0e", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -165619,7 +165619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f76d467-b2a0-4f8c-a2e1-d03adf1ad11c", + "id": "f8e7652e-46cc-4b9f-bb89-b41e39a25326", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165678,7 +165678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb6c5ceb-3b7f-4ae2-ae03-29ce07282034", + "id": "c294dcb7-915c-4b8a-952b-8aa3dea0022b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165737,7 +165737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcedc283-f80c-4309-aa55-a06ff1df9b1d", + "id": "27394efd-6015-4e0d-871f-f5b2fc061557", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165796,7 +165796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f59fedca-be0b-4ca3-b9cc-4115858dd7f2", + "id": "c714dc1f-7f70-4e80-9f11-54eca94188b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165855,7 +165855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba488e85-0d5c-45af-a524-ffd341fe2578", + "id": "fd40cbfb-7d98-43ef-979f-bd187c6ca9e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165914,7 +165914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf54c63f-e27f-46a6-9c20-d1d2c6f198ca", + "id": "a3ad7e06-a703-417e-ab22-0f3c7145599a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165979,7 +165979,7 @@ } }, { - "id": "27447f2e-e8f1-4a78-9810-61c86e77f98c", + "id": "6aab2f0b-b8de-49e3-8c4d-b4dc74f4535a", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -166032,7 +166032,7 @@ }, "response": [ { - "id": "fccf626b-9d8e-4c93-aa6a-08510677e733", + "id": "e284e6f5-3b6a-40af-a946-5b1da1be91eb", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -166068,7 +166068,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b54536d3-a8e3-4bec-92e1-3d01c3488f6a", + "id": "957cc9fc-f79e-4f6a-8313-2d77bbd04504", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166114,7 +166114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08683cf-9317-4565-bcbc-5d85616bc775", + "id": "9b4b8ba2-cdda-4494-a354-119a7d029fd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166160,7 +166160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7195aa-beef-44c1-bb3e-f36bb1e63cd2", + "id": "c303d3e2-b916-405e-9ada-f1988ea1dbb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166206,7 +166206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba380ff-b70c-4281-aa87-520832d9cd54", + "id": "7164f4ff-62b2-41b4-a48c-4d48f7ba4bc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166252,7 +166252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c1ca8e-2754-4b4b-a648-8fd55f607206", + "id": "2b7d7a5d-739e-4da2-8599-ada9c7dd3658", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166298,7 +166298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ff1541-28ec-4ed2-a5e7-ff6509a56ea5", + "id": "4858fdfe-a162-4033-a3e8-f360547f6ed2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166350,7 +166350,7 @@ } }, { - "id": "a9145c1d-4329-44dd-984d-2fbc1c70dbfe", + "id": "4e2365a1-bafe-417a-9bb9-9e95b2dec3e6", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -166406,7 +166406,7 @@ }, "response": [ { - "id": "ad205446-b0df-457c-accf-e26510c69d83", + "id": "03e697c1-5452-4e2e-89b2-d371a18d9a69", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -166465,7 +166465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d8d8ff9-a7e0-4b68-9776-62cf18a1d3c5", + "id": "3c3e6da9-ec13-43ae-aca9-f2d5ec07dc49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166524,7 +166524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1883f7-c613-491f-a51c-c6dd6ab78512", + "id": "23259eb9-d605-4087-bf2e-ec4e2ca16f84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166583,7 +166583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb357f7-a28e-4f72-a5a0-36a380c27e1b", + "id": "77a36d33-7c88-45ad-8b3b-59ca4065aac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166642,7 +166642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd0f126-ec71-49e4-8399-e0d6c64db141", + "id": "bbd6296a-a843-45dd-b462-b3f4c9a1f8af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166701,7 +166701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82284a1f-59d9-4196-b3b2-d7f349a13981", + "id": "e787c806-b025-402e-a947-7e574949cd2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166760,7 +166760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703fe264-ff1f-46ca-86e3-0dd9113e8002", + "id": "4c5f05b3-0c80-4f5b-a4ca-b309d9f4fff8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166825,7 +166825,7 @@ } }, { - "id": "5604ab8e-0564-4649-af56-a935186412e5", + "id": "197189ea-1a86-43f5-a0f5-beba69ccf8c1", "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", "request": { "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", @@ -166874,7 +166874,7 @@ }, "response": [ { - "id": "44967600-dcb1-4b78-9431-38325f2fbc5e", + "id": "0e1213fc-d3c7-4a97-9bcb-bf94899537d0", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -166929,7 +166929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e55bfdc-698b-41dd-8657-4fc92d81b482", + "id": "61351304-dd4b-483c-834c-3ba6c3410682", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166984,7 +166984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ddf7f2-7505-4f54-9cda-42691ebd0330", + "id": "a6276b96-3447-4f4d-9265-34e5c9485f5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167039,7 +167039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f14fd74-7b81-4f6a-ab5d-da777487e665", + "id": "9f14031d-4433-4ea0-b6f4-d6212a7f2d78", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167094,7 +167094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6064da40-b844-4d96-9a4d-6ed64b1b831f", + "id": "5db03a0e-d2de-4369-be41-83c35848146c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167149,7 +167149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "668ab6ce-f0e3-4101-a1ef-36a317f5485c", + "id": "e773c5b7-2e82-48aa-90e3-8fe900176c3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167210,7 +167210,7 @@ } }, { - "id": "1301522d-49a8-4932-80be-bb1de5f62396", + "id": "01af8cb9-1983-460e-bc47-22c71c7df30f", "name": "Creates a new Schema on the specified Source in IdentityNow.", "request": { "name": "Creates a new Schema on the specified Source in IdentityNow.", @@ -167262,7 +167262,7 @@ }, "response": [ { - "id": "971b96b6-74a7-4b8a-8dab-0d01fa09c978", + "id": "38c654c1-70b8-45c4-ae51-a9703f0e16a5", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -167320,7 +167320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3326e72-fc3a-48f6-adcc-f4fe589dfa56", + "id": "81ef13b3-c2ad-4b35-933c-a2a0c9b6c5db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167378,7 +167378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe70bb4a-5a57-4eaf-b0bd-71cc3e03ba95", + "id": "b23167d2-16fa-43ba-a406-94ddbee49043", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167436,7 +167436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fc96e2-ab80-425b-8733-b85675f1fd51", + "id": "cd6b4a4d-b750-4d15-b5e5-59e6cb622229", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167494,7 +167494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6ea6120-5781-43f1-bb9a-7a7b4a90eb32", + "id": "2243bb03-53a6-4d83-b4a8-9b210638ea0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167552,7 +167552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448f0b59-86c5-427f-be47-8d84462b674c", + "id": "b1a810cf-f70b-4749-8803-58db7ac54f19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167616,7 +167616,7 @@ } }, { - "id": "f833a59f-161e-44e9-8bb4-4695d3085bef", + "id": "d310bda7-b6c2-4565-80d7-49bbf105ea8e", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -167669,7 +167669,7 @@ }, "response": [ { - "id": "c0512b21-f23a-481c-9277-0a340e956b73", + "id": "509e2ee5-31da-4e8f-a3db-6059bce05ff8", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -167715,7 +167715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c218664a-a7ab-4e45-832b-e6c545f5bc6a", + "id": "605de74e-53ce-4f1f-94ef-b66d219999ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167761,7 +167761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22836937-496f-4f0c-a215-9e64c086955e", + "id": "32a676a3-3593-4376-90bb-8d696ed19217", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167807,7 +167807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d9500d-46b3-45cc-a68d-0ba7515d1ece", + "id": "617ba9df-5442-46a9-a5b3-1ce2c70b2259", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167853,7 +167853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b7ca41-73af-4eb8-baf6-ed9a29b659d0", + "id": "853daccb-498a-4a31-b1d2-5a7ffd53f44f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167899,7 +167899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba01c8f-70ae-46f0-bf9f-8df328ad8cdb", + "id": "98a3e35d-3c4c-4abf-87db-397deae7c61e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167945,7 +167945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4328677-6703-49e3-b528-083f227ec32c", + "id": "c8b784e8-63e1-4b8f-a6bc-3b064d2bfb6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167997,7 +167997,7 @@ } }, { - "id": "56cfca35-d387-4988-a98f-223529da6a7b", + "id": "509536a1-ec6f-4fd4-9a3c-5390ae4f1416", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -168063,7 +168063,7 @@ }, "response": [ { - "id": "53314ad6-da08-4ec0-853c-91af3da6cca7", + "id": "422ddb07-83fd-48cc-9bd0-7253e61ced1b", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -168122,7 +168122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b33e65c4-7d9f-42db-94d6-c26da2bf416b", + "id": "4781f43e-0892-4a20-a985-80e30bb757d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168181,7 +168181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6990910-fbb9-47f1-8ce7-11cc3c008b02", + "id": "136044d8-3600-46a8-a8be-86ee397ebbc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168240,7 +168240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5748f00-7d4d-4808-a91f-4a9dfab92257", + "id": "ce89203c-5ed9-48cf-bb07-8155c3e8a52b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168299,7 +168299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff0a2e37-3f0e-42f6-bf4c-8994c1262ee1", + "id": "8508caaa-0fb8-451d-8aa9-3f4da90a3922", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168358,7 +168358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dad678a-a28c-4195-822b-627ec33e8cf8", + "id": "8a4ba164-452e-4396-b151-e42d2fdd683b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168417,7 +168417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53522a62-4dea-41a4-b663-d96d18c669a5", + "id": "6747b7ed-a7b7-4b41-b9f8-328a75ae9ad4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168482,7 +168482,7 @@ } }, { - "id": "2eef74e0-92fb-4560-8374-040fdce34e85", + "id": "e2335c47-5a15-4e85-8c56-47cdbda3ddde", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -168548,7 +168548,7 @@ }, "response": [ { - "id": "de780738-ba60-4b20-970d-4298eb8c41d6", + "id": "1a96500d-bf57-47ad-b6dd-46fdbfdd39a3", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -168607,7 +168607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8631d22-762a-4c33-8068-46198b0ef670", + "id": "ac5b99f8-8ec9-42f3-a215-85225be40ff8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168666,7 +168666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5809d37-c72c-423f-805c-c5bd70ea6ac0", + "id": "a7485ac5-4314-45b1-9088-05abc1fb2524", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168725,7 +168725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b66a5f2-7475-4386-87af-46ab29a8d953", + "id": "e903edf1-d6a0-4c3e-8052-bc49d21d4b08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168784,7 +168784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787edfec-ffcf-45a1-a2b3-8c3dc129ed1f", + "id": "767d43cc-1991-4ce6-a73a-ce126f72ab40", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168843,7 +168843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a847fd35-6dc0-4270-9b0c-db8e017f3420", + "id": "ac01e894-c4d8-4c65-b49f-aca930fec763", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168902,7 +168902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d9d4e45-e636-4cd4-bb60-db0c2b60073a", + "id": "45065667-27de-4333-8168-e2ac2de93a59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168967,7 +168967,7 @@ } }, { - "id": "880267db-e6de-4853-a6c0-a9808f2a181f", + "id": "7f5a6dfa-5636-4638-a1b2-ff6c09a48cc1", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -169017,7 +169017,7 @@ }, "response": [ { - "id": "f78facce-b652-444c-9a63-c69e6ea22f6a", + "id": "134ae546-a48d-45a4-bab9-d14b28f62e6d", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -169053,7 +169053,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ad6b3c5-b884-48a5-98e4-76f6484c9140", + "id": "01c402e1-eaff-4de8-b5d3-5321421edd9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169099,7 +169099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f14ecf-dece-49b6-9991-8a57db29a7f1", + "id": "f962b4d5-57bc-4138-b0f6-8ad15fb4942a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169145,7 +169145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500a44bf-3ae0-40c0-898e-f679ce9a2a1d", + "id": "608b68cc-4ac8-4924-8c7c-271504232aa6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169191,7 +169191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdca1e5-8f42-4f2e-a569-6d457abc9a8b", + "id": "23278a79-bb53-4ab5-a420-f655fba77d9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169237,7 +169237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bfda7c2-5276-408b-945b-c2aefcf59f90", + "id": "279638ec-baff-439a-b6ca-98161fdb8b38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169283,7 +169283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ef06b3-791a-40e5-9d98-12185865fd39", + "id": "78f02174-dba7-4d86-9fc4-bc7949c61b4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169335,7 +169335,7 @@ } }, { - "id": "6794085b-c6e6-4bf3-9511-112ba42150e8", + "id": "db7fa97b-702c-4f09-8f01-1adf7347bbe6", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -169375,7 +169375,7 @@ }, "response": [ { - "id": "3a197d19-6b9c-4146-8e90-bb621b4c723b", + "id": "bdd9ead1-3ffc-43ff-bfcd-c48b19eeec08", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -169421,7 +169421,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3b663ca7-5cc1-4e45-810f-cfb4ae68ece6", + "id": "71f36fda-6a71-4077-9e2f-4cf9bd886554", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169467,7 +169467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a3c2e52-cc8e-4477-ad57-da7c12c821bd", + "id": "81e1f71c-9d3d-441a-8dc8-c29ad4a9df25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169513,7 +169513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18eb59e4-1f36-4653-93f9-0e1a9febdf59", + "id": "20daa661-66db-4cca-9813-32f4a80597c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169559,7 +169559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb918ff5-f744-4ae7-a305-44cce1de57a9", + "id": "4a41f5d6-93a3-487b-8bd0-5ab6880647fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169605,7 +169605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b4480d-293d-4aee-beb9-31022373ae7e", + "id": "af251295-fd0d-4e13-b71c-a1854a7fa0fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169651,7 +169651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "303eed88-c9b2-4691-b4cf-1b0b9ade5496", + "id": "91e2473b-9755-404d-8f51-3d64e4c46e0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169703,7 +169703,7 @@ } }, { - "id": "5bfa2c2b-0c3b-4726-9633-50b3d9b88210", + "id": "acaae46b-64ab-4c38-83bf-59fc2764fe4d", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -169755,7 +169755,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -169763,7 +169763,7 @@ }, "response": [ { - "id": "46eac3a2-4b64-4c88-9ba5-497e6af5e47d", + "id": "3cfbf536-f2a9-48e3-ac00-8e0bcc52cf69", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -169807,7 +169807,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -169826,7 +169826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c62d8b8-0134-4b36-b919-447f239be100", + "id": "cba0a67c-4271-4aa1-94eb-efb5b2c0e92d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169870,7 +169870,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -169889,7 +169889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4099fa47-f5c7-41a5-91b3-5f9f410c0ed3", + "id": "d492ec1b-5cc2-48f8-abe6-1879af38e6f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169933,7 +169933,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -169952,7 +169952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71208cf-96b4-43e0-995f-03f3568ddb2b", + "id": "98aedb57-c54b-467f-8cb9-ff27de8d8ee3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169996,7 +169996,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170015,7 +170015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5533bcb6-8022-40f6-a1b8-6f076a9d7e54", + "id": "d9e0f01f-6b21-45f6-8e49-a331254b89ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170059,7 +170059,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170078,7 +170078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c61b8756-f78b-4550-8f6c-244c27d791d2", + "id": "94df2ae6-08ab-4849-ab36-af25cb693dd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170122,7 +170122,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170147,7 +170147,7 @@ } }, { - "id": "3a093484-900b-4085-8590-7eb5494e9c55", + "id": "5ccb8b35-5f71-4f27-b412-38ae4f4900c0", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -170197,7 +170197,7 @@ }, "response": [ { - "id": "6fcb0028-444e-483a-8a93-43ee291bf693", + "id": "83b713be-d48c-4df1-a308-7a43d57121ba", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -170253,7 +170253,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c4474956-d41e-495f-bfca-d17e813f1387", + "id": "17133f98-1bf7-4280-a77b-c46f6e91c915", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170309,7 +170309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3158c323-bdbf-4840-86f8-d69e3a41d9a9", + "id": "d948243f-3632-460f-b0a2-3f046895c8da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170365,7 +170365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f935854-819f-497f-bcc2-2b325e526407", + "id": "10a1bc3a-00eb-4826-830e-2a8f8a4527bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170421,7 +170421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e57fba9-c659-4d50-b264-f98d600f7ad3", + "id": "93c36681-a805-4e23-8083-330cacbc1a5f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170477,7 +170477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e8cb856-2a4c-4407-87b5-b0561a670709", + "id": "c64ae594-c1b2-4f5e-8b3b-e61d2224090d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170533,7 +170533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95db5cc3-2a7c-44a0-82da-db17572c466a", + "id": "1ffbb799-d18a-4ca2-8993-3973fee1899d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170595,7 +170595,7 @@ } }, { - "id": "7c117c20-d04e-4dff-9156-dede49901e77", + "id": "98e28dd6-7b96-4d43-b939-f1706b20f0f0", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -170657,7 +170657,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170665,7 +170665,7 @@ }, "response": [ { - "id": "5f1f468a-350e-40a0-bb18-68522bc073da", + "id": "13734fb9-53d6-49f1-ae7e-989221d8faee", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -170719,7 +170719,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170738,7 +170738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c2b707-3ff6-4d69-96cd-8e8685a8e263", + "id": "88b022a4-fa5f-4095-9f5d-1d2cbc32fc5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170792,7 +170792,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170811,7 +170811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ac0fc38-72bc-480b-911e-8418c6d05433", + "id": "85acdcf0-e557-48e7-b9e7-05a85a5dd999", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170865,7 +170865,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170884,7 +170884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "167936e6-e2da-4900-8553-1da25fac1c04", + "id": "c4a66e10-327b-42e2-bafe-64ce0118a741", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170938,7 +170938,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -170957,7 +170957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90a4d158-6560-4ce4-b05e-69de7d6a8195", + "id": "31401c85-7134-4593-a3ae-42ef82cca33e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171011,7 +171011,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171030,7 +171030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c96506d-8e33-4fb6-ad9b-5de471e02be4", + "id": "a549b3f7-d748-403d-808e-e94a39b823e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171084,7 +171084,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171109,7 +171109,7 @@ } }, { - "id": "979d5202-0bdb-4615-9320-35e40b569a96", + "id": "f5af4720-ae47-4d39-ac42-05a9790ffae1", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -171160,7 +171160,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171168,7 +171168,7 @@ }, "response": [ { - "id": "108dafde-ca72-4f8f-8038-ac0f069883d2", + "id": "84303558-4d55-402e-99fa-a160edcac1a7", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -171211,7 +171211,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171230,7 +171230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45be53a0-86c2-47ac-a441-bf971f12b3cb", + "id": "56620075-3911-4a30-98a5-f4284428c785", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171273,7 +171273,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171292,7 +171292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d47e6b-aac4-4b16-94ba-7aa5d362fed4", + "id": "c5c6fcd8-1483-4cdf-9ca7-a2a5bd146798", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171335,7 +171335,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171354,7 +171354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3df342a-9b2f-4a9d-8370-2ca46525b6f3", + "id": "13bd25f3-99dc-4cb5-a597-a9614d609d9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171397,7 +171397,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171416,7 +171416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8610e4b2-7eac-4fda-ba61-8e53e0757d7c", + "id": "5d103f7d-4a67-4b23-a7e5-616bcf1bfa57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171459,7 +171459,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171478,7 +171478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682cd7a8-edaa-4c53-b261-18c4dccc7a19", + "id": "436ee746-44f0-47b2-9e39-e41bcaeb411e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171521,7 +171521,7 @@ "type": "text/plain" }, "key": "file", - "value": "esse proident", + "value": "occaecat Ut", "type": "text" } ] @@ -171546,7 +171546,7 @@ } }, { - "id": "2d70f34c-b8bc-4864-b1d5-f3f808fa7676", + "id": "5b57175a-761b-4213-853c-133b0941a0e2", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -171567,7 +171567,7 @@ "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -171588,7 +171588,7 @@ }, "response": [ { - "id": "679477bf-cf0f-4900-a514-fa5bf44edf9c", + "id": "8204a3ca-07f1-4592-86a2-5beb34f04a43", "name": "A Source Sync job", "originalRequest": { "url": { @@ -171633,7 +171633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "231b8cd7-a997-4959-9af8-91e577823539", + "id": "fb6f96d8-8005-44e8-a799-ce77cc4ac915", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171678,7 +171678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be771eb7-7209-4a74-824d-8efc70bdd9af", + "id": "c1e82899-62c0-456e-976f-1c852a942a45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171723,7 +171723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf189b76-503e-45b2-958a-04b0ee417e7a", + "id": "2166fc8d-a9e0-414c-87dd-a1f99e9a02ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171768,7 +171768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7549109-381f-4b04-80f0-ad89437a3e4a", + "id": "15073194-e52a-4d38-854b-202b5ede8ebb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171813,7 +171813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da95c41a-91e8-4dc8-bedd-58a5f24efa80", + "id": "3bcb1890-dccd-4ffc-b0b4-cfb413ca765c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171858,7 +171858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97990f3-5083-42b2-a128-37c12272f83c", + "id": "c5056719-bf66-488b-8e47-d8f841eefd21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171909,7 +171909,7 @@ } }, { - "id": "03599a83-27eb-4db8-97ad-d67199788058", + "id": "86a55e9d-d5fa-4937-8b90-8f30920b59db", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -171945,7 +171945,7 @@ }, "response": [ { - "id": "d1935de4-9e13-4460-a2d0-fd0e34dc064e", + "id": "86753c79-d834-4a3f-bb3e-0f0205e1208a", "name": "Get default config", "originalRequest": { "url": { @@ -171990,7 +171990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b69fc7c-e9fc-4f23-923e-98831500c588", + "id": "eac8ce6a-0a04-4b24-83df-254a72758ccd", "name": "Get config with one approval", "originalRequest": { "url": { @@ -172035,7 +172035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756528e4-deb2-4baf-8327-f4c50f2cfefc", + "id": "667aafdd-78af-4948-b7c9-cddd12159e4f", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -172080,7 +172080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b711fbb0-8010-43f0-927b-cc3b11c81bc1", + "id": "9f8e0d54-94a7-4923-a6b3-bb4789615d1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172125,7 +172125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e44ced0-de1a-440d-bc58-9d6465e56da8", + "id": "225bbdc0-e417-4707-b55c-69c03f8f238a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172170,7 +172170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9956475c-159e-4acd-9559-1b86c37c4d39", + "id": "484de551-62ea-4363-bdd3-64bb59b7467a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172215,7 +172215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c00a8cd-04af-4d09-adeb-b4534138f747", + "id": "b4643ce5-c445-4e51-ac64-3f16e700c1ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172260,7 +172260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d3b63a-6d59-4c7e-8003-ccb4e2e7174c", + "id": "ca919628-4587-477e-bf2f-abe1990e5c71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172311,7 +172311,7 @@ } }, { - "id": "514a1853-d4b3-4568-b9d0-9a71b1e1203f", + "id": "5ddf379f-3c63-4a17-9c18-bd4d757fb23e", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -172360,7 +172360,7 @@ }, "response": [ { - "id": "fa5a3b8b-afc1-47da-98d3-fe3e9d9af806", + "id": "48b6b492-97c4-4a06-ab3e-11d10b660597", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -172418,7 +172418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37437eb1-101d-478f-b216-04237341213e", + "id": "96d64573-cc63-4de9-b905-b32ea2f1a45e", "name": "Set config with one approval", "originalRequest": { "url": { @@ -172476,7 +172476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39177036-6da4-418e-9b8b-cff80db5ee42", + "id": "e46b4615-4523-4e06-ba87-0375e542b360", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -172534,7 +172534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4c886f-5470-4a64-9ae5-0c2cf82d02b0", + "id": "8f720399-1273-460f-869a-a718cb49749c", "name": "Set config with one approval", "originalRequest": { "url": { @@ -172592,7 +172592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9713a78d-6015-4050-91f1-40e86344686f", + "id": "e8136d3a-4e7e-4dca-a5ef-30567c03b8f9", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -172650,7 +172650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda2d17f-3189-44f8-8e20-8a258655b0fd", + "id": "3e12a5dc-a2d1-47ab-b087-d3d6e4b42321", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -172708,7 +172708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa7f212-bc93-4a5d-a548-755689414a88", + "id": "133c94f1-d550-42db-a7c5-af29b2664ce0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -172766,7 +172766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22a15dd-4098-4115-bacb-2bd67832961f", + "id": "1b0286b2-5712-484e-8a54-2181835c5683", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -172824,7 +172824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f68620-9fb1-482e-b71f-648c5dee30cd", + "id": "254fa30d-7887-4f6f-8e66-b5891600009f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -172894,7 +172894,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "23235e7b-bdd2-413b-9725-5ff42eab5e5c", + "id": "5e0099ce-d4e5-4fa7-bca4-0a1a7803d182", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -172937,7 +172937,7 @@ }, "response": [ { - "id": "45555f76-7d77-471d-bcf9-8401436e2df4", + "id": "986c4cbc-4fdf-4c65-827e-c30193fe59f3", "name": "Export all objects available", "originalRequest": { "url": { @@ -172994,7 +172994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d953559f-e70d-4853-ad3e-5a67b76eecc1", + "id": "0a447c3b-e4e0-4ddc-a7bd-1ee0a4291c8e", "name": "Export sources by ID", "originalRequest": { "url": { @@ -173051,7 +173051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934bb616-a477-4703-acaf-894ac61f98e5", + "id": "7e667eff-7ff7-4264-80b8-54cff8440487", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173108,7 +173108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce7be9f-13c9-4140-9a0e-587145991662", + "id": "9aae8ef0-8426-45b6-ae35-e0a6b67d7453", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173165,7 +173165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12fcbf4-9bf1-4dec-b104-d68fd0abfcd0", + "id": "201f6761-ba28-41b7-b1f2-883456672232", "name": "Export sources by ID", "originalRequest": { "url": { @@ -173222,7 +173222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d05ebd4e-3a90-436c-a326-c0eec511cbaa", + "id": "800d8df9-be91-47d8-a1f8-6cac7c46c1ea", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173279,7 +173279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22781a70-5ead-47ea-a5d7-64cf10a205d4", + "id": "c7acc553-850c-45be-ab9c-ce411b86c006", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173336,7 +173336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10d507f-a728-4dbd-a33e-40d1dc3631ec", + "id": "f4e84ea3-2d70-4721-83cb-62ddd9a5b090", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173393,7 +173393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f10133-5500-4845-b798-44c23cb69bc8", + "id": "26e56ad3-c853-4647-bf75-84020bb662fc", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173450,7 +173450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d195dcf-f634-4cf0-9742-41595c196aa5", + "id": "585111d2-d9bf-4976-a89b-8e9c3aaae644", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -173507,7 +173507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf518302-b1bc-4a29-8d47-f32080e6ae7e", + "id": "3059065f-84dd-45a8-b4c4-78755450d171", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -173564,7 +173564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f22a65-ea2e-4380-abe1-2fc8b6e6e457", + "id": "73dacc59-d6cf-43e3-a4ac-67197241c59f", "name": "Export all objects available", "originalRequest": { "url": { @@ -173621,7 +173621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73569dc1-6727-49b0-a2cd-c112058a9c60", + "id": "3a702eca-5cb1-405e-b9c9-d33d07b7d813", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -173684,7 +173684,7 @@ } }, { - "id": "877d6fda-8005-4469-a1ea-e5a501c91bdc", + "id": "9099d69c-a34a-4ce5-ac63-f79c8c87810b", "name": "Get export job status", "request": { "name": "Get export job status", @@ -173726,7 +173726,7 @@ }, "response": [ { - "id": "58aac088-1285-40c0-8d32-53984f9f5923", + "id": "451525dd-7b8b-446b-b248-3b3d9ce15ad6", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -173771,7 +173771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c402d1-b967-4262-ae39-dc11387d26cf", + "id": "28331c2d-9980-4bd4-b13f-68959707d4b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173816,7 +173816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b881e2-b331-4edc-aaf2-01d4a01c457c", + "id": "6f3a01ad-cd83-4226-b009-96f08b10620e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173861,7 +173861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb9ece7-2810-4439-8184-d0985c0f48e4", + "id": "b4940058-4a7c-493d-81c2-8fa2738cd1d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173906,7 +173906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4acc4b9-51d5-4d2a-a5fc-ec49213ec07f", + "id": "b5304a81-7204-4a68-a053-2cebfcbb89c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173951,7 +173951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd75834-32fe-4e8d-bf29-83c37563eb2d", + "id": "c091eadd-2d95-4d96-b748-48b3cd9e91d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173996,7 +173996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ee2408-bc75-4ae3-9e02-0e1b2787a725", + "id": "dce4c643-dd78-406f-b4f0-19faa05fcfe8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174047,7 +174047,7 @@ } }, { - "id": "f7c983a2-617b-48e9-8b26-d481705294e6", + "id": "d424fb28-78af-4c63-aac5-891b8bbf6604", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -174090,7 +174090,7 @@ }, "response": [ { - "id": "9e02ec31-2033-4e48-bab6-cfdf154ae193", + "id": "3982b845-3926-43aa-8a37-8fb3d29eb3b9", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -174131,12 +174131,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 \"dolor_e\": -65543737.34667776,\n \"dolore7\": false\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"ipsum_5\": \"sint minim sit\"\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 \"incididunt3\": true,\n \"in24\": 63728909,\n \"laboris3d0\": \"occaecat minim sit quis\",\n \"dolor__\": true\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"laborum___\": 65516810.23511526\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9455759e-c276-4660-bbdb-1cc4f4719950", + "id": "47ff6e89-2163-4c27-8c12-1f6c20fca859", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174182,7 +174182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b40fd56-985b-452d-ab12-9e1d91f476ed", + "id": "c3b2a37d-2cf3-4174-9591-95ead6cde897", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174228,7 +174228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa293619-3d0d-4365-8d32-b3304de9fd5f", + "id": "a2100a1d-2121-4ad8-acbc-bb24eeac2ef1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174274,7 +174274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d975552-cd62-4834-a8eb-0c0201f769c7", + "id": "5889fa61-1d5a-4756-a0b0-b98093acd4c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174320,7 +174320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e077a8-2422-4520-9c0c-298cbb000367", + "id": "6c3a5dbb-3570-4a83-b9e9-27cb9eb3c01d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174366,7 +174366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3692ff1-abbd-4e79-8f43-7ba11fe37fce", + "id": "d9f32b86-090e-4ff0-a80d-bccb9050ec17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174418,7 +174418,7 @@ } }, { - "id": "99532c1c-ea8e-44d5-a73a-db03a7337eb2", + "id": "37eed1e9-2426-4714-a4c0-f26b8f803094", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -174467,7 +174467,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174484,7 +174484,7 @@ }, "response": [ { - "id": "55f3fc3a-bfe2-49c4-a250-9acccb31c1b0", + "id": "147984f2-b792-4036-af15-a7347368334e", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -174536,7 +174536,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174564,7 +174564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ddd2a7-4523-4d61-a424-06f630bd4b15", + "id": "da4ec2e2-6e3b-4e83-9613-c6f3a7f53f28", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -174616,7 +174616,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174644,7 +174644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8fae2c-f473-4eb5-8e1c-4c01aa75452a", + "id": "d33d18d1-5839-4d0c-bf45-060dc6a401bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174696,7 +174696,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174724,7 +174724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d1a676d-fd96-4047-b8d8-3063d26f1894", + "id": "ab003997-bbf1-4899-9f85-9c0d5f8cc552", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174776,7 +174776,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174804,7 +174804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac044504-c620-44d5-a28e-ffbf109e2440", + "id": "cfb19924-aa08-4acf-94ed-71102f18bdc1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174856,7 +174856,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174884,7 +174884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d60ef63-5367-4b0f-8343-d0ab146f38d8", + "id": "57e0694a-6cc1-4b6b-bebb-def80f990e99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174936,7 +174936,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -174964,7 +174964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63132c82-867e-4434-b5dd-e2cc259e8d32", + "id": "70fb4e8c-8771-4e71-a7f1-b5aa9e45fa75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175016,7 +175016,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolore irure", + "value": "irure quis", "type": "text" }, { @@ -175050,7 +175050,7 @@ } }, { - "id": "d895e45e-aa18-4bd6-88fd-4573ea9b5a17", + "id": "2f6afd83-6cf6-4b60-8cd0-29ef80f3c758", "name": "Get import job status", "request": { "name": "Get import job status", @@ -175092,7 +175092,7 @@ }, "response": [ { - "id": "e8a78de6-b8cb-4fd8-8066-5d53592ed49f", + "id": "9e241bd4-94a5-4e60-9053-1435b52e7716", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -175137,7 +175137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "009b64b2-5390-46c9-87be-c580ead98bc3", + "id": "3f18dd71-94e0-4ea2-ad05-2858df77a81c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175182,7 +175182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222968cb-71b0-41c2-b96f-26847d229b1f", + "id": "e43b6a11-2f7d-4701-815f-a8a2e75fc186", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175227,7 +175227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f6d17b9-5944-4e23-96d5-50e6bbe11258", + "id": "4a557eda-6400-4945-8426-c022eba3c644", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175272,7 +175272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b203501b-78a9-4d36-9cff-8f7ae3a6c285", + "id": "369329db-223d-471b-9591-3db300d8fbaa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175317,7 +175317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e045cf-e4f1-415a-a265-acd639e5d32a", + "id": "9513c6f1-4ccc-4506-915b-824ed724ae13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175362,7 +175362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e401e9-d03f-470c-b94f-6e5b8d337473", + "id": "7f67222e-06e5-4092-bf85-ca5a543c88fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175413,7 +175413,7 @@ } }, { - "id": "12bb15a5-837d-4eaf-8663-6072aa61d76b", + "id": "34ba634e-31aa-4b36-a294-a33edb233fc9", "name": "Download import job result", "request": { "name": "Download import job result", @@ -175456,7 +175456,7 @@ }, "response": [ { - "id": "35a55e8d-68da-42c2-9eef-1d84910baff9", + "id": "5f6d49fa-bda3-41a0-80e1-74b9bbee1904", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -175497,12 +175497,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"ea5c\": {\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 \"Excepteur_b18\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"est_9b7\": {},\n \"enimd0c\": {}\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 \"ut91\": {},\n \"Lorem_2f8\": {},\n \"labore_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 \"ut_e\": {},\n \"sint_ac\": {}\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 \"ut_86\": {},\n \"aliqua0\": {},\n \"fugiat__\": {}\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 \"deserunt9b1\": {},\n \"doc\": {},\n \"esse_a68\": {}\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 \"ina\": {\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 \"laboris90\": {}\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 \"ex6\": {},\n \"ex2\": {}\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 \"exercitation14\": {},\n \"nulla_e\": {},\n \"labore_4e\": {}\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 \"cupidatat1\": {},\n \"pariatur_\": {},\n \"Excepteur17b\": {},\n \"eiusmod_cc\": {}\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 \"mollit__\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"occaecat_a9\": {},\n \"laborume\": {}\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 \"cupidatat_3e\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ut_aa\": {}\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 \"ipsum8\": {},\n \"incididunte58\": {}\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 \"sedf7e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"nisi_0aa\": {},\n \"mollitaf\": {},\n \"dolor_8\": {},\n \"reprehenderitfd\": {}\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 \"elit_a0f\": {},\n \"dob51\": {},\n \"animfe1\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"occaecat_d12\": {},\n \"ullamco_ce\": {}\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 \"Duis_758\": {\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 \"in5e9\": {},\n \"pariature\": {}\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 \"reprehenderita_b\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor046\": {},\n \"ullamco9\": {},\n \"sed12\": {}\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 \"culpaad\": {}\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 \"in_61d\": {},\n \"occaecat_fc\": {},\n \"suntffe\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"reprehenderit_34_\": {},\n \"dolor990\": {}\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": "5ef66153-00bb-4c02-b3bc-a2dd3136cedf", + "id": "0ab9c2dd-7e9f-468e-9f43-e800a15cf60a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175548,7 +175548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe95a739-2f93-47f6-8be6-0b4867bff408", + "id": "795d0eae-c6ca-4ccb-b1b0-d721060d9aa6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175594,7 +175594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8832f612-f3e7-43c0-8a1b-4a12510f7ed4", + "id": "491c96d5-79bd-4be3-944d-e3670ef9d874", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175640,7 +175640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3990f34d-86bd-4666-ad3f-8a0edb14c896", + "id": "af131e0a-9804-4e17-8e10-c7ca99dbd3ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175686,7 +175686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6188a04b-76ac-45b5-95ca-6a22f73cd4ce", + "id": "9b2b8d90-d2a8-4307-9cdb-d7f615986e1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175732,7 +175732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47081a53-146b-46d2-84d1-139b34414444", + "id": "783c9863-0504-44fd-8ef6-1affacf9657e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175784,7 +175784,7 @@ } }, { - "id": "de468491-8fcc-4c98-b407-9d9352d02390", + "id": "1e56db65-5781-453e-9b1e-3770511e8d07", "name": "Get config object details", "request": { "name": "Get config object details", @@ -175814,7 +175814,7 @@ }, "response": [ { - "id": "22fdf49e-b84f-4c01-8bd8-a426227ce179", + "id": "93c5c727-9f6b-4478-adb4-14376647faf2", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -175858,7 +175858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0a76ab-2732-4960-830a-a94abb0b13a2", + "id": "c8106f0f-7105-4a6c-893d-0701f456244d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175902,7 +175902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a10b7755-860a-4bf4-9a38-8fc583d03115", + "id": "fed9cf41-7914-4592-a1c5-ebc5bdae76b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175946,7 +175946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43613e70-a213-4ed2-a969-22f970502f0e", + "id": "16d9fab5-9c2c-4bd9-a834-fab5272c2349", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175990,7 +175990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "055c06cf-4181-4424-9900-c6ed17145d7a", + "id": "cebe3ee0-4377-4625-89e7-a61e1d981b57", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -176034,7 +176034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e509c879-5fc3-45e5-b799-aafe66f8a84f", + "id": "3810312f-9444-495c-b043-e70c5993fdf7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176078,7 +176078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb6f49b5-ca01-42ae-ae3c-f2f27e00ce4e", + "id": "4fe3c1a4-adbf-4a86-bdbf-1a58f69a188a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176134,7 +176134,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches IdentityNow. \n\nIn IdentityNow, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in IdentityNow (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by IdentityNow. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in IdentityNow. \n", "item": [ { - "id": "28d460a6-1b7b-4f71-b02b-09f86269046b", + "id": "f474451c-0da2-45f1-9771-8839fcba0f87", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -176200,7 +176200,7 @@ }, "response": [ { - "id": "d0b34282-4ada-4bc7-b1e8-e7b326343188", + "id": "ca427b10-29c6-476f-8638-5768ababaebf", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -176280,7 +176280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ec40b1-a567-4bd3-a6e5-878a660ca5e1", + "id": "f2d2ceac-85e2-4abe-bf88-f7645542c2ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176360,7 +176360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4dc9526-7c65-4d26-93f4-efce8259074b", + "id": "19b9f214-c59f-4375-9191-cc655d27673d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176440,7 +176440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54911ce1-12ba-42b9-8a71-c5e18a1f6950", + "id": "4684c7ee-2b43-4ea5-8a70-c3c74ab3472f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176520,7 +176520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a95eef47-6943-4bdd-b5ed-2f46ab7fcba0", + "id": "2cba2321-8202-406f-83fa-85a98c1a68fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176600,7 +176600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23290966-9c5c-4b60-a45b-a8ec23672572", + "id": "9483c61a-8aef-440c-8f7f-dbaf55a4c5ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176686,7 +176686,7 @@ } }, { - "id": "b1612adc-f651-4df6-b1b2-fb687c27b5e1", + "id": "8d9ae6d9-98ea-4120-94bc-1d1e2ca12353", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -176728,7 +176728,7 @@ }, "response": [ { - "id": "7734e503-4ca4-4efc-ab20-284a7e11da2a", + "id": "fdfc8052-cdcc-45b6-be3a-4896d22cf259", "name": "Created.", "originalRequest": { "url": { @@ -176774,7 +176774,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0c3226aa-5fa1-4a71-a8ed-8592c18b6415", + "id": "bf7283fa-c310-47eb-a302-5d9a9f7fb455", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176830,7 +176830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36309777-35a0-4821-8fd7-95ea039afac3", + "id": "7098f3e8-d3fd-4f34-831c-e424b96ce496", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176886,7 +176886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2a0a343-8964-4150-86ad-69ec515c6818", + "id": "ba97735a-59f5-4375-b4d5-80b29805f9c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176942,7 +176942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e35f8151-ae42-4158-9720-c80ae658c848", + "id": "15a5e61e-0c88-4ac4-8be0-683455f0fd51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176998,7 +176998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d30764a-4e67-4bf2-82bf-be67b4464d78", + "id": "264e6988-e972-4f58-89c3-6a14e517b90d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177060,7 +177060,7 @@ } }, { - "id": "e0405a0a-e779-4a9c-9602-d5b868d18373", + "id": "1d6f3f64-3dcc-4549-bd64-73513cad7720", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -177138,7 +177138,7 @@ }, "response": [ { - "id": "39e09f1c-e3af-4ee6-b910-82f8e94cb34e", + "id": "3da110b1-8c85-45d6-85e0-1cfc0404260d", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -177219,7 +177219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd1a46a-08ae-422c-a7f8-ec2dabef15bb", + "id": "c19a965a-5187-413d-862e-cecb2b420473", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177300,7 +177300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601a88ea-8541-44cd-a107-025fd92243c1", + "id": "b3fde9e4-7662-4880-8deb-f07a04fd992f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177381,7 +177381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8975ee75-934b-4ac8-bb1c-bfb099f3b7e7", + "id": "9c60c991-120f-4a8d-975b-9a32866e5687", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177462,7 +177462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d57bff6-8afa-46a3-93a4-478e01364a06", + "id": "01f21a17-6f0c-430c-820f-99c0397757fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177543,7 +177543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d3559f8-ec40-40bf-8d6b-75629451dbf2", + "id": "cb5b8cf4-cea4-444a-9eb7-792633cb4dbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177630,7 +177630,7 @@ } }, { - "id": "9b506a25-ac33-4ad3-8251-3dacd4b3100e", + "id": "4a98c151-b3f3-4088-8159-695d431d00c9", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -177682,7 +177682,7 @@ }, "response": [ { - "id": "45ed6af5-a8ac-40b1-854a-0552ffd4dfb4", + "id": "c9ad9e78-39be-49a1-a1fb-9f90be27b681", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -177727,7 +177727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e331e4-a7a4-42dd-b63a-d8bdc5f06e89", + "id": "6257f5c9-78bf-414a-92b8-d54e9952ce21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177772,7 +177772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "749ed7a2-9458-4871-8645-b60e89488600", + "id": "21a8ebc9-cb77-404a-ad88-c4714a5eba23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177817,7 +177817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5534bb63-3fde-4fec-969a-7eb87f0b97dd", + "id": "d7943b85-81d2-495c-817f-406a99a5320f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177862,7 +177862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7d7b2a1-9e8f-46f5-953f-6d963aa05b70", + "id": "59eae97a-9e0e-463f-b153-586bd682e893", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177907,7 +177907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650a19f6-863b-412d-96a6-afb3276c649a", + "id": "eaac158e-cf5b-47fd-bb1a-a82cd91753c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177958,7 +177958,7 @@ } }, { - "id": "2f16892c-0664-4472-9add-40d7bf877960", + "id": "549ff725-33d6-4c49-971c-a35a4683187a", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -178023,7 +178023,7 @@ }, "response": [ { - "id": "b0135ec6-d247-46d2-a412-d62ae86f49ac", + "id": "e8a21561-0541-4cc4-aa5a-8658ad8b6c27", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -178081,7 +178081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6caa905-abfe-483d-9f6e-bf8c0028cda4", + "id": "45873be0-f612-4181-99b4-65105872d496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178139,7 +178139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e86549-46ef-42bf-a8f2-1335a0284e18", + "id": "8aef9036-5c4a-46c8-80b2-6c07f3f03476", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178197,7 +178197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d297984d-e355-406d-8015-e72478648c07", + "id": "6e6836c5-9272-4076-acd2-681d22b53ce3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178255,7 +178255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3855beea-efa8-4a42-a203-f8f794885f51", + "id": "874f76b0-548d-417e-be0c-f54817f3a110", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178313,7 +178313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bacea3-6792-4423-ae01-f0f2b62080ea", + "id": "7062b18b-b99f-4fc6-8fd6-8b3451c97813", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178377,7 +178377,7 @@ } }, { - "id": "a760fc76-c2da-4255-88fb-0be449919bc8", + "id": "5021f7cb-bb12-4dda-acaf-774083d55ae7", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -178429,7 +178429,7 @@ }, "response": [ { - "id": "7c6bc98e-030f-42ec-93c1-310a37275d0b", + "id": "ab47bdcf-ff98-47b8-a79b-0ed8b475dfaf", "name": "No content.", "originalRequest": { "url": { @@ -178464,7 +178464,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2fb8a585-008a-463c-b304-afe5dedaf7de", + "id": "d800eac8-c8b6-45db-a839-e4feed938024", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178509,7 +178509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f917ba2-04f7-4b34-ad25-ca9d48bb163b", + "id": "e4d22f25-970d-426b-818e-38754f85e3b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178554,7 +178554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f79c1d44-b359-4b6f-a8f9-741ac1767844", + "id": "5281a5d2-311d-4b6c-9c17-0dd059c577c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178599,7 +178599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34590b3e-ec01-44f7-b50f-cea9cb5e652c", + "id": "4a0ccd14-3cdf-47e5-8a9a-9c542ac58b4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178644,7 +178644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f1e5ec-cb10-4c51-afc5-7047bc061925", + "id": "bd758673-6916-455e-b854-61117aaa60cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178695,7 +178695,7 @@ } }, { - "id": "8ef1d91f-9ca7-4cfe-8a57-5143654e2826", + "id": "12761404-136a-4d43-a029-f42b8cbd044a", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -178738,7 +178738,7 @@ }, "response": [ { - "id": "e9934552-dde4-4022-8b58-79eae8114e7c", + "id": "d348cd69-f05b-4ac1-b525-2b7ce641cecd", "name": "Request succeeded.", "originalRequest": { "url": { @@ -178795,7 +178795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e405a1d-bb70-44cf-9997-1d1bcd580a56", + "id": "f0602608-08f4-4899-a4a1-d4e958c55d27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178852,7 +178852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38653563-94a7-43d7-9abe-3110bf96da58", + "id": "5118a778-c048-495d-88b4-160bfd9ed967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178909,7 +178909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b37cd04d-3ffe-4429-a35b-036634cb8630", + "id": "1c915d07-8a01-43f0-919b-d094d94461d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178966,7 +178966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5239954c-566c-4db8-b693-a9c750c37e59", + "id": "840ab0b5-9d83-49f9-8f05-1063714586f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179023,7 +179023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "013d95e0-7cc9-4823-a31b-0c68904503ec", + "id": "5ec28dde-371d-45ac-9daf-bcb3789cb443", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179086,7 +179086,7 @@ } }, { - "id": "9ff55980-6f1a-40ba-9e4e-3a3708ff46cf", + "id": "fafc5ed9-dfdf-4f07-860b-11370e1505d0", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -179129,7 +179129,7 @@ }, "response": [ { - "id": "ae0cfdc5-3119-4c6e-a086-1dbc4b357e4c", + "id": "be7d4cde-521f-4ad4-a87e-fe80b13f832d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179176,7 +179176,7 @@ "_postman_previewlanguage": "text" }, { - "id": "de594c98-8926-484e-bb88-be983e0fa556", + "id": "2dd8856b-73fb-4451-a815-e42b3dad8201", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179233,7 +179233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9279d8-7592-40e4-8b82-b3e9a541c60c", + "id": "759f02be-71f9-4c03-866d-028a06d12012", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179290,7 +179290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6acad7be-15fb-4583-91a7-0956e729f324", + "id": "d3a08a7b-bb3c-484a-8804-8003ad238094", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179347,7 +179347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24cf28e5-98dd-4d13-b135-e3b76df25524", + "id": "882caabc-9202-4d75-bb1d-c1a1ea21f455", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179404,7 +179404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ccafe1-6acb-4366-9992-1b8412492b24", + "id": "c34c5210-21d1-4f7b-9c69-b3db00f9f55f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179473,7 +179473,7 @@ "description": "", "item": [ { - "id": "a3e87eb5-f66c-49ab-b834-549ab1f12a8a", + "id": "af4a662d-0174-4946-8eed-d8d4be25eaae", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -179514,7 +179514,7 @@ }, "response": [ { - "id": "a04a13c8-f53b-4f46-8587-4ae3cad9580c", + "id": "d08ad70a-b0cf-4f0d-bcb0-dd1a9dfeb0c5", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179558,7 +179558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "264f5026-7b37-4007-b2b3-6bcbfc818fdf", + "id": "977d688d-6c4e-4463-a1fa-465bedcb1ff2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179602,7 +179602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8bf31be-5f15-4567-81b0-ffdb23a0c17d", + "id": "2f029316-8db3-48e0-89e3-a0f48438b18f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179646,7 +179646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9343a4c-3d4c-4b91-9b9d-24b34990561b", + "id": "9029598e-7f2a-41f4-b010-8cdffa38924c", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -179680,7 +179680,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97072153-73ab-4ff8-bf53-ff7a3e9f9ed4", + "id": "6b8a278f-3dd9-41a5-93d2-d6ce47310bee", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -179714,7 +179714,7 @@ "_postman_previewlanguage": "text" }, { - "id": "224a030d-1964-4958-b07d-51818dbc3ce4", + "id": "daccd9a4-ecae-40b7-9447-e78905ce832d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179758,7 +179758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f9e11a-c330-4171-b1e8-40ec6f70f66d", + "id": "753c3ce2-9a11-4024-b82a-593b191d94e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179808,7 +179808,7 @@ } }, { - "id": "e5c9ce77-3ee9-4537-ab61-61b897b0f155", + "id": "444dc06c-2529-4bf2-949c-7edc5ef13df3", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -179862,7 +179862,7 @@ }, "response": [ { - "id": "42f1c863-d54c-4132-b9fc-b052c6b93109", + "id": "2e72ab27-5d61-492f-bfe7-cc425f39f6d6", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179919,7 +179919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70313129-c05f-4d34-850b-448da8dbc937", + "id": "fa0efa55-f584-48f7-8312-bfe107fd8827", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179976,7 +179976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a07ab35-b64d-4d15-af1b-2715be283026", + "id": "7744bb59-0c50-4d43-b1c2-94d9fd7999a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180033,7 +180033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9189ddf-73ab-4a4b-bbc0-68c285ae2bb9", + "id": "d41c3138-11fc-4e3e-b1ff-f1dae360dbc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180090,7 +180090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a3f29f-1af9-41c8-92f3-3853e301664e", + "id": "4ef6da2c-1bd7-40f2-ba91-1a25c4e697b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180147,7 +180147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87da6ff2-62ac-4c44-8431-6a17952459ab", + "id": "979874f2-e55e-41f3-b178-e38c3c2a75c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180204,7 +180204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dffdd45-b35e-41fa-a5da-6cdf5aa4c2fc", + "id": "d0c21d37-c988-4885-839f-aff8eecba837", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180267,7 +180267,7 @@ } }, { - "id": "a4cfaee3-7025-4b15-9764-c39951feb23c", + "id": "44113289-9b5b-4753-94c0-9f420eb5dec2", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -180342,7 +180342,7 @@ }, "response": [ { - "id": "7afdd46d-f5cc-44d2-bf55-f9612017f64c", + "id": "060a48d0-1e22-457b-bb90-03fa0b0eb8bf", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -180431,7 +180431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cbff0c1-e52f-4cef-8ab9-7040abd28a64", + "id": "85d101aa-3125-4a02-966f-1c3d561df978", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180520,7 +180520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c5bbc50-fe1e-46e6-9a1d-31877f313654", + "id": "535d34fa-0441-4168-b360-27fdbc3ef490", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180609,7 +180609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9b5b11-8b36-4563-a596-ae560f0b3074", + "id": "39cf84ed-ed05-4a6f-8b27-33238deac6fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180698,7 +180698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65096483-1816-4379-b4cd-1deb44b4e651", + "id": "ce5e1aa4-8e56-4eaf-bd2b-3ace972e4a9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180787,7 +180787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e28614b-7e49-41c3-a633-a44cc5bab337", + "id": "09ee0a8e-9cfb-42ed-a684-1f318361652e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180876,7 +180876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741458be-efe3-430c-8c9f-6714265c7f5b", + "id": "2d4da18f-865b-436a-8cdb-46a65c619b86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180971,7 +180971,7 @@ } }, { - "id": "bd5d7f12-1bd7-4e00-b0b2-32e58a0a2001", + "id": "91882c9a-ce0c-4da2-b99e-5586e702a6b3", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -181029,7 +181029,7 @@ }, "response": [ { - "id": "d0a7b92a-aa70-4c4c-8b14-7261b5a6d176", + "id": "3d1b5734-5335-4eca-a663-0f4955d2173a", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -181101,7 +181101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11bed3d4-fa0c-4e9c-b346-0c574a033b3e", + "id": "b5b7155e-1e16-48b8-a6a6-73952af8df7d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181163,7 +181163,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4a4c8782-9c6b-4f8f-9dff-c868e7d0e3af", + "id": "1ffba463-ddd6-4243-acbc-c82e6c47e4e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181235,7 +181235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "645d62f7-d1f3-4135-9e84-2e16d4539574", + "id": "e9320bb7-7a5b-4c54-810a-17b60d197d13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181313,7 +181313,7 @@ } }, { - "id": "70f50cc5-9642-4a16-8e8c-5d0c07485ab9", + "id": "ed178823-96b6-49a3-9b9b-7b0dd1d20cd3", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -181371,7 +181371,7 @@ }, "response": [ { - "id": "2ab099f4-010b-4843-8276-01c47e8cd794", + "id": "f0546b37-beda-4660-98f5-7e9cf7eee765", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -181433,7 +181433,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aaa3e160-1599-4039-8227-1e7657777f41", + "id": "44da5f01-b91d-46f9-ab30-7af1e9238786", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181495,7 +181495,7 @@ "_postman_previewlanguage": "text" }, { - "id": "46e3a5e8-30fe-46e2-a1a9-5809532f69f5", + "id": "71164894-a8d7-4bcd-9536-e2dfd65698a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181567,7 +181567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc589e42-efc9-4a37-8ceb-0b62962e1233", + "id": "718f89c5-a6cc-4d50-b27d-faee1b723826", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181651,7 +181651,7 @@ "description": "Operations for creating, managing, and deleting transforms", "item": [ { - "id": "8d0e1280-6c82-46bf-a218-320a5a3533f7", + "id": "ac15915e-85c2-406c-967d-5cefa4b505c5", "name": "List transforms", "request": { "name": "List transforms", @@ -181726,7 +181726,7 @@ }, "response": [ { - "id": "b238bee9-12c7-4b2e-9878-f2857fcda8ec", + "id": "c3d447c9-481b-4df9-9214-504610d093af", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -181815,7 +181815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19ed853e-b859-496e-ac57-88df35d9fda2", + "id": "38db9d6a-0244-4ebb-9d97-81d47ca0345a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181904,7 +181904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a1100e-3c7d-4c07-8491-b391b84b6024", + "id": "4fc883d4-7dea-4205-b34c-783cead04116", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181993,7 +181993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c35919-236c-4415-8cca-57008af4a0a1", + "id": "db45af94-581d-4beb-929b-15737236bb93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182082,7 +182082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2349434f-e839-495a-88b7-7217be6a6c7e", + "id": "c92c65f6-8a9b-474b-a267-44bb87368cc4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182171,7 +182171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eddd84ae-70fe-4727-8c11-94649b4d8337", + "id": "3bcc5e8b-ef94-4772-82f9-cb43e197dd1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182260,7 +182260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d616bb-76b9-4ab2-a09a-503f7e6eb800", + "id": "ea2ac5c9-f156-43e7-9646-bb680f645ec3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182355,7 +182355,7 @@ } }, { - "id": "628e7353-d855-4560-9847-9d473d78826a", + "id": "16350088-f4c5-406b-9be8-2994d859ea44", "name": "Create transform", "request": { "name": "Create transform", @@ -182397,7 +182397,7 @@ }, "response": [ { - "id": "7fc983bf-b943-415c-baf3-c6e57015f069", + "id": "e51b8182-ec91-4217-a6f0-323742665aaa", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -182453,7 +182453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51871861-0cee-4b67-90cc-06650ff9bab3", + "id": "9f0e9e72-1390-48b4-9390-c430ea875dd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182509,7 +182509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15151f25-22ed-4e2e-8d97-efc4984e7f66", + "id": "71556c16-1f8c-443a-b1ab-54738b43c756", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182565,7 +182565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a54f9801-d70a-49a4-9514-e1a7e643ae2e", + "id": "c838dd16-0bfe-4120-bcc4-1aff5ce21457", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182621,7 +182621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da02a34f-3b7e-4fb9-b935-06570f3d3395", + "id": "109ac7cb-c392-4d7b-8301-0458e827f392", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182677,7 +182677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20e40d8c-8390-4e71-8c4f-d15ddf7d3c8d", + "id": "3511fc8d-9d6d-4abe-83e1-6915ac2d0e20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182733,7 +182733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557ffc6e-b244-40ad-9625-10971b15490c", + "id": "7622813c-4eba-46ba-b2ac-ec633a5d2035", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182795,7 +182795,7 @@ } }, { - "id": "e9898de6-d113-4a99-9bf9-2a01460a96cd", + "id": "628bb292-24d7-4068-918b-c92e18e6255b", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -182836,7 +182836,7 @@ }, "response": [ { - "id": "52947b7f-9edf-4c81-9e2c-7012f414356b", + "id": "e949c268-cfe5-466b-bb1d-911f55436b3a", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -182880,7 +182880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "681a8ca2-61f2-42f6-a9f1-d945c5241474", + "id": "2003e45d-eeff-49e1-9460-89bd9d608f42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182924,7 +182924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ff8a7c-54ae-4cd9-a59e-b234e615964c", + "id": "bedc5fb4-7fb6-497c-84b1-a95882b40395", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182968,7 +182968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8aff0bd-9170-4fbb-9a82-6d3deab75f7b", + "id": "8ffe776c-b435-4f93-946a-87577c018ddc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183012,7 +183012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75d94c5-b128-4d28-bbf6-d3202c2801dc", + "id": "2172fcab-83bd-436b-ba1c-63a986637440", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183056,7 +183056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8976903-93a9-475f-9a7b-9c265a951b5e", + "id": "ae313fd8-bab7-4689-8e81-62cee9042c68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183100,7 +183100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b7c4ad-df5b-4e7c-b50b-ab7d8206dcdf", + "id": "57515fdc-9585-4c13-9e66-36dc51290d4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183150,7 +183150,7 @@ } }, { - "id": "da255aae-45a2-4809-91ff-6e54dd0d09b1", + "id": "6d66f62a-8773-4c3c-a453-1e4e12f7c380", "name": "Update a transform", "request": { "name": "Update a transform", @@ -183204,7 +183204,7 @@ }, "response": [ { - "id": "5afcbdfa-3691-43bc-b836-0fd1360d2b8c", + "id": "b3472493-3bdf-4c26-8307-cc08aa7f6b38", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -183261,7 +183261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784ff35d-20c5-497c-8b8a-b432a1afc626", + "id": "f69d9e62-b4d2-44dc-bcf0-d54caf65ac49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183318,7 +183318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b91c50a7-4ba6-4bd9-a6a2-17d776a6bfd7", + "id": "a8b6a56e-71ec-4e68-beda-e44ab9ef2aab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183375,7 +183375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d458e3-a7d2-4ae4-b667-364f9609916c", + "id": "7460e2fe-ad3d-4427-909f-aa5c7a9dbca1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183432,7 +183432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8b13f2-c455-4a85-b5ee-925e4862e404", + "id": "92b144a0-7913-4ae5-997e-31f2136fb2e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183489,7 +183489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9770073-6087-4c09-a450-cc4732ce7ddd", + "id": "af4b7681-26c8-4ae8-b834-438e88b75e1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183546,7 +183546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45fb1d4b-4aae-4f11-8a8c-acc4706a076d", + "id": "a1fbf9ce-bee6-4089-a601-e6b63387454f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183609,7 +183609,7 @@ } }, { - "id": "3c010862-7627-4c2b-a6f4-73fbbcb1a395", + "id": "46310c4f-e9df-4db8-977f-f3e451b18f9d", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -183650,7 +183650,7 @@ }, "response": [ { - "id": "4dc82c37-07c5-4919-b496-6f285e9654a6", + "id": "3730a27e-c8ef-425f-90f9-95a5f67f28e8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -183684,7 +183684,7 @@ "_postman_previewlanguage": "text" }, { - "id": "47d06b7a-0abe-4c6f-8c30-f73b983bc566", + "id": "a3410242-ff87-47e6-bec9-c50d57c86d58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183728,7 +183728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e881682-ba6c-49e4-be0f-c9827d60ece9", + "id": "934eb556-939e-44fa-b96d-ca4a57d70391", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183772,7 +183772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85a451a2-d88e-4bf5-82e2-2dc71ce14037", + "id": "0f98861f-55f1-44c7-bda9-c042f6170113", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183816,7 +183816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26796bb-7a60-4f07-90b4-90aabf94c3ba", + "id": "b2f43ef4-75b6-4265-b32b-5fa9391359c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183860,7 +183860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95d626d-1e6b-46b7-bfd5-e89ca62eeb78", + "id": "977ed751-3b17-4160-a04a-0ef9e8b7ff7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183904,7 +183904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8e1d5d8-a98e-45f0-a8d7-f5e1467b1c7d", + "id": "2a87ca53-9362-4b74-8302-e94731c32035", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183960,7 +183960,7 @@ "description": "Event Triggers provide real-time updates to changes in IdentityNow so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. IdentityNow provides a user interface within the admin console to create and manage trigger subscriptions. These endpoints allow for programatically creating and managing trigger subscriptions.\n\nThere are two types of event triggers:\n * `FIRE_AND_FORGET`: This trigger type will send a payload to each subscriber without needing a response. Each trigger of this type has a limit of **50 subscriptions**.\n * `REQUEST_RESPONSE`: This trigger type will send a payload to a subscriber and expect a response back. Each trigger of this type may only have **one subscription**.\n\n## Available Event Triggers\nProduction ready event triggers that are available in all tenants.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Access Request Dynamic Approval](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-dynamic-approval) | idn:access-request-dynamic-approver | REQUEST_RESPONSE |After an access request is submitted. Expects the subscriber to respond with the ID of an identity or workgroup to add to the approval workflow. |\n| [Access Request Decision](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-decision) | idn:access-request-post-approval | FIRE_AND_FORGET | After an access request is approved. |\n| [Access Request Submitted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/access-request-submitted) | idn:access-request-pre-approval | REQUEST_RESPONSE | After an access request is submitted. Expects the subscriber to respond with an approval decision. |\n| [Account Aggregation Completed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/account-aggregation-completed) | idn:account-aggregation-completed | FIRE_AND_FORGET | After an account aggregation completed, terminated, failed. |\n| Account Attributes Changed | idn:account-attributes-changed | FIRE_AND_FORGET | After an account aggregation, and one or more account attributes have changed. |\n| Account Correlated | idn:account-correlated | FIRE_AND_FORGET | After an account is added to an identity. |\n| Accounts Collected for Aggregation | idn:aggregation-accounts-collected | FIRE_AND_FORGET | New, changed, and deleted accounts have been gathered during an aggregation and are being processed. |\n| Account Uncorrelated | idn:account-uncorrelated | FIRE_AND_FORGET | After an account is removed from an identity. |\n| Campaign Activated | idn:campaign-activated | FIRE_AND_FORGET | After a campaign is activated. |\n| Campaign Ended | idn:campaign-ended | FIRE_AND_FORGET | After a campaign ends. |\n| Campaign Generated | idn:campaign-generated | FIRE_AND_FORGET | After a campaign finishes generating. |\n| Certification Signed Off | idn:certification-signed-off | FIRE_AND_FORGET | After a certification is signed off by its reviewer. |\n| [Identity Attributes Changed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/account-aggregation-completed) | idn:identity-attributes-changed | FIRE_AND_FORGET | After One or more identity attributes changed. |\n| [Identity Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/identity-created) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/provisioning-completed) | idn:post-provisioning | FIRE_AND_FORGET | After a provisioning action completed on a source. |\n| [Scheduled Search](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/scheduled-search) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-created) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-deleted) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-updated) | idn:source-updated | FIRE_AND_FORGET | After configuration changes have been made to a source. |\n| [VA Cluster Status Change](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/va-cluster-status-change) | idn:va-cluster-status-change | FIRE_AND_FORGET | After the status of a VA cluster has changed. |\n\n## Early Access Event Triggers\nTriggers that are in-development and not ready for production use. Please contact support to enable these triggers in your tenant.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Identity Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/identity-deleted) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-created) | idn:source-account-created | FIRE_AND_FORGET | After a source account is created. |\n| [Source Account Deleted](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-deleted) | idn:source-account-deleted | FIRE_AND_FORGET | After a source account is deleted. |\n| [Source Account Updated](https://developer.sailpoint.com/idn/docs/event-triggers/triggers/source-account-updated) | idn:source-account-updated | FIRE_AND_FORGET | After a source account is changed. |\n\nRefer to [Event Triggers](https://developer.sailpoint.com/idn/docs/event-triggers/) for more information about event triggers.\n", "item": [ { - "id": "e7406889-6b4f-4e9c-aedd-86e8cadec02a", + "id": "0a5c9665-1f2a-4c95-a61a-22c3fb78fefd", "name": "List Triggers", "request": { "name": "List Triggers", @@ -184035,7 +184035,7 @@ }, "response": [ { - "id": "2f8d808d-c09f-4e66-9203-4f37c46d14b6", + "id": "4c11f87d-49ef-442f-b003-6399b3aa18f2", "name": "List of triggers.", "originalRequest": { "url": { @@ -184124,7 +184124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9500a6-26c2-4fec-ab7b-ffaeff7f1c40", + "id": "7db00ebb-e721-4016-b6af-3e92288c6940", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184213,7 +184213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce4285a3-6578-4ff3-8dfc-31acf50ff5db", + "id": "5c887dbf-5e0e-490e-81ea-87730146928b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184302,7 +184302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bd4981c-33ca-47c9-bed9-fd514ea3e3e2", + "id": "b6712db1-4cb0-4b5d-aeb3-8b711b8b3116", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184391,7 +184391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "897d4f88-aaad-4e77-9b92-dc145d122af8", + "id": "2b0b6d6a-b961-42ed-8b52-fec0b2ef0fa0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184480,7 +184480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "075ac0dd-af5c-4bf8-8a2a-850ae68a1b35", + "id": "1453ec9c-0c3d-4698-8eb4-086e50098fb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184575,7 +184575,7 @@ } }, { - "id": "8a34a957-3947-45e8-a574-1a95a3fd65c1", + "id": "ea8c46b4-6706-4e62-bba9-2bd18eb43e68", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -184617,7 +184617,7 @@ }, "response": [ { - "id": "c885e4c9-8161-450e-8d2a-e1f70a991961", + "id": "c477b324-4cfb-45b7-81fe-cbedb160afa3", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -184673,7 +184673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3fbe67f-6cf0-4e34-a614-d4c155983c2f", + "id": "977ff141-3bf9-45d8-9a06-0169f3db2638", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -184729,7 +184729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b1edfd-c746-49b6-aacf-0884a8039274", + "id": "7c9569c2-3956-4035-9ca0-2ddba984650b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -184785,7 +184785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183505ec-6b32-4d31-b70d-939dff2b4df4", + "id": "cae2d665-8490-45f0-bbb8-9ba58b2dcdc7", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -184841,7 +184841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5740b3df-e5be-4788-9d7c-141b65a69d8a", + "id": "aea25691-4287-4d5a-9a6a-c28fbf172c86", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -184897,7 +184897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ecb7a6e-a93a-44a9-9128-359c7d344574", + "id": "717b08c6-98cd-4ea0-a9a8-c1a6dd2bf053", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -184953,7 +184953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884bd6d3-9e0b-4e31-bc8d-60aea16098b1", + "id": "0a1e85ce-479a-419a-a114-e72c609d0689", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -185009,7 +185009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9f0933-eb13-434d-aa77-2fa2fff8aaac", + "id": "53aba97c-644f-4395-9898-a867a8fe39fd", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185065,7 +185065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a76d880-9806-4778-8ae2-62521b9d5646", + "id": "5b1d9d5c-d3d9-45f7-922d-0c1497276a60", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -185127,7 +185127,7 @@ } }, { - "id": "69073bff-ef9b-4f2c-85c4-b5f49c5d2404", + "id": "3d254081-771f-4d6e-8dd4-a55fd13facf0", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -185202,7 +185202,7 @@ }, "response": [ { - "id": "f829d081-edd3-46dc-be5e-09d7964877e3", + "id": "7211d68b-8bfa-46f1-b2e1-2ac509a43813", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185291,7 +185291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e9f79b-39c0-418f-a605-33d32e39b606", + "id": "004d8c16-5921-4422-9139-97eb9b536370", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -185380,7 +185380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "835c1f0c-bba2-457f-9db9-fcc4b73dcf27", + "id": "c7f6b871-bc12-4508-8ff0-e323e77dea25", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185469,7 +185469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f27bbb-b61a-44b5-b1e7-62a61775778d", + "id": "3af1409d-470a-450c-b9f3-a62d2af9c227", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185558,7 +185558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1b00b7-7549-4aef-9e2c-eb583b33be9f", + "id": "b074f5fc-53bc-4511-9176-e1a03c587c69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185647,7 +185647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "887bf9c6-da38-4c68-872d-9e9e393b2dc7", + "id": "2ea0265a-b08c-4caa-8c86-a7a929eae786", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185736,7 +185736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a2537a-b163-4653-9032-074d30749e04", + "id": "61fcc0a4-b4d9-4665-ac67-bd7a670029cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185825,7 +185825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f75776f-70ff-4261-9d8e-dfd35fb811b5", + "id": "7dcf7943-73eb-495f-8063-845de5809d8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185920,7 +185920,7 @@ } }, { - "id": "8410af57-3329-4601-8324-a324a8d5901c", + "id": "20c5c1b1-f5fb-4c03-b40b-1bbfa5ba8361", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -185974,7 +185974,7 @@ }, "response": [ { - "id": "9e7399df-2b5c-42a0-bd05-77a745abaf80", + "id": "6e657623-4c0d-4e78-bc93-8521b7052fb9", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186031,7 +186031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e00797-cff8-422e-bc39-c35fe9708c79", + "id": "6bc6ec68-4bbe-4c6e-ac0c-ce88419c832d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186088,7 +186088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6618d4bf-f4d8-4dcc-a30b-6a55473bbdcc", + "id": "c5ced158-e914-4bd8-aa20-a174caf67950", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186145,7 +186145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d865f6-efb8-4424-b319-49ca9af196fa", + "id": "c4e2aa5c-21e5-4278-9b69-d9290955e362", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186202,7 +186202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c80ea4a-5d66-4105-9cbe-327db3964fe6", + "id": "324669fa-c50b-4d8b-80d0-c15ce8c541e0", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186259,7 +186259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdc61708-6acf-464c-beed-1e197e4b295c", + "id": "271f616e-ef57-4720-95ee-52f9cc9ad230", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186316,7 +186316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52155be7-5f1f-4d33-b898-d9eb15bdedcc", + "id": "82914c4c-58f3-4e6e-a26f-b2a552b84c17", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -186373,7 +186373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d59acd-aa85-427a-aa5d-6b59d29027f4", + "id": "b44537e8-6b8c-4fe3-8fb6-524b866fc77f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -186430,7 +186430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f84a2c-5746-41f5-b3ce-139e2151f175", + "id": "f2d42a81-add9-4e6f-94df-02cf83c66311", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186487,7 +186487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385a1f3c-6de2-41ed-9ef4-2483b4b0c25e", + "id": "6f41985d-8c27-4dcd-91cf-8f3010d5b46b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -186550,7 +186550,7 @@ } }, { - "id": "53b0c43f-1a61-42dd-8714-f6ea043ec3ba", + "id": "e4dfcefc-c07b-4187-9daf-a3790755711c", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -186604,7 +186604,7 @@ }, "response": [ { - "id": "74337865-fa94-43f5-ac57-f7052f402dd3", + "id": "36717dcd-6d1f-4e0c-97d6-d4c0b1ec212b", "name": "Updated subscription.", "originalRequest": { "url": { @@ -186661,7 +186661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a861c5fa-3932-4f4b-9f47-fd157163d5d0", + "id": "748c1df1-2ebb-4764-9aa9-69c4b663cf74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186718,7 +186718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d1c6dad-4453-418d-9c31-87a2f2244125", + "id": "09f9308e-37d9-4189-86d5-8caa5dbcdab5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186775,7 +186775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb60acf-745b-4106-8a5f-1710f9298047", + "id": "f5597891-0d57-48b1-a80a-5f58d31a9bbc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186832,7 +186832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e00b37d6-89ff-41d0-9e07-90484a6abe7d", + "id": "d7f89dc9-9e15-4572-8e46-5a19b162d966", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186889,7 +186889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf7fad2-2773-4fe6-9d0e-1084edfe5a39", + "id": "e106284b-2acf-46fe-9695-a9f285df7d8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186946,7 +186946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d769d34-d87c-44fb-bb96-804961ab1493", + "id": "1902d947-3a83-4ae6-886c-011df261b536", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187009,7 +187009,7 @@ } }, { - "id": "9201a07e-a1c9-44bb-85a6-21ee1e002c4d", + "id": "bbcb08d5-d9d5-446b-846e-cf05a2804e59", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -187050,7 +187050,7 @@ }, "response": [ { - "id": "56718a61-f94e-499e-a440-6213501d7810", + "id": "b1d4bcf2-15ee-4f4f-9773-e60a6dba6af4", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -187084,7 +187084,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9459910f-9fd9-41bd-923b-624b9be99418", + "id": "c281c56b-3135-4f51-ac40-d4ec9edbc6a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187128,7 +187128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc29adb5-ef70-4059-b159-3e9e51c2d969", + "id": "f562dd49-dc68-4bae-bc1a-d8d8c4714ea8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187172,7 +187172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39773074-cce8-47cc-8827-ec60d556a06c", + "id": "7644b6fd-3cce-4f87-aa0b-a3009edbd66e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187216,7 +187216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca96ca88-6f12-42e1-88a7-407aea8998ef", + "id": "417900d6-4c87-4557-841f-dc4254e002cb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187260,7 +187260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebe2d305-2fa2-406d-aa46-c71713748c93", + "id": "bbd696d8-2202-44b8-a53c-4e5476f9326c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187304,7 +187304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872e2d6f-7c60-455b-86d6-e1807e3eaeba", + "id": "b863acb3-3b2f-4cc3-9501-fcb03c484832", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187354,7 +187354,7 @@ } }, { - "id": "f8fb1623-2a49-4851-b01d-e0e2184603b3", + "id": "8010256d-b2ce-4b3c-8a70-5af05299068f", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -187397,7 +187397,7 @@ }, "response": [ { - "id": "6537c896-9163-4de9-ae77-a0782a8bc126", + "id": "0b2e060d-b9fd-48ac-9e26-32ee3dee90ff", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -187454,7 +187454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c562da70-b747-48ec-8f46-64ccd980b843", + "id": "b913eea4-2844-4607-9004-dafb9bdc805e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187511,7 +187511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a36b060-2623-4fdb-b221-71bfe19982dd", + "id": "1e95f3cb-e3ec-4b2a-9acf-c602e01b6492", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187568,7 +187568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab24a09c-55d8-4b2d-93e8-b7ae02388118", + "id": "e3ce4965-7792-459c-b997-bfecbdf2c257", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187625,7 +187625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa06dbd3-959d-4bd7-aa1f-d9a69870a5e8", + "id": "f62d0ae0-b34b-4da6-9b6f-d0df211cbded", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187682,7 +187682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b02d511-0a1a-4369-a50c-55f8dc97d6e0", + "id": "96b509fc-7b7d-420a-84b1-738ccbff1018", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187745,7 +187745,7 @@ } }, { - "id": "c0df1f42-8ff2-42f0-96f9-4fd40915bb22", + "id": "ae1edeba-8a2a-49bc-988a-6ae0b63a96f8", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -187821,7 +187821,7 @@ }, "response": [ { - "id": "0d2724e3-753d-411e-8f69-327a8cfba5e9", + "id": "208581a8-f9b7-4ce7-afb3-aa26f071f7f2", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -187911,7 +187911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "490820d0-6d8a-4b3c-8be9-41c0d763e7f7", + "id": "1c23806c-e424-4e5c-8a7f-0338e974cff2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188001,7 +188001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571d7ac9-973b-4282-862b-8c7ff4a2be47", + "id": "75c586cc-de29-4e69-babc-6c53ce84a221", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188091,7 +188091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22733f6-f009-4347-998e-0c4256226b9c", + "id": "61ab0f67-8ddf-4695-bee9-13acd9a43902", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188181,7 +188181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b61e2d-d51e-40b6-b4e7-8d17a2943c00", + "id": "a052b278-7c25-459c-bd72-cad30990009b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188271,7 +188271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6652a1fb-d032-431c-a9a0-125b0828ffda", + "id": "237bf4db-2db9-4bba-9235-3738e31d1de5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188367,7 +188367,7 @@ } }, { - "id": "2ff3d54f-410b-474d-9acd-e5e3cb88223a", + "id": "e2bc6c30-d30e-4229-ba08-bbbfee2d253c", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -188422,7 +188422,7 @@ }, "response": [ { - "id": "8dfdc720-d8e1-484a-a3a1-9ccac9b72016", + "id": "4a1edc4c-7dcb-4d74-a491-3f0aec4ddf75", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -188470,7 +188470,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b0d5dea1-2a11-4152-8fe4-0aecaabbfe1b", + "id": "67382f74-34b9-4a84-aade-650bff3eb132", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188528,7 +188528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070b0d5a-a3d1-4524-b278-7d840b190ef6", + "id": "dda0cef0-ff59-40ef-97cd-851469fb7693", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188586,7 +188586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4700695-4066-46af-9baf-1b663ab63ac1", + "id": "e8941335-4fce-4fb6-96f9-03c6d4a8d973", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188644,7 +188644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19bac49f-c3a7-476d-816f-8e9c6b76d690", + "id": "6cb8c328-9af0-4c17-9dde-c8e760f08c91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188702,7 +188702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbade559-8d59-4d94-a029-6e7a874beb44", + "id": "9e99a55d-d4a9-4188-b5ba-762f1c8eaeca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188766,7 +188766,7 @@ } }, { - "id": "ce5f8cd2-4099-40ac-9488-29ae9b02a914", + "id": "39cf5783-605d-4ccc-a51d-188bc72f27d7", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -188809,7 +188809,7 @@ }, "response": [ { - "id": "405e536c-414e-4dc5-8963-bd0088c482b0", + "id": "0bb9dde9-a93e-463f-b77f-543d29f40f43", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -188866,7 +188866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77d1c48-b952-4859-85c2-0d32604698e1", + "id": "2b7f36db-7b02-424c-b996-e1b938b17300", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -188923,7 +188923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6141a7d-896d-480b-be6f-9dc7da766980", + "id": "d0aa0032-6a7e-44cc-9e9b-1288b340377d", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -188970,7 +188970,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bf0780b5-487e-4e0b-8d7b-e49e3352cb5c", + "id": "142db6fc-630f-4540-aaf1-5835632f352b", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -189027,7 +189027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "181c0437-3ce1-40dd-87b0-4c7a442e08a9", + "id": "fb295a47-97fa-4283-a782-bd794fcf576c", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189084,7 +189084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42944ad6-aaea-4f4d-af0d-12e1c8ea6913", + "id": "09dafd2a-7a4b-48d4-a7fe-daf840da1723", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -189141,7 +189141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdaa51f-1811-464c-be88-2b6bb52dafe1", + "id": "60420e50-23e9-42d2-a0e8-e1989db9fa58", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189198,7 +189198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b104a88-b340-4cb3-a61e-ea3855dc43f2", + "id": "bc91f164-1778-4ebb-b89f-7d403a1ea3e4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -189267,7 +189267,7 @@ "description": "Use this API to implement work item functionality.\nWith this functionality in place, users can manage their work items (tasks).\n\nWork items refer to the tasks users see in IdentityNow's Task Manager.\nThey can see the pending work items they need to complete, as well as the work items they have already completed.\nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created.\nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp.\nOnce the user completes the work item, the work item will be listed with his or her other completed work items.\n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget.\nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details.\nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items.\n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "d4f862a2-6b6b-475d-be7c-3c6906fb7059", + "id": "53e1f339-848d-4910-9865-f10c9de9d92a", "name": "List Work Items", "request": { "name": "List Work Items", @@ -189317,7 +189317,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -189333,7 +189333,7 @@ }, "response": [ { - "id": "74351b3a-788d-405d-9794-4bb3a69575bf", + "id": "4abc303d-9265-4a96-a831-51c287ad3305", "name": "List of work items", "originalRequest": { "url": { @@ -189378,7 +189378,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -189413,7 +189413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd57f6fb-1f13-467e-9579-597cd73e2c94", + "id": "f388ab50-91f8-4dcb-ac0f-55ce4d42557b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189458,7 +189458,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -189493,7 +189493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4b55b4-f73a-4239-b244-e1189082d777", + "id": "99644a35-1184-4ce6-9e01-39a3af5f69fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189538,7 +189538,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -189573,7 +189573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "917c7784-a03f-4104-8731-6683c1f895df", + "id": "95a5dce7-2cad-42c6-82d5-bf9db507dcfd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189618,7 +189618,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -189659,7 +189659,7 @@ } }, { - "id": "dc500dd2-0e1f-403b-8564-2127c5885433", + "id": "62087788-ce90-43eb-90af-b3bf84a0e40b", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -189683,7 +189683,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -189726,7 +189726,7 @@ }, "response": [ { - "id": "209b774a-bf39-4e2a-b836-bcd9f1331b4e", + "id": "7c725f67-81b1-4127-bd77-c79cb60a726b", "name": "List of completed work items.", "originalRequest": { "url": { @@ -189745,7 +189745,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -189807,7 +189807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45b8f3f-930a-42c6-a356-7d4af2d8d13f", + "id": "ceed7163-4505-48d4-b8be-385aa39ee1f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189826,7 +189826,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -189888,7 +189888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7321b113-799e-47af-a119-a4d01981c090", + "id": "a6fc3bdf-f5a6-4edb-8444-82cefe242cd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189907,7 +189907,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -189969,7 +189969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfae1314-1fbd-41ac-be86-c664bc8dbc9f", + "id": "6b015fb0-44f2-4344-906a-2db038473ee2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189988,7 +189988,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" }, { "disabled": true, @@ -190056,7 +190056,7 @@ } }, { - "id": "bff70596-cab7-4357-bf88-903c70b8bc32", + "id": "f8c2e473-4e66-419a-bf41-9f47d383a9f3", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -190080,7 +190080,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190096,7 +190096,7 @@ }, "response": [ { - "id": "53207dee-c218-4eb8-b104-333f0b0148bf", + "id": "b4d8f3df-1353-42cc-ade4-014b564de3e6", "name": "List of work items", "originalRequest": { "url": { @@ -190115,7 +190115,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190150,7 +190150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eda7038-a247-4c49-829a-f57c59da7970", + "id": "f9114b55-cf31-4b0b-b326-860c21eda82d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190169,7 +190169,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190204,7 +190204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b62c371-eeee-469d-8fe3-f1d7726bbd9b", + "id": "38461286-823c-4872-926d-792d72f64b9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190223,7 +190223,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190258,7 +190258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df4aeb7-3b40-4708-af4f-ad57e8bc5e09", + "id": "abcc617e-b0ec-45fa-b9ab-f664e40eab71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190277,7 +190277,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190318,7 +190318,7 @@ } }, { - "id": "9054d829-93f9-4ff8-b049-9c9e79a17af5", + "id": "dfca3415-0bd5-4c78-8582-aabc2ddc8c61", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -190343,7 +190343,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190359,7 +190359,7 @@ }, "response": [ { - "id": "e555630a-0cfb-4cfa-8078-1568a94cc2e4", + "id": "df5eed75-65db-43a6-a0eb-45a1cd7bd08f", "name": "List of work items", "originalRequest": { "url": { @@ -190379,7 +190379,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190414,7 +190414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b46e10-3692-46ce-bb02-a0074267b268", + "id": "85ab5e29-e7bd-43c3-be3b-02f484bbf9f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190434,7 +190434,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190469,7 +190469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e3bc9a-97bd-40db-9e49-1e8696624e15", + "id": "407f6499-9e15-48ff-a7c9-25e290fda126", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190489,7 +190489,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190524,7 +190524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "177814f5-5766-4ae7-a257-eddb4ade8749", + "id": "2b097c10-b7eb-4ff6-9dc9-b640d406d75e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190544,7 +190544,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190585,7 +190585,7 @@ } }, { - "id": "ddc620e2-59fc-44ac-a819-0210d57a99cf", + "id": "8041da93-5547-46ab-9db4-7d353defac42", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -190609,7 +190609,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190625,7 +190625,7 @@ }, "response": [ { - "id": "166fc6b1-fa24-427e-93b9-93a599986eb1", + "id": "be96fc3a-6f9e-475d-9e7f-e1a029a5906e", "name": "List of work items", "originalRequest": { "url": { @@ -190644,7 +190644,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190679,7 +190679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d9caf7-84df-4b4a-b9f8-d45aebecaebe", + "id": "120c4083-9fdd-4aa0-80f7-dd4396171496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190698,7 +190698,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190733,7 +190733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee5884a5-4e08-43c7-9d92-f314d80c6717", + "id": "27fd70ea-f223-4d86-99c0-4e53ca5120d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190752,7 +190752,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190787,7 +190787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabf6f53-8f71-4e79-bd26-c486068c409c", + "id": "99951f94-2def-4286-9e67-3605083f1d97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190806,7 +190806,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190847,7 +190847,7 @@ } }, { - "id": "8d1ab348-a778-4071-91b4-40347a4db219", + "id": "32f98d2d-1021-4667-8738-ffb4271abbfc", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -190871,13 +190871,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [ { "type": "any", - "value": "et veniam ea", + "value": "dolore cupidatat Lorem", "key": "id", "disabled": true, "description": { @@ -190898,7 +190898,7 @@ }, "response": [ { - "id": "3ae47553-e389-48c1-9ba9-aa0c4ca3015a", + "id": "7072229e-911b-4a6e-bd1d-020909c4ce49", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -190917,7 +190917,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -190952,7 +190952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d6b717-9291-4791-a7e6-3522f9ace9b0", + "id": "b83a10e3-5aff-424e-9421-be23456d15eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190971,7 +190971,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -191006,7 +191006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c0cae68-7ae5-4681-b563-72dc04d5f315", + "id": "699110c3-dcc0-4800-8bb4-c613a4d88f98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191025,7 +191025,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -191060,7 +191060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96113174-d824-4eeb-8fac-76588b85680e", + "id": "c8576d80-d1be-45e1-9f20-d85712f76204", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191079,7 +191079,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "et veniam ea" + "value": "dolore cupidatat Lorem" } ], "variable": [] @@ -191120,7 +191120,7 @@ } }, { - "id": "c89a636f-2d69-4713-b330-67ca7cf65209", + "id": "294c4799-a4fb-4051-bf29-4625bfaf0ca3", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -191161,7 +191161,7 @@ }, "response": [ { - "id": "6ce37f04-5750-43f8-a72d-abc5134fcb6d", + "id": "57c6d565-4088-4b4d-ba2c-62abf3b69148", "name": "A WorkItems object", "originalRequest": { "url": { @@ -191205,7 +191205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36de0f87-c695-4c91-a8be-113dcfa0bc85", + "id": "1b78f8e9-c9f3-4338-a393-9d3e08c569c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191249,7 +191249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62eb088b-f8eb-4f87-94e1-272c600f45cc", + "id": "f86c9abd-1777-4f1d-b1ff-f421d072ab01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191293,7 +191293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a2fbde1-524a-4033-80e3-d30d5edc9166", + "id": "f88241da-fbd0-48f4-accd-f08a6c6ef601", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191343,7 +191343,7 @@ } }, { - "id": "e88a532b-24c6-417c-b6de-ebd7a342b0f1", + "id": "78a6a5e7-493f-46cf-96ff-fecda1bb879d", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -191398,7 +191398,7 @@ }, "response": [ { - "id": "d0d13cb0-d23a-4888-b727-f43ae189004d", + "id": "a1761023-cbcf-442d-8a69-b8e0d5b6ea37", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -191446,7 +191446,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9973976c-1245-4faf-b9b3-848936d94ab2", + "id": "587f42be-a712-433e-a535-069d912a7900", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191504,7 +191504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c9f3db-e9e5-4a08-9b5e-dcd5fa5f657b", + "id": "d6e4d27f-2157-4efb-a8b4-50bad2a05439", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191562,7 +191562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed90a723-198e-4038-bebd-7c04b0a79f90", + "id": "5cda52ff-bde5-49b1-b0d5-9bbaf1951ccb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191620,7 +191620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aba7335-96e4-42c0-9d74-8e30806269e8", + "id": "10f3dfeb-cc83-440e-92ec-f5ca6809f43d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191678,7 +191678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6bdb3d4-10f5-4c57-8332-1f86ec92e2cb", + "id": "d800f8b5-febb-42dd-8c11-267998941c00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191742,7 +191742,7 @@ } }, { - "id": "d17e2a42-dd2b-4d5b-8aa5-d7b66003fa78", + "id": "d712fed4-7eb8-4c08-841b-fd59d2e3be9b", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -191795,7 +191795,7 @@ }, "response": [ { - "id": "965b2305-9085-4f5a-95d3-301869857730", + "id": "f75e5877-96fc-452e-b5e7-5b9a2d42b7f8", "name": "A work items details object.", "originalRequest": { "url": { @@ -191841,7 +191841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0169cf49-dd27-4d5c-9af6-5a898064658a", + "id": "8210f1ba-bec6-48ff-86e8-a53f12b7dd95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191887,7 +191887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a65cb13-5958-4476-8557-5e89e13b0395", + "id": "737a458b-d947-4845-82b3-da2070d24435", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191933,7 +191933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5f50d6-60a5-4f2e-a1ed-4067a4b007e7", + "id": "bfc1ba9e-c9fa-4bef-8b89-591c49cf090a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191985,7 +191985,7 @@ } }, { - "id": "a7ca73f7-2da8-436a-a677-b91bff35bca8", + "id": "b1a79dfc-e7cc-4c2d-bdad-d1e3856f2b6f", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -192038,7 +192038,7 @@ }, "response": [ { - "id": "35f7eea3-a65f-4f72-8760-747560e7c7e7", + "id": "3dd5acb6-752c-4897-8f9e-8358f81c929b", "name": "A work items details object.", "originalRequest": { "url": { @@ -192084,7 +192084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6794bcc-56e3-4e4c-ace2-19796f7dcd6c", + "id": "a4c10b72-e8e2-46b7-a192-073463c86562", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192130,7 +192130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b9f60e-1bde-4de2-97a3-82dc8f4cb8f5", + "id": "db0e2dbd-61e7-4a8a-9aa3-62f3054f9df1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192176,7 +192176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3ac78d-f656-4d58-9e55-0534049a6bf8", + "id": "30c660c9-bba5-4de9-b071-e7553e7223f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192228,7 +192228,7 @@ } }, { - "id": "26eba7a6-9a40-4733-8dc4-2b5f3d157eb1", + "id": "a39754e4-3ffc-45a9-8e02-96081dc3ee71", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -192270,7 +192270,7 @@ }, "response": [ { - "id": "56bfdd24-c35d-4ce3-8d36-6c1001b7a20f", + "id": "e2d36bfe-540d-42a4-97cf-c7a0afb3baae", "name": "A work items details object.", "originalRequest": { "url": { @@ -192315,7 +192315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f01cc91f-a07e-48de-b700-ca9faf370f5e", + "id": "e2d9b0de-3293-43c2-a4c5-cb591d5d2eb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192360,7 +192360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd230c7-4b0a-4d39-bf56-9ac17de3b89c", + "id": "a75d15b1-8da1-4af9-809c-95c941e7aec8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192405,7 +192405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52db341-7317-4d2b-b4e8-f40d9e29d393", + "id": "1ec663c6-df03-4176-a076-825e4258bce9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192456,7 +192456,7 @@ } }, { - "id": "2c0cffb0-028e-4737-ac10-22d842e2cf57", + "id": "9f339589-77ee-4072-a664-d1369b74af97", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -192498,7 +192498,7 @@ }, "response": [ { - "id": "39fd5560-61af-42b7-8533-a67f317ee486", + "id": "171e66a2-060b-4d04-ad65-8f485f1d334d", "name": "A work items details object.", "originalRequest": { "url": { @@ -192543,7 +192543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc07c022-2e10-446d-8ffd-ccd0d60e890a", + "id": "a20d1d0b-f1e7-48ba-ab32-0ba88b32295a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192588,7 +192588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00cc6446-2cb5-4c3d-8b11-006ba64665c9", + "id": "152e549e-b492-4e34-9b3b-eb184b06ff7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192633,7 +192633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b785c80-ed22-4e40-a0cf-a53517445bbe", + "id": "a4be5db7-a807-47bf-a0d1-0267a75b1bc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192684,7 +192684,7 @@ } }, { - "id": "d93e729f-2b71-4f1f-9976-a5ee3e576e33", + "id": "650ec2fb-b4bb-47d9-bc97-e40ab2dc630e", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -192739,7 +192739,7 @@ }, "response": [ { - "id": "e24dd938-547e-42b0-9543-c4db00e0ef57", + "id": "404c6144-2e8b-4506-a687-eb76425d7598", "name": "A work items details object.", "originalRequest": { "url": { @@ -192797,7 +192797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e06b8d4-c0f9-4fee-a3bc-169fbbcb0a16", + "id": "dddb69c4-0d08-4de4-a823-7fdc8226a7e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192855,7 +192855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a4ba3b-783b-47cc-8ac4-a98e7c26e713", + "id": "8a89ade1-8981-4377-98d9-0166e06ba936", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192913,7 +192913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a64833-6dd2-44a7-b636-4f703c89931a", + "id": "89ddc4da-b545-4503-ad1c-1cf46d23c9ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192983,7 +192983,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": "94862fd1-07bb-4cc6-8c97-f10d84b844b6", + "id": "8d3ca8e3-d3e8-463f-80e6-b4fff2805c2e", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -193013,7 +193013,7 @@ }, "response": [ { - "id": "74ba280b-495f-44ad-a3f6-d2a16b6d6e20", + "id": "a91df4bd-21e7-4f14-a5d2-43a53a0b5582", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -193057,7 +193057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669d1602-4d60-4871-a0b5-ece38d0768db", + "id": "1fd3367a-d47b-4e24-987f-2645e3863824", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193101,7 +193101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac2d3f9-e01d-4e7f-b356-e6005a9d31a5", + "id": "c9b39afa-307b-4b18-a868-6d895ef8ca75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193145,7 +193145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "364f8777-8ce1-4aaa-b506-5677815726ad", + "id": "d91fecae-d122-467c-a75d-ab0aa6b26632", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193189,7 +193189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4661de04-b2ed-4b5f-8545-07f37bd1b6bb", + "id": "2cb7fc45-e11b-45d1-99e9-68cc0e2ec41a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193233,7 +193233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf828efc-dab2-4d16-b506-3862a7c9cc6d", + "id": "8c57fb2c-c6e6-4f50-923c-a3a91aab63d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193283,7 +193283,7 @@ } }, { - "id": "16402f4b-ab5d-41d8-a947-652112aa0f4a", + "id": "dcdce39d-6ed4-486c-9fa5-c006bc25652f", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -193312,7 +193312,7 @@ }, "response": [ { - "id": "74996c2e-9229-4ff4-aafa-cdeea7336def", + "id": "0399661f-ca98-4cfa-acab-593a2566c394", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -193355,7 +193355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d81cfd-8133-4062-b911-09eade6cd287", + "id": "044846f8-d2ff-4260-9432-6d659a0793e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193398,7 +193398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd4ceb3-6238-468a-a7ce-b73b93204c43", + "id": "c2fd3f73-b6b9-4e22-8e87-7a091fef057f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193441,7 +193441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00003543-5ded-4ad2-bbde-977980152d50", + "id": "015c6359-8e5e-4504-998d-1345870ac54b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193484,7 +193484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a006e8bb-7231-435c-998a-aeca40f23391", + "id": "2ea79e4f-fbe6-4e46-b0b0-3ed3cd44a770", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193527,7 +193527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d488c4b-9dba-4cc1-9399-171e21ee22b9", + "id": "2780d678-bf18-478f-acb8-f5d6ff2c5d52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193570,7 +193570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2285657-01d6-4b1a-9b9f-00e1ca243cd2", + "id": "89e3a213-f781-4720-a1c7-9c74781335e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193619,7 +193619,7 @@ } }, { - "id": "29796505-a176-4c55-bf6e-976076b490e6", + "id": "151a7297-d09b-44a0-a281-27558a4dae55", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -193661,7 +193661,7 @@ }, "response": [ { - "id": "edcaef98-22a1-4c2a-a37a-46bd647472f1", + "id": "1495b82c-106b-4263-b511-352d67328eb3", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -193717,7 +193717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729dbc48-9e25-4d48-a329-0fe6dfefc52c", + "id": "988fa2ce-3d5e-4909-9829-5277a2e63264", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193773,7 +193773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f078ce5-8af1-4d71-aa42-9ea2086d12c6", + "id": "e6e31204-63f8-4c33-abe6-596ba3edc379", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193829,7 +193829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6f46e2-db68-43f1-ac40-09aec019c514", + "id": "2393d0eb-4361-4fb1-a25c-92d45317fe79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193885,7 +193885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35be9ca6-f59b-4505-9346-7b753c1fba4a", + "id": "f12bc615-6aeb-41df-a321-62906b4f3c55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193941,7 +193941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e889662b-5680-487c-8441-7fa0a7b89aa1", + "id": "145e2930-a8d3-42bb-b0ae-a0b0c53edb78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194003,7 +194003,7 @@ } }, { - "id": "40e454da-fb8e-4d48-8494-96297575b517", + "id": "e36d11b1-ea65-4628-8a14-24cae1f53e88", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -194044,7 +194044,7 @@ }, "response": [ { - "id": "e473625d-dafb-4746-9617-26c0778338ac", + "id": "bf4ddd2b-1dd3-48a2-ad9f-0681ed257c47", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -194088,7 +194088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa816090-cf6b-4019-8066-2faa85b297c6", + "id": "c499b797-e084-4042-b139-2b12914e86ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194132,7 +194132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb7ccd4-b383-4a46-a573-282b2e01d177", + "id": "dd0a4b0c-7ba4-489b-b28e-09aa744c4d77", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194176,7 +194176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d0024e-6edd-4670-a25d-b7fc3c99b1cf", + "id": "acd80782-81c7-4a50-b957-dc18910b0198", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194220,7 +194220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27bc0afa-d1bb-4272-96fa-8428dd8e1e36", + "id": "82fd16a9-49e1-4ca5-bf2e-d1b79804782a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194264,7 +194264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "039a6d66-31c5-49fd-9755-821156ce18ec", + "id": "8ef002c2-5cbc-4806-8775-65cab0c6b542", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194308,7 +194308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dff7ef2-ac27-44ac-bded-262459750c35", + "id": "3b73520a-bb96-4252-b711-27a03afb2a64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194358,7 +194358,7 @@ } }, { - "id": "0a4d0903-141a-40c9-845e-8e36fef297f3", + "id": "c3ddcf07-4a89-4158-a899-16f166336d32", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -194412,7 +194412,7 @@ }, "response": [ { - "id": "88f3776f-5d99-4fc2-96df-1fcb6afb2820", + "id": "39a863e0-22fe-4c6c-84df-005957003217", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -194469,7 +194469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3327353-890b-463f-90d5-b872d6f7f8cd", + "id": "561a8c69-2df2-4002-89c4-4a5767f8dc12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194526,7 +194526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccce64ff-ffcc-4cb4-ac49-457ad41e3e7f", + "id": "a2946f31-6c5b-4823-89e8-df6fdc9ead0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194583,7 +194583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5965c2ac-eccb-47ef-8f8d-16da420fc49b", + "id": "8f32683e-f418-4954-8be9-654c962347d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194640,7 +194640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2af1a5f-123c-4454-bb3f-8ef1662f7b77", + "id": "208077b9-8f03-4968-91ba-b95fded86d37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194697,7 +194697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19092108-1bb1-47b0-8529-066fa161632c", + "id": "fee70751-3864-416e-b3bf-7017a2034b5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194760,7 +194760,7 @@ } }, { - "id": "6d75d02f-5edf-4e0d-acd5-bf673dce73bb", + "id": "60ef436a-9d2b-4100-84dd-6c23db34f5f4", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -194801,7 +194801,7 @@ }, "response": [ { - "id": "533c5132-e702-4332-8d9b-87e18aef47c4", + "id": "c6d041dc-5d34-4ee8-ba83-6e1b37dc7c26", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -194835,7 +194835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5e0f5340-2842-420c-ba38-7e435dd3131c", + "id": "b0452af2-3572-4260-a3cd-9de6e6576e4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194879,7 +194879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8387c8b-87f4-4041-9abc-5f8aaca7f35b", + "id": "860f02d8-2bcd-4842-bb9b-e17229592fb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194923,7 +194923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e45d6847-f997-4be1-af3e-39c5e8c3dc5c", + "id": "9ebdece0-1b1f-43c1-8648-71570f97f36b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194967,7 +194967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a530984-1801-4940-a5e2-f3c6623f1475", + "id": "5592a7e6-2974-4c27-aa1a-bf291c731b02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195011,7 +195011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848eeb0b-f511-4223-9f23-cbec230d2a96", + "id": "6614dcef-78a9-4a16-a4fd-26e20e364087", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195061,7 +195061,7 @@ } }, { - "id": "5d534bd9-20a8-4832-8619-7cc9ca112a3f", + "id": "4caeafac-c40a-4543-97d3-ac8ff208eaf0", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -195124,7 +195124,7 @@ }, "response": [ { - "id": "aa2747d8-36e0-41ae-8fa0-3d17bff36c70", + "id": "7634e89b-30b5-4f8d-923b-347a7a988384", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -195180,7 +195180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eb7f4c1-4fa5-4e81-8a78-55101967425c", + "id": "21075a5c-e1c8-4285-a37c-bf77cd62bebd", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -195236,7 +195236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c0fa53-d05a-4b87-85df-8cd176f598c2", + "id": "0589aceb-2ffc-499c-b1c3-678fed952b95", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -195292,7 +195292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a10648d-b591-4f2e-aebf-c479a52af657", + "id": "720561e7-2019-4119-81b4-bd8741391b2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195348,7 +195348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da98fa59-eb81-4fd4-92b2-6c290a190485", + "id": "6329f9bb-b7d4-4e2b-a2e0-871da7ed50a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195404,7 +195404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "636f762d-cae7-40e2-b625-f9ffa578fff5", + "id": "2873cba5-1ba2-4cc9-ac0a-509ba99a7002", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195460,7 +195460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f39c10b1-635c-4144-a0c4-2a448e87b8d8", + "id": "5c5136bb-49f2-44dc-ad79-4ed1a1fd9968", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195516,7 +195516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e264b7-e3a1-4389-a596-8e4c0a4bcad7", + "id": "b4748c13-6dca-4222-a2da-c633954180ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195578,7 +195578,7 @@ } }, { - "id": "eb57baad-3c2c-4a4a-a937-73a7a2b40a1c", + "id": "40d73c2a-974b-4409-8945-50bc215747ec", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -195608,7 +195608,7 @@ }, "response": [ { - "id": "0533c0fc-2bd9-4eb4-8156-a867a4924bcc", + "id": "ee7d8484-cc89-4ac0-a3a9-1db86b9fc23b", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -195652,7 +195652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda76c73-63af-491b-8e06-76981325df9c", + "id": "5e3dd025-b865-48fa-84fb-d20ff02e0b3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195696,7 +195696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed219e1-f2f4-407e-b16a-604b8d770903", + "id": "cf6a3a0b-0d24-4eb8-8a61-c8d8b883e045", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195740,7 +195740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8a59263-fec3-4101-9f45-4c32e86b6d6a", + "id": "2a2d11ca-e9ce-4e19-8314-897f7a14cdc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195784,7 +195784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f995949-f8e1-47c3-bc76-2a51afba89e3", + "id": "800a85ae-c5cd-40a5-b975-b2b651171052", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195828,7 +195828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f53ba4b-16f8-4448-a194-92a12a8c1ed4", + "id": "950f2c15-f5b7-4740-adb2-717e6afa6353", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195872,7 +195872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6677da04-a2ff-4ac2-a8fd-5804434257b4", + "id": "2cb4e0ac-1e56-4edd-af2c-2c424b032587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195922,7 +195922,7 @@ } }, { - "id": "f0aec8be-c1d3-402e-b8d9-e8fee68dd0db", + "id": "36200855-2526-444e-b7eb-f1be84b88438", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -195965,7 +195965,7 @@ }, "response": [ { - "id": "d7cc2ff6-9cda-4da3-93f3-a36263a6e4c2", + "id": "db6be413-552d-4c19-8fff-64e732fe94a6", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -196022,7 +196022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa82910-b85c-41a5-a536-14fbeacf5e3f", + "id": "a8066a21-3678-4876-951b-5763b33821d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196079,7 +196079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6c899e5-ccf8-4c46-bcbf-45568ac374f7", + "id": "1438e3fb-1b56-4fbb-883f-80253db7aff5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196136,7 +196136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d6a4e8-d285-4f0a-84d7-13cfbc96f0d6", + "id": "41b1dcbe-4c2e-4c60-bed3-3b75932178e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196193,7 +196193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421b5f1a-1f62-46fc-831e-32984af6f844", + "id": "8c20ec00-e503-49dc-8751-8227c9f7b231", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196250,7 +196250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f59ae3cb-a736-4adc-b241-15f8ddc73bec", + "id": "ebb120a6-9129-4cef-bc64-0807f35477c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196319,7 +196319,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to [event triggers](https://developer.sailpoint.com/idn/docs/event-triggers#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "b31036f5-51dd-46bf-a8d3-bb1027a654f6", + "id": "2d6b1052-642a-41a4-aceb-0eb1f7098730", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -196361,7 +196361,7 @@ }, "response": [ { - "id": "84abc48f-554e-49e7-b189-e931c55d8bf5", + "id": "afeedd1e-0bb0-4d05-8e8e-8c0d4ed95486", "name": "Event Trigger", "originalRequest": { "url": { @@ -196417,7 +196417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "104cf3ec-559a-4753-ae5f-3bc1536055f3", + "id": "0f83f537-1e57-4888-b7db-c0036d2e48ff", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -196473,7 +196473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1f71c14-d9ee-4679-867f-45471f9d6f36", + "id": "42ac491d-b63f-4ea2-906c-0c77f710c266", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -196529,7 +196529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3291d21c-dafb-45bf-b61e-2a2986e3962f", + "id": "291a4867-6ab4-4056-9adc-2b0af38398c8", "name": "Event Trigger", "originalRequest": { "url": { @@ -196585,7 +196585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c31b89e7-733e-4fa3-bc13-5021e5fe792b", + "id": "f89d20ba-6d47-461a-95b6-a69ea1def331", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -196641,7 +196641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18012ac-6c97-48b5-b961-9b6971cc60ab", + "id": "7a62562a-dba4-4011-837c-582da8bf9827", "name": "Event Trigger", "originalRequest": { "url": { @@ -196697,7 +196697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963e76b7-e128-40fc-824f-23778cdb217d", + "id": "aeb44ce6-16b5-4e01-b0db-82febe58ea7f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -196759,7 +196759,7 @@ } }, { - "id": "fd2a05e5-df80-4d84-9f6e-fd37907dcc9f", + "id": "3dec8bcf-4a91-4fc5-a7a7-ad602145b890", "name": "List Workflows", "request": { "name": "List Workflows", @@ -196788,7 +196788,7 @@ }, "response": [ { - "id": "1a31c3a0-394b-4bc2-83cc-2b757e2d715b", + "id": "f6f01680-efbf-4660-8cba-bb14b30e2476", "name": "List of workflows", "originalRequest": { "url": { @@ -196831,7 +196831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938ee5bd-5a9c-4942-87d6-1d957373632a", + "id": "8e58875e-a830-41ef-b47f-6100d8d54f63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196874,7 +196874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c9ed3e-d8af-4833-898a-5ff437a79cd0", + "id": "d84ecbed-3ec9-4b6f-9fe1-0f0530afe7a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196917,7 +196917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb2652f-e9ac-480a-b7c3-d923cf4ac776", + "id": "70b2f7f0-70e1-406b-871d-5cb83e2aa062", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196960,7 +196960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68de0c1e-d910-4275-86ad-3036387f4e84", + "id": "29989f2d-c2be-4b68-a1ec-77bc4755c3ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197003,7 +197003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd54a9ca-c65f-42ac-b07d-112ade558745", + "id": "7dbfa8a3-0a24-4885-b065-43f73a5df254", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197052,7 +197052,7 @@ } }, { - "id": "a1b87172-641e-4bd9-9597-9a08c59ca15c", + "id": "a0881a80-c0be-4416-a0e7-9ff0c1cf76c0", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -197093,7 +197093,7 @@ }, "response": [ { - "id": "b4f60d20-f8e8-4a91-bc10-5b8ec61308d6", + "id": "403ba637-a3ae-40ca-b302-83ae4cd3393c", "name": "The workflow object", "originalRequest": { "url": { @@ -197137,7 +197137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b892d012-86b9-459d-a474-fe5cb02fef59", + "id": "70059ad3-62ff-412f-b23c-b24065376bc0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197181,7 +197181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43e72d70-7704-43cc-b825-bbe13142ea23", + "id": "04a0a564-fd49-4e13-94b9-80831b9124fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197225,7 +197225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27abb9f7-6f63-45a6-8107-7c727565befc", + "id": "d6bc6903-cd2f-4c8e-9aec-5a849db77d6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197269,7 +197269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36d1c218-62f7-4d74-9c8e-9c6508c468d6", + "id": "56908f0d-07b5-412e-8b77-3aaceb2b18fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197313,7 +197313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41797776-76b4-4115-83f3-7a55364c6eca", + "id": "b2385380-944c-41f0-b413-7dcdb3b45288", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197363,7 +197363,7 @@ } }, { - "id": "b22be3ef-3059-4254-a427-11254ce6baa3", + "id": "d241463f-fc97-48fb-bbf9-8d6683166990", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -197417,7 +197417,7 @@ }, "response": [ { - "id": "8022171b-2fdf-4d20-9117-dadec9844aa0", + "id": "7893f8e5-60f9-42f9-9669-e81c87e58f45", "name": "The Workflow object", "originalRequest": { "url": { @@ -197474,7 +197474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275314cb-6f4d-426d-8eb3-b2105ff97619", + "id": "170ccd2f-36e4-41cc-b2ef-1851c87b0f1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197531,7 +197531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5fa51b-8a52-494a-aa07-d632b2ac1517", + "id": "07b7166f-9688-4a16-842b-2795b47ebd74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197588,7 +197588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6508229e-839b-48fc-8dc6-6402e37780d1", + "id": "bf74c91e-7bef-4ad9-a933-923175e5c852", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197645,7 +197645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b36f444-899b-4f8b-9ada-db92c2d94ff3", + "id": "83bf9f5c-ea89-4be7-b332-8c0460d826f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197702,7 +197702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97779931-546d-4245-ba6b-27924f2aa38f", + "id": "002eee07-3481-4e82-8da1-19945e3256ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197765,7 +197765,7 @@ } }, { - "id": "b3ab3f97-a159-473f-b22d-08d739188bb9", + "id": "ea5ffd44-63f7-472d-9ae2-5c1a7b263083", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -197819,7 +197819,7 @@ }, "response": [ { - "id": "186a2935-2b1a-4910-90b1-db108f67a89f", + "id": "01cbe844-6cd6-46ce-b3b1-6590a291039d", "name": "The Workflow object", "originalRequest": { "url": { @@ -197876,7 +197876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc934ce-d0e6-412e-9b9b-5cecae681d68", + "id": "aaa66702-f18a-44a9-a5b0-2da37db72445", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197933,7 +197933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19d9270-77a6-4d4a-a409-42533d46762e", + "id": "719453b6-863c-4928-93ef-9c524702a9a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197990,7 +197990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd7c20c7-6e64-44f7-867a-4ce9b8a801eb", + "id": "10a8a7e7-7164-4eff-afb0-b24abe2d450a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198047,7 +198047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eac73b5-6101-4df7-b7d3-bae549d9949e", + "id": "5dc562b5-82f1-4e79-b9fc-270bce70d924", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198104,7 +198104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3cab2a3-ebf8-43f0-8d12-41fc3cf5b313", + "id": "37c976de-941f-4036-ab28-ce2d99bc5f6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198167,7 +198167,7 @@ } }, { - "id": "ae43197b-fdb4-49e2-9e43-0020c428f4e1", + "id": "533f7f36-05da-4c70-bdd9-63eee619f87f", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -198208,7 +198208,7 @@ }, "response": [ { - "id": "7f8daba7-f0e3-4e9a-98d7-947e61303177", + "id": "f68ea461-3fe1-46cf-988f-529fc26c7ec3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -198242,7 +198242,7 @@ "_postman_previewlanguage": "text" }, { - "id": "89b5986d-1df7-4008-81e6-058f3c5f6daf", + "id": "05258f69-3272-4b6b-8e47-522dfacd8532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198286,7 +198286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592af7e9-21f4-4b87-8590-ed29c91b99cd", + "id": "fe012e29-b61a-4955-8663-0258fb13a377", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198330,7 +198330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9c25bd-7d3c-401c-a413-73eccee5e27e", + "id": "f90e7239-c60f-447d-ab92-e46a9598b933", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198374,7 +198374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e665e5c-bc69-4d1c-ae61-d36c8f272367", + "id": "64577347-dd08-49ff-b66b-f3556efadeee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198418,7 +198418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26065e1e-5f3a-4029-b956-779282d24b11", + "id": "a286e122-8307-4d6b-9b63-db2514c532e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198468,7 +198468,7 @@ } }, { - "id": "fb233c68-c7fd-41f9-9157-2b0b49088bd8", + "id": "5dc7fd85-640b-4c16-bb2e-30379a3b7ca4", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -198523,7 +198523,7 @@ }, "response": [ { - "id": "d4ead71c-3d6e-4f87-b3b4-8c475efd92d7", + "id": "7ebd21f2-1289-4078-9dad-8ce2f2aff851", "name": "The Workflow object", "originalRequest": { "url": { @@ -198581,7 +198581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e2df9e1-62ff-43cc-a9e5-493508b49f26", + "id": "889e706a-80af-4ecb-878a-023a687f6eff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198639,7 +198639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7116a3a-2f0d-42f2-a134-ed0e77fa0103", + "id": "026e2f64-bc99-4c1f-b431-beec8a361fbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198697,7 +198697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5ae30f-0e04-4001-9653-c441742254ae", + "id": "23500cfa-a9f3-4ed8-95dd-b08fd27c3f6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198755,7 +198755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06bd1370-f443-419d-a7a8-9f6e4c6a35bb", + "id": "3fc4a749-efc6-4a58-bd01-27731892f34c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198813,7 +198813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde7faa7-9251-4a3e-8544-f6b8cd740112", + "id": "0ae35e58-9777-4abe-ac0e-cd94052a945b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198877,7 +198877,7 @@ } }, { - "id": "064ed6a2-56b6-4884-8543-c0dbd6ca8e62", + "id": "ba8fba77-7aee-4458-83ed-f56829ee16a4", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -198956,7 +198956,7 @@ }, "response": [ { - "id": "5524272b-7c44-4768-8247-eef17714e430", + "id": "78423daf-c0ae-42bc-94c1-4d371d53ad27", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -199038,7 +199038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc22801-c125-4cc1-bac6-f6e4298355b1", + "id": "e37a2556-a133-4ed3-bdac-31571298b194", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199120,7 +199120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca6c329c-96de-47ee-a282-1c358da789c3", + "id": "3b8bbe53-dfd6-4458-9745-f65f00cd28dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199202,7 +199202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b87aff-de7e-4d6c-9de4-6677f2d58142", + "id": "780fef70-9bf9-4777-b67a-fcdcf4cb0893", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199284,7 +199284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db28de48-d16d-444c-b835-7b68b4d4d0a1", + "id": "f418cced-2e35-422c-964b-2bed0d38ebbb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199366,7 +199366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1726d13-ccc2-4af2-a9ec-44571c8103b3", + "id": "1335deef-36fc-46d9-adb1-71a22aaea41d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199448,7 +199448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f145c60f-139a-41e7-903c-c009ecba5272", + "id": "0c8f09d8-dec6-4d23-8a49-4db5e4115434", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199536,7 +199536,7 @@ } }, { - "id": "0440bf20-e7ff-4136-85b4-8ad808c51db0", + "id": "cd82819e-29ca-48ae-9a2d-a16ffcb8d6d3", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -199577,7 +199577,7 @@ }, "response": [ { - "id": "07b7c0cd-e8a7-4306-85ac-05750e1ef473", + "id": "ee8c0a3a-f552-466d-aee8-caf58f1be15e", "name": "The workflow execution", "originalRequest": { "url": { @@ -199621,7 +199621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a86b3531-187c-4a88-a8b3-c742eb14a3bc", + "id": "e6952b87-e5f5-4389-afa9-afe40a00bf7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199665,7 +199665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27035c2e-353d-41f9-b626-09ff9f80cf91", + "id": "84494306-ac85-43b3-b703-0d3360245b32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199709,7 +199709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f82c632-5918-49a1-b4a2-5bf0dda17da7", + "id": "e5d47532-bd3b-4671-a700-283d5cb295d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199753,7 +199753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424167d8-47af-45d7-a872-b00b57fed51f", + "id": "0bc9daa1-ea0b-4f37-aa24-83d2b40c98ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199797,7 +199797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bc393e-40d9-4013-abb2-c1bc65d2e359", + "id": "39736f89-51e8-4503-8a00-7c80db244e9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199841,7 +199841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8bab39-ba7e-4234-8c57-781be2729749", + "id": "222b6db8-9680-4e6b-92a9-20b9567ceed5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199891,7 +199891,7 @@ } }, { - "id": "5810edb4-740a-4fb3-acfe-92a9790bb6e0", + "id": "90bc53a6-4e48-42cc-9b89-be84a4a1abe2", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -199933,7 +199933,7 @@ }, "response": [ { - "id": "56237e67-7f7b-4821-b2f3-133fefc35db5", + "id": "5e2847e9-b4bb-4373-9d0f-59480c5d0681", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -199978,7 +199978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fedf9cac-8454-465a-b9d5-0f87554e992f", + "id": "88e17055-d0b3-4945-8b55-0fccd8a17c03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200023,7 +200023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d712a2b6-6f85-4de7-91f2-9244bc2205cb", + "id": "c18d6d8c-3596-462f-bf12-a7bbb0532ad4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200068,7 +200068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083567d3-d6e2-4fc7-aa83-4606e890ccb0", + "id": "3221efb5-56d6-4c72-be6f-4234e3b0da4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200113,7 +200113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f66664-7a01-48ce-949b-7909141c94c9", + "id": "ac8e8c47-1e66-43b5-b563-0e9d3fa2895e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200158,7 +200158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f95f200a-3aa0-4c1e-a4f8-a59936eac8d9", + "id": "c60709ec-cb3a-4d0d-8a9c-1d3ee7634be3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200203,7 +200203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0aa8f46-6b1e-45e0-aa16-17f2bc93ae87", + "id": "093cc8d4-8e94-46ee-a9d2-34d8653a9948", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200254,7 +200254,7 @@ } }, { - "id": "366d5d8d-9b92-4715-82b3-7d5078a65adc", + "id": "b7631290-2b16-47dc-b6af-ad91300580be", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -200296,7 +200296,7 @@ }, "response": [ { - "id": "c623779e-8e2d-49e6-8679-5af5373fc56e", + "id": "8aabdf30-940d-4b35-ab6d-928f317f108b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -200331,7 +200331,7 @@ "_postman_previewlanguage": "text" }, { - "id": "24cf416f-19eb-4e92-8787-574db62e09b4", + "id": "2a8380cf-7bee-46bd-91fc-4d7798694cfa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200376,7 +200376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47791f02-416c-4199-958d-e91c232918de", + "id": "56bb3fe2-d7ab-4f15-b409-6f84d75845b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200421,7 +200421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ca2899-7d56-44ff-bd1e-6896f3872dae", + "id": "bcd89d72-df45-4470-9290-3c8edfdb727f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200466,7 +200466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3034ee2f-b337-445f-8867-f818740c9447", + "id": "8d78741e-904e-49bb-a5dd-2e11936354b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200511,7 +200511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e25699ef-a43f-42ef-939d-5cbab8b27fe4", + "id": "065b041c-d76e-48e1-bcf6-ea5e858be283", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200556,7 +200556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b4ef51-f8ad-4e97-9221-af774571247b", + "id": "c46be599-42c9-4eee-9130-13abb259fcc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200607,7 +200607,7 @@ } }, { - "id": "992686bc-332b-4e27-a3f2-64ffec700492", + "id": "1c36f738-2aff-4d47-ad59-afc6c7f19a6f", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -200655,7 +200655,7 @@ }, "response": [ { - "id": "58f4b5cb-7846-4970-b98f-2e244954cb21", + "id": "9f0b4b92-dd23-4e78-a77d-0dadddb78688", "name": "List of workflow steps", "originalRequest": { "url": { @@ -200717,7 +200717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c47968-a4e5-466d-9f3f-10325ecb571c", + "id": "5453e43e-8176-4c8c-901e-cc95ed951e63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200779,7 +200779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f7ebc3-4798-4d93-b535-26373a7e5fe8", + "id": "4d68b9e2-603a-47d6-bbe8-ae9cb5ee4131", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200841,7 +200841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7462272-c805-465b-9064-d8f38b97cb35", + "id": "982a7558-483d-4876-827b-143fcbc35874", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200903,7 +200903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b1b0c1-540c-4f52-aed0-42e4106753fb", + "id": "cb567c20-92c8-46da-9117-47a06dd5b6b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200965,7 +200965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c06e50-7ede-4306-976e-6bf7a87a0e39", + "id": "46bb052b-c5ca-46f9-98b5-36df6dfaa6e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201033,7 +201033,7 @@ } }, { - "id": "d971c385-dc55-4788-ba56-dcfcdf726330", + "id": "349dc6a5-f8fb-41d4-880a-322d00faac14", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -201091,7 +201091,7 @@ }, "response": [ { - "id": "cf600508-d5f4-4eaa-af3d-04c6381b1db5", + "id": "cbccc3ac-7061-4473-a87f-dfbdc363c909", "name": "List of workflow actions", "originalRequest": { "url": { @@ -201163,7 +201163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a2e58c-4e4d-47e6-994e-98a44c2950b2", + "id": "170adfa6-6781-40f5-8b39-f0bb484b7eb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201235,7 +201235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf79ec93-ce25-41e7-89da-1649aed7e162", + "id": "5dae12ce-25ab-4279-a0bc-24f0fab87bae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201307,7 +201307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b4d66be-e231-4b6b-aa7e-58d3b6317a0f", + "id": "04f98f5a-2f2f-4237-8ab3-fd22ed57aa71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201379,7 +201379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dfd5098-fbd4-4c6c-8aab-2fe4a6805609", + "id": "539e44b4-4e41-4550-8e9b-f276fc33a783", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201451,7 +201451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a74240-6148-4f56-810b-dada2d4feb69", + "id": "f4d59ab8-befb-4c4f-9a3e-fe5f5169a448", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201529,7 +201529,7 @@ } }, { - "id": "e6ae5989-ab35-4dc8-a6df-8cd13e5ae29b", + "id": "0febc3c9-1dca-4e6f-b799-2d240de701df", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -201587,7 +201587,7 @@ }, "response": [ { - "id": "f451e508-0f03-448a-8aef-e0294a87e781", + "id": "2766f22f-1549-45ab-ac0f-5ea333c6215f", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -201659,7 +201659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b66e6f4-f1dd-4baf-ba37-4f7365450d1f", + "id": "2747e6c2-ccfa-4b10-8dfe-9dc3bac509c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201731,7 +201731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e4027d4-7edc-4f0b-8d28-2a97a786138c", + "id": "4faac16c-3baa-403b-bc82-5ca341ce3b90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201803,7 +201803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5097525f-c316-4b53-a2d9-bddf35a5668a", + "id": "f787c81b-1dcd-4ab4-8dce-c48730baa064", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201875,7 +201875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c79f11-4175-4b8a-b432-8503a40d9eb4", + "id": "2feb2372-c2d0-4e3a-86df-24dfe50cf9e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201947,7 +201947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdf376e4-c1e4-451f-9a30-63cc899947e6", + "id": "1f81717e-9f70-49b0-bdec-e798126c5de8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202025,7 +202025,7 @@ } }, { - "id": "a08c28a7-7284-4845-9cd8-610ec5ce56d0", + "id": "5039daec-ea7a-4226-8eb9-e6257ec149ca", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -202055,7 +202055,7 @@ }, "response": [ { - "id": "d17d3045-b2c7-4fbd-bff5-48d9f923e955", + "id": "c3ed38e5-c774-49dc-b0d5-92522f4c0a99", "name": "List of workflow operators", "originalRequest": { "url": { @@ -202099,7 +202099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eafb93be-5d58-412e-9e33-b42bcc63cbe4", + "id": "0dfa3cc9-9b5e-4dec-bd6d-90ce693dda86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202143,7 +202143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e36291-a9ea-4301-bcf4-41d015622451", + "id": "2480c432-49db-4495-9977-40db75cc7e9e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202187,7 +202187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3be897-c454-4ab9-8a65-801b3f68d227", + "id": "f887a629-4551-4117-8758-e15ebf4ef59a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202231,7 +202231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2ea864e-8b04-4e4b-b782-0ec6d3f9346a", + "id": "c2af8c32-6678-46b1-a895-d99ef742b77a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202275,7 +202275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd5c5b4-44c7-4750-89ce-1d6dc66c4447", + "id": "d06919ef-2ad6-497d-a7da-c1e9ae71b632", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202325,7 +202325,7 @@ } }, { - "id": "c6bdbd28-e82a-4491-b60d-95db9b01aeb9", + "id": "6cab6fb5-4678-4385-bb07-19ffc57f1c3f", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -202368,7 +202368,7 @@ }, "response": [ { - "id": "bd6ee078-d698-4c89-8ed9-47624d78fb08", + "id": "f88870e8-f382-4128-8623-ad1c73cbc337", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -202414,7 +202414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697c209e-94a8-4500-8caa-f84b3050b1f1", + "id": "75bdbc93-473c-41f9-bb6c-6230dabf2bfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202460,7 +202460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49065da2-d4f3-43b1-88fd-f23f1dfa8b10", + "id": "180013b2-3c1f-4ba5-bfda-ec133d051808", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202506,7 +202506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbe6f81-71da-49ae-8a01-2ff1ae1eccac", + "id": "50aae55c-abde-4cf7-b856-4cad2ff57bcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202552,7 +202552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08960e2-2695-4d4f-9fb8-fbccc655a6df", + "id": "aac84b7e-38d0-4a16-b9a7-ce921a5a3a80", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202598,7 +202598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7acc375d-2f6b-471d-9c0c-27538f11bfb9", + "id": "1fb08417-e4de-4eef-9f2f-1c002719022c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202650,7 +202650,7 @@ } }, { - "id": "a11d2aaa-80ac-4821-ac56-07c7e49f54aa", + "id": "8b6473c5-61b2-49f0-af39-ab55dcef910d", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -202706,7 +202706,7 @@ }, "response": [ { - "id": "68f1654b-ddb6-48dd-8244-56987fed11fe", + "id": "2eb50117-086d-492b-95a9-06b42300f393", "name": "The Workflow object", "originalRequest": { "url": { @@ -202765,7 +202765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06f35cd-05f4-41f6-96a7-3f4409960c11", + "id": "c3e43212-8221-43d3-a268-56bb9accc475", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202824,7 +202824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743c18d0-9d09-4883-91b8-e0106c91d457", + "id": "aed4a8e5-8c3b-473a-90c1-a70a4497fbd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202883,7 +202883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81e00dac-671d-4dba-8aa0-b2170dc2e26e", + "id": "ef801eba-c781-48ac-a0ba-c8df760b9285", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202942,7 +202942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e15e50-3b63-44cc-835a-c6b8a905570f", + "id": "9cd684b6-387e-4e33-bd2b-697356fb7703", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203001,7 +203001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edd642b2-0ef5-42b5-bfe6-38705725a08d", + "id": "e5ace18f-f8c1-4810-a08c-b9ea845f3643", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203066,7 +203066,7 @@ } }, { - "id": "27a4bc7a-3b07-466d-a78f-316f9dae8c0e", + "id": "00f51d15-2d63-4f4e-96de-3149bcbf9686", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -203123,7 +203123,7 @@ }, "response": [ { - "id": "7dbb30f1-edb9-4d15-a1fb-0d750c646ad5", + "id": "361c90f6-85a4-4eef-a29f-98363ed78019", "name": "Responds with the test input", "originalRequest": { "url": { @@ -203183,7 +203183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d2dbf2-6e69-4f8b-9787-cbf55d88a170", + "id": "43c3863b-ebac-4d08-8abc-e17d31940743", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203243,7 +203243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e44a2b-4846-422d-acdb-6e417451a512", + "id": "949f143d-4c26-422c-a57b-e893b65f0731", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203303,7 +203303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1b93fc-485f-45bd-bdb6-eb54ff386e63", + "id": "75b61381-9001-4a1a-9163-487b248b8458", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203363,7 +203363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd2f3e15-42c6-45c4-a0cc-9667af64150d", + "id": "a968a661-5dce-4d22-96a4-f260ad307a88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203423,7 +203423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfcf795d-9c4a-471f-90a4-4083527aeaaa", + "id": "20c55288-76fc-4df2-b9c1-949de38d06d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203569,7 +203569,7 @@ } ], "info": { - "_postman_id": "677274b7-7246-4e9b-bc6a-ffcadeacf9bc", + "_postman_id": "7e9e2d77-88a9-4c79-afaf-9c550991f8cf", "name": "IdentityNow Beta API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-nerm.json b/postman/collections/sailpoint-api-nerm.json index f84b397..833b279 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "64fc9a64-3a8b-4360-a759-ce206b9fb747", + "id": "bbf1dea0-d70d-44bc-81a8-b145d9a93ef1", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "ed7fe256-1a18-4c8e-a126-8bf223a7bc9c", + "id": "61b8828d-ab7b-4a06-8a88-0086296fa1d0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:d9c96de8-b6cc-2c92-cf4b-e20789a31cc0\",\n \"uid\": \"sint fugiat inUt do reprehenderi\",\n \"name\": \"velit consequa\",\n \"email\": \"HHBx0X6HECVLtp@m.svc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"nulla nostrud\",\n \"status\": \"Active\",\n \"login\": \"pariatur in ut\",\n \"last_login\": \"2003-05-26T13:19:06.801Z\",\n \"cookies_accepted_at\": \"1974-11-14T12:46:20.482Z\",\n \"preferred_language\": \"quis velit do ipsum nisi\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"70cb8d4a-7c6a-4b53-57f2-146deae2e02e\",\n \"uid\": \"nostrud in aute quisminim deseru\",\n \"name\": \"sint ea\",\n \"email\": \"6nnlfyJu@mEfigHNyEKzvCxGFXcjbsuLAPkb.kta\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sunt ut reprehenderit dolore\",\n \"status\": \"Active\",\n \"login\": \"dolor laborum enim ut\",\n \"last_login\": \"2007-06-03T10:52:16.943Z\",\n \"cookies_accepted_at\": \"2007-12-12T00:14:45.157Z\",\n \"preferred_language\": \"voluptate sunt\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aee87f01-45a0-4c12-b53b-cd6b8ac1df7d", + "id": "070b9dcc-c440-4f08-9ebd-e365e04630c7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dc2f18-d5ee-40f4-a45c-7f60592539b2", + "id": "f48fff49-b971-4e1c-8a46-8f2dd92a89b6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "bd28470a-3765-4871-96b6-e99a9837311d", + "id": "f3f42636-1000-44d1-9e8f-abe08895826d", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -299,7 +299,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "tvhi6t73Oioi@TzUpNkyxJQiDtMvlCBFGvZtPh.tsg" + "value": "tYlz@yBRHRrwrZjIfNhKcTMjuLDzTjWj.thx" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "8377ee60-cfd4-48f0-a5da-7f7a9e39e386", + "id": "90587b2b-780e-43b3-98dc-16e86426e2c7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -406,7 +406,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "tvhi6t73Oioi@TzUpNkyxJQiDtMvlCBFGvZtPh.tsg" + "value": "tYlz@yBRHRrwrZjIfNhKcTMjuLDzTjWj.thx" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"1a16f7b3-a3ff-db63-cf15-14fade49fc83\",\n \"uid\": \"eiusmod dolore nostrudveniam in \",\n \"name\": \"aliquip\",\n \"email\": \"ajOAJBGq@LhtaFNLyZsDxYmyhk.lqe\",\n \"type\": \"NeprofileUser\",\n \"title\": \"culpa enim amet\",\n \"status\": \"Disabled\",\n \"login\": \"culpa occaecat amet\",\n \"last_login\": \"1990-02-09T22:58:42.809Z\",\n \"cookies_accepted_at\": \"1944-11-08T19:51:48.464Z\",\n \"preferred_language\": \"eiusmod voluptate\"\n },\n {\n \"id\": \"urn:uuid:ccfc0d0f-c8e6-ef3b-acbf-a93ad6870867\",\n \"uid\": \"voluptate magna iruredolore sunt\",\n \"name\": \"irure et sint\",\n \"email\": \"fLX-Osa@WYtPODhjqIZbY.doxg\",\n \"type\": \"NeprofileUser\",\n \"title\": \"veniam nulla adipisicing ut\",\n \"status\": \"Disabled\",\n \"login\": \"ut\",\n \"last_login\": \"1997-11-30T13:17:59.846Z\",\n \"cookies_accepted_at\": \"1969-11-05T16:42:00.510Z\",\n \"preferred_language\": \"commodo proident occ\"\n }\n ],\n \"_metadata\": {\n \"limit\": -62563185,\n \"offset\": 84186043,\n \"total\": -27208789,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"182c7ffc-3442-0eaa-4adc-ee798db72fbe\",\n \"uid\": \"consequat tempor Lorem amet elit\",\n \"name\": \"Lorem deserunt ad\",\n \"email\": \"8J9Af@FjiTIshmeuRnDJRKfdXPquKkyizSXSukJ.cz\",\n \"type\": \"NeprofileUser\",\n \"title\": \"non occaecat Duis voluptate\",\n \"status\": \"Disabled\",\n \"login\": \"in\",\n \"last_login\": \"1974-03-10T06:05:32.895Z\",\n \"cookies_accepted_at\": \"1981-04-05T18:12:23.917Z\",\n \"preferred_language\": \"magna\"\n },\n {\n \"id\": \"7a00de56-9b82-3900-2633-7c1164d9a072\",\n \"uid\": \"cillum dolore irurecommodo cillu\",\n \"name\": \"ut sint cillum\",\n \"email\": \"8oUmf@HPbHJSfUFpJh.oca\",\n \"type\": \"NeprofileUser\",\n \"title\": \"esse\",\n \"status\": \"Active\",\n \"login\": \"voluptate \",\n \"last_login\": \"1988-02-19T03:49:21.522Z\",\n \"cookies_accepted_at\": \"1977-02-24T17:14:58.053Z\",\n \"preferred_language\": \"sint do Duis nostrud dolore\"\n }\n ],\n \"_metadata\": {\n \"limit\": -88494550,\n \"offset\": 85846176,\n \"total\": 29608056,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e7a0eb4d-5744-434c-803c-c51d26a47cd3", + "id": "d799fc45-8add-40c1-babf-14673e9239a9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -531,7 +531,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "tvhi6t73Oioi@TzUpNkyxJQiDtMvlCBFGvZtPh.tsg" + "value": "tYlz@yBRHRrwrZjIfNhKcTMjuLDzTjWj.thx" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e217fa-a743-4466-847b-bd3e77a30398", + "id": "aea3fb2e-e4fd-457e-8bf4-991997d90f84", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -656,7 +656,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "tvhi6t73Oioi@TzUpNkyxJQiDtMvlCBFGvZtPh.tsg" + "value": "tYlz@yBRHRrwrZjIfNhKcTMjuLDzTjWj.thx" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "d273d033-efe9-4bfd-8b9a-64c88a3e20a7", + "id": "a8375e1e-7354-4557-bba3-51a097e44456", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "845cdb7a-b6f5-4a33-9643-b8413395b4ab", + "id": "fa7ab913-55e2-4fa6-a957-60ffa5199be2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:0f9ae611-456e-6322-3d20-18dd63d7b5eb\",\n \"uid\": \"eu Duis consectetur quicupidatat\",\n \"name\": \"sunt culpa\",\n \"email\": \"pLr7xEg0@eA.oycc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cupidatat laborum occaecat\",\n \"status\": \"Active\",\n \"login\": \"dolor laborum\",\n \"last_login\": \"1946-08-24T19:36:42.770Z\",\n \"cookies_accepted_at\": \"2023-04-27T23:54:44.619Z\",\n \"preferred_language\": \"et exercitation enim Lorem\"\n },\n {\n \"id\": \"urn:uuid:03fa9563-12ed-1b6c-5cc6-9d429943d50a\",\n \"uid\": \"in id nostrudoccaecat esse molli\",\n \"name\": \"ut do est\",\n \"email\": \"LKdcZG@DMv.kzgy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"eu\",\n \"status\": \"Active\",\n \"login\": \"incididunt eiusmod minim reprehenderit\",\n \"last_login\": \"1948-10-04T13:08:29.494Z\",\n \"cookies_accepted_at\": \"1975-10-28T03:33:46.248Z\",\n \"preferred_language\": \"labore eu laboris cupidatat\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:73ee8de7-f6d0-d536-5995-965413359198\",\n \"uid\": \"sit cupidatat quis dopariaturmag\",\n \"name\": \"Excepteur pariatur occaecat minim\",\n \"email\": \"opyIajG4VgTN4F@q.ep\",\n \"type\": \"NeprofileUser\",\n \"title\": \"laborum cillum\",\n \"status\": \"Disabled\",\n \"login\": \"veniam\",\n \"last_login\": \"1970-04-06T15:00:38.016Z\",\n \"cookies_accepted_at\": \"2006-08-31T13:58:55.392Z\",\n \"preferred_language\": \"commodo culpa velit\"\n },\n {\n \"id\": \"urn:uuid:97c00269-a411-b96b-3579-b92c9dc489dc\",\n \"uid\": \"dolor magna adirurealiquip sint \",\n \"name\": \"Ut d\",\n \"email\": \"q33Z8ncDqmNCI@IvEDD.ssbl\",\n \"type\": \"NeprofileUser\",\n \"title\": \"incididunt\",\n \"status\": \"Disabled\",\n \"login\": \"sint nostrud\",\n \"last_login\": \"2011-02-14T02:49:46.191Z\",\n \"cookies_accepted_at\": \"1951-06-04T19:24:03.283Z\",\n \"preferred_language\": \"incididunt eiusmod elit dolore\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37e0ed5b-023b-42f4-9b69-e2eb3971bff4", + "id": "bd426f5e-9a70-4b7f-89f3-96d0055d400a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9aecc6-474a-44d5-8e06-8302f56c6f18", + "id": "16e19e5d-5c13-4cbd-b66d-ba8cdbe60128", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "69412219-177e-4fa8-b4b2-d01d485caf2c", + "id": "f8c85623-1fd1-40db-89d5-ca5fcf8079c0", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "16711e1d-f77a-4bd2-b182-ffc35d85e79d", + "id": "1f6885e3-5df5-4ed6-9887-7e7ee1b2ee2d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:0f9ae611-456e-6322-3d20-18dd63d7b5eb\",\n \"uid\": \"eu Duis consectetur quicupidatat\",\n \"name\": \"sunt culpa\",\n \"email\": \"pLr7xEg0@eA.oycc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cupidatat laborum occaecat\",\n \"status\": \"Active\",\n \"login\": \"dolor laborum\",\n \"last_login\": \"1946-08-24T19:36:42.770Z\",\n \"cookies_accepted_at\": \"2023-04-27T23:54:44.619Z\",\n \"preferred_language\": \"et exercitation enim Lorem\"\n },\n {\n \"id\": \"urn:uuid:03fa9563-12ed-1b6c-5cc6-9d429943d50a\",\n \"uid\": \"in id nostrudoccaecat esse molli\",\n \"name\": \"ut do est\",\n \"email\": \"LKdcZG@DMv.kzgy\",\n \"type\": \"NeprofileUser\",\n \"title\": \"eu\",\n \"status\": \"Active\",\n \"login\": \"incididunt eiusmod minim reprehenderit\",\n \"last_login\": \"1948-10-04T13:08:29.494Z\",\n \"cookies_accepted_at\": \"1975-10-28T03:33:46.248Z\",\n \"preferred_language\": \"labore eu laboris cupidatat\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:73ee8de7-f6d0-d536-5995-965413359198\",\n \"uid\": \"sit cupidatat quis dopariaturmag\",\n \"name\": \"Excepteur pariatur occaecat minim\",\n \"email\": \"opyIajG4VgTN4F@q.ep\",\n \"type\": \"NeprofileUser\",\n \"title\": \"laborum cillum\",\n \"status\": \"Disabled\",\n \"login\": \"veniam\",\n \"last_login\": \"1970-04-06T15:00:38.016Z\",\n \"cookies_accepted_at\": \"2006-08-31T13:58:55.392Z\",\n \"preferred_language\": \"commodo culpa velit\"\n },\n {\n \"id\": \"urn:uuid:97c00269-a411-b96b-3579-b92c9dc489dc\",\n \"uid\": \"dolor magna adirurealiquip sint \",\n \"name\": \"Ut d\",\n \"email\": \"q33Z8ncDqmNCI@IvEDD.ssbl\",\n \"type\": \"NeprofileUser\",\n \"title\": \"incididunt\",\n \"status\": \"Disabled\",\n \"login\": \"sint nostrud\",\n \"last_login\": \"2011-02-14T02:49:46.191Z\",\n \"cookies_accepted_at\": \"1951-06-04T19:24:03.283Z\",\n \"preferred_language\": \"incididunt eiusmod elit dolore\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b6a95b32-97ec-42af-98dc-bc9bc141c426", + "id": "607eb9fe-12cc-42c9-a233-c74b2a45aa27", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66d72e0-4ae8-4a90-a1f6-62080c15e123", + "id": "b67d766e-fc1c-4d13-9f08-471043f8a52d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "7cac7db1-f0f9-4739-aa90-3a46394e1a43", + "id": "13830e29-32c3-42ed-8762-f3833b3011b2", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "ff5a90a7-ee63-46f8-b570-73e474cffb58", + "id": "32971e8d-6fea-4baf-8808-30fd55f4995e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:d9c96de8-b6cc-2c92-cf4b-e20789a31cc0\",\n \"uid\": \"sint fugiat inUt do reprehenderi\",\n \"name\": \"velit consequa\",\n \"email\": \"HHBx0X6HECVLtp@m.svc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"nulla nostrud\",\n \"status\": \"Active\",\n \"login\": \"pariatur in ut\",\n \"last_login\": \"2003-05-26T13:19:06.801Z\",\n \"cookies_accepted_at\": \"1974-11-14T12:46:20.482Z\",\n \"preferred_language\": \"quis velit do ipsum nisi\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"70cb8d4a-7c6a-4b53-57f2-146deae2e02e\",\n \"uid\": \"nostrud in aute quisminim deseru\",\n \"name\": \"sint ea\",\n \"email\": \"6nnlfyJu@mEfigHNyEKzvCxGFXcjbsuLAPkb.kta\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sunt ut reprehenderit dolore\",\n \"status\": \"Active\",\n \"login\": \"dolor laborum enim ut\",\n \"last_login\": \"2007-06-03T10:52:16.943Z\",\n \"cookies_accepted_at\": \"2007-12-12T00:14:45.157Z\",\n \"preferred_language\": \"voluptate sunt\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f4fb79df-961b-4121-af79-62eb94fc3de7", + "id": "c359f0cb-dc39-47fa-ace3-a81f8d7275d0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e6e545-126f-4ce4-80f7-f1de1750a5fc", + "id": "dcdf44a6-c8f3-46b0-9131-6da85d51fb92", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "7e7e17fb-860a-45aa-bc66-6ca4a042a461", + "id": "c25cf1fb-8290-4464-aef3-946d51fdc571", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "8b0523ca-6579-406a-b661-2697fb4bab14", + "id": "379a92d6-1530-4abf-a48b-981cf1692501", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:d9c96de8-b6cc-2c92-cf4b-e20789a31cc0\",\n \"uid\": \"sint fugiat inUt do reprehenderi\",\n \"name\": \"velit consequa\",\n \"email\": \"HHBx0X6HECVLtp@m.svc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"nulla nostrud\",\n \"status\": \"Active\",\n \"login\": \"pariatur in ut\",\n \"last_login\": \"2003-05-26T13:19:06.801Z\",\n \"cookies_accepted_at\": \"1974-11-14T12:46:20.482Z\",\n \"preferred_language\": \"quis velit do ipsum nisi\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"70cb8d4a-7c6a-4b53-57f2-146deae2e02e\",\n \"uid\": \"nostrud in aute quisminim deseru\",\n \"name\": \"sint ea\",\n \"email\": \"6nnlfyJu@mEfigHNyEKzvCxGFXcjbsuLAPkb.kta\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sunt ut reprehenderit dolore\",\n \"status\": \"Active\",\n \"login\": \"dolor laborum enim ut\",\n \"last_login\": \"2007-06-03T10:52:16.943Z\",\n \"cookies_accepted_at\": \"2007-12-12T00:14:45.157Z\",\n \"preferred_language\": \"voluptate sunt\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3bd416e1-8a58-4d44-8fd5-78103e151e81", + "id": "45fce50f-2525-4105-b3bf-882ce169c82e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74bdce3-0237-45d2-8990-1bc5f260afe2", + "id": "6224dfd7-5344-4278-aecd-ac38e953ee53", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "acfafdd3-8e02-47ba-b8c1-14b45e1c53e6", + "id": "208ec02d-42c7-4883-b09b-4c70730b9934", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "0caba9e3-9740-48b8-b110-a09c4ab3d4d7", + "id": "cd89694f-ebde-44b1-929f-00c7f1a7ec06", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e968df4-cfd1-4dd0-bdff-bf45eeca9212", + "id": "c5a3031d-0e45-4a75-800c-0049a5c1c2cb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a17291a6-97d6-4e7b-8e28-864220a81ac9", + "id": "1aa7b962-5731-4bd5-bc75-763666b9f74e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "ec921e87-7c81-4381-b51b-3839791d57a3", + "id": "17fdda54-ab3e-4008-872e-2a34d4886e22", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "76aad5b8-debd-4061-9a1d-3446263899b5", + "id": "58dc3b4a-5a59-4330-9128-40391cc8bbe3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4edcf355-072a-4546-9ba2-048da12150a8", + "id": "877c2e1a-4bdf-49f5-a874-6c4206e6c2e5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dbb4605-aae6-4751-a27f-d428cdb2208e", + "id": "a2f0128e-85de-4678-96eb-07f1fff3a06e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "aa90e35a-e36d-4204-ab1a-bd9849a1c8a6", + "id": "d8ebd768-2d30-4654-a0b1-c125cdfdc075", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "9a82ab07-34ec-491f-ac5b-eb21988b34a5", + "id": "150460aa-4539-43a1-882d-6bcc8c612dae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2fdc41e-3354-45c9-a1d8-6ba2333904a3", + "id": "29d98e22-6656-40ec-8eee-09c3d0fd847d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae0412e-ac86-407d-9e82-23a971368c69", + "id": "cf021b9a-09f9-4182-8bc7-8e446aa17039", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "7bb61c03-5d39-4434-af13-63d6fefea935", + "id": "30b5730c-b281-449d-a05b-44f2875df699", "name": "Create a new user-manager relationship", "request": { "name": "Create a new user-manager relationship", @@ -2214,7 +2214,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "143a2753-fcca-4e81-9cac-49497d08791d", + "id": "073a6186-6dd5-49a5-bb65-f7f3dec17a0f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2260,7 +2260,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:d7101b39-7e6e-4c13-ef44-668e23f2b84f\",\n \"uid\": \"aliqua aliquip Excepteursuntmagn\",\n \"user_id\": \"urn:uuid:00186974-f508-a0f1-c94d-2e5e61d91684\",\n \"manager_id\": \"urn:uuid:9353d559-8772-8503-1466-6166f07147ab\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"b410fa07-6105-610b-b1bf-b88dff6af8c5\",\n \"uid\": \"cillum elit pariatur officia fug\",\n \"user_id\": \"d0825114-1bad-d1b5-0ca1-aa4165586e0e\",\n \"manager_id\": \"urn:uuid:24963256-f0e4-67f5-f05e-1c9cbe2e7f6c\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "af0a62af-8df0-4216-9694-c196d7a4b4ed", + "id": "f70e63fe-bc0e-434d-b39f-9313fda02161", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2316,7 +2316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c0ac0a2-564f-46ac-bfae-a0caf47bc5c3", + "id": "40ec8f3f-c4bb-4b3f-8786-d88783ccd285", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2372,7 +2372,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "7550bc6c-1348-4c61-a44e-f833b4226978", + "id": "41feb8bc-32af-44df-a783-8839a13465b2", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "3ccc675f-11f1-4e25-9811-506ad56cec6f", + "id": "91306a16-40c5-4a5f-bf86-be3d3550a062", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"49ec2fc2-02ee-7614-d64c-f31a8f334c92\",\n \"uid\": \"aute laboris enim sit adipisicin\",\n \"user_id\": \"ba091dbb-0954-188d-00d8-0670aef336bb\",\n \"manager_id\": \"4bb05915-2363-0d7e-4eb6-cc95088df94e\"\n },\n {\n \"id\": \"6c670ec9-9b77-d099-4176-1e7a7d40c7e6\",\n \"uid\": \"Excepteur minim et voluptatein i\",\n \"user_id\": \"urn:uuid:e5670164-1a38-a80d-609b-3b07c20a0d90\",\n \"manager_id\": \"urn:uuid:32e29762-1c21-8d47-a8a5-f55440240e1a\"\n }\n ],\n \"_metadata\": {\n \"limit\": 5732234,\n \"offset\": 62418020,\n \"total\": -83132247,\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:c491ef74-23f9-1d08-d9eb-41b415eba7d8\",\n \"uid\": \"est reprehenderit officiaesse am\",\n \"user_id\": \"urn:uuid:af706226-b55f-836f-1944-d7842c1abc58\",\n \"manager_id\": \"cb605351-319c-7e67-25ef-24f20d6986ae\"\n },\n {\n \"id\": \"urn:uuid:647b437f-a5ef-180b-09ab-60d33f8d9fc8\",\n \"uid\": \"do consecteturaliquip exercitati\",\n \"user_id\": \"0aa79704-b709-520b-b4b6-5be6854a3aa9\",\n \"manager_id\": \"2a9ae0be-0a8a-b349-daf4-75f9a28b73aa\"\n }\n ],\n \"_metadata\": {\n \"limit\": -55675029,\n \"offset\": 58856544,\n \"total\": -39389028,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "27bda92c-6880-48b5-9b57-da81b8cbb1c2", + "id": "fa9f1791-882a-464b-abcc-54c8c3a0ade6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3079cc4-8786-4d51-a254-a9cffb60b73e", + "id": "2d373e14-8379-4d67-a247-c89cae07b9ec", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "c0595468-5a23-43b0-9cbd-f0c406ae36bc", + "id": "792bb302-6a54-4e04-b1cc-8a7060c6c51d", "name": "Create multiple new user-manager relationships", "request": { "name": "Create multiple new user-manager relationships", @@ -2816,7 +2816,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:78fa86dc-6305-8129-823c-629215670761\",\n \"manager_id\": \"d96d6607-a950-7c47-fc7e-d08ab7427756\"\n },\n {\n \"user_id\": \"urn:uuid:033b5735-5b47-a1b3-d109-2db01cf6bbe1\",\n \"manager_id\": \"8dd35166-7101-bcab-8efd-e6328acd98a6\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:e8f9d30b-cb1f-ca6a-938f-5b5b8d8d3747\",\n \"manager_id\": \"urn:uuid:1ea54f48-b2ed-b737-57b9-d06e36a244b6\"\n },\n {\n \"user_id\": \"urn:uuid:63420011-f67f-1c2d-a351-a75921362e61\",\n \"manager_id\": \"urn:uuid:03e2a92c-0708-e433-e2ab-2951537dd911\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "fbfd4635-1b92-4da5-838c-e602e3317a5e", + "id": "21dc90fd-cf03-4cbd-9ed5-5c617aba6966", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2862,7 +2862,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:78fa86dc-6305-8129-823c-629215670761\",\n \"manager_id\": \"d96d6607-a950-7c47-fc7e-d08ab7427756\"\n },\n {\n \"user_id\": \"urn:uuid:033b5735-5b47-a1b3-d109-2db01cf6bbe1\",\n \"manager_id\": \"8dd35166-7101-bcab-8efd-e6328acd98a6\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:e8f9d30b-cb1f-ca6a-938f-5b5b8d8d3747\",\n \"manager_id\": \"urn:uuid:1ea54f48-b2ed-b737-57b9-d06e36a244b6\"\n },\n {\n \"user_id\": \"urn:uuid:63420011-f67f-1c2d-a351-a75921362e61\",\n \"manager_id\": \"urn:uuid:03e2a92c-0708-e433-e2ab-2951537dd911\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b63b0f-b47b-47eb-94be-4d3938a77136", + "id": "96b35283-4283-4402-9d59-cb03b03b3d8b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2918,7 +2918,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:78fa86dc-6305-8129-823c-629215670761\",\n \"manager_id\": \"d96d6607-a950-7c47-fc7e-d08ab7427756\"\n },\n {\n \"user_id\": \"urn:uuid:033b5735-5b47-a1b3-d109-2db01cf6bbe1\",\n \"manager_id\": \"8dd35166-7101-bcab-8efd-e6328acd98a6\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:e8f9d30b-cb1f-ca6a-938f-5b5b8d8d3747\",\n \"manager_id\": \"urn:uuid:1ea54f48-b2ed-b737-57b9-d06e36a244b6\"\n },\n {\n \"user_id\": \"urn:uuid:63420011-f67f-1c2d-a351-a75921362e61\",\n \"manager_id\": \"urn:uuid:03e2a92c-0708-e433-e2ab-2951537dd911\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778d55fe-569e-4b13-87af-08665a4d42b9", + "id": "b72b843b-0aef-4a11-a2cb-7c1f97ecbc9c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2974,7 +2974,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:78fa86dc-6305-8129-823c-629215670761\",\n \"manager_id\": \"d96d6607-a950-7c47-fc7e-d08ab7427756\"\n },\n {\n \"user_id\": \"urn:uuid:033b5735-5b47-a1b3-d109-2db01cf6bbe1\",\n \"manager_id\": \"8dd35166-7101-bcab-8efd-e6328acd98a6\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:e8f9d30b-cb1f-ca6a-938f-5b5b8d8d3747\",\n \"manager_id\": \"urn:uuid:1ea54f48-b2ed-b737-57b9-d06e36a244b6\"\n },\n {\n \"user_id\": \"urn:uuid:63420011-f67f-1c2d-a351-a75921362e61\",\n \"manager_id\": \"urn:uuid:03e2a92c-0708-e433-e2ab-2951537dd911\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "bd290909-1b59-4302-b8cc-92e096040078", + "id": "8a15c3db-9916-4acb-ae43-1c42aba0524a", "name": "Update multiple user-manager relationships", "request": { "name": "Update multiple user-manager relationships", @@ -3033,7 +3033,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:10f7b90b-ed63-7679-c744-8413d40a48f6\",\n \"user_id\": \"514d27f9-ae84-5d67-7eba-b750913accdd\",\n \"manager_id\": \"urn:uuid:b339c93e-f39f-2a7d-0571-3f57f5e57377\"\n },\n {\n \"id\": \"urn:uuid:2721ceab-752c-3361-a3e3-586147674014\",\n \"user_id\": \"1a0de901-ce78-0b58-4a08-a2f9314dc870\",\n \"manager_id\": \"urn:uuid:9a19013a-3c18-dc1b-3963-b086e5f6ecc9\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e98e10c6-ea8a-dd12-c78d-9c76d5811a7b\",\n \"user_id\": \"a452b132-e19b-1c3d-f6e7-5cb014c7a417\",\n \"manager_id\": \"urn:uuid:e117ff4a-d6c2-fa4f-55ae-42b2aae58b22\"\n },\n {\n \"id\": \"1815419c-938e-2673-c7bb-02b5e564b448\",\n \"user_id\": \"00291653-348e-69e3-7883-e51f323bc77a\",\n \"manager_id\": \"urn:uuid:05edc750-b7c7-271c-9fca-e7a7d6f093d2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "1b573ba8-08ed-4e1e-bdc5-78e1b1be685d", + "id": "16f42d03-1c20-4aec-ab93-73acf8696a5a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3079,7 +3079,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:10f7b90b-ed63-7679-c744-8413d40a48f6\",\n \"user_id\": \"514d27f9-ae84-5d67-7eba-b750913accdd\",\n \"manager_id\": \"urn:uuid:b339c93e-f39f-2a7d-0571-3f57f5e57377\"\n },\n {\n \"id\": \"urn:uuid:2721ceab-752c-3361-a3e3-586147674014\",\n \"user_id\": \"1a0de901-ce78-0b58-4a08-a2f9314dc870\",\n \"manager_id\": \"urn:uuid:9a19013a-3c18-dc1b-3963-b086e5f6ecc9\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e98e10c6-ea8a-dd12-c78d-9c76d5811a7b\",\n \"user_id\": \"a452b132-e19b-1c3d-f6e7-5cb014c7a417\",\n \"manager_id\": \"urn:uuid:e117ff4a-d6c2-fa4f-55ae-42b2aae58b22\"\n },\n {\n \"id\": \"1815419c-938e-2673-c7bb-02b5e564b448\",\n \"user_id\": \"00291653-348e-69e3-7883-e51f323bc77a\",\n \"manager_id\": \"urn:uuid:05edc750-b7c7-271c-9fca-e7a7d6f093d2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60950493-565a-4abb-8b93-9895634b4582", + "id": "39d38b5d-0e8f-411e-b936-29680c57ba6d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3135,7 +3135,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:10f7b90b-ed63-7679-c744-8413d40a48f6\",\n \"user_id\": \"514d27f9-ae84-5d67-7eba-b750913accdd\",\n \"manager_id\": \"urn:uuid:b339c93e-f39f-2a7d-0571-3f57f5e57377\"\n },\n {\n \"id\": \"urn:uuid:2721ceab-752c-3361-a3e3-586147674014\",\n \"user_id\": \"1a0de901-ce78-0b58-4a08-a2f9314dc870\",\n \"manager_id\": \"urn:uuid:9a19013a-3c18-dc1b-3963-b086e5f6ecc9\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e98e10c6-ea8a-dd12-c78d-9c76d5811a7b\",\n \"user_id\": \"a452b132-e19b-1c3d-f6e7-5cb014c7a417\",\n \"manager_id\": \"urn:uuid:e117ff4a-d6c2-fa4f-55ae-42b2aae58b22\"\n },\n {\n \"id\": \"1815419c-938e-2673-c7bb-02b5e564b448\",\n \"user_id\": \"00291653-348e-69e3-7883-e51f323bc77a\",\n \"manager_id\": \"urn:uuid:05edc750-b7c7-271c-9fca-e7a7d6f093d2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f923c3b5-c9b3-447a-b515-961c08907f33", + "id": "420fe010-3b14-4f62-b93a-29a4d75841e8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3191,7 +3191,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:10f7b90b-ed63-7679-c744-8413d40a48f6\",\n \"user_id\": \"514d27f9-ae84-5d67-7eba-b750913accdd\",\n \"manager_id\": \"urn:uuid:b339c93e-f39f-2a7d-0571-3f57f5e57377\"\n },\n {\n \"id\": \"urn:uuid:2721ceab-752c-3361-a3e3-586147674014\",\n \"user_id\": \"1a0de901-ce78-0b58-4a08-a2f9314dc870\",\n \"manager_id\": \"urn:uuid:9a19013a-3c18-dc1b-3963-b086e5f6ecc9\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e98e10c6-ea8a-dd12-c78d-9c76d5811a7b\",\n \"user_id\": \"a452b132-e19b-1c3d-f6e7-5cb014c7a417\",\n \"manager_id\": \"urn:uuid:e117ff4a-d6c2-fa4f-55ae-42b2aae58b22\"\n },\n {\n \"id\": \"1815419c-938e-2673-c7bb-02b5e564b448\",\n \"user_id\": \"00291653-348e-69e3-7883-e51f323bc77a\",\n \"manager_id\": \"urn:uuid:05edc750-b7c7-271c-9fca-e7a7d6f093d2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "7b86e5ac-9f8f-4e9f-9f37-1d46518b9615", + "id": "954748e5-c96f-48c1-a535-380341e1f634", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "8552db3f-c5f3-4b6e-8d10-f846bd71658c", + "id": "dca51853-3e59-4a9f-8667-8fd713790178", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:d7101b39-7e6e-4c13-ef44-668e23f2b84f\",\n \"uid\": \"aliqua aliquip Excepteursuntmagn\",\n \"user_id\": \"urn:uuid:00186974-f508-a0f1-c94d-2e5e61d91684\",\n \"manager_id\": \"urn:uuid:9353d559-8772-8503-1466-6166f07147ab\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"b410fa07-6105-610b-b1bf-b88dff6af8c5\",\n \"uid\": \"cillum elit pariatur officia fug\",\n \"user_id\": \"d0825114-1bad-d1b5-0ca1-aa4165586e0e\",\n \"manager_id\": \"urn:uuid:24963256-f0e4-67f5-f05e-1c9cbe2e7f6c\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cbfbb01e-6963-464c-a781-b31c0351ddf9", + "id": "cd1b9d88-5bd7-47be-8ebe-03a3c4433797", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e116bf9c-2419-4d8f-b6d1-62df3a0d2aa7", + "id": "00d60464-5638-4f37-92a9-230c862d112b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "61ed9592-3719-4e47-b889-ddc148b0a9cf", + "id": "5b0728ab-bc87-4ba6-9960-b8d44dcaad07", "name": "Update a user-manager relationship by id", "request": { "name": "Update a user-manager relationship by id", @@ -3442,7 +3442,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "35306ff0-d761-448a-b2f7-164f358bb079", + "id": "90af9177-c8e2-48a2-9a8f-44cab8b33d96", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3489,7 +3489,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:d7101b39-7e6e-4c13-ef44-668e23f2b84f\",\n \"uid\": \"aliqua aliquip Excepteursuntmagn\",\n \"user_id\": \"urn:uuid:00186974-f508-a0f1-c94d-2e5e61d91684\",\n \"manager_id\": \"urn:uuid:9353d559-8772-8503-1466-6166f07147ab\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"b410fa07-6105-610b-b1bf-b88dff6af8c5\",\n \"uid\": \"cillum elit pariatur officia fug\",\n \"user_id\": \"d0825114-1bad-d1b5-0ca1-aa4165586e0e\",\n \"manager_id\": \"urn:uuid:24963256-f0e4-67f5-f05e-1c9cbe2e7f6c\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fbf68b33-3b76-4c95-b8a0-a76c735904ca", + "id": "a93ae58c-19f4-4b87-a049-e2a124e0cf11", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d9eef44-8faf-4221-815c-b9362d0da9e0", + "id": "daf06fe3-3d15-47cc-a503-eba78c784700", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3603,7 +3603,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"67cd3df8-bbf9-de5a-194d-8c53373dcf32\",\n \"manager_id\": \"2ad185e4-d9b0-5dd5-ddc4-2893953a4fbc\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:61158ba3-0c2e-3302-310f-465fa6b60360\",\n \"manager_id\": \"02faccc9-7ae6-4720-6b1f-b3100e453376\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "dbdbb4d3-c0e7-4b2f-833c-c51a01846e4b", + "id": "e5b820be-4050-408a-b319-eb3f7442c1c2", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "45f74873-add7-46d6-9d26-8eef37f7e81d", + "id": "0c1d14ff-1fa2-484d-b3a8-f0351bb14ff5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"bbac012e-bef6-e84e-51d2-ba436f5c2a2e\",\n \"uid\": \"cupidatat reprehenderitminimUt i\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:ddccb18b-9753-4fbf-0241-89fd5a873cea\",\n \"uid\": \"incididunt eu sedsint Duisculpat\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 80000608,\n \"offset\": 77517615,\n \"total\": 93677328,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"fa2f9f50-aa13-b9cc-bb10-0cb4eb0163a2\",\n \"uid\": \"nisi consequatvoluptate velitnis\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"b3b51671-5060-11b2-59e3-0b44ef5a9601\",\n \"uid\": \"labore ut mollit euoccaecat volu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -30204306,\n \"offset\": -21219716,\n \"total\": -33610153,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5aa1d46b-0e48-449b-a8ab-ad82bcb8f079", + "id": "746db975-c3d8-4161-9394-b7df4c97025f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0fa0e2e-a7ee-4473-96cc-87e553e6a1cc", + "id": "9818aef4-452a-4ae6-b9c5-f78a9bc4d1fe", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "7e9c546f-fe18-462b-aa4b-8323ca054594", + "id": "73ca3d39-2452-41ed-b170-2e73dfa9613b", "name": "Create multiple new roles", "request": { "name": "Create multiple new roles", @@ -3981,7 +3981,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"nisi officiaelit cupidatatvolupt\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod elitminim Ut ipsum quivo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"quis et proidentpariatur nostrud\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliqua laborisvelit in nulla ull\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3993,7 +3993,7 @@ }, "response": [ { - "id": "e6078591-eb3d-4270-918e-ca2f0c0b3087", + "id": "b75a5d32-38d4-4355-a60b-c5237608841e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"nisi officiaelit cupidatatvolupt\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod elitminim Ut ipsum quivo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"quis et proidentpariatur nostrud\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliqua laborisvelit in nulla ull\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4044,12 +4044,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"b8f70cc6-c9d7-d874-f3aa-0e584b02a7ce\",\n \"uid\": \"minim fugiatesse exercitation si\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"ee3e0dd2-6a12-c9c2-c545-eeccfa83a9b5\",\n \"uid\": \"esse elitdo dolore ullamco occae\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"0a8dced8-46c8-f434-1d19-5de9006c83ac\",\n \"uid\": \"ullamco dolorveniam cillum in qu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"d9077931-5c47-ad65-a699-49e42b74cfc2\",\n \"uid\": \"dolor eu aliqua culpaExcepteur U\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "687c2935-d028-47a7-b5bd-41e14cda7d19", + "id": "a5b372d5-fce2-4494-9d6b-c3c38a719cc2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"nisi officiaelit cupidatatvolupt\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod elitminim Ut ipsum quivo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"quis et proidentpariatur nostrud\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliqua laborisvelit in nulla ull\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4105,7 +4105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250b9e09-5e7f-4fbd-afb0-a8883b731000", + "id": "608099af-104e-4e4a-aa24-e7481b5cb522", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4139,7 +4139,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"nisi officiaelit cupidatatvolupt\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eiusmod elitminim Ut ipsum quivo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"quis et proidentpariatur nostrud\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"aliqua laborisvelit in nulla ull\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4167,7 +4167,7 @@ } }, { - "id": "d015ae17-6a46-450a-8f27-4d8007765df9", + "id": "beec6bf7-ef6c-4e3d-aee3-0ba9cbdbe46a", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "ff87262a-816a-4804-a840-c7044e53efad", + "id": "dade69ef-206c-4169-913e-5fb75dee6d2a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"b8f70cc6-c9d7-d874-f3aa-0e584b02a7ce\",\n \"uid\": \"minim fugiatesse exercitation si\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"ee3e0dd2-6a12-c9c2-c545-eeccfa83a9b5\",\n \"uid\": \"esse elitdo dolore ullamco occae\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"0a8dced8-46c8-f434-1d19-5de9006c83ac\",\n \"uid\": \"ullamco dolorveniam cillum in qu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"d9077931-5c47-ad65-a699-49e42b74cfc2\",\n \"uid\": \"dolor eu aliqua culpaExcepteur U\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37234333-ab8e-41ae-9b26-e0cfe37356e5", + "id": "6498769a-8c08-4f2a-82a7-bc8751254c1e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd975a10-efe5-43d8-8968-b5ce1bb76001", + "id": "9868cfa4-bfc7-4595-b1c7-ba95448411e9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "30a26b39-f307-4a4f-914e-75cc142216e4", + "id": "228dacb7-243b-4dfd-a8ce-0365796f9625", "name": "Create a new role", "request": { "name": "Create a new role", @@ -4415,7 +4415,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"qui cillumea ad nulla inesse nul\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"dolor officia amet esse eaqui co\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4427,7 +4427,7 @@ }, "response": [ { - "id": "73cd4a80-76de-4d8f-9978-e5a04e26063e", + "id": "42fcb13b-12ec-425d-bac2-3d56219967ad", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"qui cillumea ad nulla inesse nul\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"dolor officia amet esse eaqui co\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4478,12 +4478,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:04c838ca-d34c-1dba-a6e5-c7b9676d8018\",\n \"uid\": \"eu non in nulla magnain inminim \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:48971c2d-6b8d-8b29-4d82-d24a755d21d3\",\n \"uid\": \"fugiat in veniam minimnisi aliqu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a2ed84e1-dbfb-4842-a850-dcc08b07fd33", + "id": "7a563f94-86a6-4201-8a6b-6631d48d1cab", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"qui cillumea ad nulla inesse nul\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"dolor officia amet esse eaqui co\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4539,7 +4539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1e2107-7af0-4948-a77e-47a38acc78b3", + "id": "104999a2-4610-493b-a39c-9545435123ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"qui cillumea ad nulla inesse nul\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"dolor officia amet esse eaqui co\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4601,7 +4601,7 @@ } }, { - "id": "169410dc-e435-4bf4-ab6f-4ba169c7004f", + "id": "8c9486d8-660b-49a6-87b4-668fd81d70a4", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "bd844ed7-5faf-4019-a9fe-f9f0fb3aa81e", + "id": "341c4d2b-c560-42f7-9f02-a8d3882852fe", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:04c838ca-d34c-1dba-a6e5-c7b9676d8018\",\n \"uid\": \"eu non in nulla magnain inminim \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:48971c2d-6b8d-8b29-4d82-d24a755d21d3\",\n \"uid\": \"fugiat in veniam minimnisi aliqu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c2f10f4-a635-4a76-89e1-83c99181a8a0", + "id": "864d8c5d-30d1-41e7-bd78-a413f09c0b4c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4401fa-2e6e-42af-8bd3-cbb46a7c297f", + "id": "15e9b3ec-9629-4d62-a1f7-b7b790ae94e1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "a8f0c630-1891-4e13-af8c-be947c6b2fd3", + "id": "843b9d6d-c111-4292-8c8d-18c869e4976f", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "e5ea59a4-f9ea-484b-8e32-491fc6f694ad", + "id": "d5969513-294b-4dc1-ad8f-de8b78ddbc5f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:04c838ca-d34c-1dba-a6e5-c7b9676d8018\",\n \"uid\": \"eu non in nulla magnain inminim \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:48971c2d-6b8d-8b29-4d82-d24a755d21d3\",\n \"uid\": \"fugiat in veniam minimnisi aliqu\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f20ec337-e42a-4f93-a3ab-a43b99018f28", + "id": "ef8e3bef-f11a-4cf2-830c-a353421ee5d9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a822b3d-2a7d-4f4e-9137-87ca22741b48", + "id": "8460a0bf-0c1f-4476-b5f3-70d974d77a01", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "455f4171-009d-413a-8891-9f99875d1b0b", + "id": "f7de36cc-38eb-4726-b4cf-fe9617b5163e", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "0a1cb2d9-0e4a-4b73-ae2d-ffbbbade3980", + "id": "786523a9-fc55-49de-883e-5fbbc758b84a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b94bb4-dcc6-4526-ad52-520622f45efb", + "id": "692d06ed-8a5e-4978-8638-46ab09886496", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801e689a-3c90-4d0a-a82e-fc8fc7d54641", + "id": "8be919dd-46e5-45f4-a44c-e491d60dfa05", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "75410137-b298-461b-9a97-46bb135f98d1", + "id": "3b7587c7-daca-4625-9083-158e64a50ebd", "name": "Assign a new role to a user", "request": { "name": "Assign a new role to a user", @@ -5273,7 +5273,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "3366c379-fcc5-4705-963f-7f391ce9f883", + "id": "7cd1dbd0-db29-416e-b962-18818463a31d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5319,7 +5319,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:648a74a4-5f72-0c9e-36b7-844a3d04e838\",\n \"uid\": \"anim ut doveniam est sint cupida\",\n \"user_id\": \"urn:uuid:9986fee5-74ac-d931-3e69-cb64ff15657f\",\n \"role_id\": \"urn:uuid:aff0100d-bfb0-af02-288b-9a4dcb46fdd1\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"e2634cf1-d080-7d2f-727b-53448abb9f72\",\n \"uid\": \"nulla anim amet do exelit sint n\",\n \"user_id\": \"urn:uuid:8b1fbbd5-c9f0-72df-8f78-3a726be24425\",\n \"role_id\": \"4c2761ba-a0b1-da8f-b9af-4cc1abec4df2\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ed26b9b-1022-4dda-bb70-a270a4604915", + "id": "f1eb941e-2750-4d5b-9300-d3475dbce676", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5375,7 +5375,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f635e12-71ca-4d20-94ba-65b168fa216d", + "id": "ccc04779-22e4-4672-b768-8ddea087b9d6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5431,7 +5431,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "f6238640-1a5e-48a6-9582-030a97c676ef", + "id": "ef874c80-f6d1-488f-8b8f-450d9ac5e9da", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "d230c643-86ab-418b-84ec-e1f789be35a8", + "id": "891837b7-34e3-4065-b282-b8fb3e710fbe", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ad00bcb9-32b6-f182-3da5-4f66a56de895\",\n \"uid\": \"eiusmodipsum Duis nostrud aliqua\",\n \"user_id\": \"urn:uuid:ad8900b5-ba15-a530-b7b8-446aefad7182\",\n \"role_id\": \"urn:uuid:d5dc0280-714e-44de-c87a-0687c4b9eb31\"\n },\n {\n \"id\": \"urn:uuid:8194afb0-1843-7fec-0a32-339459fe594a\",\n \"uid\": \"amet ex cillumvoluptate minim oc\",\n \"user_id\": \"418f883b-2599-544c-05a0-b51402ce960a\",\n \"role_id\": \"urn:uuid:f362d7cb-9e1d-e30f-045d-ad47c59b22ab\"\n }\n ],\n \"_metadata\": {\n \"limit\": -16786328,\n \"offset\": 52133930,\n \"total\": 37571910,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"b44e8982-b1b3-1dce-c5ec-52d4c2cace32\",\n \"uid\": \"cupidatatpariatur doloreExcepteu\",\n \"user_id\": \"12f4e271-44ed-36f0-e714-4cb64130aa81\",\n \"role_id\": \"dfbbbb02-a99b-c9aa-bcee-596735b13c06\"\n },\n {\n \"id\": \"urn:uuid:b38b1d9d-1249-46d3-36e0-c66ab730ef40\",\n \"uid\": \"dolore velit noneiusmod dolore m\",\n \"user_id\": \"49c775a7-42e5-490c-8c1e-8188131ad596\",\n \"role_id\": \"40ae15b2-c1d0-2a97-797d-f77e488956e6\"\n }\n ],\n \"_metadata\": {\n \"limit\": -67465018,\n \"offset\": -65381173,\n \"total\": -99357069,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "906a5bb4-8efe-45ea-9a53-633d19a9d3e4", + "id": "a7731a6b-9e22-4f3c-a90c-4fd191598aaf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca2fdc80-95fb-4c01-9f73-65e0a73c6d96", + "id": "524662a8-5fe8-41bc-a23b-5549acdeffa4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "3cc0e6c0-4941-41c3-bb45-6cb0bb05fbc0", + "id": "2bca8910-8f79-4f4d-820b-7f18051bed9c", "name": "Create multiple new user role pairings", "request": { "name": "Create multiple new user role pairings", @@ -5875,7 +5875,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f8416783-d82f-48c0-e9ac-cb62da973878\",\n \"role_id\": \"eba9c11f-3d9a-e6c1-0c8c-3da2113746c4\"\n },\n {\n \"user_id\": \"efac637f-3706-87ab-ded7-b609a4bedc5e\",\n \"role_id\": \"f704ba35-5706-0c6f-f29c-a58666ee76dd\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f7dce7c1-e1fa-851b-5422-af3077a0e579\",\n \"role_id\": \"urn:uuid:fc76212c-2653-96ac-309a-6fcd98ad8782\"\n },\n {\n \"user_id\": \"e81aab92-e8bd-1b71-2406-3ec559309a9b\",\n \"role_id\": \"8d8d72b0-62f4-2747-c2f0-c5cffbee9239\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "49b95c21-438e-4ed3-865b-0bb2f74ef532", + "id": "697a3713-0c60-45c7-9de2-6b851f1cc030", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5921,7 +5921,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f8416783-d82f-48c0-e9ac-cb62da973878\",\n \"role_id\": \"eba9c11f-3d9a-e6c1-0c8c-3da2113746c4\"\n },\n {\n \"user_id\": \"efac637f-3706-87ab-ded7-b609a4bedc5e\",\n \"role_id\": \"f704ba35-5706-0c6f-f29c-a58666ee76dd\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f7dce7c1-e1fa-851b-5422-af3077a0e579\",\n \"role_id\": \"urn:uuid:fc76212c-2653-96ac-309a-6fcd98ad8782\"\n },\n {\n \"user_id\": \"e81aab92-e8bd-1b71-2406-3ec559309a9b\",\n \"role_id\": \"8d8d72b0-62f4-2747-c2f0-c5cffbee9239\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f0998749-f492-1f42-bc8a-6d74fc3c4641\",\n \"uid\": \"minim cillumdolor aliqua ametsin\",\n \"user_id\": \"ac175a47-51ff-e8d9-6e76-153a9a1fc92d\",\n \"role_id\": \"urn:uuid:9c7fff78-66cc-89e5-0d01-8c0733d5e663\"\n },\n {\n \"id\": \"e2fc1145-a028-8c67-5249-909fca91b3e8\",\n \"uid\": \"essenisi suntveniam Ut LoremExce\",\n \"user_id\": \"522f1595-a95a-c950-1be4-96edc1aa7457\",\n \"role_id\": \"99a296b3-432c-053a-8c49-8695c95625b0\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:0b845112-258f-c123-6b0e-730cbfd134f1\",\n \"uid\": \"minim nisi aliquip donon culpa l\",\n \"user_id\": \"a5ebf912-cf14-7958-1469-e3ce446b4e9f\",\n \"role_id\": \"2fe2dde5-5492-f425-1050-4e22bca9cf07\"\n },\n {\n \"id\": \"c8db5a39-3017-02e4-bfdc-a5928a8bd018\",\n \"uid\": \"nulla quis cupidatatin labore ir\",\n \"user_id\": \"urn:uuid:53203f71-6e5f-64eb-d527-eee8543813b6\",\n \"role_id\": \"756ed86e-fd3e-d8fa-4f33-7acf3db86801\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f771b15-7c63-413d-931e-bdcfc5f7a81a", + "id": "890da98b-ce6d-495f-817f-64fa497c753e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5977,7 +5977,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f8416783-d82f-48c0-e9ac-cb62da973878\",\n \"role_id\": \"eba9c11f-3d9a-e6c1-0c8c-3da2113746c4\"\n },\n {\n \"user_id\": \"efac637f-3706-87ab-ded7-b609a4bedc5e\",\n \"role_id\": \"f704ba35-5706-0c6f-f29c-a58666ee76dd\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f7dce7c1-e1fa-851b-5422-af3077a0e579\",\n \"role_id\": \"urn:uuid:fc76212c-2653-96ac-309a-6fcd98ad8782\"\n },\n {\n \"user_id\": \"e81aab92-e8bd-1b71-2406-3ec559309a9b\",\n \"role_id\": \"8d8d72b0-62f4-2747-c2f0-c5cffbee9239\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b10524b-2458-4a9a-aae0-fc3794372951", + "id": "6c3f70c9-f591-47d7-8a6c-bd121af438eb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6033,7 +6033,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f8416783-d82f-48c0-e9ac-cb62da973878\",\n \"role_id\": \"eba9c11f-3d9a-e6c1-0c8c-3da2113746c4\"\n },\n {\n \"user_id\": \"efac637f-3706-87ab-ded7-b609a4bedc5e\",\n \"role_id\": \"f704ba35-5706-0c6f-f29c-a58666ee76dd\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"urn:uuid:f7dce7c1-e1fa-851b-5422-af3077a0e579\",\n \"role_id\": \"urn:uuid:fc76212c-2653-96ac-309a-6fcd98ad8782\"\n },\n {\n \"user_id\": \"e81aab92-e8bd-1b71-2406-3ec559309a9b\",\n \"role_id\": \"8d8d72b0-62f4-2747-c2f0-c5cffbee9239\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "e563f14a-61b3-49b7-bde2-74dde4a7170e", + "id": "769f95cb-ec70-4be0-ba87-d59dec6adffd", "name": "Update multiple user role pairings", "request": { "name": "Update multiple user role pairings", @@ -6092,7 +6092,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"b08bd7f9-7e72-45fe-8a0a-36180006df8c\",\n \"user_id\": \"90d263ff-b329-87db-1313-4b5a77417bca\",\n \"role_id\": \"urn:uuid:ced5ce24-932c-b7c1-9999-c749ce9302b1\"\n },\n {\n \"id\": \"004e47b8-c3d4-b00a-7cd5-7044447f1600\",\n \"user_id\": \"da299bd3-75b6-ae8b-449e-ed5753a8062a\",\n \"role_id\": \"f8baca9f-cc3e-31ca-8cac-3f4b51ed562c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1187267e-fffd-96af-4c25-1b5f039aad5b\",\n \"user_id\": \"urn:uuid:ea30bccb-e91b-a585-3a88-057d53b6a92b\",\n \"role_id\": \"urn:uuid:d1307de5-24bb-7070-1979-60ac634e1fb8\"\n },\n {\n \"id\": \"urn:uuid:bbe5a593-30f4-22ce-9132-0cba49010a4d\",\n \"user_id\": \"urn:uuid:69c65e63-e74b-30dd-870b-53357de92502\",\n \"role_id\": \"0b8bdb2b-72eb-5718-8b6d-a835c267bf86\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "e7450625-7d38-4b2f-8138-141cd88b0903", + "id": "78779e13-0ccb-4348-9d48-84dfc26d7070", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6138,7 +6138,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"b08bd7f9-7e72-45fe-8a0a-36180006df8c\",\n \"user_id\": \"90d263ff-b329-87db-1313-4b5a77417bca\",\n \"role_id\": \"urn:uuid:ced5ce24-932c-b7c1-9999-c749ce9302b1\"\n },\n {\n \"id\": \"004e47b8-c3d4-b00a-7cd5-7044447f1600\",\n \"user_id\": \"da299bd3-75b6-ae8b-449e-ed5753a8062a\",\n \"role_id\": \"f8baca9f-cc3e-31ca-8cac-3f4b51ed562c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1187267e-fffd-96af-4c25-1b5f039aad5b\",\n \"user_id\": \"urn:uuid:ea30bccb-e91b-a585-3a88-057d53b6a92b\",\n \"role_id\": \"urn:uuid:d1307de5-24bb-7070-1979-60ac634e1fb8\"\n },\n {\n \"id\": \"urn:uuid:bbe5a593-30f4-22ce-9132-0cba49010a4d\",\n \"user_id\": \"urn:uuid:69c65e63-e74b-30dd-870b-53357de92502\",\n \"role_id\": \"0b8bdb2b-72eb-5718-8b6d-a835c267bf86\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f0998749-f492-1f42-bc8a-6d74fc3c4641\",\n \"uid\": \"minim cillumdolor aliqua ametsin\",\n \"user_id\": \"ac175a47-51ff-e8d9-6e76-153a9a1fc92d\",\n \"role_id\": \"urn:uuid:9c7fff78-66cc-89e5-0d01-8c0733d5e663\"\n },\n {\n \"id\": \"e2fc1145-a028-8c67-5249-909fca91b3e8\",\n \"uid\": \"essenisi suntveniam Ut LoremExce\",\n \"user_id\": \"522f1595-a95a-c950-1be4-96edc1aa7457\",\n \"role_id\": \"99a296b3-432c-053a-8c49-8695c95625b0\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:0b845112-258f-c123-6b0e-730cbfd134f1\",\n \"uid\": \"minim nisi aliquip donon culpa l\",\n \"user_id\": \"a5ebf912-cf14-7958-1469-e3ce446b4e9f\",\n \"role_id\": \"2fe2dde5-5492-f425-1050-4e22bca9cf07\"\n },\n {\n \"id\": \"c8db5a39-3017-02e4-bfdc-a5928a8bd018\",\n \"uid\": \"nulla quis cupidatatin labore ir\",\n \"user_id\": \"urn:uuid:53203f71-6e5f-64eb-d527-eee8543813b6\",\n \"role_id\": \"756ed86e-fd3e-d8fa-4f33-7acf3db86801\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "78102b6d-523e-48c1-b9c1-0d2678f5972a", + "id": "8ecc48b5-2526-4cd9-b622-a6eba97f4964", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"b08bd7f9-7e72-45fe-8a0a-36180006df8c\",\n \"user_id\": \"90d263ff-b329-87db-1313-4b5a77417bca\",\n \"role_id\": \"urn:uuid:ced5ce24-932c-b7c1-9999-c749ce9302b1\"\n },\n {\n \"id\": \"004e47b8-c3d4-b00a-7cd5-7044447f1600\",\n \"user_id\": \"da299bd3-75b6-ae8b-449e-ed5753a8062a\",\n \"role_id\": \"f8baca9f-cc3e-31ca-8cac-3f4b51ed562c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1187267e-fffd-96af-4c25-1b5f039aad5b\",\n \"user_id\": \"urn:uuid:ea30bccb-e91b-a585-3a88-057d53b6a92b\",\n \"role_id\": \"urn:uuid:d1307de5-24bb-7070-1979-60ac634e1fb8\"\n },\n {\n \"id\": \"urn:uuid:bbe5a593-30f4-22ce-9132-0cba49010a4d\",\n \"user_id\": \"urn:uuid:69c65e63-e74b-30dd-870b-53357de92502\",\n \"role_id\": \"0b8bdb2b-72eb-5718-8b6d-a835c267bf86\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed566cd-bb93-48ad-b348-230883bb0086", + "id": "cd9d185c-3995-4c79-ac35-f34fc1d5afa0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6250,7 +6250,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"b08bd7f9-7e72-45fe-8a0a-36180006df8c\",\n \"user_id\": \"90d263ff-b329-87db-1313-4b5a77417bca\",\n \"role_id\": \"urn:uuid:ced5ce24-932c-b7c1-9999-c749ce9302b1\"\n },\n {\n \"id\": \"004e47b8-c3d4-b00a-7cd5-7044447f1600\",\n \"user_id\": \"da299bd3-75b6-ae8b-449e-ed5753a8062a\",\n \"role_id\": \"f8baca9f-cc3e-31ca-8cac-3f4b51ed562c\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1187267e-fffd-96af-4c25-1b5f039aad5b\",\n \"user_id\": \"urn:uuid:ea30bccb-e91b-a585-3a88-057d53b6a92b\",\n \"role_id\": \"urn:uuid:d1307de5-24bb-7070-1979-60ac634e1fb8\"\n },\n {\n \"id\": \"urn:uuid:bbe5a593-30f4-22ce-9132-0cba49010a4d\",\n \"user_id\": \"urn:uuid:69c65e63-e74b-30dd-870b-53357de92502\",\n \"role_id\": \"0b8bdb2b-72eb-5718-8b6d-a835c267bf86\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "325ec9e9-8828-4986-b8f1-8dbb453c7430", + "id": "09e5d1f5-331a-4214-9482-3357ca305177", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "d50854e7-c2a0-4075-bc75-fcf0eab9f8c4", + "id": "86f6e644-ad87-4725-b2c0-8f6e0dbfffca", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:648a74a4-5f72-0c9e-36b7-844a3d04e838\",\n \"uid\": \"anim ut doveniam est sint cupida\",\n \"user_id\": \"urn:uuid:9986fee5-74ac-d931-3e69-cb64ff15657f\",\n \"role_id\": \"urn:uuid:aff0100d-bfb0-af02-288b-9a4dcb46fdd1\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"e2634cf1-d080-7d2f-727b-53448abb9f72\",\n \"uid\": \"nulla anim amet do exelit sint n\",\n \"user_id\": \"urn:uuid:8b1fbbd5-c9f0-72df-8f78-3a726be24425\",\n \"role_id\": \"4c2761ba-a0b1-da8f-b9af-4cc1abec4df2\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c5efa942-db1d-42a4-908b-6414f331f34c", + "id": "f7cc724e-c0cb-46a3-b6f8-18196c35567d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c49896b-4f9e-44f6-ac2e-7e1177ee660b", + "id": "9de079c3-599c-44e0-aaa9-3b2d24a20829", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "3f824a8a-07d1-4246-967c-c97339fe91bc", + "id": "3e43da43-8247-450d-869a-56a5a254bf9e", "name": "Update a user role pairing by id", "request": { "name": "Update a user role pairing by id", @@ -6501,7 +6501,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "d3f1ff8b-3196-4c3b-8286-831cab9e2fe1", + "id": "28383c15-792c-4cdb-a6c0-845bed799837", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6548,7 +6548,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:648a74a4-5f72-0c9e-36b7-844a3d04e838\",\n \"uid\": \"anim ut doveniam est sint cupida\",\n \"user_id\": \"urn:uuid:9986fee5-74ac-d931-3e69-cb64ff15657f\",\n \"role_id\": \"urn:uuid:aff0100d-bfb0-af02-288b-9a4dcb46fdd1\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"e2634cf1-d080-7d2f-727b-53448abb9f72\",\n \"uid\": \"nulla anim amet do exelit sint n\",\n \"user_id\": \"urn:uuid:8b1fbbd5-c9f0-72df-8f78-3a726be24425\",\n \"role_id\": \"4c2761ba-a0b1-da8f-b9af-4cc1abec4df2\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e22967fb-1f51-481b-9854-563afdacf2f8", + "id": "ce1d2f17-5355-4eba-9ce2-be35c45b168f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19d0153-f88c-49b1-b612-e182c1dc22d9", + "id": "8245cae1-b75e-489d-bb02-6e03f356fdde", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6662,7 +6662,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:31b7ab8a-79b0-a05e-5998-a2812abfa03c\",\n \"role_id\": \"d60753ef-f93b-47a4-ea68-036dd88d6db1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"074c984e-b27b-fad2-78f1-072fdf1a4215\",\n \"role_id\": \"5652d8d5-aa04-cbac-b611-76071e0c9a74\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "8ec8e4c6-6acb-4b9e-8ef8-119d8e8e9b79", + "id": "5b59fb1f-e54e-4a0f-bc69-54c2edd10a0e", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "33056fd6-2a70-4011-b425-e5ad61dce17b", + "id": "db381b05-ccf0-4c8c-b065-3ceaf5126ce2", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9585273b-8cd8-4911-9a25-8ca3e8cd2d93", + "id": "b0063231-494e-4024-8acd-7a6bd23233f2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eff48be-da08-418b-bbb3-819de9698123", + "id": "10d5a4c2-93a4-4d7c-b58a-e063fce2aab5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "41d75d83-3173-4b1d-9e45-978dc0d5ec29", + "id": "ed5fb3d7-b9f5-4ab9-8d36-1566571aae34", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6926,7 +6926,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -6935,7 +6935,7 @@ "type": "text/plain" }, "key": "data_type", - "value": "check boxes" + "value": "contributor select" }, { "disabled": false, @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "a8d38f42-a213-4bcc-be41-53b4657b86ab", + "id": "2a2e4ae6-44fa-49e4-abc3-ff1ba478ed99", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7006,7 +7006,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -7015,7 +7015,7 @@ "type": "text/plain" }, "key": "data_type", - "value": "check boxes" + "value": "contributor select" }, { "disabled": false, @@ -7054,12 +7054,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"urn:uuid:951eba58-1eb3-38d9-eb82-4f5396f6e4e8\",\n \"uid\": \"velit ut labore inproident ipsum\",\n \"label\": \"non ut occaecat ex\",\n \"description\": \"adipisicing Excepteur\",\n \"tool_tip\": \"consectetur in incididunt magna\",\n \"crypt\": true,\n \"archived\": true,\n \"archived_on\": \"2022-12-10T21:18:15.713Z\",\n \"created_at\": \"2022-11-21T20:07:06.138Z\",\n \"updated_at\": \"1966-09-27T04:56:45.074Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"ullamco reprehenderit\",\n \"risk_score_setting\": \"quis Excepteur\",\n \"risk_type\": \"do ea labore Excepteur\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": false,\n \"filtered_by_ne_attribute\": false,\n \"filtering_ne_attribute_id\": \"e1057a30-90b9-8c69-09f4-a5aec6cefc2d\",\n \"ne_attribute_filter_id\": \"urn:uuid:4e905abb-4cf4-1d7b-a7b2-2a95ab94c5cc\",\n \"reverse_association_attribute_id\": \"urn:uuid:3e4acb61-ebf3-e300-aca7-137bda98469e\",\n \"profile_type_id\": \"293d0729-9b37-87ad-ae46-59b903d27284\",\n \"legacy_id\": 69277202,\n \"tmp_created_at\": \"2022-07-09T15:29:39.575Z\",\n \"tmp_updated_at\": \"1963-06-17T05:24:51.635Z\"\n },\n {\n \"id\": \"2948216a-8297-36b3-9b63-39f09b20afa5\",\n \"uid\": \"Duis veniam elitenim elitofficia\",\n \"label\": \"amet irure elit in\",\n \"description\": \"irure nisi veniam laborum\",\n \"tool_tip\": \"qui in cupidatat\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1994-03-09T02:14:00.495Z\",\n \"created_at\": \"1964-04-21T22:19:07.406Z\",\n \"updated_at\": \"1951-07-19T20:32:07.956Z\",\n \"date_format\": \"mm-dd-yyyy\",\n \"selectable_status\": \"qui Ut\",\n \"risk_score_setting\": \"Excepteur mollit aute\",\n \"risk_type\": \"nostrud mollit cillum veniam\",\n \"ownership_driver\": false,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"urn:uuid:d5dda96c-a5fd-02a2-33e5-aa441c0461a0\",\n \"ne_attribute_filter_id\": \"urn:uuid:115bc42e-983c-abcf-1006-3a1c55aca890\",\n \"reverse_association_attribute_id\": \"urn:uuid:be5dcc35-5789-66d5-4e37-556599a33780\",\n \"profile_type_id\": \"urn:uuid:940c4fb8-8f23-2f44-b7d3-f6ee66e2189a\",\n \"legacy_id\": 5967701,\n \"tmp_created_at\": \"1997-09-21T20:18:47.587Z\",\n \"tmp_updated_at\": \"1973-10-08T00:58:02.255Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -10030407,\n \"offset\": 39606411,\n \"total\": -54897090,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"d14bf89d-66df-281a-63e3-961685f480dc\",\n \"uid\": \"pariatur Duis do iddolorefugiat \",\n \"label\": \"labore ut qui ad cupidatat\",\n \"description\": \"incidi\",\n \"tool_tip\": \"ex proiden\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1986-07-18T16:15:43.043Z\",\n \"created_at\": \"1994-11-06T17:37:08.757Z\",\n \"updated_at\": \"1966-08-18T13:48:28.213Z\",\n \"date_format\": \"yyyy/mm/dd\",\n \"selectable_status\": \"voluptate \",\n \"risk_score_setting\": \"cupidatat velit enim fugiat\",\n \"risk_type\": \"ex enim ut adipisicing\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": false,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"urn:uuid:9a1f7e36-acb6-4bb1-8e4d-fb8726ae7730\",\n \"ne_attribute_filter_id\": \"32cf7025-e96b-25f0-1525-3af6507dc756\",\n \"reverse_association_attribute_id\": \"ae42e3c6-f07b-4efd-e2ab-7fe443282868\",\n \"profile_type_id\": \"648113f9-85f6-50dc-5f7d-a619ea0a0c0e\",\n \"legacy_id\": -87833882,\n \"tmp_created_at\": \"2014-09-09T10:54:03.570Z\",\n \"tmp_updated_at\": \"2003-04-11T09:11:39.909Z\"\n },\n {\n \"id\": \"d63f9094-11a5-f211-b755-ca99cce18afd\",\n \"uid\": \"fugiat dolor incididunt laborisa\",\n \"label\": \"occaecat Excepteur incididunt ut\",\n \"description\": \"voluptate\",\n \"tool_tip\": \"ullamco quis cupidatat nisi\",\n \"crypt\": true,\n \"archived\": false,\n \"archived_on\": \"1950-09-16T08:50:53.152Z\",\n \"created_at\": \"1971-01-15T08:03:54.253Z\",\n \"updated_at\": \"1993-11-21T22:56:01.584Z\",\n \"date_format\": \"mm-dd-yyyy\",\n \"selectable_status\": \"sunt D\",\n \"risk_score_setting\": \"id commodo\",\n \"risk_type\": \"deserunt aliqua eu dolor\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": false,\n \"filtering_ne_attribute_id\": \"7ab0833e-ee9f-09c0-3a30-650cd9776769\",\n \"ne_attribute_filter_id\": \"urn:uuid:fda99140-7ec8-a9b0-b975-06fda1b0747e\",\n \"reverse_association_attribute_id\": \"urn:uuid:1bf41560-4fdd-1baa-5c96-2d943fc390de\",\n \"profile_type_id\": \"6d9d1d72-2e19-7162-7545-bdbf71c6403b\",\n \"legacy_id\": -40568618,\n \"tmp_created_at\": \"1979-07-20T23:59:29.961Z\",\n \"tmp_updated_at\": \"1987-03-15T16:17:35.738Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -96225999,\n \"offset\": -22223349,\n \"total\": -78078586,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d20e754-3a08-48d4-b90f-bab4254346f9", + "id": "27cdc816-f242-473f-ac02-253bf87bff0f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7104,7 +7104,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -7113,7 +7113,7 @@ "type": "text/plain" }, "key": "data_type", - "value": "check boxes" + "value": "contributor select" }, { "disabled": false, @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f00c3677-851a-4fcb-a456-85dac838420e", + "id": "57f34eec-6743-40e4-8c47-3fd3ffed61d0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7202,7 +7202,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -7211,7 +7211,7 @@ "type": "text/plain" }, "key": "data_type", - "value": "check boxes" + "value": "contributor select" }, { "disabled": false, @@ -7261,7 +7261,7 @@ } }, { - "id": "cd952a27-c453-46ab-822a-25c7d62d581c", + "id": "099244f6-ddba-45c8-b61e-79749d92a7f1", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7303,7 +7303,7 @@ }, "response": [ { - "id": "04c776e3-5279-4ef3-8299-d3203c4a914c", + "id": "10e8d303-4d1a-490a-b792-255f67462aed", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7342,12 +7342,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"70eed35d-b881-23cd-2e25-5cb04d3237e2\",\n \"uid\": \"consequat quis doloroccaecat eni\",\n \"label\": \"deserunt aliqua dolor pariatur\",\n \"description\": \"culpa dolor\",\n \"tool_tip\": \"officia elit esse aliqua\",\n \"crypt\": true,\n \"archived\": true,\n \"archived_on\": \"1993-06-24T02:55:36.303Z\",\n \"created_at\": \"2012-02-09T08:19:08.394Z\",\n \"updated_at\": \"2007-08-03T23:24:37.082Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Ut ea enim\",\n \"risk_score_setting\": \"dolor sunt\",\n \"risk_type\": \"in sed velit elit laboris\",\n \"ownership_driver\": false,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"urn:uuid:5a5b283b-6f95-f705-caf5-f4ae814d22b7\",\n \"ne_attribute_filter_id\": \"urn:uuid:1b7956b5-4faf-4502-0f2a-228a6e8b6924\",\n \"reverse_association_attribute_id\": \"81f275f5-49c2-45a9-ba00-b8ed02ddc831\",\n \"profile_type_id\": \"212511bb-cf0d-5604-b2a2-132e4ef0e784\",\n \"legacy_id\": 22177271,\n \"tmp_created_at\": \"2010-09-28T17:36:18.704Z\",\n \"tmp_updated_at\": \"2016-07-17T22:47:18.403Z\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"2b9d4578-1b26-77f4-7474-54becff77239\",\n \"uid\": \"velit ullamco labore irure UtUt \",\n \"label\": \"q\",\n \"description\": \"anim ut\",\n \"tool_tip\": \"non ut mollit sed eiusmod\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2002-04-30T03:45:14.200Z\",\n \"created_at\": \"1998-10-25T08:25:08.390Z\",\n \"updated_at\": \"2000-09-22T23:34:08.070Z\",\n \"date_format\": \"dd-mm-yyyy\",\n \"selectable_status\": \"laboris\",\n \"risk_score_setting\": \"officia anim \",\n \"risk_type\": \"amet consequat\",\n \"ownership_driver\": false,\n \"allow_multiple_selections\": false,\n \"filtered_by_ne_attribute\": false,\n \"filtering_ne_attribute_id\": \"urn:uuid:abbbcd52-6764-ccf4-6345-5f80f728f5a8\",\n \"ne_attribute_filter_id\": \"e775d329-8ed9-e00f-4ba6-9585afe290eb\",\n \"reverse_association_attribute_id\": \"f94da12c-ec1e-4b34-026e-9e3bae6c9aa2\",\n \"profile_type_id\": \"811cbbce-3ebb-80a9-2dee-93af8ab3cfdd\",\n \"legacy_id\": 12196228,\n \"tmp_created_at\": \"1960-08-08T00:50:56.079Z\",\n \"tmp_updated_at\": \"1974-11-16T17:01:24.626Z\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff845009-0e0f-4540-a4b1-7c34e583e4ce", + "id": "77f1221c-a38e-4b87-b566-8c08e3fe2df1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7391,7 +7391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24587d8e-e86a-4c66-ad90-499c2bc9d590", + "id": "f81bb5bb-f884-46f5-a8e8-8e482e4b3979", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7447,7 +7447,7 @@ "description": "", "item": [ { - "id": "6d032639-03b5-4a36-b372-dd4a65939e48", + "id": "6866e470-7a68-4c0c-a74b-1496beaa2f56", "name": "Add a value to an option based attribute", "request": { "name": "Add a value to an option based attribute", @@ -7478,7 +7478,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7490,7 +7490,7 @@ }, "response": [ { - "id": "3b277069-af72-4a07-9efc-c624e7f7ddcd", + "id": "b1f6540c-6c26-4cc7-b141-a6452f5ac27a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7524,7 +7524,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7541,12 +7541,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:9c966c3c-cfb5-df9e-a5f6-3c70c26641a0\",\n \"uid\": \"laborum ipsum eu ut sintveniamte\",\n \"ne_attribute_id\": \"urn:uuid:84e8db21-5d9a-3ecd-8f59-04135ce90f7e\",\n \"option\": \"velit mollit nulla non\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:f878e607-2c78-228d-4b18-2c52446cf5e5\",\n \"uid\": \"eu velit fugiattempor culpa fugi\",\n \"ne_attribute_id\": \"8a0a897e-544e-58b2-96d7-5023e80a607f\",\n \"option\": \"Ut magn\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7ff2869d-967d-42be-9901-7c0f3ee7350c", + "id": "7d01db7c-ddf6-4652-9c1d-8a3d4353f6bf", "name": "Invalid input", "originalRequest": { "url": { @@ -7576,7 +7576,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7598,7 +7598,7 @@ } }, { - "id": "ea80cccd-d544-482d-8715-38b389558720", + "id": "0f6fc351-67e7-4f34-acb8-b2f510e1be7f", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -7674,7 +7674,7 @@ }, "response": [ { - "id": "739020c1-5a61-41c4-a9b3-b785eb025716", + "id": "400014b5-e4f3-4c3e-a4ad-ff8c64961b8f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7758,12 +7758,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"e35f4b05-a96a-0dc5-2418-60111c7e408e\",\n \"uid\": \"voluptatenostrud ut consequat ip\",\n \"ne_attribute_id\": \"9159d5ae-2c8b-fc80-999f-9a046424ba57\",\n \"option\": \"qui aute\"\n },\n {\n \"id\": \"87314da8-cfc5-1033-3658-9a33c1243e97\",\n \"uid\": \"veniam officiaet dolorsunt nisi \",\n \"ne_attribute_id\": \"urn:uuid:d9af42af-b3af-b86f-0ef3-b7f97fbc8d34\",\n \"option\": \"non sint tempor Lorem Ut\"\n }\n ],\n \"_metadata\": {\n \"limit\": 14940565,\n \"offset\": -50884368,\n \"total\": -64794167,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"f02e58fa-c23d-a209-c116-186a18f19d39\",\n \"uid\": \"fugiatsintofficia in irurealiqua\",\n \"ne_attribute_id\": \"urn:uuid:8af33db0-dc1d-9931-1250-17386df9f55d\",\n \"option\": \"esse quis dolore sunt in\"\n },\n {\n \"id\": \"540c3032-a0b0-3406-67e1-e74a5241922a\",\n \"uid\": \"eiusmodaute Excepteurlaboris dol\",\n \"ne_attribute_id\": \"36c2be7f-13ee-441a-a9eb-ad666f546615\",\n \"option\": \"reprehenderit exercitation sit id sed\"\n }\n ],\n \"_metadata\": {\n \"limit\": 16465724,\n \"offset\": -30085246,\n \"total\": 86560891,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2f84fac-a409-4716-964b-7b6ba029149d", + "id": "0b8c5fbc-ad03-4953-968d-d3ed36030fa4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7852,7 +7852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6781bc15-1fbe-40a1-b1b6-0dd1871030bf", + "id": "6953c96c-c1e3-40dd-98c0-85571d8b2020", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7947,7 +7947,7 @@ } }, { - "id": "27694fe2-93d3-4ab5-8c04-7f8c892e6785", + "id": "b379fb63-06fe-49ac-8120-b38eadb43268", "name": "Create multiple new option based attribute values", "request": { "name": "Create multiple new option based attribute values", @@ -7978,7 +7978,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"93dece4f-d2a7-373f-174d-981f1e7aa157\",\n \"option\": \"adipisicing id Ut\"\n },\n {\n \"ne_attribute_id\": \"c249c77b-8c9d-6743-790e-ee407e5b55b7\",\n \"option\": \"minim Excepteur consectetur veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1ce8056e-e29e-356c-10d2-699b0fa4c11d\",\n \"option\": \"exercitation veniam Lorem ullamco\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:968a16ac-59fe-55a7-d32e-e913ffb013a7\",\n \"option\": \"sunt velit\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,7 +7990,7 @@ }, "response": [ { - "id": "090c4687-0c68-4af3-b0c5-97ca486226e0", + "id": "809f9f2a-0bef-48a6-afa6-49eb186e36a1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8024,7 +8024,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"93dece4f-d2a7-373f-174d-981f1e7aa157\",\n \"option\": \"adipisicing id Ut\"\n },\n {\n \"ne_attribute_id\": \"c249c77b-8c9d-6743-790e-ee407e5b55b7\",\n \"option\": \"minim Excepteur consectetur veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1ce8056e-e29e-356c-10d2-699b0fa4c11d\",\n \"option\": \"exercitation veniam Lorem ullamco\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:968a16ac-59fe-55a7-d32e-e913ffb013a7\",\n \"option\": \"sunt velit\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8041,12 +8041,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"e14adb23-98ee-49e0-6cdb-fbff6d179c07\",\n \"uid\": \"veniam sunt reprehenderit estet \",\n \"ne_attribute_id\": \"urn:uuid:68bb0d3a-6b54-a760-bbb8-13b4036285ae\",\n \"option\": \"dolor consectetur id commodo aliqua\"\n },\n {\n \"id\": \"ae681356-1298-2296-de09-6e43233b507f\",\n \"uid\": \"est occaecatelit in nullareprehe\",\n \"ne_attribute_id\": \"urn:uuid:24619333-8b30-0a3b-4664-db38687dfa4f\",\n \"option\": \"velit commodo culpa aliquip\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"ebfddc4c-2822-1c5c-89e5-3977a312a772\",\n \"uid\": \"Ut inut est culpa utesse ea et c\",\n \"ne_attribute_id\": \"urn:uuid:cd2260a5-a557-18b5-498f-0596a0b493c4\",\n \"option\": \"id ut\"\n },\n {\n \"id\": \"aa638689-cbf8-ce91-3cfe-2fd76d2ca3ff\",\n \"uid\": \"deserunt non ut sunt mollitLorem\",\n \"ne_attribute_id\": \"urn:uuid:2d315267-d8d6-19c8-ffd2-683ba018c901\",\n \"option\": \"tempor nisi Lorem eu\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0aa48310-a12c-4dff-aac4-814245fb3ee1", + "id": "8a873f0d-1620-4b84-9f11-7ef28f87687c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8080,7 +8080,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"93dece4f-d2a7-373f-174d-981f1e7aa157\",\n \"option\": \"adipisicing id Ut\"\n },\n {\n \"ne_attribute_id\": \"c249c77b-8c9d-6743-790e-ee407e5b55b7\",\n \"option\": \"minim Excepteur consectetur veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1ce8056e-e29e-356c-10d2-699b0fa4c11d\",\n \"option\": \"exercitation veniam Lorem ullamco\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:968a16ac-59fe-55a7-d32e-e913ffb013a7\",\n \"option\": \"sunt velit\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8102,7 +8102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112d10dd-14ee-43fb-8f94-49600cfaef9a", + "id": "6bc43658-682e-47a3-8ee0-6cfd36ec6949", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8136,7 +8136,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"93dece4f-d2a7-373f-174d-981f1e7aa157\",\n \"option\": \"adipisicing id Ut\"\n },\n {\n \"ne_attribute_id\": \"c249c77b-8c9d-6743-790e-ee407e5b55b7\",\n \"option\": \"minim Excepteur consectetur veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1ce8056e-e29e-356c-10d2-699b0fa4c11d\",\n \"option\": \"exercitation veniam Lorem ullamco\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:968a16ac-59fe-55a7-d32e-e913ffb013a7\",\n \"option\": \"sunt velit\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8164,7 +8164,7 @@ } }, { - "id": "c739a006-0447-4524-b15e-a47629147af3", + "id": "db9e8e69-0f47-4400-9a10-4a4217a704cd", "name": "Update multiple option based attribute values", "request": { "name": "Update multiple option based attribute values", @@ -8195,7 +8195,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7bec09a0-25f6-35c1-8638-9cd4ad7562fc\",\n \"ne_attribute_id\": \"fc5fdf12-bbe8-9f99-19ca-7b47b1196a05\",\n \"option\": \"dolore voluptate non ipsum\"\n },\n {\n \"id\": \"urn:uuid:25928718-1a1f-0e36-ca5b-8420a0606c4a\",\n \"ne_attribute_id\": \"3d7beedd-d1cf-50fa-cab3-f67ee6a340fe\",\n \"option\": \"veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:b363936d-4fa9-58d0-f6e9-32a68f95c4f5\",\n \"ne_attribute_id\": \"e2626b1d-cb0c-b386-b3a2-0aa373207ea8\",\n \"option\": \"fugi\"\n },\n {\n \"id\": \"fbdb1466-aa2e-dac0-64d2-d7a6d8913408\",\n \"ne_attribute_id\": \"urn:uuid:27e6b566-b0be-e3ab-c487-a3496e2fcda4\",\n \"option\": \"do qui\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8207,7 +8207,7 @@ }, "response": [ { - "id": "4e8dae5a-ca09-49ea-a503-cf8c537485fd", + "id": "e447d179-7ff2-4040-820d-ed834c6c05c5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8241,7 +8241,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7bec09a0-25f6-35c1-8638-9cd4ad7562fc\",\n \"ne_attribute_id\": \"fc5fdf12-bbe8-9f99-19ca-7b47b1196a05\",\n \"option\": \"dolore voluptate non ipsum\"\n },\n {\n \"id\": \"urn:uuid:25928718-1a1f-0e36-ca5b-8420a0606c4a\",\n \"ne_attribute_id\": \"3d7beedd-d1cf-50fa-cab3-f67ee6a340fe\",\n \"option\": \"veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:b363936d-4fa9-58d0-f6e9-32a68f95c4f5\",\n \"ne_attribute_id\": \"e2626b1d-cb0c-b386-b3a2-0aa373207ea8\",\n \"option\": \"fugi\"\n },\n {\n \"id\": \"fbdb1466-aa2e-dac0-64d2-d7a6d8913408\",\n \"ne_attribute_id\": \"urn:uuid:27e6b566-b0be-e3ab-c487-a3496e2fcda4\",\n \"option\": \"do qui\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8258,12 +8258,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"e14adb23-98ee-49e0-6cdb-fbff6d179c07\",\n \"uid\": \"veniam sunt reprehenderit estet \",\n \"ne_attribute_id\": \"urn:uuid:68bb0d3a-6b54-a760-bbb8-13b4036285ae\",\n \"option\": \"dolor consectetur id commodo aliqua\"\n },\n {\n \"id\": \"ae681356-1298-2296-de09-6e43233b507f\",\n \"uid\": \"est occaecatelit in nullareprehe\",\n \"ne_attribute_id\": \"urn:uuid:24619333-8b30-0a3b-4664-db38687dfa4f\",\n \"option\": \"velit commodo culpa aliquip\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"ebfddc4c-2822-1c5c-89e5-3977a312a772\",\n \"uid\": \"Ut inut est culpa utesse ea et c\",\n \"ne_attribute_id\": \"urn:uuid:cd2260a5-a557-18b5-498f-0596a0b493c4\",\n \"option\": \"id ut\"\n },\n {\n \"id\": \"aa638689-cbf8-ce91-3cfe-2fd76d2ca3ff\",\n \"uid\": \"deserunt non ut sunt mollitLorem\",\n \"ne_attribute_id\": \"urn:uuid:2d315267-d8d6-19c8-ffd2-683ba018c901\",\n \"option\": \"tempor nisi Lorem eu\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7aa798bd-e2ff-413a-aa99-2e6ca7ee7674", + "id": "bb0efa83-d9d1-4564-9a69-6c94c0e1a825", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8297,7 +8297,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7bec09a0-25f6-35c1-8638-9cd4ad7562fc\",\n \"ne_attribute_id\": \"fc5fdf12-bbe8-9f99-19ca-7b47b1196a05\",\n \"option\": \"dolore voluptate non ipsum\"\n },\n {\n \"id\": \"urn:uuid:25928718-1a1f-0e36-ca5b-8420a0606c4a\",\n \"ne_attribute_id\": \"3d7beedd-d1cf-50fa-cab3-f67ee6a340fe\",\n \"option\": \"veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:b363936d-4fa9-58d0-f6e9-32a68f95c4f5\",\n \"ne_attribute_id\": \"e2626b1d-cb0c-b386-b3a2-0aa373207ea8\",\n \"option\": \"fugi\"\n },\n {\n \"id\": \"fbdb1466-aa2e-dac0-64d2-d7a6d8913408\",\n \"ne_attribute_id\": \"urn:uuid:27e6b566-b0be-e3ab-c487-a3496e2fcda4\",\n \"option\": \"do qui\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8319,7 +8319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff62da5-0334-4b68-b71e-02bc85d2faa4", + "id": "ef0f174e-f74c-4c8f-8448-ad81f41ebe9c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8353,7 +8353,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7bec09a0-25f6-35c1-8638-9cd4ad7562fc\",\n \"ne_attribute_id\": \"fc5fdf12-bbe8-9f99-19ca-7b47b1196a05\",\n \"option\": \"dolore voluptate non ipsum\"\n },\n {\n \"id\": \"urn:uuid:25928718-1a1f-0e36-ca5b-8420a0606c4a\",\n \"ne_attribute_id\": \"3d7beedd-d1cf-50fa-cab3-f67ee6a340fe\",\n \"option\": \"veniam\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:b363936d-4fa9-58d0-f6e9-32a68f95c4f5\",\n \"ne_attribute_id\": \"e2626b1d-cb0c-b386-b3a2-0aa373207ea8\",\n \"option\": \"fugi\"\n },\n {\n \"id\": \"fbdb1466-aa2e-dac0-64d2-d7a6d8913408\",\n \"ne_attribute_id\": \"urn:uuid:27e6b566-b0be-e3ab-c487-a3496e2fcda4\",\n \"option\": \"do qui\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8381,7 +8381,7 @@ } }, { - "id": "2fc63e1e-0661-47ee-a7b8-54a8cd43eb14", + "id": "e7c8a549-7f15-41c0-a348-d7f029240125", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8423,7 +8423,7 @@ }, "response": [ { - "id": "03bf1674-1ae4-4ce4-81fe-dde6e765e088", + "id": "4f4bb75c-0142-4d49-86ad-d8f56c1fa688", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8462,12 +8462,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:9c966c3c-cfb5-df9e-a5f6-3c70c26641a0\",\n \"uid\": \"laborum ipsum eu ut sintveniamte\",\n \"ne_attribute_id\": \"urn:uuid:84e8db21-5d9a-3ecd-8f59-04135ce90f7e\",\n \"option\": \"velit mollit nulla non\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:f878e607-2c78-228d-4b18-2c52446cf5e5\",\n \"uid\": \"eu velit fugiattempor culpa fugi\",\n \"ne_attribute_id\": \"8a0a897e-544e-58b2-96d7-5023e80a607f\",\n \"option\": \"Ut magn\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fe5d5b65-8817-4537-9ad3-9cce4f16f6d7", + "id": "99959632-024c-455e-8c10-cf2928e1a90c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8511,7 +8511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce492ec-1954-4071-a7bd-f4adcc689f2c", + "id": "10a4463b-0a6c-4b5d-b1ff-9d29f05372bf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8561,7 +8561,7 @@ } }, { - "id": "5d189209-fe16-4930-b0a9-ea412a7693a9", + "id": "ea61a651-798a-4859-af9b-3b3b55757693", "name": "Update a option based attribute value by id", "request": { "name": "Update a option based attribute value by id", @@ -8604,7 +8604,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8616,7 +8616,7 @@ }, "response": [ { - "id": "ffc559ba-c746-41b9-abf7-986bb33836ab", + "id": "29990ee2-3e19-4100-a228-183fe0925b2d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8651,7 +8651,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8668,12 +8668,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:9c966c3c-cfb5-df9e-a5f6-3c70c26641a0\",\n \"uid\": \"laborum ipsum eu ut sintveniamte\",\n \"ne_attribute_id\": \"urn:uuid:84e8db21-5d9a-3ecd-8f59-04135ce90f7e\",\n \"option\": \"velit mollit nulla non\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:f878e607-2c78-228d-4b18-2c52446cf5e5\",\n \"uid\": \"eu velit fugiattempor culpa fugi\",\n \"ne_attribute_id\": \"8a0a897e-544e-58b2-96d7-5023e80a607f\",\n \"option\": \"Ut magn\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ddb9787-7252-46b4-a75c-677f44c2e453", + "id": "12262d51-23ac-47cc-a7ca-c92242d68e46", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8708,7 +8708,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8730,7 +8730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0d6468-6d66-4c28-8149-cf8ded3ce4bf", + "id": "8d3c0381-cb0d-43f2-bc92-cec1faad9c76", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8765,7 +8765,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:1c716562-8062-f06c-4d51-e9e8595c81ce\",\n \"option\": \"proident est elit sint\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:f36f223f-4375-764d-2002-08467287a029\",\n \"option\": \"magna eiusmod deserunt ex Ut\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8793,7 +8793,7 @@ } }, { - "id": "c607fc83-382f-4c32-8017-e8176e479747", + "id": "5fe8ae27-e49a-452d-8334-63a9f83c35d7", "name": "Delete a option based attribute value by id", "request": { "name": "Delete a option based attribute value by id", @@ -8835,7 +8835,7 @@ }, "response": [ { - "id": "c007e2ca-2231-480b-86aa-8b7d4e5e30b8", + "id": "807c8675-6b88-4655-bd28-e409bee1b935", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -8879,7 +8879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90bb3397-3f43-43b7-a45c-48dfeb0b2a02", + "id": "b07179c7-ce3f-42be-8946-81da19728204", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8923,7 +8923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d15508e-b2dd-43e0-bc30-ee772a872525", + "id": "c8899e64-df5c-4cc1-b3db-8dfc97bca047", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8979,7 +8979,7 @@ "description": "", "item": [ { - "id": "9eecd5b3-5638-4980-9ba0-0fcde097fb06", + "id": "d11511c9-4bd1-4fbc-9ef9-35a6e9c40f3f", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9023,7 +9023,7 @@ }, "response": [ { - "id": "35cf2dba-b8fa-4229-adf7-85913b8bafc5", + "id": "fd06bbff-d0fb-44c5-8960-636cf9b612a5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9080,7 +9080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4cdaf1d-61b3-4679-81af-b385fcb9dd4c", + "id": "f9b5a575-af12-4973-8b9f-b5d2233efbc3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9137,7 +9137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f83cd4b-653e-4553-bf6a-e37a85f036f0", + "id": "02b82387-0eaa-4221-b2f9-d400531611f8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9200,7 +9200,7 @@ } }, { - "id": "b0093048-e550-4b3c-add9-cb5af43288fa", + "id": "34cf0d4e-c5f0-4eb8-b5d8-c1d263b6097b", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9244,7 +9244,7 @@ }, "response": [ { - "id": "609b780c-8d76-4729-aaca-b7964a05c14d", + "id": "0882669e-4300-4690-afa5-ff23cbe91bfc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9301,7 +9301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23c39ed-d190-4001-aacb-9a8a871fbb30", + "id": "7a7c0d77-77e5-4103-9ab9-e5d853a86db4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9358,7 +9358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "654c6ef9-ee8f-44d2-9e65-9354a5e4f8ab", + "id": "f970d71f-8b3f-4a05-b9f8-76ecc802c032", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9427,7 +9427,7 @@ "description": "", "item": [ { - "id": "c1cf2e49-378a-4f5a-b392-6395c3509a03", + "id": "bceddff6-e034-48f8-a5c8-6d568e73ff9e", "name": "Create a profile type", "request": { "name": "Create a profile type", @@ -9458,7 +9458,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedut laborisin velit enimelit l\",\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\": \"quis nisi laboris tempor cillumm\",\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\": \"adipisicing mollit culpa idnostr\",\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\": \"cupidatat exofficia proidentsunt\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco pariaturdolor velit inqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse velit nisireprehenderitaliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint mollitqui Utin nostrud esse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea idqui irure enim Lorem minimd\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9470,7 +9470,7 @@ }, "response": [ { - "id": "1e893a33-dd91-409e-bbae-3bccca13da75", + "id": "0f8fed23-e5be-4f84-becb-a97ed7eed7a7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9504,7 +9504,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedut laborisin velit enimelit l\",\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\": \"quis nisi laboris tempor cillumm\",\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\": \"adipisicing mollit culpa idnostr\",\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\": \"cupidatat exofficia proidentsunt\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco pariaturdolor velit inqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse velit nisireprehenderitaliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint mollitqui Utin nostrud esse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea idqui irure enim Lorem minimd\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9521,12 +9521,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat aliquipreprehenderit al\",\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\": \"dolor proident nostrudirure veni\",\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 ut mollitnostrud ea aliqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit veniam ineu elit consequat a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"reprehenderit do cupidatatmollit\",\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\": \"in nostrud in dolorinsed incidid\",\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\": \"ad laborevoluptate ad amet irure\",\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\": \"laboris dolorein qui incididunte\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint quis esse temporest qui ull\",\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 sunt aute tempor indolor\",\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": "c2ba5257-e0d2-4abc-aceb-85fba9807b5f", + "id": "f67cc715-4b05-46b1-ba0e-27fc76a0268a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9560,7 +9560,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedut laborisin velit enimelit l\",\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\": \"quis nisi laboris tempor cillumm\",\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\": \"adipisicing mollit culpa idnostr\",\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\": \"cupidatat exofficia proidentsunt\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco pariaturdolor velit inqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse velit nisireprehenderitaliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint mollitqui Utin nostrud esse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea idqui irure enim Lorem minimd\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9582,7 +9582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36dc73a-cbb9-46b5-a85c-8992d76ca409", + "id": "f63dba2c-3a74-4f06-ba5d-cd08e37711c4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9616,7 +9616,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sedut laborisin velit enimelit l\",\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\": \"quis nisi laboris tempor cillumm\",\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\": \"adipisicing mollit culpa idnostr\",\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\": \"cupidatat exofficia proidentsunt\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco pariaturdolor velit inqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"esse velit nisireprehenderitaliq\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint mollitqui Utin nostrud esse\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ea idqui irure enim Lorem minimd\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9644,7 +9644,7 @@ } }, { - "id": "830ba426-e160-4423-954f-20949a5d7b69", + "id": "e847618c-889b-4955-b133-d1aff519fb1b", "name": "Get profile types", "request": { "name": "Get profile types", @@ -9694,7 +9694,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -9729,7 +9729,7 @@ }, "response": [ { - "id": "ead361ea-58f8-40bd-b7c6-8a30146be18f", + "id": "8e1996be-8211-419e-9ca4-3c5fc22a158f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9774,7 +9774,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -9822,12 +9822,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut exercitation dosed laboriscon\",\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 laboris pariatur velitnisi ma\",\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 suntmollit sitproident laboru\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia Lorem nisidolore ametest\",\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\": \"dolor sedirure incididunt veniam\",\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\": \"in eiusmodcillum aliqua ut Lorem\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua enim dolor animqui ea ani\",\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\": \"in dolore et exdolor consequat e\",\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\": \"mollitcillum sunt irureet non eu\",\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\": \"qui utpariatur domollit commodo \",\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\": 51448188,\n \"offset\": 20186734,\n \"total\": 52807475,\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\": \"Excepteur cillummagna enimtempor\",\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\": \"qui proident in consequatlaborum\",\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\": \"commodo tempor ea estdolor suntt\",\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\": \"dolore consequat eu Excepteurid \",\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\": \"aute ametdolore elit sed dolorev\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut deseruntnon utconsectetur inc\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut irure voluptateet Lorem tempo\",\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\": \"adipisicing cupidatatea irure in\",\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\": \"eu labore irure sed velitexercit\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua fugiat sint ut Loremaute \",\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\": -66546277,\n \"offset\": 19586632,\n \"total\": -35680300,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "61e92f8e-ae42-42a4-830b-62edd0547cd6", + "id": "d8a95594-53a3-47db-beb0-3c966d1e3180", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9872,7 +9872,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -9925,7 +9925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb176e7e-2cd7-4e9f-ae8b-6ce9aa7759ad", + "id": "8393c008-8016-4bef-bd4c-6738dd43315f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9970,7 +9970,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -10029,7 +10029,7 @@ } }, { - "id": "cba4fa27-9f67-4944-ab97-9dc8e61c3368", + "id": "ece814f2-6715-405a-8929-e8561b8c99d4", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10071,7 +10071,7 @@ }, "response": [ { - "id": "e9c101a7-cbd4-4669-965e-c5ab83551ff1", + "id": "11e6abbc-8b25-4a45-9af5-4d7072886cee", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10110,12 +10110,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat aliquipreprehenderit al\",\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\": \"dolor proident nostrudirure veni\",\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 ut mollitnostrud ea aliqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit veniam ineu elit consequat a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"reprehenderit do cupidatatmollit\",\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\": \"in nostrud in dolorinsed incidid\",\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\": \"ad laborevoluptate ad amet irure\",\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\": \"laboris dolorein qui incididunte\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint quis esse temporest qui ull\",\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 sunt aute tempor indolor\",\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": "08acf88a-bc5f-49a0-a751-8c1e339df0a9", + "id": "60baa9b1-0c26-43c6-a886-f66f546891c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10159,7 +10159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f55545-3b7c-40d9-bfa2-4adc280ebe57", + "id": "f2326e67-104b-4b45-83e7-030ffa3596a9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10209,7 +10209,7 @@ } }, { - "id": "a63cba45-d4ec-4258-a548-2fea81c72705", + "id": "c63a93d0-d0ac-4708-ab2e-33b2ee434a89", "name": "Update a profile type by id", "request": { "name": "Update a profile type by id", @@ -10252,7 +10252,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"commodonisi tempor veniam eiusmo\",\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\": \"occaecat eaeu doloresit nostrud \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut quisculpanulla quis incididun\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicingsunt culpa sintcupida\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat cillum exercitationquis\",\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\": \"ealaborum laboreut dolore tempor\",\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\": \"non ametelit velitaliqua ea labo\",\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\": \"Duis reprehenderit magnaea magna\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10264,7 +10264,7 @@ }, "response": [ { - "id": "57b55d5a-35e8-4915-866f-e1c6138643bf", + "id": "b478513c-10a6-4f4a-9f33-3ea7c13c1457", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10299,7 +10299,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"commodonisi tempor veniam eiusmo\",\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\": \"occaecat eaeu doloresit nostrud \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut quisculpanulla quis incididun\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicingsunt culpa sintcupida\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat cillum exercitationquis\",\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\": \"ealaborum laboreut dolore tempor\",\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\": \"non ametelit velitaliqua ea labo\",\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\": \"Duis reprehenderit magnaea magna\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10316,12 +10316,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat aliquipreprehenderit al\",\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\": \"dolor proident nostrudirure veni\",\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 ut mollitnostrud ea aliqu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit veniam ineu elit consequat a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"reprehenderit do cupidatatmollit\",\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\": \"in nostrud in dolorinsed incidid\",\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\": \"ad laborevoluptate ad amet irure\",\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\": \"laboris dolorein qui incididunte\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint quis esse temporest qui ull\",\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 sunt aute tempor indolor\",\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": "fca1f430-5f5f-4edc-ada9-53b16ba0e7fa", + "id": "dcdf7bb7-c752-419c-95d7-988cdd2ce354", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10356,7 +10356,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"commodonisi tempor veniam eiusmo\",\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\": \"occaecat eaeu doloresit nostrud \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut quisculpanulla quis incididun\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicingsunt culpa sintcupida\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat cillum exercitationquis\",\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\": \"ealaborum laboreut dolore tempor\",\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\": \"non ametelit velitaliqua ea labo\",\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\": \"Duis reprehenderit magnaea magna\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10378,7 +10378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022808e1-4714-4e78-8617-5187de23b661", + "id": "0029a6aa-ed42-4eed-8da7-6b287c398d7d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10413,7 +10413,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"commodonisi tempor veniam eiusmo\",\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\": \"occaecat eaeu doloresit nostrud \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut quisculpanulla quis incididun\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicingsunt culpa sintcupida\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat cillum exercitationquis\",\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\": \"ealaborum laboreut dolore tempor\",\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\": \"non ametelit velitaliqua ea labo\",\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\": \"Duis reprehenderit magnaea magna\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10441,7 +10441,7 @@ } }, { - "id": "119f8c89-384c-470f-8643-c7d0ab409113", + "id": "55672dc1-8e11-4923-8874-aaf922513d8b", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10483,7 +10483,7 @@ }, "response": [ { - "id": "2e6f7629-012d-46b4-91ab-19aaaad0ab16", + "id": "c6aaf86c-17e4-486d-a3e4-18c451f20752", "name": "Info about the operation", "originalRequest": { "url": { @@ -10527,7 +10527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c935f8-d4ac-482a-8e02-070efda47a99", + "id": "f5afee6c-6327-45c0-b285-4ea226ba1721", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10571,7 +10571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf70de7-83a9-45dc-81bb-6497d2f78d8c", + "id": "e120329c-4fac-476d-969c-0bd5a11e07c6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10627,7 +10627,7 @@ "description": "", "item": [ { - "id": "98f5bd38-a936-43f9-8b4c-452fb9a0f574", + "id": "dc1c9d00-8a8b-46d9-9062-749e14987046", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -10725,7 +10725,7 @@ }, "response": [ { - "id": "6f26923f-6e83-4425-b53d-7b42900072a7", + "id": "89fb9f49-27ea-463f-a48e-d8805f6ac706", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10811,12 +10811,12 @@ "value": "application/json" } ], - "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"ut minim Excepteur inesse Except\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"Duis Excepteur dotempor ullamco \",\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\": \"animdolor consequat reprehenderi\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"dolore aliquipeiusmod commodo es\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "039d355c-f81e-421c-8835-081434510406", + "id": "2b4d3c4f-38a6-4560-8b98-374cf8e2d5a6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10907,7 +10907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8cc8139-6b0c-464e-90ce-47841e4bce1b", + "id": "f52a6f80-5377-4e91-a2c5-c74bd4ebacdf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11004,7 +11004,7 @@ } }, { - "id": "e35d0bed-8ef5-47fa-b2ee-d63425b1e7f9", + "id": "7ccdf6a7-f0d7-4d6b-80d1-e212a900a003", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11054,7 +11054,7 @@ }, "response": [ { - "id": "9e87f0bb-3055-45c1-97e0-2da020f30bcb", + "id": "531d0fba-3459-42c6-bf37-9bf2334bec68", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11112,7 +11112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fc1420-47cf-4199-b66d-df6738696462", + "id": "3fc04499-7c34-4e2a-8cc6-54e03c8dcb69", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11170,7 +11170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "160f64c9-4566-4ad5-9edb-a5067218c655", + "id": "94ddbb7b-f95b-4fc7-a262-50794024f806", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11234,7 +11234,7 @@ } }, { - "id": "d01c3289-98b9-4aed-9318-d85669164f03", + "id": "4f3f6388-bd73-4b91-928e-8acae1e4ac3a", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11288,7 +11288,7 @@ }, "response": [ { - "id": "a91503c9-268f-4354-928d-08357eab51d2", + "id": "8361f47d-c2b9-41ae-b9d3-feba7f5d257e", "name": "Info about the operation", "originalRequest": { "url": { @@ -11334,7 +11334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab13d8e8-ae02-42d8-adfa-097089f8f79b", + "id": "704789d4-7acc-4476-8827-cc044ce611a5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11380,7 +11380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d5fab51-17e0-4324-be4e-80c277cb1cfb", + "id": "78d13dbc-b6af-4941-867f-2e87284d8708", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11438,7 +11438,7 @@ "description": "", "item": [ { - "id": "2a498774-71d3-4787-9030-96c69ffe354b", + "id": "4c384644-d074-407a-8349-6a125692de10", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11481,7 +11481,7 @@ }, "response": [ { - "id": "f3c4e10e-088c-4953-bc15-480021668ff3", + "id": "68ec6c8e-0008-4cd9-9e7a-09f2e4360996", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11537,7 +11537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65c5bbb-71e4-4798-9caf-2984849ab1ac", + "id": "a3f9392b-c754-4b1d-90d8-f8170d7fa365", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11593,7 +11593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50f0834-b07d-42f4-a392-d2bd9d54caab", + "id": "e08d9390-087e-429b-a0ce-a45accc2c6a5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11661,7 +11661,7 @@ "description": "", "item": [ { - "id": "1bcc9cc1-d585-4c8d-b393-c6982be39d9f", + "id": "4f0f56ff-888c-4cfe-96ee-f4c13168cbda", "name": "Create a profile", "request": { "name": "Create a profile", @@ -11692,7 +11692,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"Ut labore exercitation ad\",\n \"profile_type_id\": \"a7c723fc-49de-e76c-c02a-b02edf6cd48c\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"ullamco ipsum incididunt commodo in\",\n \"profile_type_id\": \"urn:uuid:4b7b0d33-7260-081d-1c24-2240d0650511\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -11704,7 +11704,7 @@ }, "response": [ { - "id": "3cd24436-cf67-40e6-aba1-ccf52afe9244", + "id": "f4100fbc-2215-4081-9610-d3deb80df600", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11738,7 +11738,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"Ut labore exercitation ad\",\n \"profile_type_id\": \"a7c723fc-49de-e76c-c02a-b02edf6cd48c\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"ullamco ipsum incididunt commodo in\",\n \"profile_type_id\": \"urn:uuid:4b7b0d33-7260-081d-1c24-2240d0650511\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -11755,12 +11755,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur laborisdolore adfugi\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris sint Duis laborumest ex \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a6fa048-7557-4602-93e4-8dad029310c0", + "id": "4360f8ca-19f0-4c01-a0f2-65b5107f0aa4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11794,7 +11794,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"Ut labore exercitation ad\",\n \"profile_type_id\": \"a7c723fc-49de-e76c-c02a-b02edf6cd48c\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"ullamco ipsum incididunt commodo in\",\n \"profile_type_id\": \"urn:uuid:4b7b0d33-7260-081d-1c24-2240d0650511\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -11816,7 +11816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d5749e-9ff0-4b9a-9fd0-fe6c69aef41d", + "id": "3940efc3-b4f9-4507-be6f-28002127c262", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11850,7 +11850,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"Ut labore exercitation ad\",\n \"profile_type_id\": \"a7c723fc-49de-e76c-c02a-b02edf6cd48c\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"ullamco ipsum incididunt commodo in\",\n \"profile_type_id\": \"urn:uuid:4b7b0d33-7260-081d-1c24-2240d0650511\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -11878,7 +11878,7 @@ } }, { - "id": "41180d0b-08a3-4ba1-8c9d-93167fc0b072", + "id": "e1e16e08-a6ac-4bc3-a905-f427c8c5e508", "name": "Get profiles", "request": { "name": "Get profiles", @@ -11937,7 +11937,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -11946,7 +11946,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -11955,7 +11955,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -11981,7 +11981,7 @@ }, "response": [ { - "id": "654deb75-2d0e-440b-a592-ef563e391cc6", + "id": "0a834d0e-33d0-4eef-9918-fcfcc6086adf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12035,7 +12035,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -12044,7 +12044,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -12053,7 +12053,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -12092,12 +12092,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eiusmod magna laboreirure nisiqu\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"doloreexercitation id qui sintEx\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 77064067,\n \"offset\": 83913797,\n \"total\": 48075255,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit nisi culpasint magnaaute 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 \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nostrudmollit aliqua velit exerc\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 6887091,\n \"offset\": 97675807,\n \"total\": 49139266,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f2c0580-cb16-4e75-bb1a-acd54ef39135", + "id": "1e12ca39-eadb-4d8b-9bc6-497d86670766", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12151,7 +12151,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -12160,7 +12160,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -12169,7 +12169,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -12213,7 +12213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7055749e-d984-4536-a714-1ae6bca4263b", + "id": "d8246d49-cccc-4057-822d-8263f116882c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12267,7 +12267,7 @@ "type": "text/plain" }, "key": "name", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -12276,7 +12276,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -12285,7 +12285,7 @@ "type": "text/plain" }, "key": "status", - "value": "Terminated" + "value": "On Leave" }, { "disabled": false, @@ -12335,7 +12335,7 @@ } }, { - "id": "93d720eb-59e7-4a2f-b6b4-6ae923f1a298", + "id": "85fec557-ba9f-462f-a8f1-ee5dbff1a818", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12366,7 +12366,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"labore fugiat\",\n \"profile_type_id\": \"urn:uuid:7802c992-3ec4-9bd5-8468-7e399c5e9682\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"labore consecte\",\n \"profile_type_id\": \"urn:uuid:51704808-dad9-1f26-165d-1cc706c328f5\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"mollit ad ut elit\",\n \"profile_type_id\": \"174c8ee7-70b2-b87e-a29a-dbea2a4e32c9\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"non aute Lorem in\",\n \"profile_type_id\": \"urn:uuid:03cbfd62-6f51-9f66-471c-88c1fe626411\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12378,7 +12378,7 @@ }, "response": [ { - "id": "28889b7e-f678-41df-9a0b-5e258c3454d5", + "id": "ffe6f4be-44f7-4792-923a-15e9a7d1532a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12412,7 +12412,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"labore fugiat\",\n \"profile_type_id\": \"urn:uuid:7802c992-3ec4-9bd5-8468-7e399c5e9682\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"labore consecte\",\n \"profile_type_id\": \"urn:uuid:51704808-dad9-1f26-165d-1cc706c328f5\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"mollit ad ut elit\",\n \"profile_type_id\": \"174c8ee7-70b2-b87e-a29a-dbea2a4e32c9\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"non aute Lorem in\",\n \"profile_type_id\": \"urn:uuid:03cbfd62-6f51-9f66-471c-88c1fe626411\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12429,12 +12429,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolore eusint id culpa \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip do amet eaExcepteur repr\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"minim et anim ullamco reprehende\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia reprehenderitdolor et vo\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f93f23ba-1e16-4203-b3ea-052a2894fc2a", + "id": "7fc6e361-1ee3-4740-b1d8-af71998f9bf4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12468,7 +12468,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"labore fugiat\",\n \"profile_type_id\": \"urn:uuid:7802c992-3ec4-9bd5-8468-7e399c5e9682\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"labore consecte\",\n \"profile_type_id\": \"urn:uuid:51704808-dad9-1f26-165d-1cc706c328f5\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"mollit ad ut elit\",\n \"profile_type_id\": \"174c8ee7-70b2-b87e-a29a-dbea2a4e32c9\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"non aute Lorem in\",\n \"profile_type_id\": \"urn:uuid:03cbfd62-6f51-9f66-471c-88c1fe626411\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12490,7 +12490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1400a438-4643-41e1-9ff7-3ca80433dc8c", + "id": "0c0e1996-ecfc-4fe9-9de1-baaa3f77708a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12524,7 +12524,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"labore fugiat\",\n \"profile_type_id\": \"urn:uuid:7802c992-3ec4-9bd5-8468-7e399c5e9682\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"labore consecte\",\n \"profile_type_id\": \"urn:uuid:51704808-dad9-1f26-165d-1cc706c328f5\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"mollit ad ut elit\",\n \"profile_type_id\": \"174c8ee7-70b2-b87e-a29a-dbea2a4e32c9\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"non aute Lorem in\",\n \"profile_type_id\": \"urn:uuid:03cbfd62-6f51-9f66-471c-88c1fe626411\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12552,7 +12552,7 @@ } }, { - "id": "2380705b-cb36-4e2b-878f-9c8e3b13079d", + "id": "f3203d13-45d9-4884-a80b-0744fd26b9d4", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -12583,7 +12583,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:307b5ae9-5505-d56b-a3a0-01d75dec4682\",\n \"name\": \"irure Excepteur dolor\",\n \"profile_type_id\": \"urn:uuid:ff2c3cfc-6e85-c771-592b-36ac23ab1fc9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:2206d098-c072-0f56-279e-d2b4a8ad6569\",\n \"name\": \"dolore enim\",\n \"profile_type_id\": \"urn:uuid:3079c328-8d71-51bd-67a4-5246374e54db\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:769c51ab-7500-41e0-fd51-80543c915b66\",\n \"name\": \"ipsum\",\n \"profile_type_id\": \"0996c79b-d920-f64d-2a55-dbd70b310057\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"42f14350-5519-cd99-f83e-7135a680c5c9\",\n \"name\": \"voluptate reprehenderit dolor\",\n \"profile_type_id\": \"urn:uuid:8f1a59de-3e14-ac42-9d42-f7a21e5df795\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12595,7 +12595,7 @@ }, "response": [ { - "id": "b9ca67c4-bb4a-4a02-a038-4c13a92e45b8", + "id": "6c7b1a1e-a979-4ba4-8dd8-0730aa4679d6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12629,7 +12629,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:307b5ae9-5505-d56b-a3a0-01d75dec4682\",\n \"name\": \"irure Excepteur dolor\",\n \"profile_type_id\": \"urn:uuid:ff2c3cfc-6e85-c771-592b-36ac23ab1fc9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:2206d098-c072-0f56-279e-d2b4a8ad6569\",\n \"name\": \"dolore enim\",\n \"profile_type_id\": \"urn:uuid:3079c328-8d71-51bd-67a4-5246374e54db\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:769c51ab-7500-41e0-fd51-80543c915b66\",\n \"name\": \"ipsum\",\n \"profile_type_id\": \"0996c79b-d920-f64d-2a55-dbd70b310057\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"42f14350-5519-cd99-f83e-7135a680c5c9\",\n \"name\": \"voluptate reprehenderit dolor\",\n \"profile_type_id\": \"urn:uuid:8f1a59de-3e14-ac42-9d42-f7a21e5df795\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12646,12 +12646,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolore eusint id culpa \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip do amet eaExcepteur repr\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"minim et anim ullamco reprehende\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia reprehenderitdolor et vo\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb45751c-3381-4fa4-b0fa-8b2a73563240", + "id": "035d2bed-728e-4890-a902-a68657acf68f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12685,7 +12685,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:307b5ae9-5505-d56b-a3a0-01d75dec4682\",\n \"name\": \"irure Excepteur dolor\",\n \"profile_type_id\": \"urn:uuid:ff2c3cfc-6e85-c771-592b-36ac23ab1fc9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:2206d098-c072-0f56-279e-d2b4a8ad6569\",\n \"name\": \"dolore enim\",\n \"profile_type_id\": \"urn:uuid:3079c328-8d71-51bd-67a4-5246374e54db\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:769c51ab-7500-41e0-fd51-80543c915b66\",\n \"name\": \"ipsum\",\n \"profile_type_id\": \"0996c79b-d920-f64d-2a55-dbd70b310057\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"42f14350-5519-cd99-f83e-7135a680c5c9\",\n \"name\": \"voluptate reprehenderit dolor\",\n \"profile_type_id\": \"urn:uuid:8f1a59de-3e14-ac42-9d42-f7a21e5df795\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12707,7 +12707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e734a4d7-2962-420d-a4e4-441de37f334b", + "id": "65f80d34-382e-4a3c-aa8a-401a8042ba8e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12741,7 +12741,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:307b5ae9-5505-d56b-a3a0-01d75dec4682\",\n \"name\": \"irure Excepteur dolor\",\n \"profile_type_id\": \"urn:uuid:ff2c3cfc-6e85-c771-592b-36ac23ab1fc9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:2206d098-c072-0f56-279e-d2b4a8ad6569\",\n \"name\": \"dolore enim\",\n \"profile_type_id\": \"urn:uuid:3079c328-8d71-51bd-67a4-5246374e54db\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:769c51ab-7500-41e0-fd51-80543c915b66\",\n \"name\": \"ipsum\",\n \"profile_type_id\": \"0996c79b-d920-f64d-2a55-dbd70b310057\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"42f14350-5519-cd99-f83e-7135a680c5c9\",\n \"name\": \"voluptate reprehenderit dolor\",\n \"profile_type_id\": \"urn:uuid:8f1a59de-3e14-ac42-9d42-f7a21e5df795\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12769,7 +12769,7 @@ } }, { - "id": "5fa2006f-c9cf-4d60-b47a-44ddb9e2943d", + "id": "3a90763e-1375-40e4-b8f6-1c130ba5c50b", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -12800,7 +12800,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"b1585439-6f23-f5a4-e006-660d38af288f\"\n },\n {\n \"id\": \"2d4f95f4-5efe-df02-4ce4-057f6d2ca278\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:1c7f8735-c455-abe3-d8ac-44c188ce69cb\"\n },\n {\n \"id\": \"a1dbbf40-fcb2-7cb9-0ae3-d09b7e578160\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12812,7 +12812,7 @@ }, "response": [ { - "id": "0c8ad990-f34e-49af-86ce-51d5b3b7677f", + "id": "ec4c4a1a-a57a-483a-9f5b-848e10789f37", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12846,7 +12846,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"b1585439-6f23-f5a4-e006-660d38af288f\"\n },\n {\n \"id\": \"2d4f95f4-5efe-df02-4ce4-057f6d2ca278\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:1c7f8735-c455-abe3-d8ac-44c188ce69cb\"\n },\n {\n \"id\": \"a1dbbf40-fcb2-7cb9-0ae3-d09b7e578160\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12863,12 +12863,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolore eusint id culpa \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip do amet eaExcepteur repr\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"minim et anim ullamco reprehende\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia reprehenderitdolor et vo\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a4fe4c5-cd09-49cc-91d1-e4943c7329e8", + "id": "787933a8-3a03-4a6e-a151-97f83de6bcb6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12902,7 +12902,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"b1585439-6f23-f5a4-e006-660d38af288f\"\n },\n {\n \"id\": \"2d4f95f4-5efe-df02-4ce4-057f6d2ca278\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:1c7f8735-c455-abe3-d8ac-44c188ce69cb\"\n },\n {\n \"id\": \"a1dbbf40-fcb2-7cb9-0ae3-d09b7e578160\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12924,7 +12924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff9242d-e7e5-4827-9c65-e2b0ff41a31e", + "id": "9c33da81-37f6-42db-bbc8-cf4879d628b1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12958,7 +12958,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"b1585439-6f23-f5a4-e006-660d38af288f\"\n },\n {\n \"id\": \"2d4f95f4-5efe-df02-4ce4-057f6d2ca278\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:1c7f8735-c455-abe3-d8ac-44c188ce69cb\"\n },\n {\n \"id\": \"a1dbbf40-fcb2-7cb9-0ae3-d09b7e578160\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12986,7 +12986,7 @@ } }, { - "id": "6a639958-172c-41f2-8746-5ac32b57cc8a", + "id": "fc6ed256-330a-4cc3-b865-5694ef66a0ff", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13028,7 +13028,7 @@ }, "response": [ { - "id": "af3d5aee-d8d3-4074-8110-be80034e6fde", + "id": "67579b51-48f7-4f7d-9ac5-801122a84daf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13067,12 +13067,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur laborisdolore adfugi\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris sint Duis laborumest ex \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf76b439-395f-430e-baac-662a65544e30", + "id": "bea7e351-38f4-4f56-8bdc-33a3b9cf314b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13116,7 +13116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e3d67d1-9003-468c-ba07-4e4773d50a15", + "id": "5a230099-2a9e-4892-8759-a8d26d4a6435", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13166,7 +13166,7 @@ } }, { - "id": "6736a13b-f048-4061-b546-7d9b0cc67a1d", + "id": "7d6eea5a-34e8-4ef7-b378-74ba0f0f9d8c", "name": "Update a profile by id", "request": { "name": "Update a profile by id", @@ -13209,7 +13209,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ad incididunt labore nulla\",\n \"profile_type_id\": \"50f520df-4370-c2bf-6256-b502136f476b\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"id esse occaecat eu d\",\n \"profile_type_id\": \"urn:uuid:338d62fc-1c79-7df2-35c6-ba70ef11d838\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13221,7 +13221,7 @@ }, "response": [ { - "id": "81456a8b-59b4-44dc-9b1c-9074e86a8f56", + "id": "d9e1d38f-7f62-4631-b42f-c4620a3564b0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13256,7 +13256,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ad incididunt labore nulla\",\n \"profile_type_id\": \"50f520df-4370-c2bf-6256-b502136f476b\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"id esse occaecat eu d\",\n \"profile_type_id\": \"urn:uuid:338d62fc-1c79-7df2-35c6-ba70ef11d838\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13273,12 +13273,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur laborisdolore adfugi\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"laboris sint Duis laborumest ex \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80043492-092e-447c-8b11-6c21b43b5b05", + "id": "4a0b5ef3-2fe7-48e0-8705-a2cb8a0da116", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13313,7 +13313,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ad incididunt labore nulla\",\n \"profile_type_id\": \"50f520df-4370-c2bf-6256-b502136f476b\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"id esse occaecat eu d\",\n \"profile_type_id\": \"urn:uuid:338d62fc-1c79-7df2-35c6-ba70ef11d838\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13335,7 +13335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "108486bf-a72a-45a3-83f9-e1dbce519239", + "id": "47ab639b-2381-45b0-95a4-9f6acc9d0c88", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13370,7 +13370,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ad incididunt labore nulla\",\n \"profile_type_id\": \"50f520df-4370-c2bf-6256-b502136f476b\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"id esse occaecat eu d\",\n \"profile_type_id\": \"urn:uuid:338d62fc-1c79-7df2-35c6-ba70ef11d838\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13398,7 +13398,7 @@ } }, { - "id": "2dd50841-d691-42dd-bdaa-439efd71a15e", + "id": "c4ebf53e-f0d8-4085-98fd-f731719eef0a", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13440,7 +13440,7 @@ }, "response": [ { - "id": "07811ae0-b558-416a-9ad2-de3d39dfba0d", + "id": "657c7618-3a82-4118-9533-582040e3a4a8", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13474,7 +13474,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aa305d8f-809f-4a09-b717-91600aa6c03b", + "id": "de7c2ed4-111b-40c7-9c8b-dfd96fb99b38", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13513,12 +13513,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"fugiat aute ea Excepteur\"\n}", + "body": "{\n \"error\": \"non veniam nisi\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "daf4c3ff-0fe5-498e-99cf-47d64b2245c0", + "id": "e76cfd77-4611-4f14-9920-8daed89619be", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13568,7 +13568,7 @@ } }, { - "id": "71b2fa99-64a6-410d-9d04-c36f71ca10d1", + "id": "98ef9712-45a9-4698-ad0c-08d49ddc189b", "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", @@ -13622,7 +13622,7 @@ }, "response": [ { - "id": "32f00a78-354b-4032-a3a0-0679cbf61b43", + "id": "4ee3880d-86f9-43b6-9ac9-100bf33bd075", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13663,12 +13663,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d97de2f9-22bf-4c54-9a8a-62dc4ee4c0ea", + "id": "f1c9d917-15dc-4449-9dc0-c883701f4a13", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13714,7 +13714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fda751-e6dc-4a86-8416-0351d9421ec6", + "id": "f6799eea-2a3d-4c65-8330-546ec0ee8a2a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13766,7 +13766,7 @@ } }, { - "id": "ccb089ce-6ada-49b4-abdc-6667232cefa4", + "id": "35849bef-589c-4232-ae47-9a296e530c16", "name": "Uploads a new attachment attribute value to a profile", "request": { "name": "Uploads a new attachment attribute value to a profile", @@ -13828,7 +13828,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -13837,7 +13837,7 @@ }, "response": [ { - "id": "eae5c8e2-ed5b-4fab-a68b-5106ef162ff1", + "id": "f3022ac5-821e-4bef-9dbc-b4b567cbe902", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13881,7 +13881,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -13895,12 +13895,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d6a1d137-9590-476f-970f-3d0531addf3d", + "id": "02ab461e-223f-4cd7-8f09-1c677d76bc88", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13944,7 +13944,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -13963,7 +13963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faad8d16-e88e-4b5c-9ad2-ba5166e3bedc", + "id": "59c8ee8d-221f-4ce2-87d2-2c7160d472d6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14007,7 +14007,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -14032,7 +14032,7 @@ } }, { - "id": "69d8d71f-291f-4754-a7d4-76275cdda965", + "id": "3fc35931-0c19-47a9-8793-11048e45bb6b", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14075,7 +14075,7 @@ }, "response": [ { - "id": "d689b5e0-45be-4093-a0ba-2abc98f572f5", + "id": "6a698905-54e7-4765-b5f2-360122c8bc70", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14115,12 +14115,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "66450cbe-f505-4378-a8cb-fad62ede47eb", + "id": "c4fe1401-4070-4508-861f-b90574beffd7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14165,7 +14165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffb11d2-f86a-433b-96be-97f56bcad594", + "id": "10be01b8-9036-4694-b1a2-00fc2a34fc29", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14216,7 +14216,7 @@ } }, { - "id": "b7317f3c-3bca-452a-91fe-b5fd594addc0", + "id": "d8317f04-2129-4e5a-ae03-5c1afe6dc0bb", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14267,7 +14267,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -14276,7 +14276,7 @@ }, "response": [ { - "id": "be7d494c-754d-4444-92b1-7d992a050c40", + "id": "7e735d19-6b8e-4b32-a519-8e169c807c35", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -14333,12 +14333,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "39b14c13-32e3-4a28-8aed-c80997ba1314", + "id": "d5160a6f-04ff-4aef-af7e-445085b60ca7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14381,7 +14381,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -14400,7 +14400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d82c59d-7b7c-4e20-8700-44a054474022", + "id": "a88a18bb-620e-478c-8c92-a3706faf5eac", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14443,7 +14443,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -14474,7 +14474,7 @@ "description": "", "item": [ { - "id": "b5f7de8b-8117-4342-bfec-77ad53d67c49", + "id": "4d49b248-1461-4804-ac23-5d6ae1d7b867", "name": "Get risk score data in bulk", "request": { "name": "Get risk score data in bulk", @@ -14524,7 +14524,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14533,7 +14533,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -14542,7 +14542,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14551,7 +14551,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14560,7 +14560,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14586,7 +14586,7 @@ }, "response": [ { - "id": "0847b984-38f8-4020-8dac-124c89ba7f5f", + "id": "6df48647-4026-41a0-b8c8-951e13eadb77", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14631,7 +14631,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14640,7 +14640,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -14649,7 +14649,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14658,7 +14658,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14667,7 +14667,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14706,12 +14706,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:ecc3d1ec-160f-2313-7b79-8bee19c3bb20\",\n \"uid\": \"in non esse ideu Ut irure pariat\",\n \"object_id\": \"de63b4cf-e027-cb10-350e-73e027f294df\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 153470432.52,\n \"overall_risk_level_id\": \"urn:uuid:450c354c-5da7-20bb-a80b-ce5e4e9412da\",\n \"impact_score\": 73562789.97,\n \"impact_risk_level_id\": \"urn:uuid:413aadb5-4c87-0f46-fa8b-c3292589c9ac\",\n \"probability_score\": 13475137.66,\n \"probability_risk_level_id\": \"urn:uuid:17405790-35f3-2933-32d2-62222bcdb962\"\n },\n {\n \"id\": \"365b1a78-59b5-5c96-2944-7a562baa44a3\",\n \"uid\": \"Ut exercitation nostrudeiusmod m\",\n \"object_id\": \"b7e3b9ea-b380-890e-8b61-6126d385d09f\",\n \"object_type\": \"Profile\",\n \"overall_score\": 170447471,\n \"overall_risk_level_id\": \"a593dcdd-c116-38c8-b549-526898e4b0cf\",\n \"impact_score\": 118022605.14,\n \"impact_risk_level_id\": \"e85cc014-3d77-de5e-6182-192643d92f01\",\n \"probability_score\": 14604842.19,\n \"probability_risk_level_id\": \"45e7c38c-453d-274c-941c-a6a985a76652\"\n }\n ],\n \"_metadata\": {\n \"limit\": 32241388,\n \"offset\": 92461544,\n \"total\": 37310522,\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:9530d54f-01b9-40c6-53c9-8ba16545369e\",\n \"uid\": \"nulla culpa enim dolore eiusmodv\",\n \"object_id\": \"urn:uuid:f62f0b9f-4c89-f73b-27ac-c36052474e7e\",\n \"object_type\": \"Profile\",\n \"overall_score\": 108496801.55,\n \"overall_risk_level_id\": \"1670f65b-fb03-b826-34de-3a9cf5f05253\",\n \"impact_score\": 75274894.56,\n \"impact_risk_level_id\": \"ddfe54e4-d897-804c-7ede-d6b884f0cd6a\",\n \"probability_score\": 199093312.67000002,\n \"probability_risk_level_id\": \"5a1db3df-0b09-c66d-3d06-d665c54731bc\"\n },\n {\n \"id\": \"urn:uuid:1ab1d63f-0315-2b44-8d54-21d91bfadad1\",\n \"uid\": \"Lorem sitad ex consequatvelit qu\",\n \"object_id\": \"urn:uuid:ee9173a3-7d3b-2a10-00f0-d940bd4c2c71\",\n \"object_type\": \"Profile\",\n \"overall_score\": 103398772.98,\n \"overall_risk_level_id\": \"urn:uuid:7332d718-0e6c-5212-c1e6-86219bda56d6\",\n \"impact_score\": 129749207.72,\n \"impact_risk_level_id\": \"62996579-0e46-3da4-dae2-f0094799c29c\",\n \"probability_score\": 25002460.92,\n \"probability_risk_level_id\": \"urn:uuid:ab0b3c69-5829-de2f-fcd1-39f8a0af1e45\"\n }\n ],\n \"_metadata\": {\n \"limit\": 93668249,\n \"offset\": -3709486,\n \"total\": 24267982,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4d9f97c0-06e9-4f1b-921b-2524e6f99fb4", + "id": "cf1ea166-d3b3-4e5d-9bef-aaa52f19714f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14756,7 +14756,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14765,7 +14765,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -14774,7 +14774,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14783,7 +14783,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14792,7 +14792,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14836,7 +14836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf8c682-e048-4c39-ae97-9f08460a35f5", + "id": "53a73995-3d31-4fe4-b4cb-bc7195bf7872", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14881,7 +14881,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14890,7 +14890,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "WorkflowSession" + "value": "Profile" }, { "disabled": false, @@ -14899,7 +14899,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14908,7 +14908,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14917,7 +14917,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -14967,7 +14967,7 @@ } }, { - "id": "98a1b3b2-3a37-45a8-bde5-b9844b71333b", + "id": "c1b3700c-4e27-446f-811e-9f5c785ad386", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15009,7 +15009,7 @@ }, "response": [ { - "id": "50f3db54-c19d-442c-88a9-4e22abbcc21f", + "id": "7da12ed2-9067-4e7f-bd91-10d34cbd4406", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15048,12 +15048,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"a40cd8b6-09e0-6887-613a-825341c18bc7\",\n \"uid\": \"tempor deseruntfugiat eiusmod la\",\n \"object_id\": \"urn:uuid:dab23500-2b10-1b38-7b22-8c5e1d6f86da\",\n \"object_type\": \"Profile\",\n \"overall_score\": 102309762.2,\n \"overall_risk_level_id\": \"a2b6e6f5-dcaa-c573-a8ac-6ed24ff41b83\",\n \"impact_score\": 163707976.46,\n \"impact_risk_level_id\": \"da988c52-9d85-3068-49e9-0e99398fb54b\",\n \"probability_score\": 176816548.1,\n \"probability_risk_level_id\": \"771d030e-405e-22c1-497b-d7607d336874\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:aa22b8c4-91ad-5f1d-3bbd-0d759d9c275f\",\n \"uid\": \"in fugiat nostrudcupidatat in co\",\n \"object_id\": \"urn:uuid:2aacd0e9-bb7b-a2fd-df7b-45ca4c02330b\",\n \"object_type\": \"Profile\",\n \"overall_score\": 108191839.69,\n \"overall_risk_level_id\": \"urn:uuid:7c5b3e0b-6caa-0572-09fc-d867d4a9cf67\",\n \"impact_score\": 3711945.96,\n \"impact_risk_level_id\": \"5a730507-4bbc-8fa8-5618-5ba0a62ad3ac\",\n \"probability_score\": 141365093.03,\n \"probability_risk_level_id\": \"c64637c7-e0f8-555c-77c5-6068a3102da0\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bbf88248-fa7c-419f-9692-f7d586db2bdc", + "id": "65d0d683-e628-41af-a5cb-3fcfaea6b3a6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15097,7 +15097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5919f32-a01f-4516-b6ca-a1eba06c4bbf", + "id": "a1554887-cc28-4a52-b6a9-9cdc58a6d21b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15153,7 +15153,7 @@ "description": "", "item": [ { - "id": "84a23922-d2df-43ad-92fc-c415a38cdf95", + "id": "3ff87d22-6d59-42a5-b061-9a98846f70ca", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15203,7 +15203,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -15229,7 +15229,7 @@ }, "response": [ { - "id": "538d8316-bce8-47dd-8c29-be424ecc98bc", + "id": "0e35e870-9c07-4e1a-b2a5-19dc7306639d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15274,7 +15274,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -15313,12 +15313,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid:8fc53655-5d28-b699-9bdb-286336e61f92\",\n \"uid\": \"veniam deseruntmollit officia la\",\n \"label\": \"occaecat mollit est\",\n \"points\": 64476935.56,\n \"order\": 71686459\n },\n {\n \"id\": \"urn:uuid:97e5be25-d2e7-a38b-6b76-cae35c5eeb47\",\n \"uid\": \"do ex deserunt Loremad amet ulla\",\n \"label\": \"in esse laborum ullamco\",\n \"points\": 186531377.5,\n \"order\": 87412782\n }\n ],\n \"_metadata\": {\n \"limit\": -54239097,\n \"offset\": -16138009,\n \"total\": 78043250,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"3c13d90f-aab1-7a42-36df-d49f84e43d5b\",\n \"uid\": \"nisi eiusmodfugiat euquis laboru\",\n \"label\": \"exercitation aliqua sint\",\n \"points\": 193220702.58,\n \"order\": 28407251\n },\n {\n \"id\": \"urn:uuid:b5a62689-8354-38df-53c8-be360693854b\",\n \"uid\": \"sed non officia exercitation dol\",\n \"label\": \"sunt laborum non ipsum\",\n \"points\": 188912174.52,\n \"order\": 3979656\n }\n ],\n \"_metadata\": {\n \"limit\": -1677491,\n \"offset\": -56913050,\n \"total\": 42129880,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "98d21497-0045-4b3e-8bcb-c1212f02833c", + "id": "69e1bab2-2d02-4681-8710-ba62d38bcdbc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15363,7 +15363,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -15407,7 +15407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18dc2c3-3af1-4ad7-928c-ae123755bb7e", + "id": "79222f0a-ae85-41a9-a882-66ea99fee14a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15452,7 +15452,7 @@ "type": "text/plain" }, "key": "label", - "value": "amet nostrud" + "value": "ut ex" }, { "disabled": false, @@ -15502,7 +15502,7 @@ } }, { - "id": "793c7e08-e8b6-48a4-932c-1251e0f0df0e", + "id": "edeb1c1a-a94e-4a21-af26-2ae88300fdc8", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15544,7 +15544,7 @@ }, "response": [ { - "id": "aebbba9e-3f59-4a45-a80e-5dfd9b21e899", + "id": "d5decbb3-01a7-491c-bdea-308149bc087a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15583,12 +15583,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"7b13985d-f12b-0871-88b1-54c75e57e137\",\n \"uid\": \"id exercitation pariaturminimin \",\n \"label\": \"commodo Lorem Duis\",\n \"points\": 28418937.03,\n \"order\": 75675464\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"6ca88b27-0e75-9439-04d9-db43f60f0728\",\n \"uid\": \"esse dolore ad sintmollit sit ve\",\n \"label\": \"dolor in ad\",\n \"points\": 56462688,\n \"order\": 51489282\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e4edab2a-92aa-4859-b5b4-71cb1eb49dd0", + "id": "9aa9bc39-c2be-4559-a902-0f929299f603", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15632,7 +15632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25534b60-3213-4117-adad-7858d12a42a7", + "id": "c48f3955-bc5c-4ce1-96b4-4d956a87b6a8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15688,7 +15688,7 @@ "description": "", "item": [ { - "id": "c29a605c-69d0-421e-951f-524ce5171ba5", + "id": "cd2865a7-21b4-42b2-8043-02f6ac14f8d9", "name": "Create a user-profile contributor relationship", "request": { "name": "Create a user-profile contributor relationship", @@ -15719,7 +15719,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -15731,7 +15731,7 @@ }, "response": [ { - "id": "5f22a77b-5dc4-47cb-99de-f9cc49e0628d", + "id": "f22673b7-b2eb-4989-86b4-9784764e889f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15765,7 +15765,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -15782,12 +15782,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d123c5eb-a691-de79-deee-d10156257514\",\n \"uid\": \"Excepteur dolor deserunt proiden\",\n \"user_id\": \"urn:uuid:d16c089e-edfa-3cbc-9c4e-257f0e392953\",\n \"profile_id\": \"urn:uuid:473fa98b-0f04-5db8-bd73-98f39faefcb7\",\n \"ne_attribute_id\": \"urn:uuid:82f9bac5-d8d0-b148-9af9-c31afe850c1e\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4abd6d76-6beb-e573-f16c-bdbfd72e49e8\",\n \"uid\": \"enim quisit amet elit aliquipid \",\n \"user_id\": \"4efa6ff0-9383-2712-0d2e-33e4c3a49c7e\",\n \"profile_id\": \"urn:uuid:cbe0b682-86a2-f165-42fe-799f14f0ad1f\",\n \"ne_attribute_id\": \"urn:uuid:f4a8a610-5190-825b-09c5-818656b03a63\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "67a2276d-8223-47d1-acd6-59e1b66a62f2", + "id": "87854225-b8f1-475c-9226-6c9277abc561", "name": "Invalid input", "originalRequest": { "url": { @@ -15817,7 +15817,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -15839,7 +15839,7 @@ } }, { - "id": "5ee281c2-440f-4c00-8bb6-36e505039546", + "id": "f88b5ed4-cad5-4b27-859a-2c8bf82323f1", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -15942,7 +15942,7 @@ }, "response": [ { - "id": "4a57cb12-8645-4d9d-b1cc-766a9dd22f3b", + "id": "bf41503d-a488-4794-83a9-0c5febc97387", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16053,12 +16053,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ca3dfc23-8add-670b-ff60-a5a5b4b06e13\",\n \"uid\": \"ullamcoin veniam culpa magna utr\",\n \"user_id\": \"urn:uuid:e205ef1c-f95f-2776-f679-94b7da0013ae\",\n \"profile_id\": \"8542109e-fafa-5d9a-9e18-f9f1f052fe63\",\n \"ne_attribute_id\": \"b04cb231-32cb-02e3-4778-a129f92c2ef2\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:630ba607-0448-0422-08db-beaa4627cca3\",\n \"uid\": \"elit aute fugiatvelit sit adipis\",\n \"user_id\": \"urn:uuid:8930a492-61e5-bb98-9de8-784eaeb80a51\",\n \"profile_id\": \"urn:uuid:a415f7e2-eb37-30ed-b617-e46097291949\",\n \"ne_attribute_id\": \"f9dec752-efeb-7bd6-c3df-1471c934b53b\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": 44189955,\n \"offset\": -96331454,\n \"total\": -52770878,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"d0f779b1-e02b-ffc4-13cf-bea43c1c9e06\",\n \"uid\": \"in voluptate dolorqui adipisicin\",\n \"user_id\": \"2cdc2751-cbdb-db8e-676b-e9f8768fcc58\",\n \"profile_id\": \"77009c88-a493-a37b-0454-53a81549abe3\",\n \"ne_attribute_id\": \"urn:uuid:29caf826-de4f-f237-493c-e1fac365c3d7\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:c053d6c9-9a52-e907-2258-e171f8a1399b\",\n \"uid\": \"nostrud do est pariatur voluptat\",\n \"user_id\": \"urn:uuid:1e90bf6a-87f0-eb1c-1550-2f5b551ce80e\",\n \"profile_id\": \"23672b05-3ab0-2487-85e1-f9abd1d34089\",\n \"ne_attribute_id\": \"088e127b-7cf1-fa08-b829-587fad9a394f\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": 72361229,\n \"offset\": 47768056,\n \"total\": -1697300,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f16901da-d4f9-468c-bb15-9494bb67bf5e", + "id": "ab9c9d28-6bad-4976-87d9-2d79ad910129", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16174,7 +16174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9661f845-a03f-4bdd-9f91-4e14929d13b1", + "id": "9111765f-519c-446d-9712-1d52578cca53", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16296,7 +16296,7 @@ } }, { - "id": "a8a3a30b-f9e3-47c3-b61d-5476d1f5f2aa", + "id": "4b625485-5543-4f38-95d3-438a384d5a43", "name": "Create multiple user-profile contributor relationships", "request": { "name": "Create multiple user-profile contributor relationships", @@ -16327,7 +16327,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"ce272617-d64f-7ea5-bb59-74ce823edb27\",\n \"profile_id\": \"urn:uuid:00148a28-b9f1-5cf5-24b4-9e8ddc64e476\",\n \"ne_attribute_id\": \"27710b77-570c-772e-666e-9d7d54a18154\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:09c00d2e-2d96-96c4-a493-fc82c6130f86\",\n \"profile_id\": \"urn:uuid:62dd37dd-683e-346d-cf21-0809158b7b4e\",\n \"ne_attribute_id\": \"urn:uuid:05421677-024b-b98a-d8ff-18c9dd442df0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"8a6ea922-b9ab-23ca-fe37-397d37d43134\",\n \"profile_id\": \"72378d6a-765b-cfa9-4aa6-9fe5a7a6a5c9\",\n \"ne_attribute_id\": \"urn:uuid:2c759978-6039-4317-3cb7-bee647d63047\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"e1256cd7-ca01-8185-cd57-843cf8fdc4b0\",\n \"profile_id\": \"5130622f-3915-bde4-f8aa-b7c325f6aba6\",\n \"ne_attribute_id\": \"beae1ba2-e075-fad2-d144-103ceafce5df\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16339,7 +16339,7 @@ }, "response": [ { - "id": "c56f4e4d-0ab0-4768-adf1-a1d4069ae138", + "id": "24b17e89-90a4-4fef-b75b-391c6aafeef8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16373,7 +16373,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"ce272617-d64f-7ea5-bb59-74ce823edb27\",\n \"profile_id\": \"urn:uuid:00148a28-b9f1-5cf5-24b4-9e8ddc64e476\",\n \"ne_attribute_id\": \"27710b77-570c-772e-666e-9d7d54a18154\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:09c00d2e-2d96-96c4-a493-fc82c6130f86\",\n \"profile_id\": \"urn:uuid:62dd37dd-683e-346d-cf21-0809158b7b4e\",\n \"ne_attribute_id\": \"urn:uuid:05421677-024b-b98a-d8ff-18c9dd442df0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"8a6ea922-b9ab-23ca-fe37-397d37d43134\",\n \"profile_id\": \"72378d6a-765b-cfa9-4aa6-9fe5a7a6a5c9\",\n \"ne_attribute_id\": \"urn:uuid:2c759978-6039-4317-3cb7-bee647d63047\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"e1256cd7-ca01-8185-cd57-843cf8fdc4b0\",\n \"profile_id\": \"5130622f-3915-bde4-f8aa-b7c325f6aba6\",\n \"ne_attribute_id\": \"beae1ba2-e075-fad2-d144-103ceafce5df\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16390,12 +16390,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6a6e4140-5bbc-cc9e-83f8-e81fc4edd508\",\n \"uid\": \"fugiat nisiadipisicing occaecat \",\n \"user_id\": \"69b56eb3-fa44-934c-c902-446c2041c313\",\n \"profile_id\": \"urn:uuid:653e60b3-2a16-bb2d-313e-d242b2a3cdec\",\n \"ne_attribute_id\": \"00603315-7f81-6cf8-54cb-4d58afa8a301\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:a36fb9bf-579d-9108-f3b2-6a97646af8e6\",\n \"uid\": \"dolore aute Loremnulla nisicupid\",\n \"user_id\": \"urn:uuid:2416775b-28fd-e2dd-38a3-7b72a97a88a4\",\n \"profile_id\": \"9ef3e2d7-e0c1-df75-d202-de5aca4431ea\",\n \"ne_attribute_id\": \"urn:uuid:7a16942f-d787-6670-87f7-7fec1b7733be\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"c8b102fb-3d44-df95-3c46-c3f74bb4c356\",\n \"uid\": \"aliquaExcepteur dolore ipsum cup\",\n \"user_id\": \"6df6da34-4b49-4a33-8d87-6f9a2ba10659\",\n \"profile_id\": \"429b7f12-00f2-28d9-a54d-c7258ac3cd8d\",\n \"ne_attribute_id\": \"ae3594b0-90d4-9b53-6fb7-5ee2643ce57c\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:55d5ae80-7387-1317-9246-c1a147b9d1b6\",\n \"uid\": \"sit aute voluptate enimnulla sed\",\n \"user_id\": \"4c5e787d-a2ff-0283-dd42-745607b9019f\",\n \"profile_id\": \"b9992679-e5a0-8215-6cbe-114e5234af0e\",\n \"ne_attribute_id\": \"63fcd56a-a1e0-27f7-be05-6eb6a8a26214\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b517f9e-252c-42f7-b5b9-66bb82bfcc3d", + "id": "42b18a1b-143a-488c-8f5b-fdb4da9da790", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16429,7 +16429,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"ce272617-d64f-7ea5-bb59-74ce823edb27\",\n \"profile_id\": \"urn:uuid:00148a28-b9f1-5cf5-24b4-9e8ddc64e476\",\n \"ne_attribute_id\": \"27710b77-570c-772e-666e-9d7d54a18154\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:09c00d2e-2d96-96c4-a493-fc82c6130f86\",\n \"profile_id\": \"urn:uuid:62dd37dd-683e-346d-cf21-0809158b7b4e\",\n \"ne_attribute_id\": \"urn:uuid:05421677-024b-b98a-d8ff-18c9dd442df0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"8a6ea922-b9ab-23ca-fe37-397d37d43134\",\n \"profile_id\": \"72378d6a-765b-cfa9-4aa6-9fe5a7a6a5c9\",\n \"ne_attribute_id\": \"urn:uuid:2c759978-6039-4317-3cb7-bee647d63047\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"e1256cd7-ca01-8185-cd57-843cf8fdc4b0\",\n \"profile_id\": \"5130622f-3915-bde4-f8aa-b7c325f6aba6\",\n \"ne_attribute_id\": \"beae1ba2-e075-fad2-d144-103ceafce5df\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16451,7 +16451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff90e52-76de-4e27-b7b1-4f887c5f72d4", + "id": "05f8e2cc-bb4d-4409-bca3-fc3c1014db7a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16485,7 +16485,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"ce272617-d64f-7ea5-bb59-74ce823edb27\",\n \"profile_id\": \"urn:uuid:00148a28-b9f1-5cf5-24b4-9e8ddc64e476\",\n \"ne_attribute_id\": \"27710b77-570c-772e-666e-9d7d54a18154\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:09c00d2e-2d96-96c4-a493-fc82c6130f86\",\n \"profile_id\": \"urn:uuid:62dd37dd-683e-346d-cf21-0809158b7b4e\",\n \"ne_attribute_id\": \"urn:uuid:05421677-024b-b98a-d8ff-18c9dd442df0\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"8a6ea922-b9ab-23ca-fe37-397d37d43134\",\n \"profile_id\": \"72378d6a-765b-cfa9-4aa6-9fe5a7a6a5c9\",\n \"ne_attribute_id\": \"urn:uuid:2c759978-6039-4317-3cb7-bee647d63047\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"e1256cd7-ca01-8185-cd57-843cf8fdc4b0\",\n \"profile_id\": \"5130622f-3915-bde4-f8aa-b7c325f6aba6\",\n \"ne_attribute_id\": \"beae1ba2-e075-fad2-d144-103ceafce5df\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16513,7 +16513,7 @@ } }, { - "id": "a081adba-6760-4a9e-b594-17da1bedfa86", + "id": "79b53ada-278b-4da3-a289-cc7389f189a7", "name": "Update multiple user-profile contributor relationships", "request": { "name": "Update multiple user-profile contributor relationships", @@ -16544,7 +16544,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"4b751a62-3de3-76c2-1d94-66a93b67c4cc\",\n \"user_id\": \"e1a9b967-db92-0a2a-4172-798d77582295\",\n \"profile_id\": \"urn:uuid:cc0faa2e-787e-61f1-041a-9a2c12dc1ad7\",\n \"ne_attribute_id\": \"urn:uuid:933b124c-fe64-ac8e-900f-6c2d4c5a3889\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:9b25b62b-5c99-39e8-620a-a9d233343b8e\",\n \"user_id\": \"f94af575-e2b3-3e74-2109-35c3d07d10ae\",\n \"profile_id\": \"urn:uuid:005e06a2-c748-169c-892e-15670e7e8b29\",\n \"ne_attribute_id\": \"urn:uuid:a0ba8570-5a85-a3ea-c072-0bf826043f2d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"49e07378-71e2-e86d-1888-09e6a9846943\",\n \"user_id\": \"dcb62320-6b03-56ba-78a2-28d1c0bbfa74\",\n \"profile_id\": \"27dee90f-5746-45ec-b63b-153edf279b6a\",\n \"ne_attribute_id\": \"urn:uuid:457f0c3a-b10e-647e-cf8e-af948d3fa34f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"be1080ac-9ddd-f9e5-a7c0-76044a58084a\",\n \"user_id\": \"4592a8a0-14bc-3c8e-756c-4637a6e85f72\",\n \"profile_id\": \"bf669408-6600-8b82-b022-414dff3e6a36\",\n \"ne_attribute_id\": \"urn:uuid:de35c896-324b-c1c6-8819-fcdb27be1316\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16556,7 +16556,7 @@ }, "response": [ { - "id": "9d4a82bf-adc7-46e2-98cf-7cfeb00054fd", + "id": "ebbe4a85-24a4-4363-9729-9e3fd36e7632", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16590,7 +16590,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"4b751a62-3de3-76c2-1d94-66a93b67c4cc\",\n \"user_id\": \"e1a9b967-db92-0a2a-4172-798d77582295\",\n \"profile_id\": \"urn:uuid:cc0faa2e-787e-61f1-041a-9a2c12dc1ad7\",\n \"ne_attribute_id\": \"urn:uuid:933b124c-fe64-ac8e-900f-6c2d4c5a3889\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:9b25b62b-5c99-39e8-620a-a9d233343b8e\",\n \"user_id\": \"f94af575-e2b3-3e74-2109-35c3d07d10ae\",\n \"profile_id\": \"urn:uuid:005e06a2-c748-169c-892e-15670e7e8b29\",\n \"ne_attribute_id\": \"urn:uuid:a0ba8570-5a85-a3ea-c072-0bf826043f2d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"49e07378-71e2-e86d-1888-09e6a9846943\",\n \"user_id\": \"dcb62320-6b03-56ba-78a2-28d1c0bbfa74\",\n \"profile_id\": \"27dee90f-5746-45ec-b63b-153edf279b6a\",\n \"ne_attribute_id\": \"urn:uuid:457f0c3a-b10e-647e-cf8e-af948d3fa34f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"be1080ac-9ddd-f9e5-a7c0-76044a58084a\",\n \"user_id\": \"4592a8a0-14bc-3c8e-756c-4637a6e85f72\",\n \"profile_id\": \"bf669408-6600-8b82-b022-414dff3e6a36\",\n \"ne_attribute_id\": \"urn:uuid:de35c896-324b-c1c6-8819-fcdb27be1316\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16607,12 +16607,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6a6e4140-5bbc-cc9e-83f8-e81fc4edd508\",\n \"uid\": \"fugiat nisiadipisicing occaecat \",\n \"user_id\": \"69b56eb3-fa44-934c-c902-446c2041c313\",\n \"profile_id\": \"urn:uuid:653e60b3-2a16-bb2d-313e-d242b2a3cdec\",\n \"ne_attribute_id\": \"00603315-7f81-6cf8-54cb-4d58afa8a301\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:a36fb9bf-579d-9108-f3b2-6a97646af8e6\",\n \"uid\": \"dolore aute Loremnulla nisicupid\",\n \"user_id\": \"urn:uuid:2416775b-28fd-e2dd-38a3-7b72a97a88a4\",\n \"profile_id\": \"9ef3e2d7-e0c1-df75-d202-de5aca4431ea\",\n \"ne_attribute_id\": \"urn:uuid:7a16942f-d787-6670-87f7-7fec1b7733be\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"c8b102fb-3d44-df95-3c46-c3f74bb4c356\",\n \"uid\": \"aliquaExcepteur dolore ipsum cup\",\n \"user_id\": \"6df6da34-4b49-4a33-8d87-6f9a2ba10659\",\n \"profile_id\": \"429b7f12-00f2-28d9-a54d-c7258ac3cd8d\",\n \"ne_attribute_id\": \"ae3594b0-90d4-9b53-6fb7-5ee2643ce57c\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:55d5ae80-7387-1317-9246-c1a147b9d1b6\",\n \"uid\": \"sit aute voluptate enimnulla sed\",\n \"user_id\": \"4c5e787d-a2ff-0283-dd42-745607b9019f\",\n \"profile_id\": \"b9992679-e5a0-8215-6cbe-114e5234af0e\",\n \"ne_attribute_id\": \"63fcd56a-a1e0-27f7-be05-6eb6a8a26214\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cdd4b758-d67c-4535-b7a8-ec1b9f24bbc5", + "id": "d31bf19d-edd3-4846-89e1-528577d6bce7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16646,7 +16646,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"4b751a62-3de3-76c2-1d94-66a93b67c4cc\",\n \"user_id\": \"e1a9b967-db92-0a2a-4172-798d77582295\",\n \"profile_id\": \"urn:uuid:cc0faa2e-787e-61f1-041a-9a2c12dc1ad7\",\n \"ne_attribute_id\": \"urn:uuid:933b124c-fe64-ac8e-900f-6c2d4c5a3889\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:9b25b62b-5c99-39e8-620a-a9d233343b8e\",\n \"user_id\": \"f94af575-e2b3-3e74-2109-35c3d07d10ae\",\n \"profile_id\": \"urn:uuid:005e06a2-c748-169c-892e-15670e7e8b29\",\n \"ne_attribute_id\": \"urn:uuid:a0ba8570-5a85-a3ea-c072-0bf826043f2d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"49e07378-71e2-e86d-1888-09e6a9846943\",\n \"user_id\": \"dcb62320-6b03-56ba-78a2-28d1c0bbfa74\",\n \"profile_id\": \"27dee90f-5746-45ec-b63b-153edf279b6a\",\n \"ne_attribute_id\": \"urn:uuid:457f0c3a-b10e-647e-cf8e-af948d3fa34f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"be1080ac-9ddd-f9e5-a7c0-76044a58084a\",\n \"user_id\": \"4592a8a0-14bc-3c8e-756c-4637a6e85f72\",\n \"profile_id\": \"bf669408-6600-8b82-b022-414dff3e6a36\",\n \"ne_attribute_id\": \"urn:uuid:de35c896-324b-c1c6-8819-fcdb27be1316\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16668,7 +16668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "481fe5bb-8942-4936-b3e2-f5301edb6d40", + "id": "4e3c5a5b-c20a-40df-b0af-b467cc95bc84", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16702,7 +16702,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"4b751a62-3de3-76c2-1d94-66a93b67c4cc\",\n \"user_id\": \"e1a9b967-db92-0a2a-4172-798d77582295\",\n \"profile_id\": \"urn:uuid:cc0faa2e-787e-61f1-041a-9a2c12dc1ad7\",\n \"ne_attribute_id\": \"urn:uuid:933b124c-fe64-ac8e-900f-6c2d4c5a3889\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:9b25b62b-5c99-39e8-620a-a9d233343b8e\",\n \"user_id\": \"f94af575-e2b3-3e74-2109-35c3d07d10ae\",\n \"profile_id\": \"urn:uuid:005e06a2-c748-169c-892e-15670e7e8b29\",\n \"ne_attribute_id\": \"urn:uuid:a0ba8570-5a85-a3ea-c072-0bf826043f2d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"49e07378-71e2-e86d-1888-09e6a9846943\",\n \"user_id\": \"dcb62320-6b03-56ba-78a2-28d1c0bbfa74\",\n \"profile_id\": \"27dee90f-5746-45ec-b63b-153edf279b6a\",\n \"ne_attribute_id\": \"urn:uuid:457f0c3a-b10e-647e-cf8e-af948d3fa34f\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"be1080ac-9ddd-f9e5-a7c0-76044a58084a\",\n \"user_id\": \"4592a8a0-14bc-3c8e-756c-4637a6e85f72\",\n \"profile_id\": \"bf669408-6600-8b82-b022-414dff3e6a36\",\n \"ne_attribute_id\": \"urn:uuid:de35c896-324b-c1c6-8819-fcdb27be1316\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16730,7 +16730,7 @@ } }, { - "id": "7259eaf9-a5e1-4845-8cc4-cae682f192f3", + "id": "b07de039-2409-4dcc-8c63-697e0d0345c7", "name": "Delete multiple user-profile contributor relationships", "request": { "name": "Delete multiple user-profile contributor relationships", @@ -16761,7 +16761,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6f9377f0-c7d1-5802-d6e8-ecea7fe0efd2\"\n },\n {\n \"id\": \"1d82bfc0-4970-7909-81a7-c3c270877a3a\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18e04462-69ad-9de5-1f05-ba6b0f33e7b9\"\n },\n {\n \"id\": \"urn:uuid:ed61b2da-ad7e-cf27-c873-3607f0441991\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16773,7 +16773,7 @@ }, "response": [ { - "id": "a8310d44-1dde-42ed-899e-cfb609a3bf33", + "id": "832218b6-59df-4bda-ab2d-644a81f3cfa4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16807,7 +16807,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6f9377f0-c7d1-5802-d6e8-ecea7fe0efd2\"\n },\n {\n \"id\": \"1d82bfc0-4970-7909-81a7-c3c270877a3a\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18e04462-69ad-9de5-1f05-ba6b0f33e7b9\"\n },\n {\n \"id\": \"urn:uuid:ed61b2da-ad7e-cf27-c873-3607f0441991\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16824,12 +16824,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6a6e4140-5bbc-cc9e-83f8-e81fc4edd508\",\n \"uid\": \"fugiat nisiadipisicing occaecat \",\n \"user_id\": \"69b56eb3-fa44-934c-c902-446c2041c313\",\n \"profile_id\": \"urn:uuid:653e60b3-2a16-bb2d-313e-d242b2a3cdec\",\n \"ne_attribute_id\": \"00603315-7f81-6cf8-54cb-4d58afa8a301\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:a36fb9bf-579d-9108-f3b2-6a97646af8e6\",\n \"uid\": \"dolore aute Loremnulla nisicupid\",\n \"user_id\": \"urn:uuid:2416775b-28fd-e2dd-38a3-7b72a97a88a4\",\n \"profile_id\": \"9ef3e2d7-e0c1-df75-d202-de5aca4431ea\",\n \"ne_attribute_id\": \"urn:uuid:7a16942f-d787-6670-87f7-7fec1b7733be\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"c8b102fb-3d44-df95-3c46-c3f74bb4c356\",\n \"uid\": \"aliquaExcepteur dolore ipsum cup\",\n \"user_id\": \"6df6da34-4b49-4a33-8d87-6f9a2ba10659\",\n \"profile_id\": \"429b7f12-00f2-28d9-a54d-c7258ac3cd8d\",\n \"ne_attribute_id\": \"ae3594b0-90d4-9b53-6fb7-5ee2643ce57c\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:55d5ae80-7387-1317-9246-c1a147b9d1b6\",\n \"uid\": \"sit aute voluptate enimnulla sed\",\n \"user_id\": \"4c5e787d-a2ff-0283-dd42-745607b9019f\",\n \"profile_id\": \"b9992679-e5a0-8215-6cbe-114e5234af0e\",\n \"ne_attribute_id\": \"63fcd56a-a1e0-27f7-be05-6eb6a8a26214\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4e89d61-59af-4fcc-9d02-0fc571cd3df4", + "id": "549664a9-09ed-4540-b214-7383d745cb81", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16863,7 +16863,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6f9377f0-c7d1-5802-d6e8-ecea7fe0efd2\"\n },\n {\n \"id\": \"1d82bfc0-4970-7909-81a7-c3c270877a3a\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18e04462-69ad-9de5-1f05-ba6b0f33e7b9\"\n },\n {\n \"id\": \"urn:uuid:ed61b2da-ad7e-cf27-c873-3607f0441991\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16885,7 +16885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281793c3-2736-433f-adda-1607b9633771", + "id": "61ace5fa-ee38-40dc-aa9c-4282df99f5da", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16919,7 +16919,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:6f9377f0-c7d1-5802-d6e8-ecea7fe0efd2\"\n },\n {\n \"id\": \"1d82bfc0-4970-7909-81a7-c3c270877a3a\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"18e04462-69ad-9de5-1f05-ba6b0f33e7b9\"\n },\n {\n \"id\": \"urn:uuid:ed61b2da-ad7e-cf27-c873-3607f0441991\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16947,7 +16947,7 @@ } }, { - "id": "3d91aaa0-75f6-408f-b8e4-b8dccb7c9a17", + "id": "4bbf04cc-0c42-4b76-8fae-65a775b519e9", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -16989,7 +16989,7 @@ }, "response": [ { - "id": "21a65bee-6005-46d7-ac80-d07fb32528ec", + "id": "dc03e068-7f81-48b1-b715-9d0d41fe5081", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17028,12 +17028,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d123c5eb-a691-de79-deee-d10156257514\",\n \"uid\": \"Excepteur dolor deserunt proiden\",\n \"user_id\": \"urn:uuid:d16c089e-edfa-3cbc-9c4e-257f0e392953\",\n \"profile_id\": \"urn:uuid:473fa98b-0f04-5db8-bd73-98f39faefcb7\",\n \"ne_attribute_id\": \"urn:uuid:82f9bac5-d8d0-b148-9af9-c31afe850c1e\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4abd6d76-6beb-e573-f16c-bdbfd72e49e8\",\n \"uid\": \"enim quisit amet elit aliquipid \",\n \"user_id\": \"4efa6ff0-9383-2712-0d2e-33e4c3a49c7e\",\n \"profile_id\": \"urn:uuid:cbe0b682-86a2-f165-42fe-799f14f0ad1f\",\n \"ne_attribute_id\": \"urn:uuid:f4a8a610-5190-825b-09c5-818656b03a63\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b308674c-da5d-4d5b-8b94-c2e559bef02e", + "id": "afbb2047-69a3-403a-b6a9-b1a89e19c73a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17077,7 +17077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd27c879-fbd0-4b77-9923-b6ee1e9a5339", + "id": "0d8b3fee-5c9f-49c5-b907-3bf75254ce41", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17127,7 +17127,7 @@ } }, { - "id": "2895ce3b-b4ac-4c71-8d5b-91dcfa3fc79f", + "id": "dee47530-4aba-482d-871f-5c59dedf564a", "name": "Update a user-profile contributor relationship by id", "request": { "name": "Update a user-profile contributor relationship by id", @@ -17170,7 +17170,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17182,7 +17182,7 @@ }, "response": [ { - "id": "6049c520-5f85-4d56-afc7-c5fe2b422c41", + "id": "08322421-e1b5-46d5-82cf-5102c72fc5e4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17217,7 +17217,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17234,12 +17234,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d123c5eb-a691-de79-deee-d10156257514\",\n \"uid\": \"Excepteur dolor deserunt proiden\",\n \"user_id\": \"urn:uuid:d16c089e-edfa-3cbc-9c4e-257f0e392953\",\n \"profile_id\": \"urn:uuid:473fa98b-0f04-5db8-bd73-98f39faefcb7\",\n \"ne_attribute_id\": \"urn:uuid:82f9bac5-d8d0-b148-9af9-c31afe850c1e\",\n \"relationship_type\": \"contributor\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4abd6d76-6beb-e573-f16c-bdbfd72e49e8\",\n \"uid\": \"enim quisit amet elit aliquipid \",\n \"user_id\": \"4efa6ff0-9383-2712-0d2e-33e4c3a49c7e\",\n \"profile_id\": \"urn:uuid:cbe0b682-86a2-f165-42fe-799f14f0ad1f\",\n \"ne_attribute_id\": \"urn:uuid:f4a8a610-5190-825b-09c5-818656b03a63\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17e747f1-10d9-4564-a75f-aa2262eea4c2", + "id": "73beaaea-e207-4632-8bfe-f6b6a2a48514", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17274,7 +17274,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17296,7 +17296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8edce102-3117-4537-b61b-864b09d5cbb6", + "id": "d4fa5fea-ead4-448a-af66-dd77fc266ed0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17331,7 +17331,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:30d48339-a47c-62f5-05de-10fef00f1c19\",\n \"profile_id\": \"a44c275c-7a6c-4696-e488-e565f1730781\",\n \"ne_attribute_id\": \"urn:uuid:a8c45e9f-9126-c0dd-79d2-2488145d921a\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"aecee993-abc5-ae6d-6e54-bcbde5181adf\",\n \"profile_id\": \"urn:uuid:130a0279-a4fd-7d65-612c-8165820d80d4\",\n \"ne_attribute_id\": \"10e5c381-039a-c7e8-7f3f-368a907141b4\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17359,7 +17359,7 @@ } }, { - "id": "ff57eb87-173e-48ec-8c6b-2874056af7a1", + "id": "59a402d9-d2ed-4940-a059-353d0fd087ea", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17401,7 +17401,7 @@ }, "response": [ { - "id": "305ff5db-e1d9-46ab-83dd-09d92bb114c1", + "id": "e93abebd-87e3-4692-a5dd-907a8ed29fa6", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17445,7 +17445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dbda2ef-83fe-4bba-9872-adadc36d32f1", + "id": "61e5e9d0-36d5-43b4-9e6e-8f70c4f0eece", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17489,7 +17489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126e20ff-f479-4c79-b2db-138e586c5849", + "id": "cf5db9ac-7f38-4132-8e9b-0a00c074359c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17545,7 +17545,7 @@ "description": "", "item": [ { - "id": "09c43728-7657-4051-957b-76533d95a465", + "id": "46bdadf7-a2f4-4dff-bae2-9488cdc8eb9b", "name": "Create a role-profile contributor relationship", "request": { "name": "Create a role-profile contributor relationship", @@ -17576,7 +17576,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17588,7 +17588,7 @@ }, "response": [ { - "id": "7c6ba4f2-373b-4505-abc6-d31ffde8c9a2", + "id": "7b181d69-53d9-4ec4-9b5c-76a38b2ddb40", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17622,7 +17622,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17639,12 +17639,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:59f37643-2754-8d95-d3f3-3f50807b121e\",\n \"uid\": \"ad ex incididunt ametin aliquaes\",\n \"role_id\": \"urn:uuid:0ae372cb-9890-54dc-aa92-5451c23cba54\",\n \"profile_id\": \"58f7abcc-6866-23db-9668-e867c380757b\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"530c84ac-5795-d58c-b31f-f2f4cc25db07\",\n \"uid\": \"non esse ipsum proidentid dolore\",\n \"role_id\": \"bc15a495-2b69-1875-cf0f-0d65ef20fd18\",\n \"profile_id\": \"ba700bb4-8e55-5147-0582-0362dae0ee81\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "01ab496c-a66e-44cc-8ac3-8968c38aa9db", + "id": "a76c93e2-9935-4cfc-b697-49d39c409ae7", "name": "Invalid input", "originalRequest": { "url": { @@ -17674,7 +17674,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17696,7 +17696,7 @@ } }, { - "id": "3fbb1ba9-46ee-4c87-9c5d-a5bc6ee52527", + "id": "50db9efa-94bd-4a33-9e69-3ced1968945a", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -17746,7 +17746,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -17781,7 +17781,7 @@ }, "response": [ { - "id": "752d8f72-4329-476a-9495-d92b5ac8789e", + "id": "63f8a908-638e-4e0f-b94c-d31ba0917926", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17826,7 +17826,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -17874,12 +17874,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"4b51a37d-bd43-d6a3-6cfd-df46d99a981c\",\n \"uid\": \"sit consectetur cillum sintelit \",\n \"role_id\": \"urn:uuid:1927ea68-9cb5-8bef-831c-4028fac562fd\",\n \"profile_id\": \"urn:uuid:49b8bc68-9942-4988-328c-5b6723766766\"\n },\n {\n \"id\": \"40714261-0966-60a5-c60f-bdf7e15aa0ec\",\n \"uid\": \"ex ipsum anim veniamutex Excepte\",\n \"role_id\": \"136f9f97-3a43-d5dd-fff5-a38e513c1e62\",\n \"profile_id\": \"urn:uuid:e4699d32-92e7-cf73-76ff-2bd6073f47d4\"\n }\n ],\n \"_metadata\": {\n \"limit\": -52744448,\n \"offset\": 46107717,\n \"total\": -60485893,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"69ffedb1-768d-23d9-c49e-f3b5dc4a328f\",\n \"uid\": \"occaecat reprehenderit elit etsi\",\n \"role_id\": \"urn:uuid:d45e457b-7a8f-3757-aae5-198f0e45d27b\",\n \"profile_id\": \"urn:uuid:fbfe9a04-c92b-fc2a-6609-b699b6179218\"\n },\n {\n \"id\": \"2309bf96-c09d-443d-8e0c-89ac411f5c37\",\n \"uid\": \"Lorem elit ex eucillum dolor ull\",\n \"role_id\": \"urn:uuid:247b5b55-8814-e5e3-3195-149dedc9f161\",\n \"profile_id\": \"urn:uuid:920b2a68-7bbe-f1a3-6442-8650d84055c1\"\n }\n ],\n \"_metadata\": {\n \"limit\": -13515350,\n \"offset\": -2621566,\n \"total\": -66647932,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "abc77863-7b44-4a25-a6c6-f9a893c34ec9", + "id": "5945e62f-ab67-425d-9a03-7b9fb88110ff", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17924,7 +17924,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -17977,7 +17977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d896b857-c133-45f6-917f-d5a0d448148c", + "id": "123fe75b-71cc-451a-bd34-f5f59a0fa977", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18022,7 +18022,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -18081,7 +18081,7 @@ } }, { - "id": "0699d888-9691-4f9e-9b81-c31b9d4f053c", + "id": "9598397b-f753-4ab0-b045-eb50bdfeb764", "name": "Create multiple role-profile contributor relationships", "request": { "name": "Create multiple role-profile contributor relationships", @@ -18112,7 +18112,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:90b9758d-6a20-e419-439a-54e94c1ef09d\",\n \"profile_id\": \"urn:uuid:798ad6fa-b15b-f950-85f4-e55fcbe99536\"\n },\n {\n \"role_id\": \"urn:uuid:738df987-f803-a6bc-1bca-69cc35eb2a5a\",\n \"profile_id\": \"7da475b3-dfb1-6936-0433-2b24cf7215ed\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:27b38d2f-6b51-0db4-6ec7-54dc41607c1e\",\n \"profile_id\": \"urn:uuid:4f1f2a08-cda6-b13e-ec97-91bd4dfabd52\"\n },\n {\n \"role_id\": \"urn:uuid:74989088-51ba-8839-7617-77c201b1fb39\",\n \"profile_id\": \"urn:uuid:c66d15a7-dfb6-0ace-0818-a527519bbd77\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18124,7 +18124,7 @@ }, "response": [ { - "id": "b1227a1b-3341-4e86-acc0-983b0eadbac9", + "id": "9b99a58d-ee7a-4bdf-a21c-78da0d661129", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18158,7 +18158,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:90b9758d-6a20-e419-439a-54e94c1ef09d\",\n \"profile_id\": \"urn:uuid:798ad6fa-b15b-f950-85f4-e55fcbe99536\"\n },\n {\n \"role_id\": \"urn:uuid:738df987-f803-a6bc-1bca-69cc35eb2a5a\",\n \"profile_id\": \"7da475b3-dfb1-6936-0433-2b24cf7215ed\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:27b38d2f-6b51-0db4-6ec7-54dc41607c1e\",\n \"profile_id\": \"urn:uuid:4f1f2a08-cda6-b13e-ec97-91bd4dfabd52\"\n },\n {\n \"role_id\": \"urn:uuid:74989088-51ba-8839-7617-77c201b1fb39\",\n \"profile_id\": \"urn:uuid:c66d15a7-dfb6-0ace-0818-a527519bbd77\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18175,12 +18175,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:48a22542-bfce-4758-263a-4c1f5e800074\",\n \"uid\": \"eiusmod deseruntex eiusmodadipis\",\n \"role_id\": \"urn:uuid:c9b07693-f4c8-aa3c-3c17-615335d06879\",\n \"profile_id\": \"9ba3d535-7095-a23a-c516-8a6fadfb8735\"\n },\n {\n \"id\": \"a24efcda-f268-bd2d-2072-e6f055b0a1d9\",\n \"uid\": \"tempor veniam aute exercitationa\",\n \"role_id\": \"375e7ffc-7ac3-0e05-6565-95c76d16db14\",\n \"profile_id\": \"urn:uuid:f1d0e63a-dd5b-fb54-9f79-2b16c646e0cb\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"0b6ab504-cb91-4208-155f-0f406077a5d6\",\n \"uid\": \"voluptate nullavoluptate dolor e\",\n \"role_id\": \"urn:uuid:21169d67-fb88-e49c-905c-702d495015ad\",\n \"profile_id\": \"5d063ec5-1772-0833-345b-ccdcf77c6904\"\n },\n {\n \"id\": \"0250aa18-ba29-3a46-59e1-7044b6196962\",\n \"uid\": \"id laborisdeserunt eudolormollit\",\n \"role_id\": \"urn:uuid:691ed708-ba7f-c51f-bc47-9b399e48db13\",\n \"profile_id\": \"f59e3d0e-36ef-a454-b0af-efec4cbad728\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd07738a-3b38-4ba0-b338-1df33236f878", + "id": "b1b91c35-fead-4acd-a6ae-572df527db62", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18214,7 +18214,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:90b9758d-6a20-e419-439a-54e94c1ef09d\",\n \"profile_id\": \"urn:uuid:798ad6fa-b15b-f950-85f4-e55fcbe99536\"\n },\n {\n \"role_id\": \"urn:uuid:738df987-f803-a6bc-1bca-69cc35eb2a5a\",\n \"profile_id\": \"7da475b3-dfb1-6936-0433-2b24cf7215ed\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:27b38d2f-6b51-0db4-6ec7-54dc41607c1e\",\n \"profile_id\": \"urn:uuid:4f1f2a08-cda6-b13e-ec97-91bd4dfabd52\"\n },\n {\n \"role_id\": \"urn:uuid:74989088-51ba-8839-7617-77c201b1fb39\",\n \"profile_id\": \"urn:uuid:c66d15a7-dfb6-0ace-0818-a527519bbd77\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18236,7 +18236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "132ddeae-1a64-4835-b4c3-1688edbfc6cd", + "id": "56f28841-9eed-479b-9d3a-464fd8b9ca5a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18270,7 +18270,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:90b9758d-6a20-e419-439a-54e94c1ef09d\",\n \"profile_id\": \"urn:uuid:798ad6fa-b15b-f950-85f4-e55fcbe99536\"\n },\n {\n \"role_id\": \"urn:uuid:738df987-f803-a6bc-1bca-69cc35eb2a5a\",\n \"profile_id\": \"7da475b3-dfb1-6936-0433-2b24cf7215ed\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:27b38d2f-6b51-0db4-6ec7-54dc41607c1e\",\n \"profile_id\": \"urn:uuid:4f1f2a08-cda6-b13e-ec97-91bd4dfabd52\"\n },\n {\n \"role_id\": \"urn:uuid:74989088-51ba-8839-7617-77c201b1fb39\",\n \"profile_id\": \"urn:uuid:c66d15a7-dfb6-0ace-0818-a527519bbd77\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18298,7 +18298,7 @@ } }, { - "id": "6303430e-bc0e-4c3b-9425-9cb24f22d89e", + "id": "ffc3f5f0-ad21-4c78-9927-34158571fc71", "name": "Update multiple role-profile contributor relationships", "request": { "name": "Update multiple role-profile contributor relationships", @@ -18329,7 +18329,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:9a16ec95-4020-a816-be1b-dfc1b6fb0176\",\n \"role_id\": \"103817a5-e5a4-15ba-3165-1ba6efef781b\",\n \"profile_id\": \"urn:uuid:bae9c46a-cf90-76c5-e255-4e36cdd5cc0d\"\n },\n {\n \"id\": \"6ea10eec-9ba3-704f-0167-2b8b0e35ea43\",\n \"role_id\": \"urn:uuid:23f26077-c005-6232-fdbf-defa83bf9b06\",\n \"profile_id\": \"urn:uuid:3cb9828a-33c1-1eef-c01c-a759eb4edb90\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89d4b45e-4f74-db34-b31b-1c3735d7c779\",\n \"role_id\": \"04761821-fcff-4e4b-8692-6acfd6087e1b\",\n \"profile_id\": \"c6d63739-3c80-0eb5-7932-0c90fd66536a\"\n },\n {\n \"id\": \"5b4ad53b-b120-3133-65a9-6c0b8fa9145a\",\n \"role_id\": \"urn:uuid:06837a81-eb61-13ff-95af-97eea693657c\",\n \"profile_id\": \"urn:uuid:3e50c530-97bf-f32f-0ceb-ac4d7f3fe945\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18341,7 +18341,7 @@ }, "response": [ { - "id": "e7e71806-6e5b-452b-8430-08bc57f7ee9a", + "id": "755df3d8-9f43-472a-a986-a534b10bc9f9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18375,7 +18375,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:9a16ec95-4020-a816-be1b-dfc1b6fb0176\",\n \"role_id\": \"103817a5-e5a4-15ba-3165-1ba6efef781b\",\n \"profile_id\": \"urn:uuid:bae9c46a-cf90-76c5-e255-4e36cdd5cc0d\"\n },\n {\n \"id\": \"6ea10eec-9ba3-704f-0167-2b8b0e35ea43\",\n \"role_id\": \"urn:uuid:23f26077-c005-6232-fdbf-defa83bf9b06\",\n \"profile_id\": \"urn:uuid:3cb9828a-33c1-1eef-c01c-a759eb4edb90\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89d4b45e-4f74-db34-b31b-1c3735d7c779\",\n \"role_id\": \"04761821-fcff-4e4b-8692-6acfd6087e1b\",\n \"profile_id\": \"c6d63739-3c80-0eb5-7932-0c90fd66536a\"\n },\n {\n \"id\": \"5b4ad53b-b120-3133-65a9-6c0b8fa9145a\",\n \"role_id\": \"urn:uuid:06837a81-eb61-13ff-95af-97eea693657c\",\n \"profile_id\": \"urn:uuid:3e50c530-97bf-f32f-0ceb-ac4d7f3fe945\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18392,12 +18392,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:48a22542-bfce-4758-263a-4c1f5e800074\",\n \"uid\": \"eiusmod deseruntex eiusmodadipis\",\n \"role_id\": \"urn:uuid:c9b07693-f4c8-aa3c-3c17-615335d06879\",\n \"profile_id\": \"9ba3d535-7095-a23a-c516-8a6fadfb8735\"\n },\n {\n \"id\": \"a24efcda-f268-bd2d-2072-e6f055b0a1d9\",\n \"uid\": \"tempor veniam aute exercitationa\",\n \"role_id\": \"375e7ffc-7ac3-0e05-6565-95c76d16db14\",\n \"profile_id\": \"urn:uuid:f1d0e63a-dd5b-fb54-9f79-2b16c646e0cb\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"0b6ab504-cb91-4208-155f-0f406077a5d6\",\n \"uid\": \"voluptate nullavoluptate dolor e\",\n \"role_id\": \"urn:uuid:21169d67-fb88-e49c-905c-702d495015ad\",\n \"profile_id\": \"5d063ec5-1772-0833-345b-ccdcf77c6904\"\n },\n {\n \"id\": \"0250aa18-ba29-3a46-59e1-7044b6196962\",\n \"uid\": \"id laborisdeserunt eudolormollit\",\n \"role_id\": \"urn:uuid:691ed708-ba7f-c51f-bc47-9b399e48db13\",\n \"profile_id\": \"f59e3d0e-36ef-a454-b0af-efec4cbad728\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e882020-684a-4deb-b041-81027df50a47", + "id": "ad49f8a4-774f-49f1-b5cb-ce4626d3ecac", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18431,7 +18431,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:9a16ec95-4020-a816-be1b-dfc1b6fb0176\",\n \"role_id\": \"103817a5-e5a4-15ba-3165-1ba6efef781b\",\n \"profile_id\": \"urn:uuid:bae9c46a-cf90-76c5-e255-4e36cdd5cc0d\"\n },\n {\n \"id\": \"6ea10eec-9ba3-704f-0167-2b8b0e35ea43\",\n \"role_id\": \"urn:uuid:23f26077-c005-6232-fdbf-defa83bf9b06\",\n \"profile_id\": \"urn:uuid:3cb9828a-33c1-1eef-c01c-a759eb4edb90\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89d4b45e-4f74-db34-b31b-1c3735d7c779\",\n \"role_id\": \"04761821-fcff-4e4b-8692-6acfd6087e1b\",\n \"profile_id\": \"c6d63739-3c80-0eb5-7932-0c90fd66536a\"\n },\n {\n \"id\": \"5b4ad53b-b120-3133-65a9-6c0b8fa9145a\",\n \"role_id\": \"urn:uuid:06837a81-eb61-13ff-95af-97eea693657c\",\n \"profile_id\": \"urn:uuid:3e50c530-97bf-f32f-0ceb-ac4d7f3fe945\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18453,7 +18453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "793f47fd-d79f-4e03-936d-44bcf0c03e94", + "id": "39bc2675-aa0f-47d3-9dcd-3e07de02f27c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18487,7 +18487,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:9a16ec95-4020-a816-be1b-dfc1b6fb0176\",\n \"role_id\": \"103817a5-e5a4-15ba-3165-1ba6efef781b\",\n \"profile_id\": \"urn:uuid:bae9c46a-cf90-76c5-e255-4e36cdd5cc0d\"\n },\n {\n \"id\": \"6ea10eec-9ba3-704f-0167-2b8b0e35ea43\",\n \"role_id\": \"urn:uuid:23f26077-c005-6232-fdbf-defa83bf9b06\",\n \"profile_id\": \"urn:uuid:3cb9828a-33c1-1eef-c01c-a759eb4edb90\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:89d4b45e-4f74-db34-b31b-1c3735d7c779\",\n \"role_id\": \"04761821-fcff-4e4b-8692-6acfd6087e1b\",\n \"profile_id\": \"c6d63739-3c80-0eb5-7932-0c90fd66536a\"\n },\n {\n \"id\": \"5b4ad53b-b120-3133-65a9-6c0b8fa9145a\",\n \"role_id\": \"urn:uuid:06837a81-eb61-13ff-95af-97eea693657c\",\n \"profile_id\": \"urn:uuid:3e50c530-97bf-f32f-0ceb-ac4d7f3fe945\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18515,7 +18515,7 @@ } }, { - "id": "c4525e33-4489-4ea5-ae97-538b683e103e", + "id": "3e786f4d-f06c-4c9c-a440-cc2c93a2a037", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -18557,7 +18557,7 @@ }, "response": [ { - "id": "09e4737b-ed42-4e05-81b0-c91d2c8d7b5d", + "id": "8f6dc613-86b8-4b3b-8309-8892f61a6ba5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18596,12 +18596,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:59f37643-2754-8d95-d3f3-3f50807b121e\",\n \"uid\": \"ad ex incididunt ametin aliquaes\",\n \"role_id\": \"urn:uuid:0ae372cb-9890-54dc-aa92-5451c23cba54\",\n \"profile_id\": \"58f7abcc-6866-23db-9668-e867c380757b\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"530c84ac-5795-d58c-b31f-f2f4cc25db07\",\n \"uid\": \"non esse ipsum proidentid dolore\",\n \"role_id\": \"bc15a495-2b69-1875-cf0f-0d65ef20fd18\",\n \"profile_id\": \"ba700bb4-8e55-5147-0582-0362dae0ee81\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aa6cda89-efcf-43cd-99c6-55d5f640b132", + "id": "4f2f357f-1152-489b-9c49-0bffeacbda7a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18645,7 +18645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c52ea6a-d7b5-4236-bde2-e9b08f7edf86", + "id": "12ee2b8c-1729-4bc0-a63d-2bc939aad5b4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18695,7 +18695,7 @@ } }, { - "id": "21539281-647b-42b7-84b6-a227e48d2632", + "id": "72faeb7d-d618-4709-bd33-593cfe1d538e", "name": "Update a role-profile contributor relationship by id", "request": { "name": "Update a role-profile contributor relationship by id", @@ -18738,7 +18738,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18750,7 +18750,7 @@ }, "response": [ { - "id": "b14e1c7b-1b95-493b-a117-5f0b658b4c26", + "id": "ef266753-3831-4b0d-b240-0970a2633c86", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18785,7 +18785,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18802,12 +18802,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:59f37643-2754-8d95-d3f3-3f50807b121e\",\n \"uid\": \"ad ex incididunt ametin aliquaes\",\n \"role_id\": \"urn:uuid:0ae372cb-9890-54dc-aa92-5451c23cba54\",\n \"profile_id\": \"58f7abcc-6866-23db-9668-e867c380757b\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"530c84ac-5795-d58c-b31f-f2f4cc25db07\",\n \"uid\": \"non esse ipsum proidentid dolore\",\n \"role_id\": \"bc15a495-2b69-1875-cf0f-0d65ef20fd18\",\n \"profile_id\": \"ba700bb4-8e55-5147-0582-0362dae0ee81\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2975f7ef-daad-4a28-b793-ec930d080fd9", + "id": "eead1586-494a-4ea4-b50e-6e953d83b3d9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18842,7 +18842,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18864,7 +18864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c586ec7-5f77-47be-ac6c-2ab7fdf0e16a", + "id": "576b149a-11e7-4dc1-b5be-45cdea9a6591", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18899,7 +18899,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"234ae4d9-f6ca-f634-6d47-01d2b2c70c6c\",\n \"profile_id\": \"urn:uuid:cc82911c-7ed4-9cbc-895d-766d6dd54d22\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:80bd5fd0-de05-808c-9cb2-a19ca87253ad\",\n \"profile_id\": \"8e60f432-e6be-d062-40d5-ba110b0ff6ec\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18927,7 +18927,7 @@ } }, { - "id": "fb1dfdd2-ee46-43cf-ac25-59dd96dca688", + "id": "31339ca5-bdc9-4d09-a22e-f306313481e8", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -18969,7 +18969,7 @@ }, "response": [ { - "id": "56ed2d00-445e-49de-9c60-39a131bc83d7", + "id": "e6a735b3-95cf-4746-80b1-82eebd89e8fb", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19013,7 +19013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "230a7c29-1230-4933-b651-9cf34434f3ae", + "id": "59c4fe47-3ccc-494e-9f7f-6591fe46c9f0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19057,7 +19057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f42652-defd-4327-8bc6-4de309f857ef", + "id": "810a92df-e5e1-46cd-b5eb-0ded23a682ed", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19113,7 +19113,7 @@ "description": "", "item": [ { - "id": "b6e5af86-d510-4301-8d1e-0e7211272250", + "id": "c807216f-bd7f-4e30-8224-3661f76c1202", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19157,7 +19157,7 @@ }, "response": [ { - "id": "7a105e62-2485-426c-b6a3-5e41cee94f8c", + "id": "cf0446a5-3ae4-4a42-a370-ebd83222c546", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19209,12 +19209,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ec1116ff-e828-4de1-bc5d-61070ce08a3d", + "id": "fc7ac0b5-dad7-415f-8437-96d28a1839c5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19271,7 +19271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34023c52-e740-4222-8650-f3e4c61bcc05", + "id": "c2e602cc-1644-4c53-82d6-f2507462b40e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19334,7 +19334,7 @@ } }, { - "id": "2265bee0-b80b-4e47-8a3d-aa2e9d41c8ed", + "id": "06aaa6c0-070a-4682-a127-8960410301b7", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19378,7 +19378,7 @@ }, "response": [ { - "id": "75a0f397-5d6e-45dc-8e7e-fa33fe37b33c", + "id": "fa3e66e9-7e63-4a1b-a1b7-9b6e8c73fe5c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19430,12 +19430,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0a7abfa7-18ad-4eeb-8934-048808444ba5", + "id": "08793712-b830-4e44-8a6a-3e188f579b8b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19492,7 +19492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c60b1e95-092d-42e5-9e1f-9e1902a8a503", + "id": "f47d998f-0f3b-461e-bbc9-593dcf6544fb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19555,7 +19555,7 @@ } }, { - "id": "499d3469-4ead-449c-8592-03866c8521d8", + "id": "e2d5d783-12f4-4749-a871-37111a35c229", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -19587,7 +19587,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"false\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19599,7 +19599,7 @@ }, "response": [ { - "id": "0febbd52-f5cf-4052-983e-be15d1bf7694", + "id": "46a64459-e01a-4296-869f-26a8b3505c85", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19634,7 +19634,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"false\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19651,12 +19651,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "034cf874-6c14-4c31-b116-bece9cf842e7", + "id": "a5e2c0ce-ff81-4c6e-b4e6-8766eaa63f7d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19691,7 +19691,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"false\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19713,7 +19713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f91e1e-62fa-458b-b8b6-9b5b7b05c680", + "id": "bd5daddc-a844-4f0a-a71c-f1591699a25a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19748,7 +19748,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"false\"\n }\n }\n}", + "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"true\",\n \"multiple_requests\": \"true\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19776,7 +19776,7 @@ } }, { - "id": "43e92db6-1de2-47a4-b8fb-a503d5b23e74", + "id": "6a34d972-2c0f-4491-8f80-31add4d89349", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -19820,7 +19820,7 @@ }, "response": [ { - "id": "57dc4165-736e-4104-a0d7-076e542dcb09", + "id": "53b15036-5ebf-4dc1-9aad-af2b9fe21263", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19872,12 +19872,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "069e0354-9010-4a77-bcf6-68e13fe2ad56", + "id": "0e979195-55a4-437f-8b28-41548575617b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19934,7 +19934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483eeb68-1dd5-4a8d-a7be-a57935876835", + "id": "4dcc018b-430c-4fc1-bd10-59f45411d211", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19997,7 +19997,7 @@ } }, { - "id": "4a6081d6-2b91-4217-bc24-e1748dcb5ecb", + "id": "9e995de0-ea09-4282-894f-74896d63224d", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20041,7 +20041,7 @@ }, "response": [ { - "id": "12fe2e39-21c3-49a4-b2e9-7b22f428060e", + "id": "695ae3f3-26fc-45a4-bf41-8fa85ce1e293", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20093,12 +20093,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a17065e6-af3c-42a3-949d-74a5a5215f1a", + "id": "80f26c2f-2143-4067-89b2-dd6eda7f4319", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20155,7 +20155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e27812-e11c-4f69-8869-d73bc140d990", + "id": "e5a72fc3-8502-4b29-9a41-ca00837b35c2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20218,7 +20218,7 @@ } }, { - "id": "a880d552-13ab-4d6f-95e0-5948fd620b51", + "id": "c913edd7-2ac5-4c7a-b2b0-f9e8ac7af025", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20262,7 +20262,7 @@ }, "response": [ { - "id": "ae1b12d0-62eb-4fec-bd0e-78c63a4ffa57", + "id": "0433e4d0-7a56-4f8b-bd5f-f4f151eb16b6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20314,12 +20314,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8fdb70d0-b9de-4b35-8286-55053ee4d051", + "id": "1d84b0b7-be26-477d-a308-204074a9904e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20376,7 +20376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0264e27-ae87-4590-9b49-07097220fcd5", + "id": "c615d9bf-5989-403b-87fd-79be79eb16c1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20439,7 +20439,7 @@ } }, { - "id": "5735545a-8dac-45ca-a17d-b8f5e8cc0a62", + "id": "835e31e1-7f6e-444f-a01c-eab2a4f372e5", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20483,7 +20483,7 @@ }, "response": [ { - "id": "11e0b6c3-218d-46ff-83a9-302424d8e249", + "id": "b855028b-77fe-4ba6-876c-e9a8ff5efc65", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20535,12 +20535,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:46ffd21f-e0b4-c99b-f0c7-38d6d93718e1\",\n \"uid\": \"fugiatet cupidatat occaecat Exce\",\n \"workflow_id\": \"urn:uuid:5a878877-a937-acf8-a51a-d69dcc9fe7a6\",\n \"requester_id\": \"urn:uuid:950da7b4-750c-e2ff-a274-ab69e94112f8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"8caf9643-4c10-242b-5e41-d8ac48d02504\",\n \"profile_ids\": [\n \"urn:uuid:4b60737b-26df-72a9-684d-5377ee84a441\",\n \"urn:uuid:30057813-0260-dd64-4759-91040753bd8e\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:b260c765-9b9b-3fbd-9be9-3cdb5191a8c5\",\n \"uid\": \"minim aliqua incididunt etdolore\",\n \"workflow_id\": \"d8b15615-51d7-dea5-cff2-213eaeaa1bb6\",\n \"requester_id\": \"urn:uuid:d6e8677d-af61-264c-518e-7bc927c77646\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:a09e9243-7ecd-a609-1ae3-f17c622dd914\",\n \"profile_ids\": [\n \"urn:uuid:a3a5b8f6-e881-2a90-1245-f5d167509a4d\",\n \"4ebbfaa1-4466-e376-9e5f-ba1d08c1c620\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59c99e84-bc75-471c-b479-b9741227b39e", + "id": "8a243559-a5d8-4b77-a788-5b9d2c04dcfb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20597,7 +20597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb7d5754-4e9b-4431-9ec5-9f81b324cbd6", + "id": "116efb13-0ade-450e-baac-e20141100674", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20666,7 +20666,7 @@ "description": "", "item": [ { - "id": "de27553e-5e74-4a31-bbe6-676d0e1cc59f", + "id": "0c1eb7b8-f1f1-4cbc-9982-06c11ba54212", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -20710,7 +20710,7 @@ }, "response": [ { - "id": "d7e83c84-fd31-4410-8cea-e555bbfc9d5b", + "id": "b139d799-84d7-4554-b070-33ffb23df3f1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20767,7 +20767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e712a136-0d62-4b53-9228-d2a674213281", + "id": "f6d96ff9-e250-49be-b755-811cd1014d6a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20824,7 +20824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7133a86a-9f91-43b3-903e-3aa987f3699f", + "id": "2c23f806-0891-4a27-8b9e-58cefac5c4c7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20887,7 +20887,7 @@ } }, { - "id": "e8397927-9e72-4fde-aa52-42e9ffc417c1", + "id": "b59fef89-f735-4670-8e99-49dbcd4dd4e5", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -20931,7 +20931,7 @@ }, "response": [ { - "id": "ecbf3ee1-b0d9-48a3-a95c-ced008a4023e", + "id": "e8ffc519-cee8-4747-8136-2b5d4636017d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20988,7 +20988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5478c44-22ae-4f42-9080-d7de63e05631", + "id": "7779a2dc-10eb-4dc4-ae0f-a2c2793dca86", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21045,7 +21045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382e2d29-577e-46ef-9dd6-1df0350ea8ba", + "id": "c4335007-2f60-4be3-b547-f8de37493971", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21108,7 +21108,7 @@ } }, { - "id": "7fc8aaf2-32f2-4c61-a4a0-1f87c3b7a661", + "id": "049906f0-9212-4199-89fd-95309ce6b177", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21152,7 +21152,7 @@ }, "response": [ { - "id": "d05f2748-4e97-40b5-93c2-e076f3086b9f", + "id": "610b9860-b167-4127-a3fb-20125d724407", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21209,7 +21209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a828ffd-e3a6-40ba-bb82-27a8af9cc36c", + "id": "58ffbb8f-15b3-4e78-9d1b-cae12f0838df", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21266,7 +21266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e1fc68-81fb-4486-9fc7-80603aaa38eb", + "id": "493e6d84-59e8-4f55-b7c1-8f9c816a2344", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21329,7 +21329,7 @@ } }, { - "id": "51a4b511-280e-4faf-829e-5cd824b37403", + "id": "48d942e4-0d79-416b-a29d-743ef72f2e7c", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21373,7 +21373,7 @@ }, "response": [ { - "id": "01e87d04-eb43-4bfc-930c-7a6982453365", + "id": "010a8dd9-2059-4875-8bb8-2061b8fe292f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21430,7 +21430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a90067-9e87-47c7-88df-16ed39cbbe43", + "id": "7b1861a6-58b3-44c3-b771-fe8f40dc3da3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21487,7 +21487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596d9279-91f2-4616-abea-ab55dd112b51", + "id": "1594744b-2776-4c13-a520-875afdc2242d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21550,7 +21550,7 @@ } }, { - "id": "09768141-fa24-410b-9a68-6113b7128ac7", + "id": "ea15811c-0e21-442d-8854-58e643f5f17e", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -21594,7 +21594,7 @@ }, "response": [ { - "id": "da83479a-16cf-41d5-8ba5-ba0baa6b9e48", + "id": "ea769eba-7f5a-4a9c-92db-c1ac5fa0d5d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21651,7 +21651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc7049f6-af0a-4ccd-84d6-77bb1444ce03", + "id": "647c92d1-8466-4c1d-b39f-17453e8579b7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21708,7 +21708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ded452d-243d-4583-94ab-30d2f0e84023", + "id": "de777766-70bb-4d55-a87b-1087904447ca", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21771,7 +21771,7 @@ } }, { - "id": "3417bce8-3eb9-4914-bb44-378ee14313f9", + "id": "2672a6bc-db42-4d74-907f-93246b5ce5b0", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -21815,7 +21815,7 @@ }, "response": [ { - "id": "d39ef242-5f3b-42f4-8385-4be867046e8c", + "id": "47d240de-3011-410b-8488-3f7a23870427", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21872,7 +21872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d5315a-f0a1-4d20-8bc5-f0a39627c978", + "id": "1e8f7ac8-da29-4bf8-9af1-3df0c950a108", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21929,7 +21929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11bc63a9-6c86-490b-a5c9-f765481dd5c6", + "id": "03021a72-799a-4279-9b8c-308c050beea9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21992,7 +21992,7 @@ } }, { - "id": "a56e32e9-5032-4a48-8d81-9813d63c0b58", + "id": "c1099289-8d39-4e28-8670-3a888478ca9d", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22036,7 +22036,7 @@ }, "response": [ { - "id": "4fad8bcb-733d-48a8-a1d3-ab0b310d4008", + "id": "35a66d02-968d-4c40-a3a9-542688bc98fb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22093,7 +22093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b70ab1-a0b5-4c53-8520-f05b3baa9d26", + "id": "64d82a02-67a7-45b4-b3a7-401385507958", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22150,7 +22150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "392f7a38-e91e-4a0b-869f-cb006293d95e", + "id": "c9bde03f-640e-486a-9ce6-e6c144eddf30", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22213,7 +22213,7 @@ } }, { - "id": "f641b7a4-8c59-4ecf-b60e-e00820d215ee", + "id": "b6f3bb3f-1751-42e2-80ac-98c9bcfd72a4", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22257,7 +22257,7 @@ }, "response": [ { - "id": "ff78e061-7402-4e42-a8cd-a54b584bf38b", + "id": "4f0be26f-8406-4b9a-a335-c425f6b970f8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22314,7 +22314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70505914-c9b3-4532-ba7b-813c1590c5da", + "id": "bc404dae-841a-4fac-b106-6b9c35b0eacc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22371,7 +22371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fb60f46-1c7e-4ba0-8fdd-e3d4f8071c52", + "id": "27303c3b-5b25-4610-9dce-8d153c22caeb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22434,7 +22434,7 @@ } }, { - "id": "b71d83f5-0ecf-401d-9c10-18eae5a4b4e3", + "id": "e32c0724-3bde-4c78-8602-3097e6d63d36", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22478,7 +22478,7 @@ }, "response": [ { - "id": "99cc337f-e54e-4379-8a6f-69c79e5750ee", + "id": "002878d5-9199-435c-bbeb-0c4d44b2d318", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22535,7 +22535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81980e5f-7b86-4fd2-862d-d27f719d39f7", + "id": "b4f3b87e-02bf-427d-a791-6db57a3e5a16", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22592,7 +22592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5469c5a1-dbdf-4995-b313-74485e1d3637", + "id": "d6fc27a8-c91c-4358-b7ab-c99721e90c10", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22655,7 +22655,7 @@ } }, { - "id": "47d568d5-6a8c-4e77-827d-891713f29e1a", + "id": "9c295835-ef60-4b75-a763-ec9e8234388e", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -22699,7 +22699,7 @@ }, "response": [ { - "id": "c2282859-873d-469e-91fa-5d26ccd79ba8", + "id": "60351c44-eddf-4deb-a706-10a8999c2f25", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22756,7 +22756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d3ee32-1705-4d7d-a615-267ef63a5120", + "id": "58a6cdd1-72c1-47dd-a11a-c7ce92f9a422", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22813,7 +22813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf350004-7282-461b-9b8e-2a136be47b19", + "id": "0f45f543-57d3-42f2-95f9-e56b74b4a299", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22876,7 +22876,7 @@ } }, { - "id": "dcc326b5-9ac3-4436-9003-b75b9e8802fb", + "id": "64303b09-66de-43ed-ac89-1fd26a1bf134", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -22920,7 +22920,7 @@ }, "response": [ { - "id": "8e70a21a-3b9f-4940-814c-16199c481a8c", + "id": "c92b77da-9fb2-40b8-8fb9-ff406fcbf6f6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22977,7 +22977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db62bf06-d308-42e6-af3f-a5a9ffa7ff94", + "id": "e06efe95-ec98-4b13-bcc9-26dc45297327", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23034,7 +23034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8398d05-7875-42e7-be14-2007d4edef87", + "id": "8aa5a2fe-9978-4f78-bb65-33e7c8e67b6e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23097,7 +23097,7 @@ } }, { - "id": "456f7f43-aef8-4bf2-9ab3-4a7a9fccb16d", + "id": "b92c81c5-60b9-4533-9371-b736106a2312", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23141,7 +23141,7 @@ }, "response": [ { - "id": "18ba4325-52bc-4abf-98c6-58d3af12c807", + "id": "d8e20506-675f-4a56-b824-85c299b1b6d6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23198,7 +23198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90adbb87-2320-4a0d-aa40-32102d7d8b68", + "id": "5e6cacb0-172f-4b9f-bcc4-2b881e7e59d1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23255,7 +23255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ece801-5c48-4e34-9283-47db71008cd1", + "id": "2b61449c-b73b-4553-8194-b50d1bf3a50d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23318,7 +23318,7 @@ } }, { - "id": "17e99a0a-5729-475b-8e92-7ef20983931e", + "id": "c084ef76-ce38-4fb0-86bf-170d82a71b30", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23362,7 +23362,7 @@ }, "response": [ { - "id": "38895776-8353-4d18-bb63-83ff42e8634b", + "id": "27e003d6-a0f6-4777-8939-78a0db11d9a4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23419,7 +23419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea9f7b0-108e-41df-8416-9f46c819b2d8", + "id": "3ab183ff-f946-43ad-9c71-0256c88f4406", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23476,7 +23476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acef1a8a-7ab9-4705-b365-6c37155df113", + "id": "947e18dc-54be-431f-b39a-f739e1742352", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23539,7 +23539,7 @@ } }, { - "id": "66ceb53b-453d-42f0-bf32-64ddba04f025", + "id": "bc88b6a7-0cdb-4dfa-abc5-645e0ae884b0", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -23583,7 +23583,7 @@ }, "response": [ { - "id": "42ee4253-4b1d-403d-a2b4-ca132e3ed34b", + "id": "6fccf4de-f8c1-461f-858a-2a11c3c29746", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23640,7 +23640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84865bb5-dcc2-4641-bd0b-81e032c494cf", + "id": "4d715060-9adc-4c48-ac89-a8b553801580", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23697,7 +23697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ca152c-c2e0-444a-b3b3-1fe945dfd225", + "id": "c0637d82-a845-41c5-ad20-2ca02e8baf15", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23760,7 +23760,7 @@ } }, { - "id": "bb1ff7ad-969e-4fdb-bda5-6b0387da52cc", + "id": "fc4a9ba9-f4b5-4cd5-8f0a-7c0b0c0bb3e2", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -23804,7 +23804,7 @@ }, "response": [ { - "id": "1b040cc0-8dfc-4820-90fb-041f43599f3d", + "id": "e695634e-31ce-4a14-8ef5-f93d1c988832", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23861,7 +23861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a3d452-1a4a-4466-b40e-f2c1e08a8fe0", + "id": "38c2e8f2-ebc3-49bc-b38b-a390f03e6578", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23918,7 +23918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "547b03dd-40c1-4da7-8f57-f5c7ed838b2b", + "id": "37735686-08f7-4bd0-9719-8bedb095955f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23981,7 +23981,7 @@ } }, { - "id": "e9241a4c-f8ae-4fc8-b76d-775a1d39468b", + "id": "8729b8d3-1b03-4ebd-b465-17cff52c9510", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24025,7 +24025,7 @@ }, "response": [ { - "id": "f3c0671b-5b7d-468e-b0c7-106105f11e3a", + "id": "66ef8447-244a-403b-b278-49865cf0908a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24082,7 +24082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f53f65e-5536-4d31-bfff-c75fd3cd0fd2", + "id": "c2c49089-7a2d-47af-8a40-5ba595bbc44b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24139,7 +24139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2907a25c-0e25-4b94-9d54-505635c6d846", + "id": "ee826597-0c25-4f57-a9f5-99f1dc2dbc31", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24202,7 +24202,7 @@ } }, { - "id": "744d8800-04db-4c5b-9e8d-6b64afc375dc", + "id": "9b71581f-f955-4cbc-aafe-e476d5156b4f", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24246,7 +24246,7 @@ }, "response": [ { - "id": "42ee4b98-c612-4698-801e-13f11e9e31ba", + "id": "ca28175f-2844-4959-952c-5a96dbbf8d1d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24303,7 +24303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d755ee0-8e74-48b8-b46e-b1ec55cc626c", + "id": "5cf27632-01d8-426d-88f2-aa192b1995df", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24360,7 +24360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf40758-a4c4-4596-8d09-2e4099f57032", + "id": "a506ca7a-f738-4eb4-965a-f6c251051e31", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24423,7 +24423,7 @@ } }, { - "id": "db8b7e20-3948-4f75-b141-7555cdf371fa", + "id": "cd7be7d7-06d5-42cd-8e11-48e9e46ae656", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24467,7 +24467,7 @@ }, "response": [ { - "id": "cf7d3cf5-aafa-4b22-aba6-0efb77d84961", + "id": "2e397ee2-e910-4895-af6a-127498b15c60", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24524,7 +24524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96193a79-312f-4435-9300-d1dc83d76bff", + "id": "5c2668bd-6d59-4534-a5e7-fac91c7ef1c5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24581,7 +24581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4930113-40e8-4350-ba22-c5d594776f11", + "id": "53bf45df-d2d9-4c8a-8d25-557ff7ec63a3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24644,7 +24644,7 @@ } }, { - "id": "9e596e04-d0e5-48f6-8eca-ef12220c827a", + "id": "d5c6b2e6-4ee1-4649-b495-f65c25c6c65d", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -24688,7 +24688,7 @@ }, "response": [ { - "id": "8f96736b-79a2-42a4-9722-db2969d9c253", + "id": "c224e1b9-9957-46f9-a470-6da178c44cb5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24745,7 +24745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc03955b-5b8b-4ca9-8873-8229631cefa9", + "id": "cc15dad3-ad8b-4488-8f54-484042d4ff77", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24802,7 +24802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4677f1-a0da-4de7-8fd4-3d91b07b4a76", + "id": "fce5dba6-d459-4116-8735-ea957587449b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24865,7 +24865,7 @@ } }, { - "id": "e4d7050c-31a9-400b-9fba-b7beb555ac1d", + "id": "1fafa2fa-7781-4eba-87ef-bfbfeb5052d4", "name": "Create a review action", "request": { "name": "Create a review action", @@ -24909,7 +24909,7 @@ }, "response": [ { - "id": "a8be937c-8760-4b2b-8607-77e15c954bad", + "id": "85449e97-6447-42cc-8eac-deea46ed9f2d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24966,7 +24966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5db8d40-bbf2-41cb-acaa-55d9209e4f42", + "id": "58f51f6a-e648-4cd1-9809-6c40631e0b17", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25023,7 +25023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84795231-78de-4aa8-9399-851c82258bca", + "id": "ca12f498-da2b-41fd-9a50-dfa78079146f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25086,7 +25086,7 @@ } }, { - "id": "02eef723-e620-4bd6-9666-0ea92a06e649", + "id": "e4c976e5-c747-4f5b-aaac-09efcb62e27b", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25130,7 +25130,7 @@ }, "response": [ { - "id": "bfbd1371-4813-4d57-b50e-451968e4e0af", + "id": "c3527ba5-2677-4823-9055-0228888bd021", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25187,7 +25187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d2758e-2981-4517-ab45-ebd51ca6bddb", + "id": "a72bbbec-104d-429e-a441-fa20e4d9237c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25244,7 +25244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c759c19d-5802-4e24-ad26-97defdd48ed6", + "id": "9bf11a5b-6e73-4649-aaa9-42178a4f0577", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25307,7 +25307,7 @@ } }, { - "id": "c6fb0f81-fb52-4623-9354-b2818737eb0b", + "id": "b101b714-5631-4080-9378-019aa41db332", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25351,7 +25351,7 @@ }, "response": [ { - "id": "664d56ed-9aa1-4255-a10f-a35488cd205d", + "id": "a5d7d3b2-0e30-4f57-9c0c-395c029ca5f2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25408,7 +25408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e8db4a-4d58-4061-abae-22c92aa7d70b", + "id": "c2c11c99-2ca2-4260-9544-527f4233721e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25465,7 +25465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02f130fa-e7d5-4b15-becb-779840110e7a", + "id": "328efbb9-5389-47fa-8edc-ef09bc5c6686", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25528,7 +25528,7 @@ } }, { - "id": "78fd14ea-8998-4030-9b1b-72f09e88ad3d", + "id": "32c8396e-7b0f-47ca-bf2e-4323f5e5be08", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -25572,7 +25572,7 @@ }, "response": [ { - "id": "fc5788d9-30af-48ca-aa08-2e7438dc6301", + "id": "106f8e3c-5edf-49b9-bde4-15fb8f126807", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25629,7 +25629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5802f075-7cb9-4013-ae7f-02fe2df1ac11", + "id": "be236bfa-6df7-43e3-ae4b-7fcf7480803f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25686,7 +25686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9370fc4-50b2-426e-af23-f556ecfafd78", + "id": "40b74e85-d332-43f1-81b7-58547970ff12", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25749,7 +25749,7 @@ } }, { - "id": "16689a27-b709-45c4-8ab9-331ed20e92a7", + "id": "e9ae5c6e-3197-466a-a976-0cf9f1b40abb", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -25793,7 +25793,7 @@ }, "response": [ { - "id": "e5932b5d-230b-4dcd-8464-53b32770b5cd", + "id": "60c03691-28fd-440c-83c1-6db0714ec2a6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25850,7 +25850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e0b96c-82ee-4b7c-8f9f-115055a49117", + "id": "1c887b76-04e0-4993-98bd-9413cb7e0d75", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25907,7 +25907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35f582c4-8324-4959-af10-4a8760473e08", + "id": "5e9406b5-879b-42ae-925c-d44c0ea5b850", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25970,7 +25970,7 @@ } }, { - "id": "1f80dfd6-cdab-4450-a934-b5d7291e9f69", + "id": "529a4dfe-a887-4342-913d-a08d3a93aa71", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26014,7 +26014,7 @@ }, "response": [ { - "id": "6879c632-fbb0-46df-9316-1f08eabee2cb", + "id": "66dcba95-77d5-42d8-bc4e-1949e5bfca53", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26071,7 +26071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb99fab4-08e7-48f6-b302-39718279abe9", + "id": "ba419efd-b2b5-4a1b-8d6f-619ccc783b08", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26128,7 +26128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21494587-83c8-469a-a7e3-6e64148f05b0", + "id": "f16b44ab-b3a5-4178-80db-528b9b71866a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26191,7 +26191,7 @@ } }, { - "id": "7964879b-140a-466d-97c2-1b4632431a74", + "id": "39093d8a-be4d-4cf7-a452-a80a21a226bc", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26235,7 +26235,7 @@ }, "response": [ { - "id": "3866fe01-f90b-4624-ac74-89e53502aec4", + "id": "4ae08ee0-9959-4b09-9a58-5532432c08e1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26292,7 +26292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d146fe86-fc7f-4b33-b3ab-6a6c5411026d", + "id": "9a71bbf6-bf66-44ab-bca1-938acf3e3657", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26349,7 +26349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f49d7aa-5582-4fbd-a6f1-68f2df9a374a", + "id": "0aa48bbf-fd46-42f2-b8ad-6665285944da", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26412,7 +26412,7 @@ } }, { - "id": "4c747bad-8d29-41ba-b63b-8359183a7dff", + "id": "91a1c980-f18c-40c5-8b38-fdf4af5e554c", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26456,7 +26456,7 @@ }, "response": [ { - "id": "aad758de-2ece-4664-ae14-55212ff822f9", + "id": "b56ab105-1262-4cb3-93c6-f6e91e2d0f21", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26513,7 +26513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670c90ea-e65e-4904-bc10-5511c409262d", + "id": "4b174fb0-9fe0-444a-b14b-257b26c4704a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26570,7 +26570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0d007e-deac-4bec-a5d3-e3ef277c5c41", + "id": "dd671f30-7c55-4a4b-8b8e-6f0af0381ca4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26633,7 +26633,7 @@ } }, { - "id": "7d6403bc-2d4f-4895-8509-1a078cd6b068", + "id": "9c269820-e041-41b3-80fd-55c15fafef42", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -26677,7 +26677,7 @@ }, "response": [ { - "id": "d3f9c0cc-4731-4092-bb86-1409b8e28c5d", + "id": "8393ea42-dd44-4d3b-b0d0-0fe099a214b7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26734,7 +26734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b524ebb-b203-4526-8c8d-a670d345afb0", + "id": "909955bc-d5ff-4aed-891c-a96947987bc7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26791,7 +26791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266d6d91-c2ef-4462-95a7-692f9b733780", + "id": "a9a20d40-d6f0-4e73-9ce4-ecc716360004", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26854,7 +26854,7 @@ } }, { - "id": "fe6ad8a0-6bc4-49de-99cb-138ef70ea3b9", + "id": "807fc830-910c-4fc3-8667-355bd03c6ce2", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -26894,7 +26894,7 @@ }, "response": [ { - "id": "ae98d0fd-f44a-4004-ab2f-e3101a604a1c", + "id": "50713b5f-c4d0-4c05-81e7-c4322471255e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26947,7 +26947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c06f024-6889-4f6d-8774-edf6d6ac2d1c", + "id": "a7689f60-e951-4af7-90a8-65f8adc1731f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27000,7 +27000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3488468-4c08-418e-8965-7f3f32c69ac4", + "id": "1753eecd-3a6f-4644-9753-ff0489af9ca1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27065,7 +27065,7 @@ "description": "", "item": [ { - "id": "d47be154-c9a2-4a73-a7eb-cc82b544bb7b", + "id": "8ff72f94-8517-4b90-892a-39d2f4fea662", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27124,7 +27124,7 @@ "type": "text/plain" }, "key": "uid", - "value": "reprehenderit culpa anim LoremUt" + "value": "laboris etdolor exercitation tem" }, { "disabled": false, @@ -27142,7 +27142,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -27151,7 +27151,7 @@ "type": "text/plain" }, "key": "status", - "value": "disabled" + "value": "stored procedure" }, { "disabled": false, @@ -27177,7 +27177,7 @@ }, "response": [ { - "id": "c9bf1670-6d48-4a94-b5d2-95041c60ada1", + "id": "c6fa2ea1-9717-49c1-93c9-a1a4ef4c6a60", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27231,7 +27231,7 @@ "type": "text/plain" }, "key": "uid", - "value": "reprehenderit culpa anim LoremUt" + "value": "laboris etdolor exercitation tem" }, { "disabled": false, @@ -27249,7 +27249,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -27258,7 +27258,7 @@ "type": "text/plain" }, "key": "status", - "value": "disabled" + "value": "stored procedure" }, { "disabled": false, @@ -27297,12 +27297,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"2a6cbad5-19e0-6bdd-7959-85a5490ebe03\",\n \"uid\": \"pariatur consecteturculpa volupt\",\n \"workflow_id\": \"urn:uuid:69233f1d-3243-5d3f-fe42-d416d854c97e\",\n \"requester_id\": \"1a5c6059-af94-8f31-a341-26e83726cb0d\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"44cdf2e8-e4ef-132a-7aca-434565e23c28\",\n \"profile_ids\": [\n \"cfcfbc3c-e884-28a7-2d13-fbcb0a1f3d24\",\n \"d0419641-9df7-67a3-6fde-425a357557ad\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:e1af8a28-0fd3-a891-40cf-268dab1854ed\",\n \"uid\": \"reprehenderit id quiconsequat pa\",\n \"workflow_id\": \"5f74fedb-79c8-f9bc-2078-3e49c5d85b0b\",\n \"requester_id\": \"urn:uuid:dd44cc1d-8393-378b-eafc-3a925e4ffcfd\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"1a831730-16fe-3b07-1562-d75fc6e2d3ca\",\n \"profile_ids\": [\n \"8907ace2-0742-6540-ba96-bd856a6b840e\",\n \"urn:uuid:4ec37bb5-647f-d754-3f5e-a2e893cd9909\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": 68630255,\n \"offset\": 32082985,\n \"total\": -12664177,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"68a75e3f-5e97-ae66-c0f9-919307e9d94f\",\n \"uid\": \"pariatur aliquip cillumullamcode\",\n \"workflow_id\": \"urn:uuid:59b59227-6a9e-aaec-465e-243efbaada76\",\n \"requester_id\": \"urn:uuid:60c57b0a-172a-c0c4-1d25-4874f450a358\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:c53d0131-d3eb-71f2-b02b-55bb38c7f02e\",\n \"profile_ids\": [\n \"6a6a7f93-cc57-6e9d-2e42-4db420cb2e10\",\n \"87e5b3cf-cb1b-bbc8-e635-df36e900dfcd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"ccd46ffa-9f4d-d736-3f5b-e8e467c9b10f\",\n \"uid\": \"pariatur anim quis Lorem suntdol\",\n \"workflow_id\": \"urn:uuid:46cdc5c8-3233-38eb-7e0b-dd35d907aa1b\",\n \"requester_id\": \"ff0dd07e-fc29-18ee-fdbd-5353ad1dcd05\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:15c7498d-1fad-1de5-605e-56fa9c8c26f3\",\n \"profile_ids\": [\n \"urn:uuid:e97f7b34-88e2-0101-f2a7-667c88bcc944\",\n \"e351d480-b48f-7b3a-144a-5c7c05977585\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ],\n \"_metadata\": {\n \"limit\": -98893444,\n \"offset\": 40440598,\n \"total\": -59447985,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8bc62838-3024-468c-a945-8c869f535d66", + "id": "74a212f0-6f52-4849-abbe-b294ece5b3ca", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27356,7 +27356,7 @@ "type": "text/plain" }, "key": "uid", - "value": "reprehenderit culpa anim LoremUt" + "value": "laboris etdolor exercitation tem" }, { "disabled": false, @@ -27374,7 +27374,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -27383,7 +27383,7 @@ "type": "text/plain" }, "key": "status", - "value": "disabled" + "value": "stored procedure" }, { "disabled": false, @@ -27427,7 +27427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cc7749f-609c-4ddb-938d-54bd1bc2f21e", + "id": "acc70f29-0a36-4fb9-bb3b-9b68982be288", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27481,7 +27481,7 @@ "type": "text/plain" }, "key": "uid", - "value": "reprehenderit culpa anim LoremUt" + "value": "laboris etdolor exercitation tem" }, { "disabled": false, @@ -27499,7 +27499,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -27508,7 +27508,7 @@ "type": "text/plain" }, "key": "status", - "value": "disabled" + "value": "stored procedure" }, { "disabled": false, @@ -27558,7 +27558,7 @@ } }, { - "id": "e1232135-bc0d-4a75-af7f-cce5f8e19b1c", + "id": "9b577ad8-6eaf-4f84-8563-fc3ced682401", "name": "Create a workflow session", "request": { "name": "Create a workflow session", @@ -27599,7 +27599,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:f34d2dad-b6d9-5970-91a8-ecae1360a8e0\",\n \"requester_id\": \"44bc9ea6-e7c0-3eee-3bb5-c8df82fbfee8\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:a0ecd9b2-bf86-51f7-1136-ea7dc395d11a\",\n \"profile_ids\": [\n \"6bca79ac-c008-4d30-f0a3-08b756b4b1f1\",\n \"urn:uuid:9c1a1681-7877-7d01-ae40-d5afc971a167\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:cbf5b440-77b5-bc4f-65df-30fc0cec9dbd\",\n \"requester_id\": \"7c2034dc-b311-fcdb-6c34-466ea799bf11\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4e324ccb-2026-a3a9-a12a-6414e461ea99\",\n \"profile_ids\": [\n \"urn:uuid:be1b85de-6c3f-3114-d11b-6be81ed552ec\",\n \"4a9aa107-7dd4-aeb0-39ad-90cb64bd9c79\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -27611,7 +27611,7 @@ }, "response": [ { - "id": "7ca9dcb0-0ba9-415f-81e3-5454b06f0918", + "id": "fac956f2-e777-4ec9-93e4-a143e0240817", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27655,7 +27655,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:f34d2dad-b6d9-5970-91a8-ecae1360a8e0\",\n \"requester_id\": \"44bc9ea6-e7c0-3eee-3bb5-c8df82fbfee8\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:a0ecd9b2-bf86-51f7-1136-ea7dc395d11a\",\n \"profile_ids\": [\n \"6bca79ac-c008-4d30-f0a3-08b756b4b1f1\",\n \"urn:uuid:9c1a1681-7877-7d01-ae40-d5afc971a167\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:cbf5b440-77b5-bc4f-65df-30fc0cec9dbd\",\n \"requester_id\": \"7c2034dc-b311-fcdb-6c34-466ea799bf11\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4e324ccb-2026-a3a9-a12a-6414e461ea99\",\n \"profile_ids\": [\n \"urn:uuid:be1b85de-6c3f-3114-d11b-6be81ed552ec\",\n \"4a9aa107-7dd4-aeb0-39ad-90cb64bd9c79\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -27672,12 +27672,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"c2f03afb-06c8-2677-2c46-b09405e3ab6e\",\n \"uid\": \"nulla mollit laborisdolor esse o\",\n \"workflow_id\": \"urn:uuid:151ae027-8331-00ef-a04a-8bddc8fb6ed3\",\n \"requester_id\": \"urn:uuid:3ecc23e3-7710-6d47-50cb-19a6e11965f7\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:caeaca07-807e-4c02-a723-8383d3e5a738\",\n \"profile_ids\": [\n \"a309eede-5fd5-e3b8-b505-d8e72a297ea4\",\n \"urn:uuid:f3ac8ffc-08cf-f934-d608-9e1dcd076b83\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:7a2940c7-5332-c7b2-3ac3-4165413b5645\",\n \"uid\": \"ea commodoreprehenderit consequa\",\n \"workflow_id\": \"bb3a31b8-5fd4-2d07-3ad4-95583bdc7dbf\",\n \"requester_id\": \"49dfc222-c83c-e999-2dca-3e3af5347caa\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:631eaff4-4e11-17c0-7dac-b687e4e8875b\",\n \"profile_ids\": [\n \"urn:uuid:08beb694-b5c7-ce11-58f9-2b04fad4bb67\",\n \"urn:uuid:c0ff7fb3-28f4-f5f8-30f3-78ee4847e6aa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a79027c2-0cf1-4840-ad3d-1c79df42d042", + "id": "6652d043-fd58-400b-a78d-c5412a8b399c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27721,7 +27721,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:f34d2dad-b6d9-5970-91a8-ecae1360a8e0\",\n \"requester_id\": \"44bc9ea6-e7c0-3eee-3bb5-c8df82fbfee8\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:a0ecd9b2-bf86-51f7-1136-ea7dc395d11a\",\n \"profile_ids\": [\n \"6bca79ac-c008-4d30-f0a3-08b756b4b1f1\",\n \"urn:uuid:9c1a1681-7877-7d01-ae40-d5afc971a167\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:cbf5b440-77b5-bc4f-65df-30fc0cec9dbd\",\n \"requester_id\": \"7c2034dc-b311-fcdb-6c34-466ea799bf11\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4e324ccb-2026-a3a9-a12a-6414e461ea99\",\n \"profile_ids\": [\n \"urn:uuid:be1b85de-6c3f-3114-d11b-6be81ed552ec\",\n \"4a9aa107-7dd4-aeb0-39ad-90cb64bd9c79\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -27743,7 +27743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08206e4d-8306-467a-adb9-562d05404f02", + "id": "6d80c53a-f102-450c-bf68-e88fead3b503", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27787,7 +27787,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:f34d2dad-b6d9-5970-91a8-ecae1360a8e0\",\n \"requester_id\": \"44bc9ea6-e7c0-3eee-3bb5-c8df82fbfee8\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:a0ecd9b2-bf86-51f7-1136-ea7dc395d11a\",\n \"profile_ids\": [\n \"6bca79ac-c008-4d30-f0a3-08b756b4b1f1\",\n \"urn:uuid:9c1a1681-7877-7d01-ae40-d5afc971a167\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:cbf5b440-77b5-bc4f-65df-30fc0cec9dbd\",\n \"requester_id\": \"7c2034dc-b311-fcdb-6c34-466ea799bf11\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"4e324ccb-2026-a3a9-a12a-6414e461ea99\",\n \"profile_ids\": [\n \"urn:uuid:be1b85de-6c3f-3114-d11b-6be81ed552ec\",\n \"4a9aa107-7dd4-aeb0-39ad-90cb64bd9c79\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -27815,7 +27815,7 @@ } }, { - "id": "1ac13028-b09c-428f-80be-b6d582d4970f", + "id": "e84c58bb-cb5e-49c2-a00f-355a5d830814", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -27857,7 +27857,7 @@ }, "response": [ { - "id": "ea53c289-b986-4e3a-9847-1f90b1fdf75b", + "id": "bffdcea1-9696-46ba-ad27-31dd0469adce", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27896,12 +27896,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"c2f03afb-06c8-2677-2c46-b09405e3ab6e\",\n \"uid\": \"nulla mollit laborisdolor esse o\",\n \"workflow_id\": \"urn:uuid:151ae027-8331-00ef-a04a-8bddc8fb6ed3\",\n \"requester_id\": \"urn:uuid:3ecc23e3-7710-6d47-50cb-19a6e11965f7\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:caeaca07-807e-4c02-a723-8383d3e5a738\",\n \"profile_ids\": [\n \"a309eede-5fd5-e3b8-b505-d8e72a297ea4\",\n \"urn:uuid:f3ac8ffc-08cf-f934-d608-9e1dcd076b83\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:7a2940c7-5332-c7b2-3ac3-4165413b5645\",\n \"uid\": \"ea commodoreprehenderit consequa\",\n \"workflow_id\": \"bb3a31b8-5fd4-2d07-3ad4-95583bdc7dbf\",\n \"requester_id\": \"49dfc222-c83c-e999-2dca-3e3af5347caa\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:631eaff4-4e11-17c0-7dac-b687e4e8875b\",\n \"profile_ids\": [\n \"urn:uuid:08beb694-b5c7-ce11-58f9-2b04fad4bb67\",\n \"urn:uuid:c0ff7fb3-28f4-f5f8-30f3-78ee4847e6aa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "91a1908e-2eff-410d-8818-95f2f36a51eb", + "id": "20312d9b-212a-4396-bd78-eca1d4e72747", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27945,7 +27945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c858dc1d-cd65-46de-bdcb-91b7eb48725a", + "id": "a9fd6eb9-f2ed-4431-9815-1ecf0bd6e5bc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27995,7 +27995,7 @@ } }, { - "id": "d89fe81d-69b5-4923-b230-5c842e6921a6", + "id": "cdbfea6b-7808-4394-8976-1447eac48c63", "name": "Update a workflow session by id", "request": { "name": "Update a workflow session by id", @@ -28048,7 +28048,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:85aae157-7335-ae89-9a4b-aaab94c3c2d5\",\n \"requester_id\": \"7cca4e36-8f50-c6c5-1cc5-622b0b3dabed\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"b9a65d3e-d7d1-eaa9-0bdb-3d61664ab7f4\",\n \"profile_ids\": [\n \"urn:uuid:87406c44-3be8-d57c-37c0-4d91befbe5c8\",\n \"urn:uuid:d6df64c2-83a5-651b-f961-386b47fd82db\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:2f51ac82-d406-14fd-6f04-564ef321042c\",\n \"requester_id\": \"3ea383a6-5bf2-f834-98ff-103a755c3439\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:8f46361a-e302-f4ba-f009-385ddb4f1908\",\n \"profile_ids\": [\n \"urn:uuid:8bb7bb13-77d1-0555-97c1-6fc1025b90e2\",\n \"urn:uuid:123a31ad-17b8-c1b2-a59a-0676e7f95d33\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28060,7 +28060,7 @@ }, "response": [ { - "id": "dd4978fb-6ae4-4416-a3f7-c7565e6c066d", + "id": "ef2060d0-6ff6-48f0-800f-8abe260ccc8b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28105,7 +28105,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:85aae157-7335-ae89-9a4b-aaab94c3c2d5\",\n \"requester_id\": \"7cca4e36-8f50-c6c5-1cc5-622b0b3dabed\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"b9a65d3e-d7d1-eaa9-0bdb-3d61664ab7f4\",\n \"profile_ids\": [\n \"urn:uuid:87406c44-3be8-d57c-37c0-4d91befbe5c8\",\n \"urn:uuid:d6df64c2-83a5-651b-f961-386b47fd82db\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:2f51ac82-d406-14fd-6f04-564ef321042c\",\n \"requester_id\": \"3ea383a6-5bf2-f834-98ff-103a755c3439\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:8f46361a-e302-f4ba-f009-385ddb4f1908\",\n \"profile_ids\": [\n \"urn:uuid:8bb7bb13-77d1-0555-97c1-6fc1025b90e2\",\n \"urn:uuid:123a31ad-17b8-c1b2-a59a-0676e7f95d33\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28122,12 +28122,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"c2f03afb-06c8-2677-2c46-b09405e3ab6e\",\n \"uid\": \"nulla mollit laborisdolor esse o\",\n \"workflow_id\": \"urn:uuid:151ae027-8331-00ef-a04a-8bddc8fb6ed3\",\n \"requester_id\": \"urn:uuid:3ecc23e3-7710-6d47-50cb-19a6e11965f7\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:caeaca07-807e-4c02-a723-8383d3e5a738\",\n \"profile_ids\": [\n \"a309eede-5fd5-e3b8-b505-d8e72a297ea4\",\n \"urn:uuid:f3ac8ffc-08cf-f934-d608-9e1dcd076b83\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:7a2940c7-5332-c7b2-3ac3-4165413b5645\",\n \"uid\": \"ea commodoreprehenderit consequa\",\n \"workflow_id\": \"bb3a31b8-5fd4-2d07-3ad4-95583bdc7dbf\",\n \"requester_id\": \"49dfc222-c83c-e999-2dca-3e3af5347caa\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:631eaff4-4e11-17c0-7dac-b687e4e8875b\",\n \"profile_ids\": [\n \"urn:uuid:08beb694-b5c7-ce11-58f9-2b04fad4bb67\",\n \"urn:uuid:c0ff7fb3-28f4-f5f8-30f3-78ee4847e6aa\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c5d8cf80-7a8d-40af-99e5-6111f4bb0834", + "id": "59a0bec5-433a-4712-84dd-f61c0ff5fc45", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28172,7 +28172,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:85aae157-7335-ae89-9a4b-aaab94c3c2d5\",\n \"requester_id\": \"7cca4e36-8f50-c6c5-1cc5-622b0b3dabed\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"b9a65d3e-d7d1-eaa9-0bdb-3d61664ab7f4\",\n \"profile_ids\": [\n \"urn:uuid:87406c44-3be8-d57c-37c0-4d91befbe5c8\",\n \"urn:uuid:d6df64c2-83a5-651b-f961-386b47fd82db\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:2f51ac82-d406-14fd-6f04-564ef321042c\",\n \"requester_id\": \"3ea383a6-5bf2-f834-98ff-103a755c3439\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:8f46361a-e302-f4ba-f009-385ddb4f1908\",\n \"profile_ids\": [\n \"urn:uuid:8bb7bb13-77d1-0555-97c1-6fc1025b90e2\",\n \"urn:uuid:123a31ad-17b8-c1b2-a59a-0676e7f95d33\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28194,7 +28194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbdeaa6d-5926-45b6-9a23-65dc8a496fc7", + "id": "f22e334e-8e0d-43e6-b980-3ebe1fb77709", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28239,7 +28239,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:85aae157-7335-ae89-9a4b-aaab94c3c2d5\",\n \"requester_id\": \"7cca4e36-8f50-c6c5-1cc5-622b0b3dabed\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"b9a65d3e-d7d1-eaa9-0bdb-3d61664ab7f4\",\n \"profile_ids\": [\n \"urn:uuid:87406c44-3be8-d57c-37c0-4d91befbe5c8\",\n \"urn:uuid:d6df64c2-83a5-651b-f961-386b47fd82db\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:2f51ac82-d406-14fd-6f04-564ef321042c\",\n \"requester_id\": \"3ea383a6-5bf2-f834-98ff-103a755c3439\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:8f46361a-e302-f4ba-f009-385ddb4f1908\",\n \"profile_ids\": [\n \"urn:uuid:8bb7bb13-77d1-0555-97c1-6fc1025b90e2\",\n \"urn:uuid:123a31ad-17b8-c1b2-a59a-0676e7f95d33\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28267,7 +28267,7 @@ } }, { - "id": "02d17d2a-1a36-44e4-9292-ade143a44010", + "id": "c068e0f9-46b3-4b9c-a452-fc20336ca313", "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", @@ -28321,7 +28321,7 @@ }, "response": [ { - "id": "075b7a28-42d7-403c-a104-b85586bde8b6", + "id": "34ea2044-2f0e-403d-8659-b655197fc014", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28362,12 +28362,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f362b6d-8513-45d9-b086-2c3465a5d9ec", + "id": "76a5d9d1-3d6b-4479-8310-ead9f1a017b6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28413,7 +28413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "714b6b6c-39ae-4e89-96a6-7222ad33a1a6", + "id": "6b00e5db-d057-4169-b19a-d792e3935b36", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28465,7 +28465,7 @@ } }, { - "id": "575d6142-0293-4ec9-8db1-1250321d208f", + "id": "8715f9d1-1d01-44cc-87b3-69cdb9f68e49", "name": "Uploads a new attachment attribute value to a workflow session", "request": { "name": "Uploads a new attachment attribute value to a workflow session", @@ -28527,7 +28527,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -28536,7 +28536,7 @@ }, "response": [ { - "id": "27fdfd33-6617-426c-ba0d-9eb2afdaa751", + "id": "95300268-6d3f-46fb-bbb4-c60852888b45", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28580,7 +28580,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -28594,12 +28594,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cillum et enim\"\n}", + "body": "{\n \"url\": \"ut enim dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b162f19-527c-47c2-9319-f670d8dabc9c", + "id": "e6de5016-9f74-49dd-86c7-1785926d41e2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28643,7 +28643,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -28662,7 +28662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62ab62f-3a59-4d12-b6b2-f62f6f50a188", + "id": "0c8708ec-96d8-4391-a6cc-19c376c271c9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28706,7 +28706,7 @@ "type": "text/plain" }, "key": "file", - "value": "deserunt voluptate ut labore", + "value": "eu est consequat laborum in", "type": "text" } ] @@ -28737,7 +28737,7 @@ "description": "", "item": [ { - "id": "a1649606-1014-4fee-96cf-4c6e48e7b315", + "id": "62fbafa8-489a-4f5f-99a0-67fdcada6db0", "name": "Get identity proofing result data in bulk", "request": { "name": "Get identity proofing result data in bulk", @@ -28796,7 +28796,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -28831,7 +28831,7 @@ }, "response": [ { - "id": "03edae8d-1a20-4eb0-95cc-d4bced38066b", + "id": "58c339e7-e3ed-4099-b943-d257d1bb94d0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28885,7 +28885,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:593fb845-fa49-1f59-5777-5d112a8298cf" + "value": "urn:uuid:a60623be-5f1b-d1d1-6344-5717ce52aba8" }, { "disabled": false, @@ -28933,7 +28933,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:7918bc88-3d7f-6499-f079-c01b2be558ae\",\n \"identity_proofing_action_id\": \"urn:uuid:af4b9d41-637b-79fb-7afa-5bf3b1874011\",\n \"workflow_session_id\": \"urn:uuid:ef8d1b5d-1f0e-8b45-42b4-20cce5c71b59\",\n \"profile_id\": \"20e84800-56d4-b6cb-ff54-38458a0f8805\",\n \"proofing_workflow\": \"urn:uuid:3a08e57e-4b91-c80a-bc67-b065d8a5f1df\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1977-02-01T21:16:43.394Z\",\n \"updated_at\": \"2012-07-19T19:12:44.583Z\"\n },\n {\n \"id\": \"3ed99f62-83d2-63a7-e7ea-94200358e300\",\n \"identity_proofing_action_id\": \"urn:uuid:c60eed17-b0b2-c923-37ce-8567b5f49e9b\",\n \"workflow_session_id\": \"7071baf9-1c87-9615-d775-8f0cf4bdc95c\",\n \"profile_id\": \"c4f58653-3ff3-fef3-ecda-903917e8ae7e\",\n \"proofing_workflow\": \"451a6767-1b75-f986-bb02-a2122790f528\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2008-02-16T06:36:08.717Z\",\n \"updated_at\": \"1979-07-25T03:16:52.997Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -89369433,\n \"offset\": 933718,\n \"total\": -56672617,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"3318e357-94b1-bc06-a56c-5e687fe49f2d\",\n \"identity_proofing_action_id\": \"dad94742-e982-68ac-d091-d5d0d771b537\",\n \"workflow_session_id\": \"urn:uuid:7c975c2f-214f-3ff8-a2dc-a947a3b9ef89\",\n \"profile_id\": \"urn:uuid:0a6254e3-d9cf-d01d-524c-cf3baa0aba87\",\n \"proofing_workflow\": \"urn:uuid:622bfb5b-f385-3498-4133-0729a55ee280\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1992-12-24T00:24:10.220Z\",\n \"updated_at\": \"1985-12-24T20:08:36.031Z\"\n },\n {\n \"id\": \"urn:uuid:45895912-4c33-b494-17fe-482d447828a0\",\n \"identity_proofing_action_id\": \"7d023fe6-8a07-14e1-8eb4-19e9ee39fd47\",\n \"workflow_session_id\": \"urn:uuid:bc3699d9-45a5-68a4-e31f-a011e6260a90\",\n \"profile_id\": \"urn:uuid:e031109f-7a1c-536e-c9ef-3d79c434ed43\",\n \"proofing_workflow\": \"c565b0cb-6350-35e8-1368-a7a92b65db75\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1995-08-24T08:03:57.796Z\",\n \"updated_at\": \"2005-12-22T18:33:16.582Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -14135415,\n \"offset\": -78823269,\n \"total\": -83046715,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -28950,7 +28950,7 @@ "description": "", "item": [ { - "id": "1ce70c06-c8f0-470e-a754-4b30915573ed", + "id": "22a4894b-bfc6-440a-9e0e-d1d6440bfc67", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -28980,7 +28980,7 @@ }, "response": [ { - "id": "2c69af68-07eb-4bf0-81e5-4aca4fefd16d", + "id": "e08b4174-f930-4c3c-8bf7-4f14d1be28c7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29018,7 +29018,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:2d16c78d-6e4d-a5d3-66d0-0cba411e0ae5\",\n \"uid\": \"proident reprehenderitea volupta\",\n \"label\": \"ut minim tempor commodo\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:015b8e3d-c4e1-a4b9-b74a-8ce0cf007153\",\n \"uid\": \"irure quis utdolore culpa mollit\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"72ddf649-d871-e322-7af6-398895e6da7a\"\n },\n {\n \"id\": \"1b697e6d-9e1b-aa49-568e-aaccc86cd398\",\n \"uid\": \"deserunt laborum ad dolorsuntqui\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"ace7f672-1d13-0d38-1ee6-5a57c4228302\"\n }\n ]\n },\n {\n \"id\": \"3ca01347-56db-8d0a-f720-67f5b4c2eb8b\",\n \"uid\": \"consequat incididunt adeaculpa o\",\n \"label\": \"dolor ut elit velit\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"6abeab0d-7780-2074-4065-ca818092733d\",\n \"uid\": \"deserunt utnonexercitation dolor\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:2bfe6065-51c6-0a7b-1473-605a253bf383\"\n },\n {\n \"id\": \"613757dc-8b36-5b1c-1f5c-439c860aa253\",\n \"uid\": \"esse sintnostrud in utfugiat lab\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"df29fba6-f306-4a7c-534d-f7d2b8cde431\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:ef8c0856-b2b9-ae8b-c59f-270619139cc2\",\n \"uid\": \"laboris incididunt irure veniam \",\n \"label\": \"et consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:6ec64017-56bf-5f11-1556-014ef3acf93f\",\n \"uid\": \"veniam in cillumlaborum nullaet \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:bcd6df8a-c30a-74eb-dec3-aebe6abb73f3\"\n },\n {\n \"id\": \"1a74df9f-dd2c-2e59-229f-7aa3305fadd3\",\n \"uid\": \"voluptateoccaecat Duis laborum a\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:5eb75f59-7ef4-35bb-cd58-557c53449643\"\n }\n ]\n },\n {\n \"id\": \"ce534111-45ca-611a-5c9f-02b34f564027\",\n \"uid\": \"sed irure proidenttempor adipsum\",\n \"label\": \"s\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"72215990-d1b1-4e72-f731-1d245b218625\",\n \"uid\": \"deserunt id nostrud cupidatateu \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:64fbf071-9bdb-75d7-bbde-40c832dfd485\"\n },\n {\n \"id\": \"urn:uuid:ceb9eab4-e81a-e295-2831-65c88973f7fc\",\n \"uid\": \"minim ullamconisi exercitationel\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"cba9b0e3-e372-8c96-8093-11d6fe091db1\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29029,7 +29029,7 @@ } }, { - "id": "3611d883-12ad-4905-908c-72fb571de920", + "id": "b58d9aa6-5757-4c06-8de3-9b357c82c089", "name": "Save an advanced search query for later use", "request": { "name": "Save an advanced search query for later use", @@ -29060,7 +29060,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"cillum t\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:eb3bc927-9cba-d57a-6c38-22de57fe3012\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d336ab52-7315-1ad4-176f-7f1b6f099782\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"anim dolor velit Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"1f4ab7c3-68f4-910f-9f7a-71ff06e69727\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"63a0fd22-d6fc-c1f1-6eec-ebca057a190b\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29072,7 +29072,7 @@ }, "response": [ { - "id": "77e83e44-9bf6-489b-a874-35063480046d", + "id": "0ffffab4-02ab-4675-a78c-60899bede893", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29106,7 +29106,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"cillum t\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:eb3bc927-9cba-d57a-6c38-22de57fe3012\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d336ab52-7315-1ad4-176f-7f1b6f099782\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"anim dolor velit Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"1f4ab7c3-68f4-910f-9f7a-71ff06e69727\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"63a0fd22-d6fc-c1f1-6eec-ebca057a190b\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29123,7 +29123,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"e9ab21ee-8d55-b9a3-dbb3-68a2d237421c\",\n \"uid\": \"eu dolorefugiat et eiusmodsed en\",\n \"label\": \"veniam\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f2057c95-7d23-b684-0d91-8eddc25cafc2\",\n \"uid\": \"Lorem velit nisi ametsit eliteni\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"187c80a0-db5c-7677-2263-efc95da1d5c0\"\n },\n {\n \"id\": \"acfb459c-f1a1-7abd-e05a-f7c0e31450b5\",\n \"uid\": \"magna nisilabore Excepteur in Lo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:1cf0299f-e1dd-1a6e-bcf6-d34b4be0baa1\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:f34a4fd4-b67b-033e-5135-3b6df0ff477a\",\n \"uid\": \"eaofficia commodoid cillum deser\",\n \"label\": \"consequat occaecat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:22733426-c93a-95f1-8830-ed113e997914\",\n \"uid\": \"consectetur anim culpaLoremDuis \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"e800527d-e401-cb9d-9819-43aff5cd20a8\"\n },\n {\n \"id\": \"urn:uuid:8dbd6117-954d-64ab-8ee6-0dcef214902e\",\n \"uid\": \"ea magnaminim ullamco magnain re\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6341b015-06b7-594b-6d7e-8290fd1bc8d3\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29134,7 +29134,7 @@ } }, { - "id": "f1227024-4b05-491a-b4e1-e0b7b2b8cbf4", + "id": "87179c7a-fcae-48ec-a9e8-0acabda51f9b", "name": "Run an advanced search for profiles, without saving the query", "request": { "name": "Run an advanced search for profiles, without saving the query", @@ -29194,7 +29194,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"cillum t\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:eb3bc927-9cba-d57a-6c38-22de57fe3012\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d336ab52-7315-1ad4-176f-7f1b6f099782\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"anim dolor velit Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"1f4ab7c3-68f4-910f-9f7a-71ff06e69727\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"63a0fd22-d6fc-c1f1-6eec-ebca057a190b\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29206,7 +29206,7 @@ }, "response": [ { - "id": "50e987ef-865c-4fa8-9b75-d6a090a1afd1", + "id": "d90da490-d835-4b20-9bcf-123a46858bdc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29269,7 +29269,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"cillum t\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:eb3bc927-9cba-d57a-6c38-22de57fe3012\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:d336ab52-7315-1ad4-176f-7f1b6f099782\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"anim dolor velit Ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"1f4ab7c3-68f4-910f-9f7a-71ff06e69727\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"63a0fd22-d6fc-c1f1-6eec-ebca057a190b\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29286,7 +29286,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolore eusint id culpa \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip do amet eaExcepteur repr\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"minim et anim ullamco reprehende\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia reprehenderitdolor et vo\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29297,7 +29297,7 @@ } }, { - "id": "f7139f92-847b-4fc3-86ba-5eeea8054cd3", + "id": "8598978f-64f1-4a6e-bb92-ed04cb38038d", "name": "Update a saved advanced search query", "request": { "name": "Update a saved advanced search query", @@ -29340,7 +29340,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"bf71672d-4213-e65b-3305-9e646cd4aa70\",\n \"label\": \"ipsum magna aute culpa pariatur\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:de51d796-fdfc-2014-8c18-ef81aa2134e7\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:fa5c4648-97b0-3791-5b2c-e9a28988fca6\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:3fc810be-1c26-ea2f-e0b8-b2cef90614df\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:184e3424-2321-a5ea-cde3-5ba0fc1096ed\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:ad5f4c71-87f7-2773-1f75-f6a229b4c2c9\",\n \"label\": \"velit labore id tempor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f7a276a4-85c4-aa26-2a44-78cd1ff925c9\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"86846edd-250c-68ad-6cdc-f6f134952220\",\n \"_destroy\": false\n },\n {\n \"id\": \"bc164d18-a33a-7d06-d345-2309876e4bd6\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:5a1107ea-6d39-6893-7c88-63f47347f112\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29352,7 +29352,7 @@ }, "response": [ { - "id": "c1be6f11-bc7d-464e-aaf8-37b7efc85259", + "id": "8026448c-f3bb-4651-91bc-f3d9393c4966", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29387,7 +29387,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"bf71672d-4213-e65b-3305-9e646cd4aa70\",\n \"label\": \"ipsum magna aute culpa pariatur\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:de51d796-fdfc-2014-8c18-ef81aa2134e7\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:fa5c4648-97b0-3791-5b2c-e9a28988fca6\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:3fc810be-1c26-ea2f-e0b8-b2cef90614df\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:184e3424-2321-a5ea-cde3-5ba0fc1096ed\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:ad5f4c71-87f7-2773-1f75-f6a229b4c2c9\",\n \"label\": \"velit labore id tempor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f7a276a4-85c4-aa26-2a44-78cd1ff925c9\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"86846edd-250c-68ad-6cdc-f6f134952220\",\n \"_destroy\": false\n },\n {\n \"id\": \"bc164d18-a33a-7d06-d345-2309876e4bd6\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:5a1107ea-6d39-6893-7c88-63f47347f112\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29404,7 +29404,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"e9ab21ee-8d55-b9a3-dbb3-68a2d237421c\",\n \"uid\": \"eu dolorefugiat et eiusmodsed en\",\n \"label\": \"veniam\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:f2057c95-7d23-b684-0d91-8eddc25cafc2\",\n \"uid\": \"Lorem velit nisi ametsit eliteni\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"187c80a0-db5c-7677-2263-efc95da1d5c0\"\n },\n {\n \"id\": \"acfb459c-f1a1-7abd-e05a-f7c0e31450b5\",\n \"uid\": \"magna nisilabore Excepteur in Lo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:1cf0299f-e1dd-1a6e-bcf6-d34b4be0baa1\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:f34a4fd4-b67b-033e-5135-3b6df0ff477a\",\n \"uid\": \"eaofficia commodoid cillum deser\",\n \"label\": \"consequat occaecat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:22733426-c93a-95f1-8830-ed113e997914\",\n \"uid\": \"consectetur anim culpaLoremDuis \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"e800527d-e401-cb9d-9819-43aff5cd20a8\"\n },\n {\n \"id\": \"urn:uuid:8dbd6117-954d-64ab-8ee6-0dcef214902e\",\n \"uid\": \"ea magnaminim ullamco magnain re\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6341b015-06b7-594b-6d7e-8290fd1bc8d3\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29415,7 +29415,7 @@ } }, { - "id": "7498b038-da43-4c48-91ec-83c024e803d9", + "id": "1a0dbe5b-e1c6-4147-97e7-3850f00a79d7", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29486,7 +29486,7 @@ }, "response": [ { - "id": "3e25c047-da5b-4a84-a68c-62276da57a76", + "id": "b5f10c94-85d5-4516-a254-a83933280c2e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29554,7 +29554,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident dolore eusint id culpa \",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliquip do amet eaExcepteur repr\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"minim et anim ullamco reprehende\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"officia reprehenderitdolor et vo\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29571,7 +29571,7 @@ "description": "", "item": [ { - "id": "cb962aa1-14e5-4775-8ccf-0f88c2cd4c57", + "id": "17f562e5-1697-4f1a-b5d4-69c7e133ea49", "name": "Get the status of a bulk job", "request": { "name": "Get the status of a bulk job", @@ -29594,7 +29594,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "amet nostrud" + "value": "ut ex" } ], "variable": [] @@ -29611,7 +29611,7 @@ }, "response": [ { - "id": "ddf3cc44-addc-44fc-bf21-4c03002489db", + "id": "d652eaff-3cd0-4322-8b39-1a3249ca4f48", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29629,7 +29629,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "amet nostrud" + "value": "ut ex" } ], "variable": [] @@ -29659,12 +29659,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"a65df05d-a6aa-6d07-f26f-06f1844b5f17\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"a8393c20-ee63-605a-6603-6ae4b4a8877d\",\n \"manager_id\": \"03a0c15c-4aac-883a-a536-2ddab30efddb\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"f591212b-13b1-f323-6aba-1c8d277b5754\",\n \"manager_id\": \"urn:uuid:6f1a44ce-93e3-e1b9-5a0c-c01d7b82d850\",\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:a4abab14-55ed-c766-0729-2a000b3d5331\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:e9decc36-463a-08c5-2fc7-4f81eb857a20\",\n \"manager_id\": \"urn:uuid:67886c61-2ea4-8ffa-2b4e-72fb61bf5d76\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:d68dfe89-a496-e09d-e48b-7b330b77639e\",\n \"manager_id\": \"urn:uuid:7b186b67-1048-3214-b1ef-7c798bb4eeac\",\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": "9319bc13-dab3-4b11-a6a5-439bbe67fac9", + "id": "66e6eb33-b000-4f78-a7f3-ea9b8b31bd92", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29682,7 +29682,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "amet nostrud" + "value": "ut ex" } ], "variable": [] @@ -29717,7 +29717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22251a0-cac0-4e69-8f1a-46f04b5461b7", + "id": "6ed6eada-8d6a-48b4-9106-1a6f05ee27bd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29735,7 +29735,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "amet nostrud" + "value": "ut ex" } ], "variable": [] @@ -29782,7 +29782,7 @@ "description": "", "item": [ { - "id": "985705e4-4bef-4fb2-8776-9696cb46d285", + "id": "c3ab0196-46cb-4e5d-8349-8e6d860b4028", "name": "Create a form", "request": { "name": "Create a form", @@ -29825,7 +29825,7 @@ }, "response": [ { - "id": "c025f0fd-9ca5-426f-9869-9df8ee4236d1", + "id": "878e9d79-c19c-43cc-9363-e8a30c318667", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29881,7 +29881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc7f6e4-0311-4944-a46f-b9e75974894f", + "id": "b39b9220-62df-4024-a825-ccd138ec50d2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29937,7 +29937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb04e55-3cf1-496e-abbc-9f905094ba51", + "id": "110ff9cf-bd90-4dfb-b77e-ee722acf4d45", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30005,7 +30005,7 @@ "description": "", "item": [ { - "id": "bd60c561-a531-4e83-8133-beb53afad5ca", + "id": "40cae646-4b75-49da-9a15-77f3527a7381", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30048,7 +30048,7 @@ }, "response": [ { - "id": "8ed576fa-43b8-45d9-91bb-b93d75612aba", + "id": "0e98b050-3abd-4f43-afb4-a89f56fc2207", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30104,7 +30104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e6ed59-7404-4e66-a835-8ff7accd7cf7", + "id": "dc5121d8-ed36-4e25-bd3d-24e2b67818bc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30160,7 +30160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba84280-7170-4abf-944d-3c84c36f6815", + "id": "02766aa6-3ec4-4de2-810c-d4710bee1a9e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30246,7 +30246,7 @@ } ], "info": { - "_postman_id": "5a5d78bd-f2b2-4b11-87f6-076f9a30005c", + "_postman_id": "61589974-5256-4546-89b1-fd560d7d17a3", "name": "NERM API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-v3.json b/postman/collections/sailpoint-api-v3.json index 7b0711b..4266ae0 100644 --- a/postman/collections/sailpoint-api-v3.json +++ b/postman/collections/sailpoint-api-v3.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout IdentityNow, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in IdentityNow. IdentityNow uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn IdentityNow, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic IdentityNow uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "7d5592c8-38df-4e04-956e-fb7abf6b3a04", + "id": "380c46d8-edfc-472b-962e-72e29328a3ba", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "2d97ff15-42cd-45e3-9298-37470a00e732", + "id": "210fab5d-19ef-4d96-887a-3642699b3025", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb34d1c-1fc1-46e7-8c4e-cca22862eb65", + "id": "f09760b5-8d59-4e0d-a389-d1452fd1a216", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4399580a-7915-483e-a438-6ae7ec17e221", + "id": "e06d9578-8489-4c35-9a37-ec63e6e7c0ce", "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": "b007a84b-23e0-4da9-8ee0-27c440e62a6c", + "id": "6102e294-2e8c-424e-8a0f-2d0169780268", "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": "2389f6a5-8db5-47c5-8305-c7698288b988", + "id": "7acc7906-a2ed-4c8a-bbc5-ed04763c02b8", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a5930bd-7dea-4334-a869-96892ed7e7cd", + "id": "0b4ff8be-8c64-4bf1-a80b-b996b9e125fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "3917d113-d73d-4678-9df8-5b365e7d6d67", + "id": "b801bfa7-f5b5-4ffd-813b-126ad7bcff9b", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "ceee8034-a246-43f8-a802-50d8a888715a", + "id": "4bd06cbe-bd37-463d-99c7-352a0ec5bbc9", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80494a6c-51be-41e6-9fde-7caa71b03212", + "id": "c0f6fa99-d388-42af-8f62-31227040098d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb5a125-1064-494d-a9a9-489d704e3e24", + "id": "98c993d3-35d5-45ff-aa92-7d2af6289fd8", "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": "285ce013-fa37-43ba-8cc0-04d59433ea1c", + "id": "6f3b5cb1-caaa-476c-a572-d9d661b8186e", "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": "f27b0839-97eb-444d-a429-80f7a4dafceb", + "id": "d356c0ab-cac2-43cf-a38e-9007a9a1f650", "name": "Too Many Requests - Returned in response to too many requests in 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": "981fe9e1-06bb-4200-bd8e-f09d770d95df", + "id": "4833b617-c013-4edc-a6b4-017cb936ceab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "a4f22069-7695-4282-b782-4ee2507224e1", + "id": "fb50e779-7398-4a61-9a5b-e5b2caefa02e", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "72c66dcf-510a-48a2-99f1-7ae776941f78", + "id": "bf16bcd1-7b64-4257-bff3-5e37145f6bc5", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "870eb96c-f26c-4500-97df-1ce8002a3149", + "id": "1682ca25-b51d-4642-8101-2faf2728f863", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817aa34f-6d1a-400e-a96a-59b7e231cbdc", + "id": "774e1209-b456-4e74-8caa-263f48fc6226", "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": "c58793fa-9bee-4441-acc3-5620112c3b0b", + "id": "96e71164-c842-4764-b948-7d00b6bbee78", "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": "19df3ed0-619f-4635-8b3c-24cc5198901f", + "id": "be4bf50b-0a2d-411b-92e2-d51a1dd066c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "b13c4306-1f75-4550-a0a6-a774371c063c", + "id": "c748ee9b-5e82-43a4-a2f6-a43b51045b08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "dbf5eabd-43ee-416b-9251-73ab6488b536", + "id": "930e4a67-962d-4f03-9a98-5ab99021cf19", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "a1cbe47a-179a-458b-b5be-3ea4fe1793b3", + "id": "6f2382f9-a953-482e-a642-299f7bef01d5", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf94557-7c05-4d93-a723-dc8bc3661e96", + "id": "16762909-a104-4a20-893f-ae13a1a7758f", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d83c1b-6674-45b8-bde4-c0687badd989", + "id": "03204d76-8e44-45c7-ab9c-e5864ce7eabc", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a1a843-c2db-4460-a4b9-a0cd934bb1d1", + "id": "6f6d5289-b3a1-42f3-a377-a2120cf50b17", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0f600b-55cd-4ddf-b136-fbe75ddf80d7", + "id": "b786aa8b-1e98-4f29-a2a3-096ab55432ef", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a017778-9592-4439-8e00-5c8bf725c892", + "id": "a2c9b6dc-f50f-42e4-9623-6c9b50d92d5e", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa44eea8-418b-4012-a643-57d50ffad68f", + "id": "4e21067f-b060-49c5-9b9d-5228545f0487", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c71512-df84-446a-89f0-a4e2418b286a", + "id": "972f7833-59a7-4fce-9191-9d9526c42099", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a038dbd7-1355-4abe-80f0-ca56c788d9c7", + "id": "3b739722-d694-4872-90b6-4e888ce913f8", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fbae8b-1c4f-40dd-9224-a861fdf3d0ab", + "id": "7db265ef-cd2c-4420-b164-4b6471d23a4c", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0c8508-646c-4380-9ed6-71841b3230e5", + "id": "718f7107-1032-40e6-ba6b-bf0cab1ffef8", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f353e1c8-210e-4085-85e5-a007839526ed", + "id": "3dd31def-e018-41d8-b934-055292c0e009", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c174a3-d9c2-4f84-bf13-fa709d3bac4e", + "id": "23b80866-704b-4bb6-914c-95a9119d8e4f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876f7140-e4af-438c-9335-884968bb9709", + "id": "e11077ef-b5d9-4597-af1c-4368d6ca6968", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628893be-1901-4127-aae1-577a0faf9af3", + "id": "822a3c02-1394-4b3f-9141-e180845fd2be", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f4dcc3-cc6b-41a5-99ca-3df32baf122a", + "id": "3ca1a40b-190f-409d-9d6a-3659b6ffd57c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "8829a8eb-6753-4007-9939-861a29b525bf", + "id": "05a93acf-b9d8-492c-ba74-714bb8e8edfc", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "f53bae1a-fd01-4868-9f86-cc7ebfb15193", + "id": "44d062ed-bfdc-44bb-9eb3-e00fc0253276", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -2551,7 +2551,7 @@ "_postman_previewlanguage": "text" }, { - "id": "48b05717-d929-4fd9-a5e5-f43d141f0e50", + "id": "32411099-9b1c-484a-9537-142524bfcc1b", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a042fb-ca35-4a8f-88fd-f052fae7b622", + "id": "2a753111-3128-4265-b03f-3503c9e6ab5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -2639,7 +2639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ee2607-8ecd-4c00-8f69-426355d96475", + "id": "4e8ba6e9-d2ac-4c53-8e9a-a80f1d0f49b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -2683,7 +2683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0343a30-e0a6-4d2a-bdee-06ac4c85800c", + "id": "a1d90fd4-da27-4478-b845-d9a6e8c7dc1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -2727,7 +2727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "376c7d78-f1b7-47da-9fda-042de6a9ef38", + "id": "cf8c07db-6634-4140-b4d4-b3ebf32806db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "9df6eaf0-6498-4995-9001-6d1b6f197f6f", + "id": "669f7801-a101-4d48-abf5-387eead59ec7", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "0fce3690-ff0b-43d4-b1b4-1a406e82d59e", + "id": "5d47f5f5-cdf2-4c7a-ac69-d81c0c6b9d59", "name": "Returned only if **bestEffortOnly** is **false**, and one or more Access Profiles are in use.", "originalRequest": { "url": { @@ -2877,7 +2877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a07f7dc3-de77-4f65-9aba-72c03a08b34c", + "id": "2a87c5da-ed45-47f7-a763-7f92bed4a091", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609ab680-560e-4970-8772-93115a50df41", + "id": "233c0f89-bc40-4b7d-892a-2708d350a09a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729a9120-5821-44d8-abde-5301cb2647e3", + "id": "b5cd4226-9955-41f7-b421-4070497fadb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3048,7 +3048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5568b43-984b-471d-9716-46c8881bd2fa", + "id": "ae6623a7-e4bf-4f4e-b277-fba6f35b635e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3105,7 +3105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2612414-f0a8-426c-904b-8d6cf97aa304", + "id": "84daeb90-442b-40c7-b309-04128451389a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3162,7 +3162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66bdc0dc-a982-42b9-b58c-67c49750b21d", + "id": "87ac1452-5b6d-486c-8fec-09967a915bb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "2c2b9c0b-7d73-450e-b280-b336be98f8fd", + "id": "5dea4a43-6da5-4040-a871-f4267aaf8f49", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "beee1966-2152-4589-be6d-b75a9f9b9733", + "id": "4a9efc5f-5990-453b-b98c-cebbe3d31447", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e982ef-0a82-4198-9504-df4461ccb48c", + "id": "5c081e74-144f-4804-87fb-e7e6093fecbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef102f46-5953-4335-9777-90ae5a54cb27", + "id": "d2003c11-d314-41bf-8f78-d1b55c0004f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3586,7 +3586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb44a92c-9ee8-4369-b40d-27bd87729623", + "id": "eedbd0fd-0189-46f3-83e8-d2a8ee1fc526", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3677,7 +3677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59785746-62be-4560-82ce-d0e815428f36", + "id": "7906e7c9-864f-4004-85b3-a0ab27690113", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3768,7 +3768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79179429-ddaa-4899-aff2-4b03b9a8859f", + "id": "c8737267-22f4-4f5a-9020-c02db8439159", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3871,7 +3871,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn IdentityNow, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, IdentityNow sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in IdentityNow, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, IdentityNow grants or revokes access, based on the request. \nIf multiple reviewers are required, IdentityNow sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "bb5d7118-5364-4391-a5b7-fcb6b6529976", + "id": "397efa2d-4f4a-4f19-afb1-415b5bfbf137", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -3956,7 +3956,7 @@ }, "response": [ { - "id": "ad951366-b42a-40a8-b1f6-54d85f3ce967", + "id": "dbd22c09-7166-4873-9ffb-f20680904bac", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4055,7 +4055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce808aa-69fb-47e9-a61b-7b0d2cee549e", + "id": "03cb6b8f-2c83-4aa1-a366-abb4f8bb25c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4154,7 +4154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a41a16f-6081-4779-8b99-a9263f47d094", + "id": "0d68ce4d-3cb2-4189-8ee5-a5ed9768e18b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4253,7 +4253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26138675-ff28-4880-9536-1b37492cdac6", + "id": "7517d5cb-31af-45c4-bfd8-7e433f1f95b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4352,7 +4352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be9a73c-d447-47fa-8989-462e6c2f017b", + "id": "670c5acd-4d35-45cf-8b94-a439758656e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4451,7 +4451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68ab47f-542a-4708-98fa-7128ca1171ed", + "id": "81e66c14-99c4-4e2b-a209-360cc146fbbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4556,7 +4556,7 @@ } }, { - "id": "9d4e46f5-d9f8-4880-87fe-80cb2b5b9ced", + "id": "aa297c30-5b77-4872-84dd-599db041ea6f", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -4641,7 +4641,7 @@ }, "response": [ { - "id": "0062c556-4ef8-412b-9d58-6d808264c3d6", + "id": "7ea508f7-9689-40dc-baa9-4fec79975e37", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -4740,7 +4740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895e9f17-def6-4036-91bc-802a92a9b953", + "id": "f6bf0eea-6aed-4b0d-a67d-b3bc8017c35f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4839,7 +4839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f60f83-6ffd-4b7f-a9e1-f69c67b2ed7a", + "id": "d06fa12b-ba67-44a7-b1bb-5a5325c3848b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4938,7 +4938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6498a5f0-14f8-416a-a827-7eae099ba0d2", + "id": "c1193670-671a-429f-abad-1debe1905b72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5037,7 +5037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ebf904-9768-46f3-a45d-dd72d06097a3", + "id": "29f6ee83-83a8-4886-8a4d-ac278af48f3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5136,7 +5136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa0adc46-5577-40f9-a352-0ecf513a9361", + "id": "c391501a-ce98-4f99-ae39-966e722e9702", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5241,7 +5241,7 @@ } }, { - "id": "eedb48da-4c61-4f63-8764-5a89047ccc84", + "id": "2ecad248-c3a2-4aa5-bcce-dace9db97bef", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -5296,7 +5296,7 @@ }, "response": [ { - "id": "2b34692b-72d4-4e69-89e2-18d5b7cd8d46", + "id": "b8671ccd-7f7c-43eb-8762-0c368786eca4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5354,7 +5354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d2b789-33e4-456c-88c8-afb4534e6b14", + "id": "e1519454-6d88-4f07-8d70-8f2814dc7b02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5412,7 +5412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a818cf-5596-452d-a40f-36271052f338", + "id": "31a1cf8c-5c45-4e76-bf91-2257eca64625", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5470,7 +5470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2766e9-3f9b-4a60-b164-91861dd44852", + "id": "81c393b1-ab7e-4f9b-b78b-a85714e739cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5528,7 +5528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670b5dfa-0645-4dd7-a09a-56757c1c93f9", + "id": "faf23fb6-ddd0-44cd-b827-2c427c082d8c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -5586,7 +5586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99ea108f-ac42-4c9d-b570-ed3b3c8b8e29", + "id": "93d6d14c-05d5-4a19-976c-cde1e2cb626f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5644,7 +5644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dd4376e-48ab-420a-8aa4-551702d81444", + "id": "e1917e25-6d73-4e7b-87cc-a451d0137d3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5708,7 +5708,7 @@ } }, { - "id": "d67cb01b-2bd4-4da0-afbe-a0c7eb69fdd9", + "id": "bd493516-d0c4-43ff-8134-688d67f9b91c", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -5763,7 +5763,7 @@ }, "response": [ { - "id": "5b445a8f-9a24-40af-ad0f-1575ae3471d1", + "id": "9da112b9-0b06-4a0b-80e2-9d2f14c9157a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5821,7 +5821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69fdd1a0-0b4a-4f59-a68f-c0cf56c37008", + "id": "a7eaff97-ad5e-4a8c-8880-a798225ba226", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5879,7 +5879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fce8e3c-9cf3-49e7-86f4-5f7d040d249b", + "id": "79c8536c-3ced-4f8a-bfb9-5eb78d0307c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5937,7 +5937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c187d37-46c1-481a-99cf-e3b88b379970", + "id": "13566d73-8e85-405b-951d-d8f357bb922c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5995,7 +5995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcfee2d7-8271-4e9b-a817-90ff60fce534", + "id": "875ce603-0fed-4a64-8854-028881916dc3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6053,7 +6053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c8f8d9b-13c5-47d8-97ce-3d325679202c", + "id": "d9e461bd-d155-4caa-ba17-6a0aeff4cb04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6111,7 +6111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84d03399-efe0-4ce7-abfd-6b2f1e6e77ca", + "id": "03bf4efe-bf69-4faa-8565-011b7cede078", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6175,7 +6175,7 @@ } }, { - "id": "7d94a8b4-6f9a-4f4d-8090-f3a904bff76b", + "id": "041d2fa9-8cc0-43fd-850e-8727a846ca46", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -6230,7 +6230,7 @@ }, "response": [ { - "id": "dfa23448-9a53-482f-9992-770c6f6b7978", + "id": "dbd277ad-9247-476f-9e78-3696a4e2113c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6288,7 +6288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1258e7ca-6c1a-4544-a7ac-41402183332a", + "id": "47f9d023-d3b0-4719-a521-d6bcc1d2fdef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6346,7 +6346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff82ce52-0a00-4ef5-976c-711a2f42efb0", + "id": "66a0be5f-b4fa-43e2-920a-aeed19e4db4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6404,7 +6404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46272313-1cbe-4368-8aee-2913b5919ed6", + "id": "2d16e294-6f1f-45f4-9a83-ee03db7baa5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6462,7 +6462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b316926e-8533-4923-9ecf-e6a692ab22fa", + "id": "064f8552-6197-4f01-b0e1-51b95008adcd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -6520,7 +6520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbbcb2b2-fff7-48c1-8148-3913457f445a", + "id": "9b7967ec-bccf-4af4-bfbc-665f9dfc9acd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6578,7 +6578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2e34fa-1598-42a8-a404-6112bb3ca3c8", + "id": "51e0c7dd-9061-4883-85ec-5f3a36a52c47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6642,7 +6642,7 @@ } }, { - "id": "dadf87f1-df44-4346-9e25-0fa9edf5c621", + "id": "3df319cf-e470-4090-be03-aa4476faf80c", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -6691,7 +6691,7 @@ }, "response": [ { - "id": "1b586e80-d9f4-451a-a384-16049f727def", + "id": "0a194072-fff2-4201-9d9b-1d1c2d4266eb", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -6754,7 +6754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5acb044-6b83-4830-9c3f-11766a467cb0", + "id": "058e6209-c165-4c7e-ba2f-ef079bed76b7", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -6817,7 +6817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0592f8f-d386-49d0-82b3-37609a48e12c", + "id": "bbcfbf85-fe45-4e55-98e8-72e448b4564a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6880,7 +6880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db703b6e-ed83-4c0c-ab43-6ea7f67b9d89", + "id": "9d9ace35-6304-4cf1-81c5-9a2e2b6044cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6943,7 +6943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e11c795-c69f-4a59-b802-11bf0ae16b56", + "id": "cda5d6ec-9340-4bff-8cb2-feaa21644701", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7006,7 +7006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dbfcafb-5867-46b1-98f1-b4f5df943269", + "id": "3560f9a9-6a42-4f1b-977a-17910e518537", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7081,7 +7081,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentityNow's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in IdentityNow, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the IdentityNow Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "792f34ab-bb7f-4824-ba2b-e3e96b6f8904", + "id": "cad13ba3-7996-47bb-aab2-4f2449a6e996", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -7123,7 +7123,7 @@ }, "response": [ { - "id": "7401ed8c-d5ef-460f-9572-54615d39f95a", + "id": "bf26ea8c-70b5-4ed6-971d-d4e963c7e396", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7179,7 +7179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44756b26-bda9-4d5e-a51b-29fad1775657", + "id": "3bc8ab31-9d48-4e4b-b484-e54f0fd35a17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7235,7 +7235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "257b57fb-39d7-481f-a85b-cf0eefa9b379", + "id": "5393049a-557f-46ce-854d-25b3047da97f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7291,7 +7291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40d3d09a-8855-43e3-aef2-8250414678e3", + "id": "5dd34ce5-a8bd-47a8-95c4-b8da46cf6e86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7347,7 +7347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "204aa5f0-2a92-4957-be1d-2f81f229a8e9", + "id": "855244bd-1ba2-4ce4-b4c9-e41cc69b0731", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7403,7 +7403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cfe501-24f1-477b-8d99-d68222e2eda9", + "id": "1d59ab3d-1187-4036-9fdc-09686a4472ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7465,7 +7465,7 @@ } }, { - "id": "3c0889df-b5c0-408c-a027-d03f920e7842", + "id": "f1ac6786-27fd-4011-952f-bb3a715b0e4f", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -7508,7 +7508,7 @@ }, "response": [ { - "id": "014ebd60-0c65-4b58-95d8-4a547b531f95", + "id": "9a282535-03d9-4122-ab56-20d903c36794", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7565,7 +7565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac6e1dca-2749-4648-a935-3d6cc0bea036", + "id": "ffadbdc3-4b47-464a-981e-a71e9f5f7c2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7622,7 +7622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8f9fa7-1863-4ae9-999e-1fd1c38ef9e9", + "id": "69fcf30c-d6fe-4bb9-b98b-2e4a9de26eb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7679,7 +7679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35c58612-8a50-4c51-a664-007a9438e8cb", + "id": "077f4613-fc8e-46e2-a836-7dc81050a120", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb2e319-2cc1-4e8b-8ad0-7d2866f46428", + "id": "870f748b-89a2-48cb-a0cd-96756f5994d0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7793,7 +7793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c6c638-398e-44d7-b8de-a5344f5de2bd", + "id": "7a9cf57c-d30d-4bd0-a470-28f6ed99026d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7850,7 +7850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9a4f0e-5e6b-4bb1-881a-b8bea424789e", + "id": "9d6ce54e-f85e-4161-83c7-df4db291c561", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7913,7 +7913,7 @@ } }, { - "id": "adebfe84-18ed-487a-9413-d45417d93394", + "id": "17873257-b5fc-4446-a7a0-16213fd066cc", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -7942,7 +7942,7 @@ }, "response": [ { - "id": "433257ea-a2d5-4f8d-9071-9d9fa835985c", + "id": "ca1b93a5-512d-4963-8922-0272d5a683d5", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -7985,7 +7985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef80a71-986b-40f8-bdb7-bb431410e11a", + "id": "fe365678-147f-4506-85f7-4c596b95179b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8028,7 +8028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c998f5b8-be59-4559-916f-9746dbdfacb5", + "id": "0116357e-ae21-4daf-b1b6-f826eee20e6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8071,7 +8071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be0276c-4b4a-431b-8dca-5ebd54bdee4e", + "id": "57e1bad8-27ba-4cd6-b50f-a1cfb44c963c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8114,7 +8114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14c6322-d2a5-4f9c-bbbc-c1d859b1b58a", + "id": "89f3d722-9b49-4516-ad3f-eb049f74bcc5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8157,7 +8157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3524ea0e-64c3-400a-ad8a-338ac0b1e633", + "id": "a460e9fa-3196-4f2f-a053-1f0e777fb8cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8206,7 +8206,7 @@ } }, { - "id": "b7211829-943f-4e5a-b1a3-7da4c496532f", + "id": "56e6b4d6-155e-4b6a-a03f-43daaf0c0252", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -8248,7 +8248,7 @@ }, "response": [ { - "id": "c431130f-d0d4-4cd3-ba08-b6fe9bdc9216", + "id": "085d7fa9-4a79-4036-b512-118a3722a317", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8304,7 +8304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606300cd-05e8-4342-82f4-4e0d420ed16a", + "id": "290a61e2-9d8e-44e6-b6c8-2149eeab02fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8360,7 +8360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24a64ed-053c-473a-bb55-8293d613f69f", + "id": "949735ee-9f3a-45f2-99db-8628be306c40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8416,7 +8416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4483ac04-fcd8-4c29-b130-ce5bab5bfaa2", + "id": "0b54f329-9088-47a2-a029-2931155b9e76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8472,7 +8472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8b7b7f-0032-471d-9694-10207646a12a", + "id": "fbbb21fb-6b00-49cb-b48f-94c41075a078", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8528,7 +8528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf0733e-c76b-48a9-849e-17a8054fc378", + "id": "d62b1def-39b1-45be-b389-235a802d0cfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8590,7 +8590,7 @@ } }, { - "id": "3d5f981e-a27a-4351-af27-3cc009410d49", + "id": "4a01af60-9d5e-4c04-a8ff-7889307bc7f6", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -8701,7 +8701,7 @@ }, "response": [ { - "id": "2c27a212-be91-4a2b-bc7d-08761f89e92f", + "id": "aedb701f-01dc-4f78-a1fb-2ec7654b36db", "name": "List of requested item status.", "originalRequest": { "url": { @@ -8826,7 +8826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2be48f0-1a07-48e6-9de0-2b7e19d91efc", + "id": "f4dac6e5-1051-4157-894b-684ed38a8ed5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8951,7 +8951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0037bd39-d924-4a63-89c5-87497324f960", + "id": "1aa93d81-a26b-4c76-a65c-3b537acefa2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9076,7 +9076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd1c14bc-67cf-4c33-87c9-b3680820a019", + "id": "2e071e52-689c-4dea-ad3b-8265ef969191", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9201,7 +9201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d557b30-be05-433c-9a54-356deabfccd6", + "id": "f046a8d8-9b97-4439-bf13-3eae37500b11", "name": "Too Many Requests - Returned in response to too many requests in 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": "980d729e-34b9-49cc-8ef7-ab93c3da74fa", + "id": "278b7fa6-2088-404c-b1aa-096bed5e02f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9463,7 +9463,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "415c4857-1f87-4e9c-b6e8-c0221e7aad28", + "id": "7dcc9380-3864-4010-b81a-ad1f75b247cc", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -9542,7 +9542,7 @@ }, "response": [ { - "id": "b2367916-60b8-4a00-8302-b948e6aef1ec", + "id": "4d255c1d-228f-484f-881b-10a2237cf4e9", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -9624,7 +9624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cd83a7-4a93-496b-b636-6307443c1c21", + "id": "42b00e12-87de-4fd0-8eb2-9c82a27bb795", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9706,7 +9706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec5aec0-a353-47ec-9abe-03cb3a199bfa", + "id": "840ddb2f-19f2-4108-922e-f3a9ce85f359", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9788,7 +9788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63941778-1042-4775-b813-c381a13aa419", + "id": "f3ac045c-97dc-42be-a1b6-71dcef5b4bfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9870,7 +9870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f2f7120-7622-4c9b-bb11-550debd8da6a", + "id": "a9a667f0-6320-455e-92e9-b555e7df7c8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9952,7 +9952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8999330-ea53-4e00-8946-bcfc7cbd14ef", + "id": "08a0c90e-4320-43a4-97f7-d59edcbeaeef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10046,7 +10046,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in IdentityNow. \n\nIn IdentityNow, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. IdentityNow loads accounts through the creation of sources in IdentityNow.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows IdentityNow to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in IdentityNow, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in IdentityNow. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "adc964ef-02b4-4303-b1ef-630e4edfeca4", + "id": "a45aa1c7-6926-49fb-8346-fbfe0ee4534e", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10121,7 +10121,7 @@ }, "response": [ { - "id": "83224fa1-61c0-489b-b144-37a6c2c700e9", + "id": "54fdd35f-45c7-4798-9c9e-398ccab4c124", "name": "List of account objects", "originalRequest": { "url": { @@ -10210,7 +10210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8661a7b6-fee3-44e1-bb0a-88cac4454c54", + "id": "4a4dc73a-f052-44d1-b8ff-e7c5aa780511", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10299,7 +10299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c867c11-660d-49e4-8e20-fb4251ca308d", + "id": "eccb771b-0733-47b9-9f51-52d9d39e6805", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10388,7 +10388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60b4378-4a81-4337-9498-fd1bf96fa3e2", + "id": "ebbc5226-7949-4c2e-9b7a-022329a3079a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10477,7 +10477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a709f8c7-c9d8-4ba6-a066-50d3a117422c", + "id": "570a5dfe-e487-4f7e-866b-2dbf8b5d20be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10566,7 +10566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebbc57ec-cdd8-4cda-9dfc-b65f9ab9b9a5", + "id": "5f60a85e-80ae-43d5-bcac-e1e2089bcb92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10661,7 +10661,7 @@ } }, { - "id": "45f9f0bb-3f7b-4cb3-9cb6-d14e40a22c04", + "id": "cf5d5e5a-4ece-4c42-902c-c13e1fba119f", "name": "Create Account", "request": { "name": "Create Account", @@ -10703,7 +10703,7 @@ }, "response": [ { - "id": "592f8e91-05a0-481a-86ee-db860a0b4b3c", + "id": "936bf77f-796d-433d-bec9-103afffd56c2", "name": "Async task details", "originalRequest": { "url": { @@ -10759,7 +10759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b6c3774-cbe1-471c-ba36-88dca8c9e20e", + "id": "227c6248-774b-4334-b2d1-7bbd9efa5a99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10815,7 +10815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75433fa0-10f5-478d-bb69-3d33ba11eff2", + "id": "2e832b3f-f5ed-44f7-b04a-ff17c21ef82d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10871,7 +10871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd6f166-1836-437b-8c7d-f86fbd3ba07b", + "id": "68acd2e5-f606-4e6a-918d-9b43af4daf8f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10927,7 +10927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5a67d78-f329-4aa9-9b2d-3a79b2d1abcc", + "id": "e87de746-3568-44d3-a935-1447049e2372", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10983,7 +10983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8dc0458-60f0-440d-b338-5ab93d05a5c4", + "id": "5a05dc05-ced9-427b-bfe9-39b8e722635b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11045,7 +11045,7 @@ } }, { - "id": "689d4b9a-d6cb-425d-83e3-72cbe93bf0ac", + "id": "a7b6f578-36f3-4f89-948f-d062c95fb9c6", "name": "Account Details", "request": { "name": "Account Details", @@ -11086,7 +11086,7 @@ }, "response": [ { - "id": "57f91c48-7d76-4690-aa4c-80b3ed03c26f", + "id": "8dafcdfa-7594-4a01-b39a-6bda75042fae", "name": "An account object", "originalRequest": { "url": { @@ -11130,7 +11130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bbb2618-637c-42af-952f-1147b4773f96", + "id": "8c387c68-2b75-4a09-8d22-025a6a8b0652", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11174,7 +11174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cfdf4c0-674d-4561-882f-361b4431a8f6", + "id": "ca49629d-e2aa-414a-b941-0bdc871e6c1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11218,7 +11218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f11d528-bc3b-4dfa-b070-776a80258bb4", + "id": "22e6f497-b7b0-4c98-97e7-ab80fcaaf1ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11262,7 +11262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20b2d1d-1717-46e6-8f3a-2b308c801b5d", + "id": "201af5bd-7bac-4d1c-ac4d-2b6308987864", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11306,7 +11306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "933a0145-79a9-4bfa-a822-8fa8f9d14638", + "id": "eea65aa1-4d33-46a9-8a89-cca9aaae79ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11350,7 +11350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3d59ec-0f46-446e-8cb0-0643c4e84746", + "id": "23a014dc-e229-43a6-9110-6c45450b353f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11400,7 +11400,7 @@ } }, { - "id": "1147c122-63a6-47ff-981c-3562f142ebdf", + "id": "88711d44-9432-40eb-88a2-767777cc216e", "name": "Update Account", "request": { "name": "Update Account", @@ -11454,7 +11454,7 @@ }, "response": [ { - "id": "ff64bbe5-0b7d-4c4f-8b56-d469f2fb3d57", + "id": "654c2145-1ff5-4a1e-b050-468b44f3c956", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11511,7 +11511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6374f239-cd11-444d-899f-1dcc51fe814e", + "id": "7a84ff6b-4774-422f-9eee-75221c9b74b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11568,7 +11568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216367f4-3e23-4595-97b4-60629500207c", + "id": "f08525b2-4526-46e4-a202-7355b30691d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11625,7 +11625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e319a257-f675-4ca6-9e86-c7986b7640cf", + "id": "7951b726-24b9-4403-876a-68462d331b6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11682,7 +11682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e958ecee-77eb-46fd-969f-895762228c13", + "id": "4fd288dd-0a88-4954-a9b2-6992268067dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11739,7 +11739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aba8d37-89fe-4abc-a5d5-064c0acd531f", + "id": "68ab9744-eb76-465a-a42c-f1b9be36f6d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11796,7 +11796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5ede1a-f70b-4e5b-9381-0084a8aee878", + "id": "3054292b-007d-44c5-8115-750340952857", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11859,7 +11859,7 @@ } }, { - "id": "e8f10f07-2ac1-46bf-9f21-5c75ef87df9f", + "id": "9b786fc5-9445-4366-b02a-54cf5c297ebb", "name": "Update Account", "request": { "name": "Update Account", @@ -11913,7 +11913,7 @@ }, "response": [ { - "id": "6182cf2f-e81b-48b6-8edb-98fc1338333d", + "id": "ffc32730-e11f-4b34-aac6-d213e8daa439", "name": "Async task details", "originalRequest": { "url": { @@ -11970,7 +11970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec44aeb4-51f4-4e99-829d-fc9f2e007cec", + "id": "94da45d1-f33d-4627-9b08-a9c9d7f5c798", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12027,7 +12027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfddd70-668c-4749-a7c6-eb99a7f9eb03", + "id": "77f73351-8bf4-4e08-b36d-ca9d5184413a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12084,7 +12084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163ce1de-d807-4ab2-a9b4-07f6c99d9e09", + "id": "53e7d3de-4450-4b42-82bc-75ea3d8a5685", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12141,7 +12141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c67579d-4693-4837-b5f1-0d54ed502b16", + "id": "4df845e1-772f-4669-8ee2-c4640ff015fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12198,7 +12198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80a6aa4-a528-4e11-952d-8cbd62ccf676", + "id": "f5467d7e-7c4c-4ce5-9c1d-6378de05f1b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12255,7 +12255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef47e4a3-3067-48df-8a94-19c478c2d560", + "id": "e263d237-b5bf-4d90-adb3-d5e53ddcb8da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12318,7 +12318,7 @@ } }, { - "id": "8b07b1b6-6f26-497f-a0a3-25ebcfd19eec", + "id": "665574c7-cd0f-4a3d-bdb1-f1b8f0af9f86", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12359,7 +12359,7 @@ }, "response": [ { - "id": "9cad80e3-2770-4b27-b195-db5ab12a7650", + "id": "95221e94-f563-40b6-9704-3224aa6ae021", "name": "Async task details", "originalRequest": { "url": { @@ -12403,7 +12403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cdd8915-851f-4b7f-8248-18ffb73c67ba", + "id": "e08e5125-3d6d-4949-86a7-cbe7a13dbeca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12447,7 +12447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02921c7d-80f5-45de-909d-0fd147d67456", + "id": "80ab26dd-6f0a-48ed-b12e-d99d72894340", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12491,7 +12491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b4eed5-1cb3-4efa-b7ab-37aea9be6da5", + "id": "4fd1115e-ae6c-4689-8076-6dd8b203f558", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12535,7 +12535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fb11573-bd2d-401e-97be-f2ca334ca250", + "id": "66c1c985-0cae-47a9-b375-37468d38282e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12579,7 +12579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a56f3708-0cd7-4ee4-b429-85ac991cca6e", + "id": "0511d885-e9d6-4ca9-95b7-5415e9c033ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12623,7 +12623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0cf7074-e76d-4d40-98f4-4f570ab17776", + "id": "152a5dce-344b-4c84-9a09-cc5dfa26bf73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12673,7 +12673,7 @@ } }, { - "id": "6d68fa93-03e3-4f09-ada3-5ccc0e4b4df7", + "id": "d3550c95-6274-4845-815c-c8097bcc08c8", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12743,7 +12743,7 @@ }, "response": [ { - "id": "98dec38f-04d5-4faa-ad54-3b23431c9ab5", + "id": "f3f3e494-dcc6-4193-873e-1169aed51cdd", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12816,7 +12816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "313d0698-f4f7-4c46-b33c-b50a8cd73540", + "id": "e13d9615-4129-47cc-b11c-4c59c6fa4609", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12889,7 +12889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf18d426-a8cc-40f6-8c5f-2f04056f3b2c", + "id": "36a59337-81db-4c85-a9b2-5db440fa777a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12962,7 +12962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc3e4e3-7eb2-4ddc-b127-ea8a43b4b7b1", + "id": "0da7cd51-e065-46bd-b4a1-193f8337ac48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13035,7 +13035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da00e922-87f3-4327-9b9a-1c449468c51a", + "id": "c9411f6d-6f09-47e4-a604-f3fa0af37fe3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13108,7 +13108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c58422-8f76-4b2a-9434-a0d8048255c5", + "id": "e01638a8-1d92-4ddc-ba3b-6c022f14ec79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13181,7 +13181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fbb347-f38e-449b-b059-df9a82cf4ebd", + "id": "dc5afac5-8141-40de-87ad-98e5ed7b189f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13260,7 +13260,7 @@ } }, { - "id": "8d79828b-9d12-434c-8ba4-78f1f9de6dc2", + "id": "c20462fd-d6d2-4e42-a947-84a162a10741", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13302,7 +13302,7 @@ }, "response": [ { - "id": "e568a0df-7203-420b-8dab-859c976b4c99", + "id": "7b4182d2-d6e8-4e10-b0b5-1fd642064a87", "name": "Async task details", "originalRequest": { "url": { @@ -13347,7 +13347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9277b4e6-c079-4231-a0c4-7a16cd35f086", + "id": "6f460ae8-96b1-426a-8130-63c96cb04026", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13392,7 +13392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7bfac17-1b9d-4070-b811-3ed7d3af2dce", + "id": "3c43a2bc-6102-43bf-8398-8e657a6e3537", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13437,7 +13437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cb96827-313b-475e-bd3d-94c882190fac", + "id": "02b7fcec-6fc8-49a8-8bff-a2c53689389f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13482,7 +13482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5039249-1a7c-4df9-b425-daa057617afa", + "id": "53f4d987-c990-42ff-902c-c317537964b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13527,7 +13527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7ad7d3-7b14-45f0-93ca-a5e729c20c43", + "id": "b333537a-2bdd-4ba6-b75d-608d141b7154", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13572,7 +13572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddaf22c1-55f5-482c-a3b5-db395d55775d", + "id": "bd7082ef-f3e5-4b5b-9d32-a234f4d37590", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13623,7 +13623,7 @@ } }, { - "id": "5dfe922e-5c24-44fb-bf98-b8d818059533", + "id": "f0303195-c131-4aea-9bc1-5ab1e855bc7b", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13678,7 +13678,7 @@ }, "response": [ { - "id": "c7df8ba3-2ed4-4c7c-906d-ab9c9f57f434", + "id": "e6aecac7-81ce-410c-8b16-6dc10a485f88", "name": "Async task details", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee704bde-701b-423c-89e4-9a10d5e327f0", + "id": "a81a02b5-c293-4969-8840-103075559b48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13794,7 +13794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22e08ac-218d-44e5-b909-5a2f7776ff0e", + "id": "93f2d1a2-0ada-4743-a236-4080e0d39576", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13852,7 +13852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3222a65-2b01-444b-93f0-d864d793dadd", + "id": "2d746371-e471-43e3-bc10-9d5ea8e2d5fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13910,7 +13910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "854bf29e-a259-4fd9-b655-efb712291a78", + "id": "f70cfeed-a6a8-42e5-bf2d-e8f88c1d103c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13968,7 +13968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a31667-6319-44bc-a649-801e703b6c20", + "id": "c6340b1c-b2a9-472a-8942-d523053d6edf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14026,7 +14026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6542b28d-185a-499e-84e2-93c3df4f98c8", + "id": "65cb8b36-b7e6-4ee3-8d4a-2d3f03bc2bcf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14090,7 +14090,7 @@ } }, { - "id": "cac02545-ef7a-45dc-afdd-fdfe3106795e", + "id": "b54d59d6-5000-4f3c-9393-1fda09bd76b9", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14145,7 +14145,7 @@ }, "response": [ { - "id": "fc93db62-19ce-413d-bf77-1e1ca51d95ec", + "id": "c33b6c02-6bfd-4607-87b3-57ce83d3cdab", "name": "Async task details", "originalRequest": { "url": { @@ -14203,7 +14203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d67eb41-2c0c-4064-acde-688c5985c57c", + "id": "3bf5ef9a-2b2f-463b-8b90-fe6961083597", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c4eb7e-95c1-4716-ac92-6582fbdc87e8", + "id": "df23a1fc-0b8b-411e-9e30-fde098087811", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3827a9db-5e62-4021-8e5a-5eb0f7d19223", + "id": "376a7f2a-b36b-4796-8442-3e8c68abda29", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14377,7 +14377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cdc6e26-775e-4dc8-9a97-82c797ec21f7", + "id": "c9a4f36c-0c77-4ce7-9d3b-3927355e0ed2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14435,7 +14435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3d8714-cc56-486b-bb53-56ff4b0c7473", + "id": "2cb06a66-baab-4c7a-9825-d4189251b292", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14493,7 +14493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cd32025-6c73-4084-9268-557778843a5f", + "id": "8e4dd00c-99af-49bc-82e3-5f4320634d16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14557,7 +14557,7 @@ } }, { - "id": "88ef1dfd-e4be-4777-a768-fccbed6834e2", + "id": "809ec166-8797-41b1-98cf-bea7b24eec86", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14612,7 +14612,7 @@ }, "response": [ { - "id": "8307b144-ef11-49a1-915f-24b5ce8aee40", + "id": "2d582339-f0b1-47da-b99d-334628f2e032", "name": "Async task details", "originalRequest": { "url": { @@ -14670,7 +14670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00040c08-e015-4ac3-9b8b-ff1f86f0075e", + "id": "fd6850c3-ab83-4439-a043-cb73da771751", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14728,7 +14728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95cc374c-aa69-42a8-9adb-2cc8d1933557", + "id": "b69f9ecd-e0c2-41f6-a1c7-032abb26c491", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14786,7 +14786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "739dabf5-9513-4e2e-b6dd-f517f552c02e", + "id": "1cb62bcf-91f1-44b2-a985-60f71bcdd810", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14844,7 +14844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f224e317-88a6-46e5-9c73-cb3f61b5ffa5", + "id": "dac0335a-56f0-48c1-a75f-fec0ce109fb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14902,7 +14902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2110b50-a617-4e68-a2a7-f6b789bbe1c7", + "id": "ea7519e4-3419-4d6b-aa78-61d6909a47e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14960,7 +14960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c60051-7ee8-4246-ae7a-80dd9586ea70", + "id": "ad70265a-44b0-409a-863f-5b25c354dd61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15030,7 +15030,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in IdentityNow, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn IdentityNow's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions IdentityNow completes on source accounts. Users can search in IdentityNow for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentityNow replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever IdentityNow assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "6b7ae757-dcd5-40fe-9743-cbe05714145a", + "id": "e9a71909-109c-4ff4-a9dc-5b75c5806621", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -15132,7 +15132,7 @@ }, "response": [ { - "id": "6986ade2-3c19-4012-96c2-c72323b7cabe", + "id": "7023de1f-65cc-4c9e-ba4e-f5613aa59164", "name": "List of account activities", "originalRequest": { "url": { @@ -15248,7 +15248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5201d10c-7959-4d40-a5f6-72445297dc64", + "id": "150bbd79-b659-45d6-b6cf-a1e064addca4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15364,7 +15364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0afe532b-d7a3-4f46-b3fe-16cff36dfc43", + "id": "65e844d5-41b6-46a1-8283-cebcad96cf89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15480,7 +15480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af240bda-1620-45cb-8d40-8ba65ab3fc8c", + "id": "eeec9b66-756b-4357-9bc8-af9401c9186a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15596,7 +15596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "326e2783-bc77-44b8-9bb1-de6d2a5e04e9", + "id": "92989ed4-67fd-474a-af8c-c921d8181083", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15712,7 +15712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc791d4a-006d-4d12-ba7c-8b24b1d8ff16", + "id": "74db7b7d-e6e5-43b1-8fa5-021a18cac994", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15834,7 +15834,7 @@ } }, { - "id": "f49eb108-4395-4199-9f54-a1a45e4033e1", + "id": "9d8c4036-0141-45f1-809e-7ae7bdfde488", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15875,7 +15875,7 @@ }, "response": [ { - "id": "c1cbb491-db5c-4041-8033-f895734401b3", + "id": "0f5ebe87-3154-46ba-b7f6-192c0bb4db36", "name": "An account activity object", "originalRequest": { "url": { @@ -15919,7 +15919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c024f430-2ea2-4980-897b-03097c4ee78b", + "id": "54277037-f410-4287-b32a-00a650a756cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15963,7 +15963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ffb33c3-972e-4f1b-8036-39e12722c7a8", + "id": "1509b90b-691a-4d1a-8b10-31988e399278", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16007,7 +16007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d1de91-45f8-46a5-8277-4a1f66134c56", + "id": "fc19e80a-1de9-448b-b98b-f114dddcefdf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16051,7 +16051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c83def52-45d5-40cb-b45c-a447020424ca", + "id": "44b15a0a-0d36-445e-973d-426ff1aebcb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16095,7 +16095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a220b8-e858-40ae-91f5-be710fb3457f", + "id": "aeed563d-c6cf-40fb-b909-9344e49f4146", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16139,7 +16139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb4c9499-71c7-427a-8bb3-32a7506bb114", + "id": "5fabb480-53f6-4e47-8a41-687259044c17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16195,7 +16195,7 @@ "description": "Authentication service user retrieval and user capabilities update", "item": [ { - "id": "ae7540e6-afe2-4243-95ca-af41c2a676c9", + "id": "7f11479d-1e53-49ca-ac91-a047b6371dc4", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -16236,7 +16236,7 @@ }, "response": [ { - "id": "29d9aae6-7866-4e26-a763-b9ce169d381e", + "id": "a1b8f767-8867-4257-916f-9175dbcafe63", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -16280,7 +16280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60a4c6d-4e4a-4d43-b189-4fc02625d98f", + "id": "c05b1e05-a008-4a7a-a582-7cde5c067e05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16324,7 +16324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca4b7e06-a51e-4d8f-88c7-afb46d2996a6", + "id": "345d8949-ad1c-4c0a-9c48-71c8bb5599c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16368,7 +16368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce5f1ee0-87e3-433c-b8a9-997ff7c7f9af", + "id": "f5169ba7-a416-4f86-bb55-a93fff8982d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16412,7 +16412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48eb1d56-a06a-441e-b75d-1381f02fbdea", + "id": "99a5cb8e-fcb3-4764-9a2a-13f266fb0de0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16456,7 +16456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f63a96-8b05-4798-bc56-1b5b5746dfac", + "id": "2fc10cd2-c461-47cd-9d9d-9a9605731ea2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16500,7 +16500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b973f7de-9e4c-4fd9-b100-218bcac850c5", + "id": "f9c9e105-3de6-4fe4-a9de-876942e2bcc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16550,7 +16550,7 @@ } }, { - "id": "cdae0812-d947-466c-9176-945d06e7329b", + "id": "140406be-7f9e-4d58-9aea-b346e26c5cdd", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -16604,7 +16604,7 @@ }, "response": [ { - "id": "f2353daa-941f-4ba0-9c0d-f90c8c26aaf0", + "id": "10846665-80b2-43ef-ba49-a1b63a08276b", "name": "Auth user updated.", "originalRequest": { "url": { @@ -16661,7 +16661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0593f71c-9dce-48e5-b689-1999856d73a1", + "id": "b0a30488-980b-4c67-a2f4-7a9440ad09b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16718,7 +16718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2f0f3b-f154-485f-a583-c386648353b3", + "id": "e7ae06b8-6ccb-4652-8071-c72ced743e63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16775,7 +16775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fad1815b-1bd4-4e12-80cd-6fb8e519575c", + "id": "fca2158e-cda7-4cc8-9c8f-3394132e39b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16832,7 +16832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5402a0dc-753f-47ee-9d78-087f86c937e7", + "id": "9cd35e2c-24ae-47eb-b4e6-acffe8678858", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16889,7 +16889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e976ae1-998b-44d2-97c5-e85d82bb892f", + "id": "8cef4ba1-22a5-43bf-b384-e15626784bd5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16946,7 +16946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "987663da-c8e3-4fad-8a1d-f7d8cf715941", + "id": "d8066568-926c-49c4-8adc-dfdbb4408b94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17015,7 +17015,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get list of existing branding items, create new branding and configure them for use throughout IdentityNow. \nIt allows to customise color of navigation bar, action buttons, logo and emailFromAddress.\n", "item": [ { - "id": "93b27785-ef92-475e-a9fe-2cd5aafb05ef", + "id": "42e8bd26-2bf6-40d9-b976-f18d346c810d", "name": "List of branding items", "request": { "name": "List of branding items", @@ -17044,7 +17044,7 @@ }, "response": [ { - "id": "a7b25607-79fd-4c89-9d16-8380ee27f574", + "id": "adf88891-cd36-4c92-8333-974ee4dec84b", "name": "A list of branding items.", "originalRequest": { "url": { @@ -17082,12 +17082,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cillum\",\n \"navigationColor\": \"id sint incididunt\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"anim cupidata\",\n \"navigationColor\": \"Duis dolore nulla\",\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\": \"consequat est nisi\",\n \"navigationColor\": \"adipisicing\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"proident reprehenderit\",\n \"navigationColor\": \"in deserunt ullamco officia ea\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c7d0e9ee-67b5-4162-9620-fb9a09516b68", + "id": "63c20d35-1d67-45d7-bf5f-bfd25608154a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17130,7 +17130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "457bdb68-4eba-4ee9-899e-995d75ee2aa6", + "id": "d32f796d-bc19-4d91-82b3-061367b1c21f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17173,7 +17173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dcb587-f18b-4189-bd5d-fe8aa97bc0fb", + "id": "9d0eca94-b62c-4d14-bf2b-6ce686f1b26c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905e41ac-9465-4f59-b31f-07607b67a07c", + "id": "1258c9fa-1141-4774-8859-b6606291ed07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17259,7 +17259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3034a87-130d-492b-b61b-707281ace0d3", + "id": "70ab8dce-eff7-4676-99e1-7387353353a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17308,7 +17308,7 @@ } }, { - "id": "17e9936a-4624-4a99-a25b-adbd3693dca0", + "id": "3c879583-2d3e-440b-a4e3-c07336496b4f", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -17373,7 +17373,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17382,7 +17382,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -17417,7 +17417,7 @@ }, "response": [ { - "id": "ec52dfc9-a5ac-4ef4-8d4a-a484fbef2dd9", + "id": "a35791b6-8606-43e1-887f-2ef2dcebb94a", "name": "Branding item created", "originalRequest": { "url": { @@ -17485,7 +17485,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17494,7 +17494,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -17535,12 +17535,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"nulla dolor nostrud consectetur\",\n \"navigationColor\": \"quis deserunt sunt laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ipsum Excepteur adipisicing\",\n \"navigationColor\": \"eiusmod in tempor ex quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a8bf113c-25a8-407c-8f85-0cdb1c39c11e", + "id": "75ba5e7f-a75f-4acd-88c4-f2eb38f4381b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17608,7 +17608,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17617,7 +17617,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -17663,7 +17663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5418735d-76f5-4403-8093-dde23e262e91", + "id": "05572fc7-b5a7-412f-bfb3-6674d9b02839", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17731,7 +17731,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17740,7 +17740,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -17786,7 +17786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "508c5ca6-194e-47cf-a87f-2fa2b61b30c2", + "id": "32475f16-305b-4bcf-8aa7-8fbed5abcaa9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17854,7 +17854,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17863,7 +17863,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -17909,7 +17909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa068209-7dcc-495a-b548-fe43bdfb8efe", + "id": "fff1ad50-dcea-44a9-bb66-2d5cf750fabb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17977,7 +17977,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -17986,7 +17986,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -18032,7 +18032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1759c5c1-1570-4aa1-aaea-5a37bf7a11c1", + "id": "45d44b0a-3b94-4791-bbc3-d21ddc3bcd86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18100,7 +18100,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -18109,7 +18109,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -18161,7 +18161,7 @@ } }, { - "id": "35a89f8a-bc98-4706-9e94-f446a9859476", + "id": "127ee12c-90da-435d-8b45-d1a6101aab66", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -18202,7 +18202,7 @@ }, "response": [ { - "id": "cb116433-412f-4aa1-9bfb-a4e1dad4093e", + "id": "df697589-9ae2-4bf4-9043-4150b38679a5", "name": "A branding item object", "originalRequest": { "url": { @@ -18241,12 +18241,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"nulla dolor nostrud consectetur\",\n \"navigationColor\": \"quis deserunt sunt laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ipsum Excepteur adipisicing\",\n \"navigationColor\": \"eiusmod in tempor ex quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "23818049-e9d9-476f-8e49-e15a2f78c519", + "id": "c9612ae9-0273-4f56-9ffc-d763385586e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18290,7 +18290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fee7275-f738-4a02-8f1f-5801920eeac4", + "id": "bfe18266-3703-49cc-9960-f414442a10d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18334,7 +18334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3f58dd-c064-4cd4-a9f8-5456a6176ec8", + "id": "fe9988a0-fe15-492f-bdff-0255bf90e5ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18378,7 +18378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67117a3d-b9a6-4427-a481-4731e21bdb01", + "id": "5347cb3e-11ee-47f3-8e54-54ac2a5745aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18422,7 +18422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72c6578d-311c-434b-a731-0f53bb59d52a", + "id": "c2379597-d3e0-4447-8d52-48a7744efb7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18466,7 +18466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895f9b41-059d-4eeb-b3b4-9551a9951336", + "id": "0dccc4aa-b82e-424a-8366-e00626f762fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18516,7 +18516,7 @@ } }, { - "id": "0bbdc8fc-58f1-4ebd-93ae-384a25c9f117", + "id": "85864408-7504-44ae-bd77-ec53941e5dad", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -18593,7 +18593,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -18602,7 +18602,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -18637,7 +18637,7 @@ }, "response": [ { - "id": "97bab3d6-f12a-4f09-8910-05e1c3a4ce53", + "id": "6e1ecfd6-e696-4134-a71b-80918752dbc8", "name": "Branding item updated", "originalRequest": { "url": { @@ -18706,7 +18706,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -18715,7 +18715,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -18756,12 +18756,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"nulla dolor nostrud consectetur\",\n \"navigationColor\": \"quis deserunt sunt laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ipsum Excepteur adipisicing\",\n \"navigationColor\": \"eiusmod in tempor ex quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4654e4d5-e5db-4049-8fae-da09a6376b47", + "id": "e7240416-980e-4da4-8097-e6428fb9c15d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18830,7 +18830,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -18839,7 +18839,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -18885,7 +18885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c428b8-3876-41a4-a6d4-9bde4645709e", + "id": "c2c3503f-edda-4461-aa08-3a20574be17b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18954,7 +18954,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -18963,7 +18963,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -19009,7 +19009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9515cb8-5a29-455b-b9bd-9f02f250c9ae", + "id": "ec81a286-ebad-4efa-b7e4-01d9074a8a88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19078,7 +19078,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -19087,7 +19087,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -19133,7 +19133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efce1148-f857-4743-88d4-a58e7e066728", + "id": "c902465a-92b6-4ad2-9953-dbb0f47d70cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19202,7 +19202,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -19211,7 +19211,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -19257,7 +19257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16b9992-30e0-40ee-8de9-fcbc6cd4d16a", + "id": "312a0912-e928-4882-a8e5-dd80ac628f46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19326,7 +19326,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -19335,7 +19335,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -19381,7 +19381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f33b27-97d0-4b8f-8cd4-3c9e8001d1ee", + "id": "14546425-e12b-4929-a0ca-d048260265c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19450,7 +19450,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "cillu", + "value": "tempor aliqua cillum anim", "type": "text" }, { @@ -19459,7 +19459,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "elit id voluptate sit", + "value": "non proident", "type": "text" }, { @@ -19511,7 +19511,7 @@ } }, { - "id": "18cad9d7-1f79-405b-b7c3-570b06f62e48", + "id": "24b8ffc5-8373-4a83-aa73-29f025a4516b", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -19552,7 +19552,7 @@ }, "response": [ { - "id": "e49ee198-dc2c-4a86-ad8e-8045dbf6829c", + "id": "67858ab4-415e-44b5-b206-5d5b1f06fa19", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -19586,7 +19586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "88c5ac20-2979-4b24-8dc9-7962d4b34635", + "id": "c7149827-0cb2-4d27-bc65-63e4b2876f7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19630,7 +19630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4887d1a-414f-4d7e-9924-b9a8a651fa00", + "id": "e93b0f1a-ac1b-4d95-805d-5839dbeab54f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19674,7 +19674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757bfa7d-0fc7-4e48-a9ed-a4c00f88c3b7", + "id": "9e4c86a5-b08e-4eac-8d89-d4ca600b9af9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19718,7 +19718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ad9732-3c1e-45dd-85ef-b49daa1ee0ae", + "id": "3d2ea4ca-1342-4f30-94c4-b5bfd5acde5b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19762,7 +19762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bf546d-4e68-497a-a7c4-12e23c5701a8", + "id": "9e711f5c-c33c-4eb4-9de4-d609036740f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19806,7 +19806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b882a1d-e58d-4918-a839-04ad081a0c59", + "id": "105872dd-84af-43e3-b48a-9e8465ab563f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19862,7 +19862,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide IdentityNow users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nIdentityNow provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in IdentityNow: \n\n- ManagerCampaign: IdentityNow provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: IdentityNow provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in IdentityNow is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use IdentityNow search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in IdentityNow. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. \nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision. \n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "2019849c-36f4-4706-a33e-972a4c528860", + "id": "ef6917f8-7fff-4097-b9b6-38fcec13a9e7", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -19946,7 +19946,7 @@ }, "response": [ { - "id": "d9713e9a-173e-43d5-adf1-4824899fd874", + "id": "29f9fb1e-2f15-4fa8-bed5-4a80829dbbe9", "name": "Slim Campaign", "originalRequest": { "url": { @@ -20044,7 +20044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1af96ab0-86fc-4956-90e7-7d1fa5a35511", + "id": "5a8c8ab0-e34c-41e5-bfb3-35cb95a220a7", "name": "Full Campaign", "originalRequest": { "url": { @@ -20142,7 +20142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe161b5-93d5-4d72-95f5-3c53fe4deeee", + "id": "dee5513e-59a4-4b53-83c1-fabed2c012a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20240,7 +20240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd509781-97cf-4cfa-8e93-73750bc746c9", + "id": "e1a83923-4090-4659-94bf-63c7726eb6a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20338,7 +20338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f589a8b-08b3-4639-998b-7c2530406df3", + "id": "a0369167-9e82-432b-87f8-64f0d663ec0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20436,7 +20436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d2571c-1652-44a8-a6fc-c923f43c90ac", + "id": "61905d91-5f26-44b4-9967-5cc8a9d60eff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20534,7 +20534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405497ef-a5be-4a33-8bc4-535f6d8e4004", + "id": "855377db-23fc-4e5e-9036-262ae9cd6b80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20638,7 +20638,7 @@ } }, { - "id": "3f6968a7-9332-4380-9826-d87ebe2a7b9e", + "id": "fbae6dee-ca00-4faf-a3bb-c2c157dad06e", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -20680,7 +20680,7 @@ }, "response": [ { - "id": "61598c7e-8cfe-43bf-a478-6451509c9800", + "id": "dad394bf-f5c4-4c55-880c-920a29d24bd9", "name": "Manager", "originalRequest": { "url": { @@ -20736,7 +20736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b004e44-bd58-45a3-87d8-e54e766521c1", + "id": "f67c34b5-1ad5-4d88-b5d2-f874290cf944", "name": "Search", "originalRequest": { "url": { @@ -20792,7 +20792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f018e46-84d3-4925-b5e2-ffd1491a69c9", + "id": "5d9da355-ad2f-4c1a-ad82-a3f37cf2b00e", "name": "Source Owner", "originalRequest": { "url": { @@ -20848,7 +20848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27269bee-1db1-4e25-8e76-69a19f7501d1", + "id": "86fad48d-d028-449f-9031-d19102851a29", "name": "Role Composition", "originalRequest": { "url": { @@ -20904,7 +20904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30cb1b01-0f63-4333-9565-94bc5d8ba67c", + "id": "d83ca751-4d2b-4c36-871c-1f76228cb2e0", "name": "Manager", "originalRequest": { "url": { @@ -20960,7 +20960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e761b93-b3b8-4534-b6ab-efad5042da4a", + "id": "c9c3a637-ad45-41e5-82cf-75c1fcf120bc", "name": "Manager", "originalRequest": { "url": { @@ -21016,7 +21016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9b5e4d6-a3b7-4825-b01f-3ea2b50f8d1f", + "id": "255616a4-4876-4d24-b6ff-f086b4429354", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -21072,7 +21072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d6ea2d-43d7-4178-a9fc-8c3c656d374f", + "id": "c0fb909f-9254-43b9-af2d-e828cbd463b4", "name": "Manager", "originalRequest": { "url": { @@ -21128,7 +21128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f399bdf6-1d52-4366-a944-320f445efc98", + "id": "db20657c-c111-49f5-ad48-912c7dfa63be", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -21190,7 +21190,7 @@ } }, { - "id": "88657b5f-265a-4c09-9934-c96c6b73293f", + "id": "8c0478cb-8670-417d-a792-fdcdcb95e700", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -21231,7 +21231,7 @@ }, "response": [ { - "id": "bfe1955b-ebeb-48a2-a432-4eed655b1297", + "id": "915f9490-b307-42d8-8514-cae97332f72b", "name": "Manager", "originalRequest": { "url": { @@ -21275,7 +21275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f642ce0c-15d6-4679-b920-1a4249162ead", + "id": "55ab7b45-d816-42b4-9598-f8708d5f5203", "name": "Search", "originalRequest": { "url": { @@ -21319,7 +21319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9edc401-8ade-438e-93d5-0ff060d1cef6", + "id": "b38e4f12-c492-4574-84bd-33ab6456f48d", "name": "Source Owner", "originalRequest": { "url": { @@ -21363,7 +21363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da4e3a4-2a66-40d8-8430-9110a2b93ef2", + "id": "7a51ae35-cd7d-4b27-90ad-34001abb3688", "name": "RoleComposition", "originalRequest": { "url": { @@ -21407,7 +21407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e9b3d32-e15e-4c70-97ff-7cb320efe89b", + "id": "73f7a743-8a1d-421d-9192-1d3f30cf1ddd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21451,7 +21451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b57f81ff-ee52-4ca8-abec-208fd81f3638", + "id": "f5a0e626-62df-4c89-b575-8e82fb08e39d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21495,7 +21495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e0c3d03-a783-4016-ad6a-c6c3bad28334", + "id": "0058ed10-d279-4acf-b6d7-80d2e42f2cbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21539,7 +21539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1227381-7f89-4261-bc84-9e4f8f8b6498", + "id": "d9be8ac2-3217-4a0b-a126-7a9c1c140592", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21583,7 +21583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c60dfc7-6903-436d-8d99-635a3288df00", + "id": "2c130743-35b8-4f12-9310-0e3babad08fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21627,7 +21627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7cc24d-1ebf-49a6-985a-4d08979fcbdb", + "id": "8bef8123-a422-49b8-9372-c44a7621c286", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21677,7 +21677,7 @@ } }, { - "id": "989366b3-dca4-4e6e-a087-95ad959d371a", + "id": "78d51214-71d0-4da8-ad35-b814e1f26783", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -21731,7 +21731,7 @@ }, "response": [ { - "id": "3e6240df-592f-4b93-837a-7abb9e820948", + "id": "ee233e2d-8f0c-4585-849b-e2bd040bbbdb", "name": "Manager", "originalRequest": { "url": { @@ -21788,7 +21788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4970a538-6fdf-4f94-9dcc-dc8a47c94f8b", + "id": "71eb7266-9f00-4581-9275-32f8393c3a1b", "name": "Search", "originalRequest": { "url": { @@ -21845,7 +21845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7387bba0-a037-4d9b-99f5-4ad624bc12ca", + "id": "1d3b38df-455d-4c4b-8561-4b13b1b18c44", "name": "Source Owner", "originalRequest": { "url": { @@ -21902,7 +21902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dba65d0-5091-4770-bd89-ce4750aa4ef5", + "id": "84f06b21-6922-4d63-8517-9a8cbb25136a", "name": "RoleComposition", "originalRequest": { "url": { @@ -21959,7 +21959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5070751c-00b2-4ff6-8bde-30cc89c87355", + "id": "9631d0ec-df34-402b-8a69-5db2ee4e890c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22016,7 +22016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d8c8e2-2bdb-415d-8257-5250adcfa75b", + "id": "c0812322-3504-44c2-8d31-2225c725abe0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22073,7 +22073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4495240-1a9d-4d2b-ba0c-5ae99cdd5316", + "id": "c83d130f-9c89-4de7-b3cc-c40fea079184", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22130,7 +22130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af470e4-5721-47af-99ac-4f235334ae56", + "id": "23cd414d-ef65-4fde-8a99-82f0230570f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22187,7 +22187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67390520-d53d-4134-a06c-55bf5841e5e8", + "id": "2d85ba99-0ef9-407a-a77a-ea6974a629c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22244,7 +22244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b593719e-1f89-4c23-bbae-e4f69bc09f70", + "id": "a6bba943-e19c-4d22-a29a-d6de2166c727", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22307,7 +22307,7 @@ } }, { - "id": "89666f40-4912-4b8e-9407-e2a348772984", + "id": "169b6754-bfeb-4659-8853-8bd4758dcbe7", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -22362,7 +22362,7 @@ }, "response": [ { - "id": "14eee90f-fe2f-49d8-94c7-fab1355fa3df", + "id": "88b43be6-f58e-4434-acfd-28aa3ff23815", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -22420,7 +22420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d86fd6-81ff-4952-9cf1-698ba2aac5ba", + "id": "9af930f9-8017-4b1b-b936-ee4d9e404572", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22478,7 +22478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb3be0cf-03c4-41d2-9ea3-603183178227", + "id": "8aafe5a0-7ddf-4acd-b6dc-683db62ba5fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22536,7 +22536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d30cfd7d-495e-4d15-b0c3-04d384453544", + "id": "e79d27b0-6c69-4829-a546-75b61b67b6af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22594,7 +22594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd00a2e0-ee73-4338-8b8b-b0ad50b62a79", + "id": "d108c3d5-bea1-462e-9cb0-48618b1fa8af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22652,7 +22652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9590dfa5-e469-41ce-9ddd-997e7cf9c961", + "id": "6d9a51c3-dd55-4c57-ade2-a4e7f332f7d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22710,7 +22710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77171df0-fd55-4dfa-8fa5-4a4a900e6e92", + "id": "f4eee9df-cf3d-4fe4-a459-6df19c1a404f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22774,7 +22774,7 @@ } }, { - "id": "507b5935-4bbf-4289-998e-a68789ab82e3", + "id": "9fa4a58b-5b47-48a4-89ed-43521320160a", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -22829,7 +22829,7 @@ }, "response": [ { - "id": "768d2cc7-7e63-4f4b-8ac0-5793852ed669", + "id": "d485fcaa-4dc7-4791-b810-67b14066c20c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22887,7 +22887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed99a463-dcb6-4794-b64d-a184bf929a84", + "id": "15bb6798-6ebc-40bb-b66b-ceafe3d84f2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22945,7 +22945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c5285b8-d870-48ce-bf3c-bb8c3e6a05b6", + "id": "b6001bb1-5a3b-4c6b-9488-9a7f1015b0d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23003,7 +23003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a94d54-ac38-4792-9c03-af6a0cfbfab9", + "id": "7b1b2daf-e1a6-4c02-aad4-4bd9cb8a6b63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23061,7 +23061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd69d1c-6667-4e7a-9738-349f9cb14573", + "id": "0f140260-4f49-4d7c-b6c1-8df55ac7cc82", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23119,7 +23119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85f67b80-22e0-4066-af78-93203925caa4", + "id": "b94acf11-3f27-4fe9-8e54-cd1feec3373a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23177,7 +23177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5c1ba5-962f-4387-b8b3-c12967e181b1", + "id": "baa637b1-928e-4af0-bcc6-13bfc3bcdbfd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23241,7 +23241,7 @@ } }, { - "id": "5ed91e06-1890-4669-a5a0-bba1442aab2a", + "id": "b3026b9e-7ca1-41fe-bd2b-c3155d73dd5d", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -23296,7 +23296,7 @@ }, "response": [ { - "id": "ff3da6b1-7f08-4a2e-9d60-39cfb28932e1", + "id": "2280b484-1b7e-4896-80c9-281ad38c6d40", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23354,7 +23354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04bcf351-5289-4e9e-95b0-2a8aa9835609", + "id": "4d89d74f-cfef-42ee-bf50-e28ae9341dfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23412,7 +23412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1df676-e1fd-4303-872a-96b1b6b60c76", + "id": "8bdc9376-f557-4b79-a569-99fdb3f46eb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23470,7 +23470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd56ae1e-ff5b-4510-afbd-2da77a71b245", + "id": "ad33b871-6f79-4d99-9547-59fdb887609c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23528,7 +23528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382450c4-b7ac-47f3-a4be-b48cc7c4edb6", + "id": "9b01e19f-8043-408f-bdbf-43a6aff73b7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23586,7 +23586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7720c90-8da7-4c55-bbb1-8a12c9b8931f", + "id": "6f10180b-a907-4750-8f96-abe593791082", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23644,7 +23644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05bd8340-c0b6-43d5-bddb-a5016cb467d3", + "id": "ba0f143c-5d81-4880-97df-f8f2f1491457", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23708,7 +23708,7 @@ } }, { - "id": "e203e94b-138e-4882-802a-3f936c56b639", + "id": "5231ebe5-15bd-40e6-8be2-2a1167acf1c1", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -23751,7 +23751,7 @@ }, "response": [ { - "id": "9966fb11-dde7-424b-8d8f-f8934fc39110", + "id": "32b9010d-fc5a-4e79-892e-98cbe5531215", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -23808,7 +23808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74414962-c89d-4e83-826e-038d8e1042c4", + "id": "50b703ec-7cdc-4ebf-ba26-37e56d46c2fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23865,7 +23865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51740df-0c10-4dbd-bec6-c02df09464eb", + "id": "706ee317-3d2f-43c0-aea4-b70c0aad9c2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23922,7 +23922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f3d619-263b-4423-aca0-8288195baf6c", + "id": "1d5ee209-aa71-4e3f-894f-899f9888e5bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23979,7 +23979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f2b305-fbdb-4c86-904f-92aeef9daf43", + "id": "11bb20a9-dec0-4c3a-b312-6005a32ea5a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24036,7 +24036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ccc5ed6-4909-4166-b2e0-6a73ad9fd452", + "id": "5a4ff607-853b-43f5-a746-c28648e663ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24093,7 +24093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e399dd3-3d52-47e3-a634-d06554b208fa", + "id": "0efe6338-a26c-49b6-800a-2bd0b187e20b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24156,7 +24156,7 @@ } }, { - "id": "bcfd8e77-7adf-4ac0-b7ee-9053aee1c807", + "id": "7137a7b9-f253-44ca-87f9-75ee49036c77", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -24198,7 +24198,7 @@ }, "response": [ { - "id": "b025c3e5-5932-4e5b-b148-02d28e2a270f", + "id": "d94818c2-942d-4ab5-aa72-84d4d5775f09", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24243,7 +24243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b7c4cd-89a5-4956-bc62-42f5b44942a2", + "id": "610adb59-1598-46eb-9135-8fd509d05488", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24288,7 +24288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7458ba1-078c-4adc-90a7-36c45427eb26", + "id": "46bdf44d-3486-4961-bdd3-fcbce74a324d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24333,7 +24333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e1c074-13ad-4e86-a69c-2110587a9dd7", + "id": "bda88d1f-f315-4626-9acb-4230c45b1c9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24378,7 +24378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865bfd30-a1cf-488b-9df7-b2ea6bc3e5c9", + "id": "076ee572-0f3b-495f-b87e-aeb68db8e1bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24423,7 +24423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2dadc5-8b04-4de4-ad0e-4d3f6df98ebc", + "id": "061f4b97-1bc8-4b1f-9bfa-fb964b8fbdae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24468,7 +24468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a267f7-9eb3-425c-9a29-b22fcfc259b9", + "id": "78c4fa27-1342-47e5-a765-7b7ad166159e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24519,7 +24519,7 @@ } }, { - "id": "79c12282-1f6e-4f43-99e5-a8e909a72670", + "id": "d5431dcd-3835-4e59-a70e-252c1db37c01", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -24561,7 +24561,7 @@ }, "response": [ { - "id": "3dcc4a87-744c-45ab-b6fc-5f3edf2aa812", + "id": "8115611d-303c-4151-946a-3bec189c66ad", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -24606,7 +24606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801ec850-af94-43c3-9051-466bd8623a81", + "id": "13e8420d-c1b4-4df6-9b6d-7110456045be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af0b7d3-cfa7-448d-bcf0-ca55d1568a78", + "id": "8e6cbac2-419d-4e40-91c3-7654bd821fbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24696,7 +24696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2124f9fc-3970-40fa-a157-812bae7c958d", + "id": "6d96a275-fdf4-4d93-8759-145e3f7cad17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24741,7 +24741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee3d9cc1-5a5e-4209-a550-2a56d33080a9", + "id": "5cfa9dd0-5b65-4975-9f12-ddffe06ef956", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24786,7 +24786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3829e23-a669-4c9b-8489-e3a38b1fa25e", + "id": "0b47ff84-54b5-4f68-af6e-703a282a7446", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24831,7 +24831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc3319b-d762-4cb3-bf5d-6a21928177b3", + "id": "5e69f5ae-0a84-4d53-bc6a-2cfbb904a8c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24882,7 +24882,7 @@ } }, { - "id": "c950de5d-fd07-4ff8-8b63-871849589958", + "id": "d89b5161-ff24-46a9-a1f6-27f2b65651f5", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -24935,7 +24935,7 @@ }, "response": [ { - "id": "0b303152-0d81-4bcd-bb09-084bb8e8d02f", + "id": "be5446c4-aa0d-4f89-879b-13b18e7c3cd5", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24981,7 +24981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d46988-b6d1-4054-81c3-d9d1749fe6aa", + "id": "51318694-f2d1-48ae-8ca9-2357c87bb635", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25027,7 +25027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef96295-5bae-4b4f-b0cc-38444ff21fd8", + "id": "1790652b-62a9-4c46-b8c7-49c4f2c55240", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25073,7 +25073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a15c69-5d85-415a-a4da-95aaee42768b", + "id": "1a5486e7-3b95-4750-9453-a5dfdab591cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25119,7 +25119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd45ea8-1462-44c1-9dd0-0875aff04cc6", + "id": "02ad9a29-7215-42eb-8cda-889d67537b69", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25165,7 +25165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ac832b-a6bf-462e-a674-e63a11948caf", + "id": "da7ac4ea-697c-48ec-a11f-1c854a554b9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25211,7 +25211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d1ce8d3-8065-44c5-bcaf-120ab031c323", + "id": "6f9d98cf-0e96-48d8-8ef4-bdd5c64eb925", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25263,7 +25263,7 @@ } }, { - "id": "cef00a5b-1a22-4844-9488-56057ca90361", + "id": "af13d50c-a108-47b1-b8ba-5ec4e4c3bba1", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -25293,7 +25293,7 @@ }, "response": [ { - "id": "a4095458-626d-4b7d-9835-b46d82d28115", + "id": "ac7133f7-341c-4f8a-b6c2-55f95be29d1a", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -25337,7 +25337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d78100fd-7fd0-4888-8ac7-fc73036b7410", + "id": "b251d01e-4619-4739-bdef-eefd9e5e9b40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25381,7 +25381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e920aed2-f4ad-43df-b03d-e69e270fcc52", + "id": "152eaa7a-596b-4d06-ba05-fe08d149fded", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25425,7 +25425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba27aa8-721c-4ce0-bf98-2babff6d361b", + "id": "e0785a19-b87e-478d-bb6d-1288f3facfaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25469,7 +25469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84834285-423c-4f0b-84a4-3dac10f4c23e", + "id": "6cad4364-64b5-4e66-a24b-c912f2e4571f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25513,7 +25513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e7fc7cc-19d6-4fa8-8a55-162a8be8ac67", + "id": "ec30c49c-6b73-49eb-94d3-448438b80d70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25563,7 +25563,7 @@ } }, { - "id": "cdf50db8-092f-4cf5-9f36-670c622ae5d8", + "id": "aee696b4-45b2-4153-becb-8f225038b233", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -25606,7 +25606,7 @@ }, "response": [ { - "id": "1d53ae4e-7c34-4c23-a737-fdcd9d092915", + "id": "3f2c25fa-db21-4481-a917-6a6b072fb3d8", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -25663,7 +25663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e262812-f4d7-41ad-a6b9-7b04a457da97", + "id": "5a901b82-1131-402b-8049-0878210faf31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25720,7 +25720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d660533c-560e-4586-84b5-ba67c7df2cf1", + "id": "495c7e2b-dd05-4723-9c7f-cd4b2ac7e9b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25777,7 +25777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6cc2776-f3e7-43c7-bae3-586ad7cadde9", + "id": "4ba41906-f57e-47a1-9190-b00602424579", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25834,7 +25834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3abfe98-2c33-4455-a495-aef6669b99ad", + "id": "d1f91843-c79d-4246-8998-bc46c352407f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25891,7 +25891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "871f605d-8827-4c76-b468-4c10d9e0080d", + "id": "6af2b581-c34e-4b3d-958d-476920be596a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25954,7 +25954,7 @@ } }, { - "id": "b0a3c253-5a8c-4e7a-b99b-3c3e17d5cabd", + "id": "7a8c0222-1b66-41ba-ae3f-fbe86733e0af", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -25996,7 +25996,7 @@ }, "response": [ { - "id": "ba407791-bf88-4056-9fa3-253ae222e73a", + "id": "6391fddb-6cbf-42b4-8840-115ed2021545", "name": "Manager", "originalRequest": { "url": { @@ -26052,7 +26052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5557e230-827a-419d-b9b2-25a726854d90", + "id": "43174495-23f0-4e4b-be33-da6564e2bda3", "name": "Search", "originalRequest": { "url": { @@ -26108,7 +26108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e26d8c-5dbe-4625-94e0-aecf6451f6ba", + "id": "d1121689-ef8b-4356-bc8d-a8d86f9b0224", "name": "Source Owner", "originalRequest": { "url": { @@ -26164,7 +26164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b716890-81b4-4c1f-ab5b-fd8f3f169aab", + "id": "6a3e538c-2e64-48ca-83f9-1aa0947853f1", "name": "RoleComposition", "originalRequest": { "url": { @@ -26220,7 +26220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2655a95d-65df-48e9-9a2e-1521e735289c", + "id": "0d9efb27-1ec2-4bf6-9150-ae34ce9b9aad", "name": "Manager", "originalRequest": { "url": { @@ -26276,7 +26276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edd5d0b3-fad9-42d8-a863-4da9c151b87c", + "id": "607f1683-7f40-44e7-a7db-f169f7b6f834", "name": "Manager", "originalRequest": { "url": { @@ -26332,7 +26332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ba435f-378a-4442-92b5-69f72dccbdb7", + "id": "b44a1c82-fb8f-4ebd-a19d-442ed45cedda", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26388,7 +26388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6098ab55-9ad3-4300-9295-98bc62e0aa4d", + "id": "08f19e67-8abc-4a1c-8377-4d5350f70530", "name": "Manager", "originalRequest": { "url": { @@ -26444,7 +26444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de18c611-5d6b-46fc-a841-c12b56c7284b", + "id": "2a1dd0ed-390f-4c7d-bff7-ffafc99e14a6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26506,7 +26506,7 @@ } }, { - "id": "da8d66f0-0679-4ab1-9a81-389b8369900a", + "id": "0323b879-68d4-4688-b2a4-9bd6d1facdcb", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -26581,7 +26581,7 @@ }, "response": [ { - "id": "cadf8852-bdeb-4510-b8fe-f43e190d90b0", + "id": "aa62e7ad-ca4d-432d-82fa-ec3997a0c4e0", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -26670,7 +26670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8bad34d-40b2-4d9f-86e6-0726d707b32d", + "id": "e8cc6ff3-bdad-474c-a903-94fb28a785fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26759,7 +26759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45278393-4770-4932-b149-8b6b88254ac8", + "id": "c077f585-6fa3-4b17-ae4c-4ad19b7ec6be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26848,7 +26848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc729fb-aa64-4d9d-a75e-ad6f34ba7097", + "id": "1f21ab90-66c1-482e-a0a1-abe0a0183667", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26937,7 +26937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60747e82-c188-4a5c-b727-27c7b1579032", + "id": "92231f86-d8f9-475b-b17f-ca906cbcb82d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27026,7 +27026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3049af-d02b-46f7-b61e-5cbbe707c60c", + "id": "12e2c964-b069-47ee-9042-8b86e3044860", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27121,7 +27121,7 @@ } }, { - "id": "74d45803-29b5-4cce-bce5-8c3580196e1e", + "id": "9d991ef1-b9f0-40e6-8762-b2cc21e54ca3", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -27175,7 +27175,7 @@ }, "response": [ { - "id": "f8688bd8-78d5-42ae-8ae1-e4f770dff1b8", + "id": "3cfa98cc-39ed-4dd0-8d19-179d22a8ff22", "name": "Manager", "originalRequest": { "url": { @@ -27232,7 +27232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c8e228b-b584-4adf-8bb5-c45986e9427b", + "id": "5d0bd251-ba3d-4cc9-91f0-cc5487bb916d", "name": "Search", "originalRequest": { "url": { @@ -27289,7 +27289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786815e5-5332-42d6-88f2-7551036aa106", + "id": "dd900a1c-66da-4287-b44c-09e6732dbdec", "name": "Source Owner", "originalRequest": { "url": { @@ -27346,7 +27346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ec4e1b-eb56-45f3-bd88-eb221d6aef10", + "id": "94ac02e6-57e6-47c6-9bd6-e89c969a5c15", "name": "RoleComposition", "originalRequest": { "url": { @@ -27403,7 +27403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5211a849-4515-472b-9b44-ea47fa5234d9", + "id": "af167ebb-e03b-4895-86ed-91b4221633e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27460,7 +27460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4acccb3a-12df-475c-a196-1af99df73d4b", + "id": "0c1d6427-6194-4642-955f-7c221b059518", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27517,7 +27517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f5f5b8-a363-4729-8eb3-e7208df2cea7", + "id": "1382c971-c05c-4878-b15a-66ed9744dd39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27574,7 +27574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22043e60-6883-42e8-9ab9-21425dddda4c", + "id": "0408016b-33c8-41a8-9fae-c3bac598329c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27631,7 +27631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1b9220-0c5f-41d0-be95-b96bd116d420", + "id": "01131d84-d1c6-4018-ad3a-7ae839231b1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27688,7 +27688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ba88ae-7384-4c51-89dd-f68cc328b3e6", + "id": "570cbfe6-7ec1-43b9-9d25-9a8041f01081", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27751,7 +27751,7 @@ } }, { - "id": "15aa642c-9300-4d65-bcf8-490a84479139", + "id": "129cb80a-10ee-4fdd-bd7b-0306459193bb", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -27792,7 +27792,7 @@ }, "response": [ { - "id": "70b9d115-d00f-4d79-ad99-6e72f49f5d72", + "id": "8a1452ed-3350-4c56-b6c9-cb869dd3d90b", "name": "Manager", "originalRequest": { "url": { @@ -27836,7 +27836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeaf26b2-f39c-4339-9b85-5de115f14338", + "id": "880e193d-b333-4f42-9c8b-e2cc73d3aa33", "name": "Search", "originalRequest": { "url": { @@ -27880,7 +27880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cd3cde-8bc3-47fc-9d24-5159ee3c715f", + "id": "f7aadb71-bc07-4aff-8248-6e954ddb6562", "name": "Source Owner", "originalRequest": { "url": { @@ -27924,7 +27924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c258ea-3971-4a4f-9b19-41fd3bb4521d", + "id": "2c2bf79b-c66f-4fc5-aac7-b6df8b3d9be1", "name": "RoleComposition", "originalRequest": { "url": { @@ -27968,7 +27968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b040a27-90ae-4f06-b4ee-0d731d8479a5", + "id": "0273ff0d-8b4d-4e66-a3b5-c4d71c0eaef3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28012,7 +28012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d1e54d-6d1d-4601-baff-217328fc0a6d", + "id": "d91ac334-7d3c-4b3c-8614-66a8518cb52b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28056,7 +28056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0050120-6f0b-4e91-9368-95e7e8b5e70b", + "id": "18b5c4bb-b0b1-4d3d-9652-64b6fb910c9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28100,7 +28100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a6e72a1-14c5-476c-aa46-b8a32956ec46", + "id": "b36fe19b-71cf-453f-a27a-ed962a874765", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28144,7 +28144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e454962d-4a47-436d-bb69-4a944b43807c", + "id": "940e0f03-e80b-4cca-be72-c8074f1e8287", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28188,7 +28188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "139a0ff5-4252-46e1-bfb6-115aefc3ecd5", + "id": "e96e4ec0-86d7-490e-a81d-413ff82835d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28238,7 +28238,7 @@ } }, { - "id": "a51d9093-87c6-4557-9310-7357c6dbfce8", + "id": "81cc2666-2eee-4eaa-9e0d-3830b70abf68", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -28279,7 +28279,7 @@ }, "response": [ { - "id": "66c498c7-3544-42b2-aae1-ba211c39ef50", + "id": "5582d29c-bf5f-4128-a90e-4b769d6cbd4d", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -28313,7 +28313,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f24ac21b-920f-4971-a3e2-ef10941dfeaf", + "id": "076b49e9-5064-4753-91ae-fbb410086e36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28357,7 +28357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc014a60-ad2f-47cc-ae09-006cacc53c5b", + "id": "fa18dbe9-abea-4dd2-a119-be7316aedf79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28401,7 +28401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35c1e67e-42a4-4f08-963f-223d359f6e0f", + "id": "d2518dd5-d23a-4f54-8f15-7105e2ce79a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28445,7 +28445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719ee95d-2604-431c-b4df-34077a4fb62c", + "id": "59ffa5df-7715-40e5-8b57-83e13052b675", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28489,7 +28489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8770d21-7de6-4740-973f-46d426ca4145", + "id": "b3693724-0cda-43a8-9d35-fc15708b0090", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28533,7 +28533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c31c8fa9-50bb-40aa-a505-726e5875dcfb", + "id": "79ad60b4-fe38-446b-9d63-d4d05db2d7b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28583,7 +28583,7 @@ } }, { - "id": "a05f421b-cb13-4cbb-9aad-4488f3644b0e", + "id": "b6422ade-1094-47e8-95a1-4c3b8d2d54e8", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -28625,7 +28625,7 @@ }, "response": [ { - "id": "68447e92-d9d3-4ea0-a64c-44a1b5ed0121", + "id": "6238371a-1a2b-4f32-a962-605f490fb5bf", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -28670,7 +28670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db70c0da-df34-4608-be35-126bfa4aa52b", + "id": "8afa822b-e1b4-47bd-81a6-8a4cb356d388", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28715,7 +28715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e0dfc9-4cfe-4034-807e-104af24c87ef", + "id": "4487833e-e799-4718-9e49-61c5e79ac081", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28760,7 +28760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95034410-c150-4162-8e5f-67a1a547d519", + "id": "be0e8271-08e9-42de-82d3-01ccaa666022", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28805,7 +28805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edbbb20e-79c7-4656-b8ad-a7f29620334f", + "id": "ab89fb1a-5995-40e0-927f-c726bda0f200", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28850,7 +28850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14407c0-9f81-4238-8161-9955260ad40d", + "id": "cddfccb9-9353-4f46-961a-f8c8bf95a3c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28895,7 +28895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc8b74a-21e0-4524-9cde-a1b65f787edc", + "id": "8a5bc3c9-ef25-4756-ae3d-f4f874f96f7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28946,7 +28946,7 @@ } }, { - "id": "8617c390-5114-4de3-a3e3-f42e3fb22815", + "id": "9f2cfb1b-4130-4761-b7d6-f99860dcc033", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -29001,7 +29001,7 @@ }, "response": [ { - "id": "480264d3-d5c6-4929-baef-4ce851122145", + "id": "db6cfe48-e4e1-414c-b60b-3c583e7ee865", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -29049,7 +29049,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d2a46fe8-63cb-4529-955d-a28b574ec3b7", + "id": "ca420090-65aa-469b-b079-c8f3f2b89543", "name": "Monthly", "originalRequest": { "url": { @@ -29107,7 +29107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e94864-fd0c-425d-85d4-84a90315bd9d", + "id": "ff231df1-0879-47d8-b4c8-9e304d193c5f", "name": "Once a year", "originalRequest": { "url": { @@ -29165,7 +29165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9bbdccf-8ccc-494d-8386-9897b3942630", + "id": "83d45519-4ebd-4b74-aaf9-cd9a1e079c88", "name": "Quarterly", "originalRequest": { "url": { @@ -29223,7 +29223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9346ee9-9736-4f0a-9bfe-1ff87f6682a6", + "id": "b8ae4d8f-7ebb-4f95-aa52-9db17a47e635", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29281,7 +29281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76c5a4e-12f1-4087-a353-bd0e8c44e7e7", + "id": "9a913733-d3d5-4573-910e-31a316d85f6a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29339,7 +29339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4e92cb-1adb-4f6c-b656-edb4d25ce70a", + "id": "1815850f-c5e7-4b1f-a82f-7a932e469e16", "name": "Once a year", "originalRequest": { "url": { @@ -29397,7 +29397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87eec2c7-1c16-487a-b93c-6eb3f4170bae", + "id": "a60e500b-2a50-4ee7-a41b-477f4cbaeba3", "name": "Quarterly", "originalRequest": { "url": { @@ -29455,7 +29455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18170db4-702e-444b-af94-ddbedfe2e8dc", + "id": "67420e9f-e910-4e1f-b99d-00d7da96742c", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29513,7 +29513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82b7d59-4d8a-488e-a1ca-145248c27246", + "id": "21a4cfda-736b-43b0-bb27-a56aa434b62f", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29571,7 +29571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4f6071-336f-4d7b-bdda-e72465254232", + "id": "f9bf993f-549d-49dd-9be9-680ce035acd5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -29629,7 +29629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163bfcbd-3863-4f02-9750-c9776070f2c8", + "id": "54425940-ba1a-4d8a-804a-9e243909226b", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -29687,7 +29687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afff025a-8040-438d-a6e4-a256fd29d314", + "id": "06fff525-ad84-4afe-89f7-aa92fda24599", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29745,7 +29745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33f9ef2f-82ff-46fc-b211-ebe80acaa0cd", + "id": "36d2ce6e-18c8-4fdf-885d-f33c643ae837", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -29803,7 +29803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44872e5-b7f0-4497-86ba-0288469d4cd8", + "id": "49e3f75c-45e7-4954-9a2f-8aceed9db6bf", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29861,7 +29861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb81fe39-181b-46b8-a702-bf25b03a25fc", + "id": "8c961167-706b-4e36-bb6a-5f32401edcc9", "name": "On a Specific Date", "originalRequest": { "url": { @@ -29919,7 +29919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfab4c1f-4270-4faa-be26-6dcff4a1db7c", + "id": "5cf9715e-e78d-4b9c-a7fe-b98dcc0b8314", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29983,7 +29983,7 @@ } }, { - "id": "79d9e8b9-7864-4d44-aa2c-e1924424c51d", + "id": "6b6e0a83-8cdb-4f3e-94e6-b65475bb2678", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -30025,7 +30025,7 @@ }, "response": [ { - "id": "0528e372-e2b2-4f98-bbe9-cbd47192ebbd", + "id": "78071331-db1f-4071-9e05-c43e5d2bd3d3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -30060,7 +30060,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a0c940dd-3bcf-4122-a380-f9e3e657155d", + "id": "91657610-cda6-452e-9c3a-0308de95879f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30105,7 +30105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caba3e1a-7171-4d78-99df-abbb70e7ff81", + "id": "fa80df8d-1c71-4951-bdae-fc210a758d24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30150,7 +30150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75bc7057-7fbf-4ac2-a5ce-5c50c3380f7f", + "id": "47a9bf79-6e9f-498a-84ed-1de74ec5fcf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30195,7 +30195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3dd75e-595a-4389-a346-621ff5478759", + "id": "a39a6b98-ebb3-404c-bada-97f5650443cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30240,7 +30240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aad8dd8-ea4b-4704-9800-2df68b27564f", + "id": "41e7bfe2-04f9-4bd3-986d-fd26ff63dbd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30285,7 +30285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5324b79-bdc8-46f1-a2ae-d9398252dcd4", + "id": "e2b954c1-3f45-466b-9da4-eaa8c189c095", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30336,7 +30336,7 @@ } }, { - "id": "fbea7b29-dc26-4ff3-9a7c-142f03fe1f13", + "id": "58b3a5eb-f5b2-4e45-bcce-e8d06a2274af", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -30378,7 +30378,7 @@ }, "response": [ { - "id": "c9bbf86c-3e30-45ce-a28a-1909190dbc4c", + "id": "ae79cda1-697e-4e5a-ae6c-2b227b26622d", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -30423,7 +30423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b2244b-e0cc-43b7-b73d-b25c092d0a4d", + "id": "0face07c-0edd-4063-a1d0-3618352d0fdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30468,7 +30468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a478957b-1679-4c1b-97bc-1e85cf164cbd", + "id": "e311a621-16eb-4eaf-b164-0501975c093b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30513,7 +30513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630c8563-5a20-4e7b-82c0-ca2d245bf42b", + "id": "3e636305-8cd4-4886-a604-826fcc484e3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30558,7 +30558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc90b3e-1891-4c13-9f60-b49d359352d9", + "id": "319d9acd-99c5-456a-9f09-717ac2b0a593", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30603,7 +30603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4791cb4-82ea-4ba5-9629-47fd30cd91c8", + "id": "e5d40190-3107-43f3-b644-26c7693a455d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30660,7 +30660,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other IdentityNow users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "4b17fc58-87d6-4566-a7bb-cef349244ce8", + "id": "b16c7f4f-f8b6-44de-b119-3d9e54451af9", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -30744,7 +30744,7 @@ }, "response": [ { - "id": "242c1b73-c0f5-49c1-a73e-5d19cd605c55", + "id": "442fc659-418d-47e1-a0ec-81c9d62c4818", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -30842,7 +30842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c00fac2-13fb-4c07-903f-bf5cf4ea1fb3", + "id": "0dc89b56-fa92-44ac-ad0f-8a6dcac62916", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30940,7 +30940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beead0d2-bd6f-4c92-a683-5fba3b90ea66", + "id": "0a30f24c-ec3c-4ef5-8b2f-2e3ba91d5faa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31038,7 +31038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e44ba6-8db2-42a0-b6b4-f2d5b3a9f598", + "id": "b4a76af6-2a92-496d-bcb6-b618ac416037", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31136,7 +31136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a79e1f8-a8e5-4ca0-9d3a-0f1279de3de4", + "id": "e60db7aa-b43b-4c2e-a8c9-861770bda502", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31234,7 +31234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "850c7da6-dfbd-49f8-b221-a694b93af0ed", + "id": "5548fda9-dbbf-42c2-8c9d-04e6728e0a1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31338,7 +31338,7 @@ } }, { - "id": "d04d3487-0262-4f6d-a768-3f1c67baca37", + "id": "8a83e7df-a854-49cc-9a65-4d52bdcf2b32", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -31379,7 +31379,7 @@ }, "response": [ { - "id": "2bb2348f-8593-4fc5-a042-d5512bf24a84", + "id": "bbb9e7ee-a339-4d19-a2c6-3a5014ac6383", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -31423,7 +31423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f22211fa-7dca-4d83-9dea-a536455f4d68", + "id": "c02cfd93-be7a-4da9-9c89-cf7d37f3eca2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31467,7 +31467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8b12b0-d211-450d-817f-2d80279d0c9c", + "id": "b4fb7f45-4557-478e-8276-7bed4920b8d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31511,7 +31511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014b9af4-7489-4e07-a381-9e9c139cb4b0", + "id": "cb5054f6-8440-46d2-9452-d038b8662cce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31555,7 +31555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36054e29-3cb1-4178-b1ff-ec2da67226b4", + "id": "ad787646-f88a-47ea-b27c-869aba9bbbdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31599,7 +31599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aebd1749-305a-422f-82bb-8436069f3531", + "id": "e5192e98-0748-44dd-be5c-6ab5b862c432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31643,7 +31643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7faf7ad-dea7-43c0-9ae7-03c6fc4fbbdd", + "id": "1436e90f-7f30-4242-8c18-49d86c215f0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31693,7 +31693,7 @@ } }, { - "id": "df4467c9-e435-4fdc-a7c4-4fa24345defa", + "id": "da4a9f3c-b1db-4f2d-ad1e-ec43eaccfff5", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -31808,7 +31808,7 @@ }, "response": [ { - "id": "37079440-91b9-4915-ba8a-a35ff492acf1", + "id": "0f4d5293-6233-4268-b114-4b932de63fa4", "name": "A list of access review items", "originalRequest": { "url": { @@ -31926,7 +31926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa014d2-df10-4ba5-a656-2a1ddef312ce", + "id": "884baf71-f7b7-4319-a291-1534715338d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32044,7 +32044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99f22981-2358-4ecc-9d58-e50afa60f3d2", + "id": "187af268-340c-42c2-81e5-4b778bf07f62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32162,7 +32162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423ec3b4-4c91-48ee-ae83-8321a85dff31", + "id": "a5505ad4-5c1f-4c72-ae80-671468539147", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32280,7 +32280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794ffb4b-3bfe-4383-858d-de4d49baef4f", + "id": "d06f650f-39b4-4f56-a970-27595adae424", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32398,7 +32398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aef67d4-4789-46f0-bcef-34c1c1bf0e0d", + "id": "63a1a509-c885-4bef-8d5f-39f1c55838e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32516,7 +32516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22635cb5-0430-41db-8fd6-e1ea8ee79d64", + "id": "62a08131-5631-4541-8a18-3d87cb1375b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32640,7 +32640,7 @@ } }, { - "id": "cbcd7297-a5e1-4992-bdb0-5fab08e69fec", + "id": "cd50df5c-6852-4677-a17c-7ef792338595", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -32695,7 +32695,7 @@ }, "response": [ { - "id": "41d562d2-03a1-4a53-9abb-6fa0ba837ee3", + "id": "f5965739-91d9-45f9-8a4a-905231fd3032", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -32753,7 +32753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aae8ec2e-3c12-478a-8fc9-529861470ae5", + "id": "a7de3831-feac-4b9b-b31d-8fc6bc52f562", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32811,7 +32811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eebe704-fb42-4669-99ed-455ffea5fa51", + "id": "0b577c77-504a-4186-9e3a-cf7adde60a2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32869,7 +32869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed71c9c1-0235-41cd-bfb8-6b091a31ae6f", + "id": "abb4fa22-4ca8-4d65-8e75-f3c4db56a0b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32927,7 +32927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690b3882-63b2-42f8-a8e7-f607f9a5dfa8", + "id": "7ee8fd2d-3c08-49a2-b767-ce2bacffe7e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32985,7 +32985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62078f58-d055-4cbf-96db-f5de61036776", + "id": "b5a0b207-3288-485c-9b05-e14242db7436", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33043,7 +33043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd9f895-83ab-43fe-887a-305925a42405", + "id": "8bf8d68a-2624-44ca-80b0-99af6ac42c0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33107,7 +33107,7 @@ } }, { - "id": "ef76c066-5f19-45ae-9c17-e30d4c744ccf", + "id": "60f4c905-fc84-4176-a2a5-91fa54b9ba82", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -33162,7 +33162,7 @@ }, "response": [ { - "id": "80e33f7f-641a-4c6b-8927-c2ed9d999dc5", + "id": "35219686-59e4-4a30-918a-efa320adcd1a", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -33220,7 +33220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db468e0f-bc3c-41ac-80bc-35450fa543b4", + "id": "0c8b647b-5eac-491c-9348-feedce93a29e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33278,7 +33278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da933592-f352-4a9e-b53c-e04d6838f561", + "id": "0ace780c-f122-4e48-8370-1c5ec8fc7547", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33336,7 +33336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c794ac74-10dc-4271-87ff-2e68cacd8506", + "id": "abe5d172-217c-4a80-b5aa-b43914fa2b38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33394,7 +33394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b831248-9c38-489d-b7b0-0c4c7846ebc4", + "id": "d28bbea2-b9cf-44fb-b0a7-7d1fbd657504", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33452,7 +33452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa060d7-4dbf-49e0-9471-5f653c9810fb", + "id": "163eaf88-dcb2-4034-9d6c-1a49c01b7931", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33510,7 +33510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7cfdf8a-676d-472e-beb0-865472d71785", + "id": "eea9b7b5-5503-45e0-b0c8-74c6e7419ce2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33574,7 +33574,7 @@ } }, { - "id": "b9a01ff6-0a14-45a3-a9d7-51855e365829", + "id": "21d9a73b-91d5-4203-b860-32a5111b3f0e", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -33616,7 +33616,7 @@ }, "response": [ { - "id": "f55eae00-a13c-4737-a89e-ce23bd07f1e0", + "id": "4abcf4dd-51b6-4190-90ec-c77b4173c404", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -33661,7 +33661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d61402d-443b-48ca-bb24-7fdee160962d", + "id": "fd056977-3ef5-4dc0-ad7c-71649c35504d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33706,7 +33706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf7aee6-cec0-4b53-8c59-fb94615ec84d", + "id": "29f26e0b-7803-49ee-84a4-e9d3ac7f4d7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33751,7 +33751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb071600-70d6-403e-8efd-d6cd8d5cb606", + "id": "86928aef-7137-4ab8-b134-0ba882a1b1a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33796,7 +33796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3aab3f0-d964-449e-a2ce-9a081aa5c5a2", + "id": "4961593f-38e7-4473-aa79-558f3811ad4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33841,7 +33841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b160fb1b-49db-462e-8bd0-e63e0371cf73", + "id": "acda6a58-6621-4a57-80be-f962e57ac2b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33886,7 +33886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a28f968-25ce-4d7c-b726-9bba877c098c", + "id": "059864bd-5fa7-407a-9680-0a9a9ff1a8d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33937,7 +33937,7 @@ } }, { - "id": "2b3a00c6-79c8-4877-b32d-bbeec7ba9071", + "id": "d6ec58ad-24be-4334-b9d3-9591578c01cf", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -34028,7 +34028,7 @@ }, "response": [ { - "id": "3b3292fa-6a2d-4b7a-9f78-e3ef869bf74f", + "id": "1f09ba30-a431-44c6-8cc8-e9031a5456bb", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -34112,7 +34112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d5676d-113e-460a-bd8f-67e05ca5331a", + "id": "e441290b-b92a-45f3-a7c5-d11e12f89f9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34196,7 +34196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690fd71c-ad8f-487b-bdc9-fd94356bb1ab", + "id": "43d2aa5d-87b4-4618-9f1d-9da4435463e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34280,7 +34280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7466f6a-9f43-49e0-b890-02a526cf6522", + "id": "3c798d8e-6d1a-4895-8ecc-7941fa811137", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34364,7 +34364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6eae67-f73b-4dd8-bc16-43fcf3f6aa0e", + "id": "bfeaa938-aa41-4cc3-a8f6-f8a006cf606f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34448,7 +34448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe107ac5-fb66-4f66-a4d2-1d9b0d217e19", + "id": "2bc969a7-0d8d-46d1-ae0b-93d8af710261", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34532,7 +34532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f448901-e86f-461c-b7be-7e85db083891", + "id": "69ba7aa5-7b8c-4ba8-92bc-254fd57d07b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34622,7 +34622,7 @@ } }, { - "id": "fca5a70f-8bbf-4fa1-ab52-afbb055a37f7", + "id": "5ddb9fa4-781e-4dcd-a5de-450567177912", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -34710,7 +34710,7 @@ }, "response": [ { - "id": "45ebc3f3-3d08-49b7-af42-789a151c4bf1", + "id": "f5831e92-6dc0-4425-a496-89ea4b9d90f7", "name": "A list of reviewers", "originalRequest": { "url": { @@ -34801,7 +34801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00351d12-1c8d-4389-b141-6964aa8f2102", + "id": "4c7cb180-ee4f-4d70-aa12-66fcae95697e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34892,7 +34892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a8148d9-1d02-4214-b5fb-5bf6ff1a1b9b", + "id": "26365215-cd41-4cfc-8467-de39db1ebb55", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34983,7 +34983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e73451-35ab-4440-93df-bca4ad645ad7", + "id": "590faf0d-8912-4225-aaa3-f5b400719c19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35074,7 +35074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47421fbc-490e-40aa-8c50-e0237ddb86cf", + "id": "9c3bb273-df37-43f0-82ea-e1d76e75f23f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35165,7 +35165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7127241f-b01f-48c5-a791-da8e80642796", + "id": "c3fc83f6-add2-4cbf-a806-b789f52c7aa1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35256,7 +35256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcc93c4-b1d2-4aa1-b6a0-12ce27b2c69e", + "id": "e39a7c76-b1f4-4969-8ae7-4893d9e02256", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35353,7 +35353,7 @@ } }, { - "id": "bae6a17e-f97a-4a78-97fd-b5598bac9995", + "id": "c73d5433-7183-4de5-9094-451fafb8bce5", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -35408,7 +35408,7 @@ }, "response": [ { - "id": "bfa2ad3f-fa5f-428c-bbda-9457f9f6fbe2", + "id": "fe499e6c-146e-482f-8ee2-27ecaf6a481e", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -35466,7 +35466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f926c6c-baf8-4d44-b8f8-18ccfe2503a7", + "id": "18292487-db98-4618-af5e-f442b05c1bc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35524,7 +35524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dac9ff3-9624-48d0-9861-2e99f795d153", + "id": "aad9b009-88f6-443c-a2f1-9c94f54a7c3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35582,7 +35582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55aa025-0e6b-4c02-a2b7-4ad58cf12db0", + "id": "97f08dfb-a6d5-4053-8c3b-7b7a614a2def", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35640,7 +35640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee062d4-75a0-4f16-9559-72f197acf540", + "id": "c2a051c1-e389-4483-a111-90bd1a856565", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35698,7 +35698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23b07abe-3663-4583-b30e-b15d6b372ffa", + "id": "c355cb3d-30a6-4873-9d9b-46ca7a1bcd9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35756,7 +35756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcd5b16d-f55e-46ff-aa31-f5ee46924073", + "id": "cc503f12-65c1-407a-9661-aaad5a5814c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35820,7 +35820,7 @@ } }, { - "id": "016cfe17-138f-40c3-ad3f-a6c3d59a31b8", + "id": "74eba0df-e42a-48b1-9b17-773ad45c4004", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -35861,7 +35861,7 @@ }, "response": [ { - "id": "8e5634e5-ee5a-416a-bf07-4a1f84c0e490", + "id": "8c8b1b9c-b0a7-432c-8471-101e35e06036", "name": "A certification task", "originalRequest": { "url": { @@ -35905,7 +35905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a126493c-7840-4e51-bd45-409a918716d3", + "id": "add78515-e5d6-4ea9-b1f2-9e2324cb1b0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35949,7 +35949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7999d8a3-a779-4d91-a03c-dd065e6af18d", + "id": "5ca6341e-a6c8-4749-b01a-8d107d932496", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35993,7 +35993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8736d45e-a554-4475-bea0-eed0c78fe355", + "id": "49df3661-d793-4519-a24f-a44f698786e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36037,7 +36037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c68544d-2a28-4148-8d6d-161ab9118737", + "id": "9d508697-93f9-4ba7-89e1-8096b7920995", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36081,7 +36081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097d27d4-2abb-400d-8aab-1a00f5c6afad", + "id": "e9bb84db-dc53-4030-bb80-5e5a5affa998", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36125,7 +36125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed48c74f-a733-4499-9f52-2cb1b9e0ad42", + "id": "dc2cbac8-3856-41b2-b2e4-19d5c85740d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36175,7 +36175,7 @@ } }, { - "id": "34c6de04-b54e-4272-a7a2-c85be4e05930", + "id": "e52f5135-a335-44f5-84f4-399a6b848f20", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -36250,7 +36250,7 @@ }, "response": [ { - "id": "e30a59fa-89aa-4990-8342-5a74ea8d63cc", + "id": "66ee9bba-9c16-47c6-8c91-6c01bb1adcdd", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -36339,7 +36339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6c2d9c-faeb-4795-b7ab-66bcbee1e956", + "id": "cb915cbe-8bd5-46c1-9770-629f8bca71cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36428,7 +36428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88bc9cd4-a1c3-4a36-8a6b-b71f5487b247", + "id": "1c8296d7-f4bd-4241-b7e1-a9de47d89ec5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36517,7 +36517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b8f4d84-e272-4570-9040-dbfa7d38f5f5", + "id": "0693867b-82e3-4450-9465-ba6affec02c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36606,7 +36606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "213efeea-31da-4c1a-868a-018d98353722", + "id": "222846f3-1e91-4db4-accc-67398c87bb7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36695,7 +36695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8571d167-6649-4b5d-a942-ecc6cf307a78", + "id": "3d815e63-f447-499a-a3a7-5f3a43c4a3e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36784,7 +36784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a423f0-fbea-4d95-899d-b63889bca53a", + "id": "93fbfbc3-f623-422c-b133-56bfa2da8cdc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36885,7 +36885,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to IdentityNow's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, IdentityNow would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "e51a15a1-d256-4972-b3e0-5e014a3771a7", + "id": "986cb181-8f16-413f-a979-a90e7b227ff3", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -36937,7 +36937,7 @@ }, "response": [ { - "id": "27580c1c-2228-42cc-9d0d-da71ffdade68", + "id": "2b2776bc-57cc-4ba5-a85e-51a5741c965a", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -36992,7 +36992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e11a7473-1031-4d3f-8516-d9efef95c072", + "id": "8b0c308b-66d2-4943-9099-9108918a0682", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37047,7 +37047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19d36ea-af1d-4ef4-ba56-9636c291b271", + "id": "d3a37f2b-a4d0-4a9f-bdc9-d43350e49a56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37102,7 +37102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95854ac-851b-4ebb-9b1a-9d74481a24ee", + "id": "429c42fc-60e4-4d25-aa40-43a715615961", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37157,7 +37157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "763402bb-3925-450e-bdf5-828fae23adcd", + "id": "5b474368-71a9-420c-9ff7-430a944dbaf2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37212,7 +37212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4288da-a880-44a3-9155-74b9fbf873b3", + "id": "ca36992a-4d72-4261-9e10-2bd8b3e81ce9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37267,7 +37267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e37342f6-4bdd-40d9-8b21-55c6d1e20fa5", + "id": "091b98af-3f5e-4960-b0ce-d66bdc6ede49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37328,7 +37328,7 @@ } }, { - "id": "895932a7-cd59-41dc-bb4c-96a83717be5b", + "id": "ce5ee3ed-e604-4015-b0c8-b0bca2686971", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -37416,7 +37416,7 @@ }, "response": [ { - "id": "f1462da5-a1fa-48d0-a0ba-aea32eebbf15", + "id": "5351d711-ce6a-4bf4-a50e-637d087c3c21", "name": "List of identity summaries", "originalRequest": { "url": { @@ -37507,7 +37507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888155d3-db84-4450-ba26-4ff6dd58cd75", + "id": "1d2a555b-6e67-498a-bf44-dfed1ff1b62a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37598,7 +37598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a962bd5-3ec6-456d-9d19-3cbd9809bdf5", + "id": "9535a78c-f522-434f-8bd8-3bfa3c75cb9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37689,7 +37689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "384a2ac0-11fd-4d01-959d-f01cc99bce07", + "id": "77b86ed5-60f0-404f-a808-2f085ad3b366", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37780,7 +37780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2d26b7-9114-4b0e-b47d-7e77d4011c79", + "id": "2d732158-c782-4b37-97ba-e68c17736165", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37871,7 +37871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff343175-2236-4906-a959-9c0520d5d423", + "id": "a1908d39-adb5-4447-955f-aa7dd2672454", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37962,7 +37962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7e5a1a-da96-4852-908c-62786e2d5409", + "id": "80c7cfe9-c633-4419-996c-88adba130efb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38059,7 +38059,7 @@ } }, { - "id": "844908cb-a31d-4cf6-b652-f265dfde3cdb", + "id": "93493f1e-49bc-4ba4-bb99-4ea02b2dbcb1", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -38158,7 +38158,7 @@ }, "response": [ { - "id": "1ec1e90c-043e-4ab7-b13f-65a14d892474", + "id": "e51f0105-0811-4e38-9c0d-d9275e4cede0", "name": "List of access summaries", "originalRequest": { "url": { @@ -38250,7 +38250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5a6831-6fe5-4eb2-b770-4d90e448d069", + "id": "c41cbcec-8b82-4973-8515-7f7ca942c5c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38342,7 +38342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23dc695d-ab75-4633-a2d3-441e1cef5d42", + "id": "8ae7741f-c994-4f14-8ab5-5e40d0413914", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38434,7 +38434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76034a94-2562-4304-8c02-f22fd8581a62", + "id": "941b74f0-de29-4d13-9cbe-eb4d35e1a62d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38526,7 +38526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5b9327-e918-4193-81a0-de426e7b3fff", + "id": "23b50b03-0fe1-4468-892f-c8f3a04e3789", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38618,7 +38618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "274997ca-8b2c-4b66-8444-c82a82228d5e", + "id": "28c8596a-461a-44a7-afc8-9c2da216010d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38710,7 +38710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba4bdfb-edf5-40ca-9cf3-6c9f31111091", + "id": "82667800-1ac1-4d17-890c-94fb2f049e47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38808,7 +38808,7 @@ } }, { - "id": "c93c803e-3dfc-4ff7-be8e-825ce91f3b7c", + "id": "d42dfb18-a6c8-415a-a8de-f4fac7051ca8", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -38861,7 +38861,7 @@ }, "response": [ { - "id": "32d94fff-1b1e-4f85-a6fd-df81bcdce007", + "id": "72bc2ced-67d8-433b-9e98-49f151bcb853", "name": "An identity summary", "originalRequest": { "url": { @@ -38907,7 +38907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceb798fa-0967-41ae-bd26-aa733a83d3d1", + "id": "ccc8f56a-f257-481d-83ab-4a8b990c4221", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38953,7 +38953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36c3d0c-c863-4bc0-a1af-78fb46518307", + "id": "528a8736-6b97-4b2a-a1de-0794af0dc6b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38999,7 +38999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bc87902-28ea-49c7-baf7-1c326fe41676", + "id": "499094cc-de30-45fd-905f-662723f5ae7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39045,7 +39045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f27dd5c-7594-4279-b325-ae06e3c991aa", + "id": "66f4b9a5-a058-48fa-a05f-f09d9965fcf2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39091,7 +39091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452a9867-0f68-400a-affe-2ef73583cd30", + "id": "7aee891b-e335-4e09-b2f8-aceb42fe2944", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39137,7 +39137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9fc82b-b24f-47fe-8fd5-eec9e21f6c6f", + "id": "c564963b-68ff-4523-8753-21377320b5d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39195,7 +39195,7 @@ "description": "Use this API to implement the certification campaign filter functionality. These filters can be used to create a certification campaign that includes a subset of your entitlements or users to certify.\n\nFor example, if for a certification campaign an organization wants to certify only specific users or entitlements, then those can be included/excluded on the basis of campaign filters.\n\nFor more information about creating a campaign filter, refer to [Creating a Campaign Filter](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#creating-a-campaign-filter)\n\nYou can create campaign filters using any of the following criteria types:\n\n- Access Profile : This criteria type includes or excludes access profiles from a campaign.\n\n- Account Attribute : This criteria type includes or excludes certification items that match a specified value in an account attribute.\n\n- Entitlement : This criteria type includes or excludes entitlements from a campaign.\n\n- Identity : This criteria type includes or excludes specific identities from your campaign.\n\n- Identity Attribute : This criteria type includes or excludes identities based on whether they have an identity attribute that matches criteria you've chosen.\n\n- Role : This criteria type includes or excludes roles, as opposed to identities.\n\n- Source : This criteria type includes or excludes entitlements from a source you select.\n\nFor more information about these criteria types, refer to [Types of Campaign Filters](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#types-of-campaign-filters)\n\nOnce the campaign filter is created, it can be linked while creating the campaign. The generated campaign will have the items to review as per the campaign filter.\n\nFor example, An inclusion campaign filter is created with a source of Source 1, an operation of Equals, and an entitlement of Entitlement 1. When this filter is selected, only users who have Entitlement 1 are included in the campaign, and only Entitlement 1 is shown in the certification.\n", "item": [ { - "id": "8de528d0-2d8b-486e-8039-102ca7372cb0", + "id": "66ef7ab2-a769-4065-8b7d-d41d68aa38e3", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -39237,7 +39237,7 @@ }, "response": [ { - "id": "2a13f830-9863-4b7d-89d9-de4dbb44ec03", + "id": "d5cdbce6-15b9-4a10-8393-b02cc078eb14", "name": "Created successfully.", "originalRequest": { "url": { @@ -39293,7 +39293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27b40bb-00af-4d6b-973b-57615cf7b1f7", + "id": "91fff65b-089a-45cd-8884-6b6acb68a4d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39349,7 +39349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ed7801-c7a1-474d-b4ac-d2763c857f26", + "id": "60f578a4-5388-496d-a356-3b27e7f3293a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39405,7 +39405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9755f85b-6379-4b30-9800-daebad500051", + "id": "f322cafa-8cb5-4119-bc3a-112b5c521ccf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39461,7 +39461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f8f8dc6-4a4c-4a7e-b967-79d1cf66c5f5", + "id": "5649b28c-9ff4-4909-af79-545277489beb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57459569-a4e2-43e4-be78-276882d77cd9", + "id": "ccb484c8-e04b-4d74-b9da-14333eed6fe7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39579,7 +39579,7 @@ } }, { - "id": "e538d742-71c9-48cc-8ae3-e2003d056244", + "id": "1edb3bd4-1f0f-4558-ad6f-5f94840ccc4f", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -39636,7 +39636,7 @@ }, "response": [ { - "id": "a6c99350-fdbb-4f23-8190-bda566d9deec", + "id": "8cacadb1-138b-4267-8ccd-5498d215f8f0", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -39707,7 +39707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1fb5db9-3387-4703-a08a-d1f8935b3b44", + "id": "eb074698-7f53-4616-9b38-8d785182ba0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39778,7 +39778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe54df30-a111-416a-9852-36119fa31fd9", + "id": "d6e84021-6578-4054-b6cf-9bd472cbce79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39849,7 +39849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3078c2-655e-443c-9b92-0ad453f2ff52", + "id": "1c55914e-2eb7-403a-bde5-93bf3b25976e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39920,7 +39920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8077d443-5ca6-42e1-99d8-9a7f51ab83f1", + "id": "154602ad-1ca5-43c2-af23-bd904148ffe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39991,7 +39991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22cdfbbf-4c5a-4fcd-bb80-235459c91141", + "id": "423972b6-3fd2-4ee6-975f-7923d8484e21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40068,7 +40068,7 @@ } }, { - "id": "45494061-f337-48ed-9e24-a053ed5a8836", + "id": "6bdce84a-ebde-45a5-8153-2ea793810fb0", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -40113,7 +40113,7 @@ }, "response": [ { - "id": "ebce2773-1db2-43f5-a9f5-942054011a6f", + "id": "f5582deb-7cb0-47df-b789-c9b6357730db", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -40157,7 +40157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b844cc5-0ec0-4121-9a27-85ad5d6c29ce", + "id": "042bf950-8f6d-4459-a865-97973d175228", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40201,7 +40201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81331090-ed05-45db-bbe0-e75d0d83c683", + "id": "191032a0-22d3-45bc-8276-f5fe4cb5d77f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40245,7 +40245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aee8c49-79c8-4e8d-9735-e0ea6b26991f", + "id": "f2a364e4-453b-4fb7-bddc-a5bf6d5eefaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40289,7 +40289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e103b0-c315-4260-94db-efad0015bba1", + "id": "f8955406-2235-45a2-b781-cab184fe549a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40333,7 +40333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c1b3fd0-3a71-4c6d-b7d6-798273669ef5", + "id": "f83a9c34-e78c-4cff-82e5-329577ec8edd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40377,7 +40377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d2593f-e97d-4f5f-9c21-efa4ab378d53", + "id": "adc60b57-86ec-4feb-bf3b-c52929436f7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40427,7 +40427,7 @@ } }, { - "id": "9226bbc7-f9dc-414f-96ca-a76855f0dc14", + "id": "0094a6bf-6c86-45eb-b480-f34a6974fe41", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -40485,7 +40485,7 @@ }, "response": [ { - "id": "466e09ca-5cb3-4c03-baf0-f7b985c255a2", + "id": "5e924d61-7c25-4bdb-be60-52b1a1969825", "name": "Created successfully.", "originalRequest": { "url": { @@ -40542,7 +40542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "842b1016-8bd7-4b0d-ae9a-20b90aa963d9", + "id": "a3e296c7-19ce-4028-959f-b692aef892d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40599,7 +40599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9ca5cb-398e-40c8-95aa-993c73a8b095", + "id": "9f8bf169-8085-43a3-8228-9592226f95a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40656,7 +40656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5551d8-4982-4c53-978b-9ab2f857fce6", + "id": "d99dba8a-5952-43e1-bbed-12e4f3aaf216", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40713,7 +40713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0b14ec-7405-4fe0-9a8a-3c477f7b1c6a", + "id": "6677a9eb-0622-4c3b-93a6-ac5fb4aabc2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40770,7 +40770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d18e74-e7da-4074-a3e1-1ec1152c107e", + "id": "6d74f0a2-7efa-404a-b6b2-d784e7e80fb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40833,7 +40833,7 @@ } }, { - "id": "04510b19-38fc-4964-b24d-4fce1658bb34", + "id": "c5e9ddde-805d-4b0c-b168-c89d63a70ee3", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -40876,7 +40876,7 @@ }, "response": [ { - "id": "e05d3c05-679e-41e3-af37-58fd03611c9c", + "id": "9bca65f8-d68c-44f4-8585-033d12821acb", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -40923,7 +40923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5059037e-f1aa-4995-b778-4c26f880daf4", + "id": "081b6ce6-fd1e-4dc5-a50c-c1c1462c8dcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40980,7 +40980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ee93ed-af46-491a-9637-58783022b6d3", + "id": "60ee9e66-7ca2-4cfe-a22e-0a3f1f499eba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41037,7 +41037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b05004f-a2d5-453f-be64-6ebd6e9333d1", + "id": "a2170872-78ee-43a8-a38c-25590ed257cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41094,7 +41094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b1e5a1-05cc-4981-a1cb-59755c9c378e", + "id": "634e4f7e-35c6-4fd2-94d5-596859516d25", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41151,7 +41151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f3592a-1afc-4511-a822-b38dcf3b58b2", + "id": "b28b6324-5f3d-4f70-8579-15ff230acbe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41208,7 +41208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05104c02-c9c0-4132-b1a6-5aa9cb3febb8", + "id": "030b9b01-e37e-4f1c-9e2a-688ad52f8fc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41277,7 +41277,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access IdentityNow URLs.\n", "item": [ { - "id": "abb24419-2cee-4487-93b3-bec23f2a9e43", + "id": "b281e43e-714b-459b-98e0-1c1f0cfcb48f", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -41307,7 +41307,7 @@ }, "response": [ { - "id": "65782082-5054-479f-b463-415db9af2b5a", + "id": "d506d9b1-3a68-420f-8593-61dce6fdfbeb", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -41351,7 +41351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08966723-ceb1-4d33-aac5-0bb7a1d930b6", + "id": "44dac2e1-876a-4ee1-b334-3e7e7fa3d74b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41395,7 +41395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baff4f33-9c9d-4bf2-87fa-b13ead390b12", + "id": "2b8abdcb-8bad-4c7a-9737-583f3bf9b368", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41439,7 +41439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a74fc5c-415f-4791-b90b-febca7ac6d2c", + "id": "1e05c07a-98db-4c47-88ea-cbd90f379f1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41483,7 +41483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aefe36ab-591d-424b-90f1-43ee645b5e42", + "id": "11247e63-389d-4d10-b9c7-9a2ee227038f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41527,7 +41527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfea21c6-864b-4b16-8b80-4db1f7f37dcf", + "id": "78e2a1d2-e16f-45b6-a800-5ecb99fef15b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41571,7 +41571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0ce7dea-5bea-4f36-9a97-85281bd6d843", + "id": "3655f618-5512-43f8-9a3b-24e81d8b64b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41621,7 +41621,7 @@ } }, { - "id": "a44b14dd-8766-4fcb-883c-bccd80bc9c8f", + "id": "0b3b858e-1d95-4252-8e50-f21052701da2", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -41664,7 +41664,7 @@ }, "response": [ { - "id": "7063d15f-bacc-4135-95ce-da50bbc89222", + "id": "aa97f7cd-021e-4c80-a1de-fcd92d629d08", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -41721,7 +41721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c45a50-e3ad-4bbe-b081-98b3def5bb6f", + "id": "9b7466ca-230d-4286-ba17-b2d6d103f3f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41778,7 +41778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5ab423-93fc-43bc-8688-59b1c26459c6", + "id": "651c408c-4549-41fc-8854-c6bd6a5347b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41835,7 +41835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b2a580-d905-4d59-8c9a-893840d2ed32", + "id": "b9c188ab-ca5f-49f8-9c31-e66d8a1df5ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41892,7 +41892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199c5e15-b20b-4390-995c-4cd63c26378b", + "id": "b011368d-dea0-4401-b378-36a600c70bb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41949,7 +41949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4bcf27d-1afd-4da0-9066-c48dc79ca31a", + "id": "cc915e54-388e-4681-9913-82bbfd1cd5d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42006,7 +42006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd817c31-698a-4a6f-b12b-879d56160a72", + "id": "851ce461-723a-439c-910e-46e4b7b68c45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42069,7 +42069,7 @@ } }, { - "id": "5051f740-a694-4120-aaae-0ca3eb6ecbb3", + "id": "52794900-f5f0-45a7-af90-0f82f3ab4e13", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -42112,7 +42112,7 @@ }, "response": [ { - "id": "66d3db1d-bd01-4d33-aed1-752e20967c3f", + "id": "e1ef14ab-3145-424d-9186-62807a82fe90", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -42169,7 +42169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff18c682-b50c-4d6b-b286-bcc07db4c250", + "id": "56e4a8d3-e216-4bf7-9c40-c11621231f12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42226,7 +42226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ed08c0-f952-4f60-8178-da7c43bf8305", + "id": "b0619d70-518b-46b8-a0ad-97c9b6117109", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42283,7 +42283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0a6e26-250e-488c-b373-d1f1a887e546", + "id": "48c50c5e-2669-4ea8-b50e-472c70e83f13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42340,7 +42340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca16d17b-31ab-493c-8d83-7fd17f86020a", + "id": "5f987e8e-59c2-4023-93c8-4fd703b8d660", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42397,7 +42397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f80aee4a-dbb2-45ac-abbd-cbdf1643420c", + "id": "d6dd37b6-9aee-4d6d-a491-bbf3271ba6bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42454,7 +42454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b66241-ffbd-4141-81e8-3d8b7acf0a7d", + "id": "d9a22e54-ccdf-411d-891f-b809d7257260", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42523,7 +42523,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with IdentityNow: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how IdentityNow manages users' access to apps and sources for each lifecycle state.\n\nIn IdentityNow, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, IdentityNow evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, IdentityNow provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for IdentityNow to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "75eb04dd-502f-42e1-bfb1-72a81b23c6b9", + "id": "2a8ae69a-27ef-414e-8d45-37733e7daf5e", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -42578,7 +42578,7 @@ }, "response": [ { - "id": "259180f0-d32e-469e-8812-254ece5b9d22", + "id": "e9b88011-4884-46cb-a00d-5da8c8efef36", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -42636,7 +42636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac2869b-b30d-4121-905a-f64bbb791833", + "id": "95363d6a-dc44-4371-8f05-7cbbf6c07da1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42694,7 +42694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea536e37-3efe-4e0b-ba0b-35bd77e5d055", + "id": "31ed5bd3-c6f0-4c5f-9516-572360b69142", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42752,7 +42752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acaca151-41c7-426b-9cfa-2621e1b9abd2", + "id": "d1b0855e-1ad5-4e9c-96db-88d185fcdc51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42810,7 +42810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bd452b-e5b2-41c8-bda4-f801792a2f66", + "id": "ac76daa6-de6f-44b9-b151-dc79519b27df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42868,7 +42868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985de723-8687-4b37-83b0-b8e0b5a42f20", + "id": "75a6f57c-957d-4fa8-8358-2e27d7f65b04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42926,7 +42926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ac1de7-1987-45c9-b683-b5b250560c82", + "id": "736f3f48-a8e6-4d8c-a216-47e717b84128", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42990,7 +42990,7 @@ } }, { - "id": "7cc812ad-6642-4a64-86c8-ac408df977ab", + "id": "172f2a96-fd14-4bea-ba6a-291c4fe6519d", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -43069,7 +43069,7 @@ }, "response": [ { - "id": "c2036ac8-74d1-4797-ab38-3dc96eab8594", + "id": "c8cecf80-46eb-483e-a3d3-3ed25770ae6d", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -43151,7 +43151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3524f64a-b353-414d-8b42-8213ae3c05ea", + "id": "2a0335e0-e816-4ee2-8fea-42a7442f2b2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43233,7 +43233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd372868-6543-487b-a236-a6855536c8d1", + "id": "457b00b5-56d4-4abe-9644-3520e1d79e7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43315,7 +43315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26252c93-e3d2-4f43-9b76-8b419e0ef934", + "id": "6045cfc7-94ce-42f2-9a08-545887a6b641", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43397,7 +43397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c801bb-1805-48cb-87a6-5d59cc8837d7", + "id": "3abfd9b3-2094-4307-a054-73b157b4886d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43479,7 +43479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86201bec-666d-4fe1-8de8-c1968288241b", + "id": "c2d3d3bd-bfe2-47d9-befc-d1de5185c377", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43567,7 +43567,7 @@ } }, { - "id": "f765c10e-ec62-4e8e-93fb-d198e898c70e", + "id": "4c4b3ecb-98f4-415e-acbd-1cc6dfaac903", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -43622,7 +43622,7 @@ }, "response": [ { - "id": "a8c5f745-a01b-4791-829a-1a4c84f02a4e", + "id": "57203df5-1387-4416-b926-66abb95fa49c", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -43680,7 +43680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4d0c015-8a44-4fbf-ba5d-a6211f19eed3", + "id": "83923acb-c234-4dd2-af7e-acaff563def2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43738,7 +43738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857e7517-a868-4072-9ed9-6b473a5be177", + "id": "9392be16-f787-40fd-b5af-b0dc6ccfd872", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43796,7 +43796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0581280b-5829-484b-8a9f-9c61d2b7bed6", + "id": "76729c15-3858-46db-ad58-8a83da3b8de1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43854,7 +43854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe092a5-fa83-46ac-8ace-53593f20ae52", + "id": "6d24d6c5-1fa3-4c2f-a4af-5c37d91ab4da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43912,7 +43912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafeab3a-30d2-4805-ab13-3bf19dc15ba5", + "id": "df2537b5-68d7-48ca-8274-efa40521c886", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43976,7 +43976,7 @@ } }, { - "id": "3b24a9b5-86dc-41d2-a21b-ce470baf8be1", + "id": "6564d716-9bed-49de-9726-997b7477d790", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -44029,7 +44029,7 @@ }, "response": [ { - "id": "9f83ea04-b976-4d37-827a-bbda29874992", + "id": "1d83f7dd-8a10-418f-8db0-6d5d8b7f205d", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -44075,7 +44075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0f9640f-74d4-400a-87ef-c15780c5d5a4", + "id": "89d946ad-d66e-42c1-9941-7fe1067d5fa4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44121,7 +44121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d9a44df-a733-4138-b3bb-0f6640a359ae", + "id": "08f71e89-0f47-4fc6-afc3-91e30ee8eec2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44167,7 +44167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7efcd0-a38d-49e9-a6ed-516c69f50a5c", + "id": "14461327-64f3-45e7-9b26-b4b7820a78a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44213,7 +44213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b15d103-3b5e-43a0-a739-bd13273bc1ac", + "id": "be246298-c4ba-48e6-a6ef-14706e765c16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44259,7 +44259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4044a826-b3fa-4609-99a1-9d3675f997db", + "id": "827af79d-3e22-47ec-be52-32c1f5363dc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44305,7 +44305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6267674-07c8-4e69-8999-fda63a1ee2f7", + "id": "6cac56da-86f1-4ec9-b2d8-c0d8df801ab9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44357,7 +44357,7 @@ } }, { - "id": "e96329d3-68a3-4080-a5a2-514d5dd0c095", + "id": "c7b19894-7d9b-4f51-b3fe-13e23adb4c9a", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -44423,7 +44423,7 @@ }, "response": [ { - "id": "37ff6bf2-bc9b-4c6f-a988-62d3a194618e", + "id": "19663d44-d2d2-4e46-b3ac-687f94330530", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -44482,7 +44482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f9cd28d-ca0c-4da0-b3f6-8f3ef55a47e2", + "id": "b8198f03-829c-4458-9a48-8bc67b222784", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44541,7 +44541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccaa32b4-4838-4a39-b3d2-37d42df1299b", + "id": "55b84b9e-7476-4cc6-a4e9-cc78fb615f80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44600,7 +44600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7191c510-93d7-4c9c-beac-85e39355b8d3", + "id": "7ed6cf26-5c93-470b-b0f4-c421e9b7909a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44659,7 +44659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8516626-559a-4dce-8244-08fcc69d6351", + "id": "f8652e70-6b1f-42a8-9136-0cb315ef056f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44718,7 +44718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9c2493-4567-4154-9412-2857f0e5b67a", + "id": "635aa303-4017-47ae-84a7-b0ac2e19fd51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44777,7 +44777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66eb59d4-1168-4521-ac66-cc8d2735f546", + "id": "2073f40b-470b-4eda-9406-dfc6354f95f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44842,7 +44842,7 @@ } }, { - "id": "fa4cb2ba-21c8-48bd-9319-7995955cfb68", + "id": "6dbe0723-bdf2-499a-a1b7-881016acba6e", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -44895,7 +44895,7 @@ }, "response": [ { - "id": "9d1b15d4-49ba-4ce1-ac7b-dab8cfa1ab87", + "id": "f52ac1d2-70a8-43b8-86f6-552594a73edb", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -44936,12 +44936,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"pariatur ea exercitation Duis\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"aliqua et\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4b0278f4-6098-43b2-a25a-d7c219439f37", + "id": "3798e6d4-95ff-485b-8db6-6c294f409f65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44987,7 +44987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c21869a-04db-44a2-b53d-49d80cae6794", + "id": "35f4850f-e729-4bd9-96e7-e83df2688c8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45033,7 +45033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1277048f-7596-4e71-97af-13e2b0e25d39", + "id": "4ddcfaf2-0cd8-473f-a19a-54d6d16afe11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45079,7 +45079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abb5b035-77a5-4849-8860-5728a67ee0e2", + "id": "eda82733-b882-408c-94eb-b9bc54e4608d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45125,7 +45125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "018f8217-ce8d-43c5-8320-ef6d55f7773a", + "id": "283dd672-aac3-41ab-8b2c-c00c6b172939", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45171,7 +45171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db6c1e8-2c81-43c9-ae5a-240706c6aa9a", + "id": "451384d0-2706-4a94-922d-8b053796e31c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45229,7 +45229,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn IdentityNow, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "2fe217a1-f19f-4e06-bf9f-006041adc92a", + "id": "f4225fb1-8e0d-4209-966e-eea180d23b8c", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -45304,7 +45304,7 @@ }, "response": [ { - "id": "a869a828-38d8-449b-ab96-8c228615a5d4", + "id": "608f3b8f-1667-4838-ab67-ec77523bdadc", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -45393,7 +45393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c317ef29-00c4-412e-a64f-2bcda0ad1097", + "id": "51f43bc3-6ad6-416c-8308-777e8c40c193", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45482,7 +45482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65d7430-3007-46c2-b160-45e674d4187e", + "id": "d1843379-f0f2-4ac5-9673-8eee87021264", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45571,7 +45571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb2b55d2-4162-4288-8926-c386b8b0d15a", + "id": "725f3c4d-47c1-4f1a-9843-32ac4e6187b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45660,7 +45660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d47e96-1433-47d9-82cf-0cd3e2985d9a", + "id": "84bcf877-b8d2-4324-a9ad-fb33c603cca9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45749,7 +45749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d3ddea-8c4f-42df-8057-10c7bf4dc8aa", + "id": "c3cd409e-a1d3-456b-a833-0a9e7716841c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45844,7 +45844,7 @@ } }, { - "id": "577ca50b-2a5a-40c0-be53-40a60c4c4c77", + "id": "c18b512c-eb0f-493c-88c1-8a03b9ff82c2", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -45887,7 +45887,7 @@ }, "response": [ { - "id": "85e7cb73-cef0-4597-ac0e-47e910cbb424", + "id": "c6bb9295-480c-4b9a-a34c-7c6380ec8603", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -45939,12 +45939,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1962-01-20T09:05:53.545Z\",\n \"launched\": \"2012-10-17T23:55:50.406Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1986-12-04T17:06:15.002Z\",\n \"launched\": \"1987-12-25T08:59:47.547Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "94ed6e07-0c4e-4441-b4bd-3d1d89e5347d", + "id": "6773b7f9-0263-4e3a-bf04-2106727d3869", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46001,7 +46001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a306a0d4-af50-4a8d-b3e2-46faec98fd93", + "id": "c3b10fcc-3e4a-4207-bd58-d17b135032e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46058,7 +46058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8abd566b-b59a-4f45-87d5-35b550844cdf", + "id": "1bc460f5-5430-4e1d-ad27-f9d803a809bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46115,7 +46115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15528066-d48d-4e31-bdda-e28da8a43c77", + "id": "f53f3494-a02c-4223-828a-64244567803a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46172,7 +46172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd4f2851-154e-4624-a0f7-6c428aed38d0", + "id": "0a4a266c-507f-4bf1-bf3f-bd6a87c34de5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46235,7 +46235,7 @@ } }, { - "id": "5931b9ba-5c94-4b45-a968-7edd4d068673", + "id": "54267924-4698-469a-8c12-345635000ae1", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -46311,7 +46311,7 @@ }, "response": [ { - "id": "a76143f9-83d3-4ea7-b457-975034eb6569", + "id": "0b7baaf8-cc05-424d-8725-14f7dceb3223", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -46401,7 +46401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e02eef-67fb-4e2b-97ee-7317dbdbf0da", + "id": "8ea2df7a-063e-4bc0-b193-a3c27bbe8b3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46491,7 +46491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525d3f58-58c0-4f4d-ba1b-a7f4194799c5", + "id": "5f8b853e-2194-4257-ab66-aeceb1cac233", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46581,7 +46581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "544244eb-08ab-4933-8509-d6b00d7c680e", + "id": "c75f6bd0-1f40-4405-8b25-c2f9525ce394", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46671,7 +46671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9591a97-f687-46d2-af3f-4c6608ad11d4", + "id": "c2cb441c-0fdd-41a0-8533-255cb84ca77a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46761,7 +46761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b962d2-0632-44ec-b45f-e13c2f9e5da7", + "id": "4b85bb34-8989-4b47-be02-e667226d26fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46857,7 +46857,7 @@ } }, { - "id": "7921d702-f13b-4dc4-ba76-0cc38eedbe1e", + "id": "d600bbd5-8e67-4f65-b52e-c0df79d12056", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -46900,7 +46900,7 @@ }, "response": [ { - "id": "a9761d77-cc33-4ba5-bfbc-3fbbc434b428", + "id": "bcffc872-c56e-4c77-8a5e-c3cae9f1992f", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -46957,7 +46957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f7ccb8-29d3-4d37-9cfc-d92271f25865", + "id": "66220302-45e0-4c29-aa4b-ae701d5601c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47014,7 +47014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f4cd1b-b6c8-4e60-b09b-c87d68b5217a", + "id": "e5fd40d0-d0b9-4c72-b1f4-10c5ea37bb62", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47071,7 +47071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab636132-f52d-4e01-a4f9-3c125dd75f03", + "id": "959bc269-d457-4332-b934-8fab1d57bb09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47128,7 +47128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9889e5-9ce0-4a39-871b-6b10a8ac1912", + "id": "ee033753-59cd-47ad-9ed5-48e954c0f214", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47185,7 +47185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13396a0c-6d1b-447b-8b2b-be41f07005c7", + "id": "2505cf3b-19ec-4551-abe4-0f3101fe2b20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47248,7 +47248,7 @@ } }, { - "id": "10ea218f-eb93-4c38-83f4-a84a27801eae", + "id": "481104bf-460c-4ac5-8042-fbf854a00e13", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -47289,7 +47289,7 @@ }, "response": [ { - "id": "753e6fec-e831-48c6-a742-20d64b717385", + "id": "5c3eb584-7b71-462e-8076-667c9bf4f662", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -47333,7 +47333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad07b2d3-ef8c-43f4-887b-4b32d57294ef", + "id": "01012b51-3101-47b6-8a0c-d659e1752e61", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47377,7 +47377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "645e9e81-3b17-4acd-89ff-d7d6c545b6f9", + "id": "1b02f779-71be-4059-8a33-bf7805ef5b05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47421,7 +47421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3d238e-d217-48ae-876c-1888209859b7", + "id": "17ae9456-387c-4480-a920-8f84a8f3e00f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47465,7 +47465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19cc41a-e4d6-416b-91ae-5546a78b5986", + "id": "3e6aadb6-968d-4a8a-8717-40ad9d5ff08a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47509,7 +47509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b53c2c1b-4930-4b6c-b781-e13d26afb4f9", + "id": "8a5fce2e-399e-4e00-bdf5-52d2233485aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47553,7 +47553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d259e3-9d06-409f-8e36-948addc1bea5", + "id": "94e1168d-5a8a-4fe1-9f17-a630c7073f6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47603,7 +47603,7 @@ } }, { - "id": "1f94b175-bfd8-4ae7-ade8-94684ff11059", + "id": "aa0e9b97-d0e8-4e82-a316-ad48883a4ed9", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -47644,7 +47644,7 @@ }, "response": [ { - "id": "9a7cffdd-351a-47b9-bf21-a36146243e6e", + "id": "c20b69ff-2a36-4994-a619-a3ef4a87fdbc", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -47683,12 +47683,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1984-05-25T01:03:00.053Z\",\n \"launched\": \"1977-12-22T13:45:35.789Z\",\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\": \"2002-06-01T16:58:16.681Z\",\n \"launched\": \"1975-09-09T12:31:26.019Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3fedc0f6-3bb5-4fab-b1d7-897080d9f809", + "id": "260ae1e8-158a-4c0f-9260-1c1ceb313d65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47732,7 +47732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422fdf3b-b99e-4f36-99a7-74e9c72b97f9", + "id": "31ec7f98-f0ed-4cfa-b9ee-9e1f49e145e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47776,7 +47776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805e1139-90db-4298-b2ca-ec8f5f4f3dd3", + "id": "3c5fa5b4-ef2f-4dc4-9bb5-eccc8cd01683", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47820,7 +47820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1431049e-d356-4be5-b1b9-191a91aca897", + "id": "d09393fd-f63c-498a-bab2-3c2db4c8edc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47864,7 +47864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df1d7d4-83c4-4b11-a8ac-e1fa4e47e09b", + "id": "5753a659-f614-45c0-8c26-300ac62ef0dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47908,7 +47908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "832315a2-c040-48e7-bedd-33a7618367e7", + "id": "a5b690f4-873b-43f4-964f-83671d9fe57d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47958,7 +47958,7 @@ } }, { - "id": "d0f1afe0-c231-4a74-998a-fea1a5d88cb8", + "id": "7503a714-c175-4334-9719-c527341f4d46", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -48000,7 +48000,7 @@ }, "response": [ { - "id": "a281ea57-ae3d-4842-a21d-02c53bcb93da", + "id": "ffd4e404-ce21-41a4-9872-591c60777742", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -48045,7 +48045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd719713-a1de-4c18-989a-993d2306b56e", + "id": "50c63f1b-4338-49f2-a493-30b5af939b57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48090,7 +48090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8823bf-12cb-4f04-a3d1-916f8df06e1a", + "id": "bb613b6d-5426-4e37-8519-bee13b239676", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48135,7 +48135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037464fd-405f-43a9-b30b-04409d8dd564", + "id": "7608be33-7998-4abc-80e3-de3e5533b4bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48180,7 +48180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7697a389-4812-41e4-9205-3a828b8a9c89", + "id": "335bfeb4-341b-4adc-b99f-7514f5d23bfe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48225,7 +48225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3d9ec40-81b5-46b5-9751-adda53a965ac", + "id": "e61ea8c4-6bad-43a4-a827-c9a4a3de790b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48270,7 +48270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8ead6e-bdf9-4f12-82c8-b3f60696c3d5", + "id": "833199cb-9633-4bfa-bfdc-5e5e0c638567", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48321,7 +48321,7 @@ } }, { - "id": "e742ca81-ce50-4925-a4b3-519063d67f00", + "id": "16981adb-1d3e-42c0-a682-0541cae50f70", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -48363,7 +48363,7 @@ }, "response": [ { - "id": "da85c076-fb25-4043-bc88-3f0b2f4b0465", + "id": "830dd761-3d90-4afd-b95d-1a7fa0d4a9fa", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -48408,7 +48408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96a3ab8f-2ba5-400d-af27-d982668265f0", + "id": "29837a4c-1666-4049-9753-301d028dd5ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48453,7 +48453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48de2ddb-076a-4116-9fc0-a183a592d200", + "id": "bce68cfe-2002-4ef8-8371-eb752d17e4aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48498,7 +48498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a1e0822-c577-4b1f-a2bb-d1b4fc03f8e1", + "id": "7101c02d-ad26-4bbf-a862-2fd54e08a61b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48543,7 +48543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b20cd8e4-3abc-45dd-a729-5a4352ce97e1", + "id": "b7e77552-63aa-48e8-9178-249100e66faf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48588,7 +48588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517994b0-3f95-44bb-a840-ff83fb449cdb", + "id": "5a757178-2a7d-4cd6-a22b-c66733e312be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48633,7 +48633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6057eb54-8a54-4683-a64e-ba2f1c1d7a87", + "id": "51d19d8e-66e5-4410-b006-8729fe0b04a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48690,7 +48690,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in IdentityNow by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in IdentityNow.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in IdentityNow, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in IdentityNow, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in IdentityNow, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "53556f06-dc0a-4047-b4c8-f744748b40d3", + "id": "be0fab1b-4a0c-4bf3-bc0e-248a5acd75bc", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -48732,7 +48732,7 @@ }, "response": [ { - "id": "4a42d207-e5d7-49cb-bb5d-46d1881ce9d1", + "id": "d9cbba40-ecda-4dd1-b3fe-22cbc79229db", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -48788,7 +48788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b3b3650-58d4-4de5-bb13-12f550e7483d", + "id": "0fa3ccb7-edcb-4f6c-a6f6-1acf6d0f4d65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48844,7 +48844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60cadd63-ba38-4544-a669-fa7408929c40", + "id": "28f70406-9b73-40f5-8879-f51b48c059a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48900,7 +48900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c1e8ac-c87e-4c4b-9ba4-540e7c29fe14", + "id": "327ddf1a-96ef-4d4b-b2b7-1408a8e3b805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48956,7 +48956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89899fd-65c2-4c19-937e-0c8aaf1a3292", + "id": "0d6661f8-050f-4baa-bddc-3c1e9f2b6349", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49012,7 +49012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c8cbc0-d372-411d-b036-6720ab51caa1", + "id": "b08db94c-02e7-4b7e-91d4-7cae38c421d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49074,7 +49074,7 @@ } }, { - "id": "16336b0c-9bb8-4791-ac7d-a0741e412695", + "id": "18f2dd62-d954-4a9d-8831-6744f6b768dc", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -49149,7 +49149,7 @@ }, "response": [ { - "id": "d85877c0-6d5a-4dcb-ac5b-51cc0dcd4dc6", + "id": "99f94ae6-23fe-40a4-9749-2715392ec366", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -49238,7 +49238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f689f45-eda5-4474-b5c3-c8c604e9197a", + "id": "7c0b71b2-b7bb-4e32-afb5-97a3213db6f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49327,7 +49327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3967c829-840c-4b15-835d-5219baadf396", + "id": "f7899336-a85a-47bc-9a10-b0d14832565f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49416,7 +49416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "238f394e-09b5-4847-be40-abd2e5c9cb33", + "id": "88e421b0-e871-478b-9a03-71ad650f18f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49505,7 +49505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4aa5e6-09b8-4a93-ab34-99fff83d893f", + "id": "d128fd8e-48f7-4a7e-85e3-33e605368ec5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49594,7 +49594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5d6254-29d9-478c-aab3-eb969dd8ba35", + "id": "babfe291-b072-4e16-b534-4479d7406374", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49689,7 +49689,7 @@ } }, { - "id": "54ab9492-0933-486b-b609-356ab019a391", + "id": "ad52dce1-ef72-408e-a259-7790919a1b96", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -49730,7 +49730,7 @@ }, "response": [ { - "id": "4f000210-ef4b-44c5-8d7e-21a9cc2d2e00", + "id": "b684824e-8d59-4eae-be09-094c6fb05238", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -49774,7 +49774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7956fc90-26a6-4dea-a090-aa41aabd370b", + "id": "dde40a39-568d-4488-b71b-11ec8fdf4059", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49818,7 +49818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f8f2860-adb0-4e85-82f7-9e37f9c1c6da", + "id": "d34c249e-4f4a-4a76-8107-5a7778c7fe4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49862,7 +49862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5f6249-0573-48c6-8bdc-1326dfdd4967", + "id": "2322cd38-29ed-4418-910e-13a762554390", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49906,7 +49906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6356884c-3320-4aa6-a5cd-1048efda109d", + "id": "458383aa-3040-4528-a5c7-ae7d6c080fd4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49950,7 +49950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60383107-dd97-4df1-81cf-cd89475b8426", + "id": "6bbf6af1-1c4f-43b2-a5a2-efc97d119eba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50000,7 +50000,7 @@ } }, { - "id": "df6038f1-4a15-466f-ac8d-d97a843996d8", + "id": "fafd7272-afba-47b7-ae46-f320501cb556", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -50054,7 +50054,7 @@ }, "response": [ { - "id": "16732ee2-6cdb-4ff1-8d23-34a9634f7fba", + "id": "25635dad-9c8d-4156-a98b-e884a03de1d7", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -50111,7 +50111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb99243-e92c-460c-a2eb-5b7d4359a952", + "id": "c3836d2c-2f56-427e-b017-58d3ebf871bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50168,7 +50168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4317890-8a37-4e16-8ce1-60662a9665b8", + "id": "5a21d195-825f-4b74-b1f6-99de8030e1de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50225,7 +50225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "123c8b50-e634-485e-af02-3daf16a122e0", + "id": "36cdc7ce-1da8-4249-8594-888c57d2bd1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50282,7 +50282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46002ad2-986f-4afe-9d16-58cf5828c421", + "id": "c9a3b8ea-a6cb-494b-983a-18274ab6e43c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50339,7 +50339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "678481a7-b4be-488b-becb-c56c24e8c7cb", + "id": "3b365d76-b551-4384-8019-baa356a3fac7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50396,7 +50396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a13a4b-f851-49f1-93a9-ceda98bfa773", + "id": "11f1360d-342f-4878-9c58-d2b50a480324", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50459,7 +50459,7 @@ } }, { - "id": "180f6e65-59cc-46e2-8069-d840e10564e2", + "id": "c184dcef-82ce-4e91-872e-c17310b9d6aa", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -50513,7 +50513,7 @@ }, "response": [ { - "id": "c74c8422-4574-4c0c-8739-f11416f71487", + "id": "dae63770-1ab6-4929-9f2f-5d32cbdc9bd3", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -50570,7 +50570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0766e46c-4dda-4c49-bd00-16bb3c548c4a", + "id": "b6888aac-15f5-41cb-be44-15ed3e9025ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50627,7 +50627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0721efa0-91a4-4b93-9532-da456904e4a2", + "id": "5e6fa243-88e1-4506-97e9-1e7faa477cc3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50684,7 +50684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8404f9d-8ae1-403b-9bbf-f28a8c0422ac", + "id": "05f7e009-4a6d-44b5-9893-764d8dfaaa9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50741,7 +50741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7da903c-e14d-4147-bd48-66ac2d99711e", + "id": "8a33d832-abe7-48e0-89ed-e403ae439633", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50798,7 +50798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e50318-f57c-427d-8491-30c1af8a309a", + "id": "b0c3a172-05f0-497d-a475-6573126c0788", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50855,7 +50855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309cf638-05ae-454e-ab90-c37e018f85c1", + "id": "a7f3d970-3f84-4b96-b1a2-f0497239a0db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50918,7 +50918,7 @@ } }, { - "id": "3f84c79b-ea7c-4ec4-a44e-0bf5ecbc15a5", + "id": "631c2128-44b9-4ce0-a380-a25f9610f151", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -50959,7 +50959,7 @@ }, "response": [ { - "id": "f7606f69-3e29-402f-a3f9-bfdc4b32ba9e", + "id": "dbef143b-5b06-4cc7-8ea0-da9699e848fa", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -50993,7 +50993,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29de7323-6e9d-4feb-8f42-fb059db15059", + "id": "13cbbacc-984e-4c4c-9ab0-3c7ea3c63511", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51037,7 +51037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da7177b-2cb5-4cc2-8f5f-d3c195e7caa6", + "id": "7edc0dda-9fdb-48db-a86e-fa0fe85d2ec1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51081,7 +51081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c3b22c4-d5dd-4857-b05f-8855a32cd8de", + "id": "6a82e60c-dca6-4720-91c8-fb2a9110e610", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51125,7 +51125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a22077-f753-450d-9395-b9dc24da1cd9", + "id": "71fec48a-8264-4a99-81e3-b8289f1626ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51169,7 +51169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efa67250-0792-494d-9b09-39351dabb5d8", + "id": "025af000-7908-4e22-b38b-d93f479c43fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51219,7 +51219,7 @@ } }, { - "id": "05ee5d88-b4d4-4013-9cc9-07e51678703b", + "id": "2ef22766-2317-4205-ab8d-4adcfb694814", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -51262,7 +51262,7 @@ }, "response": [ { - "id": "a42402a8-b4aa-4cac-b1bd-78023b50eba2", + "id": "74aa5436-9ac9-4662-82a9-d03cbe704716", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51309,7 +51309,7 @@ "_postman_previewlanguage": "text" }, { - "id": "babe89ab-db0f-454d-aeb5-3df42a670023", + "id": "06b79dc4-ec49-4de1-9388-e1ac032f2cd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51366,7 +51366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1306b735-6f06-4b43-9e34-2ae34d141054", + "id": "8251639e-e080-4957-bb7d-d7c77959e93d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51423,7 +51423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1e518dc-51d1-4d59-9859-c3e61041b208", + "id": "66a8e52e-2144-4a62-9801-42e82964f0b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51480,7 +51480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe35e0a9-c3c3-4a9d-bdc3-ced0365a92e4", + "id": "be7f8886-afe9-4c32-a87d-036f6486beb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51537,7 +51537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f68680-3add-49a7-9326-5b9be732ed2a", + "id": "8b3aa46f-f49e-456c-b792-2fae56cb42d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51600,7 +51600,7 @@ } }, { - "id": "db2ed14e-41e6-4008-9380-39a8c55c2bb5", + "id": "a5da16af-3de0-42f6-8a05-6a7e0d6e9d4d", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -51642,7 +51642,7 @@ }, "response": [ { - "id": "69dd80b3-75c5-45d1-a6a5-8fb05c84a54b", + "id": "cc6a76a5-abdc-424d-91ec-639950bafbac", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -51698,7 +51698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0cc33b-c066-486f-9b6b-2e2091062ebd", + "id": "1162b0ba-de5b-42ec-b91d-e36c6d40cb1d", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -51754,7 +51754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04de79af-75e1-4610-b40c-da2eaf52ece6", + "id": "4b1606c1-3629-4ec4-a5d2-c56100349ca1", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -51810,7 +51810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ee74f94-150b-4b45-a071-1eba2bcd82f9", + "id": "42c1fb76-0267-41e3-b2b6-1b5d7e8ef1cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51866,7 +51866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbd01a7-56be-4e36-92cf-c2f21b5c4128", + "id": "23d20a7c-0b66-49e3-a8ac-a136079c78e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51922,7 +51922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf18273-6dd5-4302-840e-de96e7346814", + "id": "c08f30b8-7c2a-476a-8025-18c000a28fa0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51978,7 +51978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e78a2dc-9859-4d7d-a015-2ad171ce4906", + "id": "69922b81-003b-4c15-be3a-b911744355f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52040,7 +52040,7 @@ } }, { - "id": "4f96864e-282f-46d4-9e51-b18150c70903", + "id": "1273d35b-e2fe-4b5c-b7df-b1fef84ed8bd", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -52124,7 +52124,7 @@ }, "response": [ { - "id": "cf25f9b3-70db-4f04-87e9-5b2f3a5367e1", + "id": "3464780f-ecb0-40f8-89a9-355ee1d09664", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -52222,7 +52222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c880a4-c9c7-46f5-b682-f597f8ddbffc", + "id": "8339eb5c-5e08-4473-86dc-26cdfd5a9448", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52320,7 +52320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8facd3e1-02f6-4503-b117-d0d156355854", + "id": "1fe7fe82-3c74-4135-96e4-1f6890f10335", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52418,7 +52418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af832bb3-d498-476f-bdef-ecbf64b82cfa", + "id": "ce607542-1a8a-47b7-ac5e-e3bd1ebfa3ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52516,7 +52516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a8f4c6-e3fc-4ba7-aa06-d8ccf67d0955", + "id": "4a42dda0-a12c-4d04-8766-48aaa9cc8938", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52614,7 +52614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff21faf-bd07-4f9f-a804-f667da173c50", + "id": "dda48485-d9dd-4d1d-b510-8aa01d20f179", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52718,7 +52718,7 @@ } }, { - "id": "9c105e3e-5451-4e0c-8616-3dc2cf5f1993", + "id": "918e554c-756b-4164-a4c0-2f048fa363fb", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -52759,7 +52759,7 @@ }, "response": [ { - "id": "326120d1-43ae-4f03-aa4e-4f307c2d546c", + "id": "b8126772-c715-47c5-9873-fe9d54251e4e", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -52803,7 +52803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da0a1bc4-ece0-4d31-8d51-2c9f2ae545da", + "id": "1f4a8b82-0d33-4eaa-8892-f96d0996a91d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52847,7 +52847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a271f3c7-e479-45f3-a55c-9442b3d36b1e", + "id": "f9d45828-95b5-453b-afc8-1e26b7357873", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52891,7 +52891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3362af39-a251-433b-bf79-4ffc5409787b", + "id": "03336d71-ddb6-42fd-8a66-1151738dd979", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52935,7 +52935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5eeb02-9b75-40e4-8a42-be8e19ea2711", + "id": "7db13da2-7602-4556-83f3-ab2784677aa3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52979,7 +52979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2e5648-21e4-492e-a2f6-258783503613", + "id": "f7d2abf5-ee30-4618-b67d-b9f6ce64849f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53023,7 +53023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de98e7c9-c7a5-4e87-9e15-5818816dd431", + "id": "65219b73-aff5-4f70-87e3-430f310f0319", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53073,7 +53073,7 @@ } }, { - "id": "6f9e6882-20e5-4051-bd04-b5ab10708e5d", + "id": "3b5a4d5c-f9ef-4df6-9e76-9ff408348533", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -53114,7 +53114,7 @@ }, "response": [ { - "id": "e3640238-b9d5-42a0-ba66-d63867283a7f", + "id": "ac116079-a410-47eb-90bf-42300a516cdf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -53148,7 +53148,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d827e782-044c-4b43-9aee-183245ccf1aa", + "id": "f7130846-cf07-4e41-a9bd-d998838cc768", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53192,7 +53192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e3ed87-e480-447d-a235-dd0b83d60b27", + "id": "cf00f127-ce70-4b01-a821-33a1f908ad7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53236,7 +53236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559b4490-56ce-4ba2-9d3b-d269003721c1", + "id": "4873235d-654e-4a04-8b20-390d7659f634", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53280,7 +53280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bef8af9-e141-490a-9690-eca6ca80f7f5", + "id": "5a53b58c-0029-47ed-98cf-2977dbf3a830", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53324,7 +53324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811d93b9-ab33-44a4-8a5e-1781ed731948", + "id": "1e3b474c-dc3c-4c3d-963e-0132639a8f68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53368,7 +53368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25247e5e-5c27-48d1-90cd-0c6a62cf742c", + "id": "ca003171-eb3d-4a16-a80d-4d26a2be9f4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53418,7 +53418,7 @@ } }, { - "id": "6956f1eb-2b7b-43d1-8bd2-bcd8fe44cab5", + "id": "8c01fa7e-4937-4e1e-bcb4-6d90089d7c2c", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -53460,7 +53460,7 @@ }, "response": [ { - "id": "1b328a50-0ae9-4583-ac61-e5214c48e422", + "id": "3e65ba3e-91ca-4cf1-bed3-a1aaf9c966b9", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -53505,7 +53505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef41624-ee36-49f2-8673-bbd0f1c6a108", + "id": "0d24b7a4-6f72-47d0-b226-2612375d929a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53550,7 +53550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cbcec19-ab86-4b40-883b-c50f383bd172", + "id": "295b9d08-0547-4e60-8482-e79adb8f4d1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53595,7 +53595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef07f50f-07c1-43de-9ee5-506d9e4b05bf", + "id": "f3cda996-3f59-4b03-b47e-23bae78bd2c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53640,7 +53640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92fda148-1af1-4590-9821-494cd8fcf347", + "id": "df161167-961a-4b35-93ed-1faf80b63c12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53685,7 +53685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ecdeac-fc90-46f4-b40f-e40caeccd104", + "id": "341a62ff-554b-4743-a4cb-54b42f61479b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53736,7 +53736,7 @@ } }, { - "id": "0e6d9143-1209-4855-aaae-57f9db418975", + "id": "75287b20-ff40-4ad9-a0da-2a3e49ac8c50", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -53778,7 +53778,7 @@ }, "response": [ { - "id": "0d806d9e-0381-45fc-a864-446f70ea4299", + "id": "5b2ef131-8901-47dd-b536-57c21b9b8a64", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -53834,7 +53834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e2b1f7-f407-466b-a283-810962699917", + "id": "ce7c597d-8294-4cfc-96ee-d9842ff1cf09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53890,7 +53890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a52862-f955-4f4c-8e19-7802350e8b6e", + "id": "128f7a71-80f3-435b-94f9-38fb5df2f7af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53946,7 +53946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6523e9f-2a0b-496e-9c1d-1778e34dec23", + "id": "6c970040-9b5f-439a-b4ad-a2ed7229514c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54002,7 +54002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe711284-eb2f-43fd-922f-40e11ae3ae93", + "id": "ba2f3c69-5dd9-4857-960f-bd32ae493464", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54058,7 +54058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50843f14-a71f-4e8a-a9dc-82a2511ad149", + "id": "d40dc10d-dd4f-4670-80d7-21f558347220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54120,7 +54120,7 @@ } }, { - "id": "e66ad326-af8b-4a54-bf68-2efb033e8a92", + "id": "1b9a6d40-5646-4102-81ed-4dea76c7339c", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -54204,7 +54204,7 @@ }, "response": [ { - "id": "467edaf4-f92b-4881-80e6-a0fe9634b174", + "id": "87b05745-e4cd-471f-9770-d801423831d7", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -54302,7 +54302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9730197c-7dc3-4cc9-8ce5-c7f1b06dde87", + "id": "417cc931-52be-4987-a754-86083abbae3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54400,7 +54400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b6c9b63-87b5-41db-b1f7-6bc33265bbc5", + "id": "d9131b2e-0404-4701-a6b2-939a90f86f58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54498,7 +54498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46750fd6-eaa7-429c-af91-3f6ee2edaeff", + "id": "dd78fce1-8ab7-450a-ae9a-0e6f7c8c516a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54596,7 +54596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce7f74a1-8f76-4d0b-abab-3647f856a5ba", + "id": "1d8dec94-f9c5-4b76-82d3-746d038970b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54694,7 +54694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90213ca4-608a-46c9-8f3e-25ffbb661dfd", + "id": "bf550961-f173-4e85-98a8-30b2aad9b389", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54798,7 +54798,7 @@ } }, { - "id": "c2687250-5488-488c-a6d4-1b70093eeb0a", + "id": "8fa61c3e-caed-48f1-858c-3384f6958a9c", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -54839,7 +54839,7 @@ }, "response": [ { - "id": "cbe66a61-e37f-4a06-8ed8-ae7cfd4d3ac6", + "id": "48521552-0908-4b36-8e34-bb727b8cc33b", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -54883,7 +54883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfe6d22-66b1-4fd3-8c1e-5e68af03a46c", + "id": "4dccd570-bd00-4d16-bed1-3c408bd3914b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54927,7 +54927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9151e7-2c4b-49bd-8a35-ae6d56f95b03", + "id": "1ba12b9c-5103-4130-b632-1952f2880dc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54971,7 +54971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc61bf6f-f0ce-449c-a335-710aad2d3dfe", + "id": "04c34438-15a1-4a48-8682-b95045189682", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55015,7 +55015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9899e009-cb25-4216-b354-957beeea9967", + "id": "b9aaedb5-26d5-4d10-8fd5-b462c3f6573e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55059,7 +55059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4fe9644-5176-4714-a2c4-396dfec63adb", + "id": "a02d81c9-fc12-45c9-b805-d6a8fe2a0b68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55109,7 +55109,7 @@ } }, { - "id": "42132c15-0782-4d60-b699-76510d10dca5", + "id": "99ddc75c-d558-4efe-b7b2-1eaad0ae8a45", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -55163,7 +55163,7 @@ }, "response": [ { - "id": "93863dd7-ebcf-4220-8007-27b5734795cb", + "id": "3f6fd954-7741-4741-868b-69f904d2fce7", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -55220,7 +55220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7abee5cb-a19d-4f14-99e5-ff44bb8b37c4", + "id": "32afe166-38dd-40c5-b2e5-a63240c99383", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55277,7 +55277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de88d678-545f-4966-a604-e6d955417734", + "id": "9bde5e49-bbf3-41ac-9b2e-b3253284df51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55334,7 +55334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bdce276-cc57-4d3d-8312-147ff2abf6be", + "id": "23dabae9-98b2-48eb-8870-0c1c14686c0b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55391,7 +55391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a91533c-b6e9-4094-817c-ca7ed833d42f", + "id": "2232bc00-f5ba-4fd7-9ada-48fe4e9afa90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55448,7 +55448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a408963-352a-4566-bd62-235e6540c705", + "id": "6e83916d-1dce-4a24-b5a2-341db5013c6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55511,7 +55511,7 @@ } }, { - "id": "04acc7c6-ac8c-424e-99f7-87c578f6aece", + "id": "da4b1dd3-e088-41e5-94dd-e41d79be7aae", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -55552,7 +55552,7 @@ }, "response": [ { - "id": "3cd27cbf-dbfa-4fac-b432-3a11a0a26048", + "id": "70d1d9f1-c349-4ee2-a21f-92467beea295", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -55586,7 +55586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c9dad0bc-33ef-4a32-b6ab-84bc8e57d823", + "id": "9fa1a39b-0a92-41e1-99ed-fe48564a48a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55630,7 +55630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e298620-cf62-459d-9f1a-1561c3ec2068", + "id": "f98967d2-ada7-4ed7-be9d-276f0252662c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55674,7 +55674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6acdef98-6ad8-485a-b7c6-b5f9cff4ea4b", + "id": "3d06dae7-5762-4ba0-96ae-4798c82467a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55718,7 +55718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "538a4257-7518-4057-81f1-3982a6562281", + "id": "299dceaa-7d82-4c80-8acb-cdece93e667d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55762,7 +55762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe89928d-5ca9-4fed-80b2-a2c411bcb0d0", + "id": "2671d0fe-4f81-47e1-968d-7f1429b25c12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55812,7 +55812,7 @@ } }, { - "id": "2a80d648-9201-419a-8d91-0666313e7cd5", + "id": "af99e6db-a2f2-45f9-b55a-73a07038f836", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -55855,7 +55855,7 @@ }, "response": [ { - "id": "fabef90a-78e6-4fab-9ea1-f1be71975774", + "id": "0134ae88-b901-444d-b2ff-374fc6cdd4a2", "name": "Exported CSV", "originalRequest": { "url": { @@ -55901,7 +55901,7 @@ "_postman_previewlanguage": "text" }, { - "id": "12eda31e-a021-4162-8692-ce90057136d3", + "id": "3ff7480f-afde-4be6-955d-7249c8639b49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55947,7 +55947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5389fa62-97b8-4659-8eee-baa15c6ff904", + "id": "5f91ae09-ef93-45dd-9587-56624f214757", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55993,7 +55993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf04a85-17ca-4005-ac1b-d168ba9f2b73", + "id": "0329d4ef-760e-4214-a1da-8881d8211589", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56039,7 +56039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c698f3-31e5-450b-ad33-7c70cde0e3a8", + "id": "ab475b0b-a2c5-4702-9698-b06b001d3c14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56085,7 +56085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7eaab07-a9e5-4fb0-abf6-a1c92faf2629", + "id": "52b3f05b-cd09-48d9-bb0f-c778597013d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56131,7 +56131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4a18ac-afcc-4a5c-bfc7-aa05e29829bf", + "id": "4f1a9d55-d0b3-4f07-9b6a-f1272c44fac0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56183,7 +56183,7 @@ } }, { - "id": "ca9c634a-c34e-491c-8cf2-a3b488df8830", + "id": "ce9e2269-5cf6-4883-a35c-b08fe9372c79", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -56234,7 +56234,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56242,7 +56242,7 @@ }, "response": [ { - "id": "6b03f785-e7d2-4b57-bfe9-c47266e8934b", + "id": "b7b90f2c-8a49-4e06-bc45-35fdb570d1a1", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -56285,7 +56285,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56304,7 +56304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb37bc8-c57f-4030-bca0-79f4c9bb3075", + "id": "1a2e4e19-3909-4547-8171-5dbc0be17e93", "name": "Client Error - Returned if the request body is invalid.\nThe response body will contain the list of specific errors with one on each line.\n", "originalRequest": { "url": { @@ -56347,7 +56347,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56366,7 +56366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a39d1e4-641c-431a-8159-3e536b92517f", + "id": "9cbb52b4-9a78-4c84-b2e0-d60ca14b3756", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56409,7 +56409,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56428,7 +56428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e522c407-58ab-4cd2-b9e6-bca722e5f091", + "id": "0d43bcf8-06d6-42c3-b0b0-7ba96c03e318", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56471,7 +56471,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56490,7 +56490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50391b2-50a3-45d9-9772-e000e8db9749", + "id": "5a817921-321a-4ab4-9704-1f2a1a479e5f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56533,7 +56533,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56552,7 +56552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff04e30a-2c48-4d87-a5c4-dd70223ad5bd", + "id": "27282b65-6c65-41af-a737-2b5ccade8103", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56595,7 +56595,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56614,7 +56614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b524f0f8-49c2-4b34-a628-1ec93b2ae327", + "id": "bb41bcbf-a8f2-4f4d-bc28-b81888cb7e74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56657,7 +56657,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure est", + "value": "Excepteur voluptate", "type": "text" } ] @@ -56682,7 +56682,7 @@ } }, { - "id": "a1f42649-e3eb-4e21-a04d-38262f12c0a8", + "id": "8a3156dc-025c-42fc-85b0-70102e78a0bc", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -56725,7 +56725,7 @@ }, "response": [ { - "id": "ac1fe026-d274-4cb7-8257-7ed5ae3aea53", + "id": "bdcde85f-19fe-41f8-86cf-514d5d77d957", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -56771,7 +56771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2618b98b-8683-407e-9fb5-cb12cb8a731f", + "id": "4a490400-98e8-47d5-82e5-fffe193cabf2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56817,7 +56817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5aec45a-b49e-4671-a848-a02f377abba5", + "id": "74fc5393-3c69-4950-a479-40750b3187b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56863,7 +56863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "735cf0bf-5dc4-40ed-ab9c-de545bb9fc84", + "id": "3346e933-fa5d-4224-bfe8-c12d3410c4b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56909,7 +56909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "999e2438-2540-486f-9df8-82cc5198509a", + "id": "d612cb07-18d9-422c-9d39-5e8b3329fa46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56955,7 +56955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c027549a-a692-4230-894a-323230d16b5e", + "id": "0e108979-36fa-4932-b09a-31a6f3c992e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57007,7 +57007,7 @@ } }, { - "id": "b349eced-573f-4e38-8d5d-4ce47656295e", + "id": "b50664e7-f9ca-4438-88ec-5bce0afa3a81", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -57050,7 +57050,7 @@ }, "response": [ { - "id": "89a6cb63-3f29-4b06-81d7-295bae127e74", + "id": "0302a811-39a9-4dbb-b422-00d4aef7b056", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -57096,7 +57096,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bc730ea0-f7bf-4a78-8ebb-54eaf58218c7", + "id": "604cad52-8638-464d-9639-79145d9dea17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57142,7 +57142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46ef6cbe-e841-4863-8744-be8810c2c45a", + "id": "4fb5b91b-fbfc-4725-9be2-71e35114d597", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57188,7 +57188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c1b6aa-b453-4426-a754-031195232705", + "id": "e3e10e25-d676-4d21-8135-54942066354f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57234,7 +57234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b2ce1a-2c68-4802-acde-006c8fe9dd09", + "id": "0fcd88bf-b701-4c5d-bd14-fad27bc1e5f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57280,7 +57280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2316f241-8731-4b97-90f3-789a5f7132ec", + "id": "47fa4618-1f56-409e-b7b9-c17676010242", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57326,7 +57326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe200aa-5e53-4450-a3c3-8dbdd24900cb", + "id": "914f108c-d9d3-4b8f-86c7-c35aacef32aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57378,7 +57378,7 @@ } }, { - "id": "57ab4e50-12ec-4d72-92c6-6c38e2e93cd2", + "id": "29eaffe4-b3ad-451c-a75f-783209ec3250", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -57462,7 +57462,7 @@ }, "response": [ { - "id": "bc7f3468-4924-42ad-a2d4-cbb18296c16e", + "id": "4ef445e9-3c85-4074-a530-52edec834085", "name": "List of approval items.", "originalRequest": { "url": { @@ -57560,7 +57560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e86e894-ae29-4291-bc37-ae60a968e9e3", + "id": "d447be8d-0dd2-4da0-92f9-11f09f5627ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57658,7 +57658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aceeb85-ebac-4dc4-9a6e-69935dc0daab", + "id": "c7c81f4d-1baf-4ae0-89ef-15a3960fca2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57756,7 +57756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "552b45a8-43c5-4a4e-bd6c-d90933ace95c", + "id": "1962ef34-2a07-4c90-a76a-9c8bd3a3e153", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57854,7 +57854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6851cae-9212-48c7-83f5-7a8ea7456ead", + "id": "0b8000dd-1569-4754-990d-c2f29611e2d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57952,7 +57952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc302714-790a-4778-bec4-7d82b8bb1c22", + "id": "30238147-cdeb-46b3-b7ba-c274a151dc5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58056,7 +58056,7 @@ } }, { - "id": "be56cfea-dbea-4c2e-8efb-d78afbc2d9d8", + "id": "18592d74-398c-418d-92f0-e72a6cfb2226", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -58107,7 +58107,7 @@ }, "response": [ { - "id": "acbaef55-8c91-41ef-9b8d-1cf69af07624", + "id": "016137d5-ea03-4329-9485-23faa83dea0f", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58161,7 +58161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5112e9-7dd3-4295-8893-4379f7f6dd54", + "id": "9c608d6a-74f4-4c5f-ae93-20308010c4f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58215,7 +58215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768f519d-2b2e-4d8e-a88d-829c1566632c", + "id": "19148e0a-9408-4e47-a4d1-1db46a34b135", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58269,7 +58269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937c79de-d75f-4a67-afb8-3c85af46df76", + "id": "b6de67ab-2690-4f96-bd65-4674f9eb6ab8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58323,7 +58323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e204fd-3dce-4071-8d65-f250fc6357d6", + "id": "d82cd9e0-b2af-4db7-a022-137273119dbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58377,7 +58377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b644be9-3759-4c94-8a30-ce5fd790d8aa", + "id": "e98c64e6-63d5-4423-be44-d1a2e6e9babe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58437,7 +58437,7 @@ } }, { - "id": "ce705236-564b-477b-9a02-8533df27810c", + "id": "8f35d897-d65e-42df-b136-e9821ba1b8fa", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -58492,7 +58492,7 @@ }, "response": [ { - "id": "e32cd9c0-6419-48b0-8be5-44b5cab7ccac", + "id": "9c014b39-dadd-4e69-8ea4-eaa1aa210086", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58550,7 +58550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4165284f-8daf-4fb3-8ca3-b49b189cdced", + "id": "31afb123-b4c8-43b3-ab4c-6a9a7a9dcbe2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58608,7 +58608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "672f48ec-304c-41d9-8124-16e4c23ac80f", + "id": "b2e228a0-093a-4fd7-86bc-f25afc0f752d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58666,7 +58666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c1094bd-17ef-4489-94bc-2776cc57578a", + "id": "90a177eb-f848-418c-ac7d-9806fbd809e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58724,7 +58724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "071c6da4-68f0-4b39-b780-109bcf1b13fa", + "id": "a5392bfa-2842-4a7c-8ce3-20839673b233", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58782,7 +58782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc26ee07-ae44-47fa-aa50-f7d5b89adac1", + "id": "e4e4950d-da3b-4e1d-ae0b-f05257527265", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58846,7 +58846,7 @@ } }, { - "id": "c04a5f70-0cb5-4420-a10d-2879133176e9", + "id": "70bf604d-fe24-41c1-9e27-b21f3cfda0f0", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -58901,7 +58901,7 @@ }, "response": [ { - "id": "e5c692dc-339c-407a-a2e2-18882ec96371", + "id": "ee5d6062-505e-42a6-9728-9a52135699ae", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -58959,7 +58959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "233ff2d4-8123-41f1-b791-5c480b5ea076", + "id": "8aa17475-ea43-4e19-a943-c9d6d428953a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59017,7 +59017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0573fb-494c-4819-9e5e-56c688d44202", + "id": "bad15ce2-f5e5-443e-8f1d-0d91af9713d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59075,7 +59075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f2a3b01-5642-4301-ae0c-31b17feb6ab6", + "id": "ed2a0d53-f028-4370-bd7e-7a9077e1bb6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59133,7 +59133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c77d1d-07af-4cd0-b0b3-76a399e462e9", + "id": "903bfd35-82d8-4728-8a82-b35d37e5534f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59191,7 +59191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80101ab0-e636-4610-b66d-ca9cf3e71da6", + "id": "d8fa8ab6-736d-4390-97e6-7255b86ed090", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59255,7 +59255,7 @@ } }, { - "id": "740b85e1-6111-44bb-ae4c-93767293e034", + "id": "3d6f75be-c485-44b0-965f-6e0eaed7f04b", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -59297,7 +59297,7 @@ }, "response": [ { - "id": "2a465ad7-343d-4f93-8a70-0c568be409c9", + "id": "6f2f51be-da3e-4b9a-a4ea-03c190d0a91d", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -59342,7 +59342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b1165e-43f8-4372-883f-b707f32b9754", + "id": "e3d59478-313c-4488-bd6f-aca249a740ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59387,7 +59387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b982967d-cc87-4e5b-97da-c0961c896013", + "id": "2ae47290-4f4f-4dbd-8488-8721e8ca8bc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59432,7 +59432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29ee611-1738-4ebf-9060-4ef77f87fad2", + "id": "df3342c5-0fee-4877-b51f-203fa7d2ec95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59477,7 +59477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2c56f0-80f3-4d9e-9fb7-8072fb3f5b24", + "id": "7dffa31d-2928-4992-8c0c-b7cdc5a7954b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59522,7 +59522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08fa98b-b40e-44ec-832d-9a38ef05fb40", + "id": "afb9a583-7bab-4684-90c6-4b2e5db5a758", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59573,7 +59573,7 @@ } }, { - "id": "e061369b-16af-40bb-9c75-da788f1ea615", + "id": "a03ab193-e78c-4464-8f78-9d477ec5e501", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -59615,7 +59615,7 @@ }, "response": [ { - "id": "9d2e38f3-188b-4ac1-b83f-cbec3d870aeb", + "id": "46b14d5d-9a43-4b20-b8ca-56e2d2a4db95", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -59660,7 +59660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4a0e432-cfed-4db4-9321-660ab0b9b2ee", + "id": "2159177c-3ee9-401b-8817-ec3687ab55c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59705,7 +59705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c04d876-86ca-4066-b92e-d0d240483d30", + "id": "b4feea53-2a4d-431b-97fc-f27f64aeac03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59750,7 +59750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1197fd74-9191-461e-9b5f-0c1d264c2127", + "id": "4d4ee3ac-fd0f-41d1-af6a-223928cbb0d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59795,7 +59795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7c74b5-d990-44d5-899e-4c8f36ae6014", + "id": "292ad84c-092c-4add-8c80-5a534571dbfa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59840,7 +59840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794c8ea6-eeee-4fd7-a4ca-24fff23a0a72", + "id": "db8d9e9d-2f5c-4aaf-bda6-8b5fbb886002", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59885,7 +59885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6600a88c-a455-45e9-aabb-86f108275354", + "id": "a896b4a6-0de0-46e6-9fb3-94f55e964ff7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59936,7 +59936,7 @@ } }, { - "id": "75a919b3-c854-4047-bea7-b30d2958462f", + "id": "aad87ac9-44a9-4158-8912-982562ac9500", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -59991,7 +59991,7 @@ }, "response": [ { - "id": "593df9bc-a1b6-419d-9f6b-af5c9570e2df", + "id": "31c24fe0-138c-42fb-a6b3-32a567098b4d", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -60049,7 +60049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7c9c33-7d68-4120-a11a-d2bc1d8d79c0", + "id": "0b6e5822-0e8c-4bd5-8291-3e5ec2279654", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60107,7 +60107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf3db02-b7b1-4cf1-b59f-ec42e7542089", + "id": "739f79a3-370b-409b-9f12-444a88b8ae90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60165,7 +60165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2090e99-4772-46a0-8d56-4286e3f9bffe", + "id": "8533a53b-2833-47e9-bc85-d5773e79d04b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60223,7 +60223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a1ecb8c-d814-4a86-8ba9-a0ec8ec7e14a", + "id": "0b39a985-ec94-40cf-b850-daab7e955543", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60281,7 +60281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84eeb4dc-b046-4976-93a2-fdb3929e331e", + "id": "d8ee9990-03f5-4400-8698-7a13382edf23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60345,7 +60345,7 @@ } }, { - "id": "f2327c23-8d8c-4fd4-ab10-36d7fba33a1a", + "id": "b200163a-2ebf-4fa2-b423-2dbcaae3bf19", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -60387,7 +60387,7 @@ }, "response": [ { - "id": "b92af31e-29be-4d7f-942c-0cdb39fe055e", + "id": "111379e3-17ce-4301-ad8c-787db82dd284", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -60422,7 +60422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1df5888f-b0c6-43f6-aa1a-73fe3b7a3707", + "id": "aa186985-1799-4b3d-b51c-42cb1a94d538", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60467,7 +60467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa9bb10-1dfe-445c-be2a-b0474dfe3966", + "id": "efb47b34-20bb-4197-949f-d9cffeaf6c80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60512,7 +60512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b9a8ce-befa-42cc-9756-11417c5a90d0", + "id": "d72f3884-7f5f-4adf-b085-55191cb4744c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60557,7 +60557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b7fc90-9f6b-457e-b00f-be261c2c8c1b", + "id": "f8d80169-b9d8-4340-a0ff-1983cdddd643", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60602,7 +60602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c995d5c3-cbfa-47a7-8264-e2199b3061ed", + "id": "112eacc3-f93c-480e-a47a-c63c9164efb6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60653,7 +60653,7 @@ } }, { - "id": "953713b0-c41f-4ba6-a10d-734f889e5df9", + "id": "9fea6777-c101-4317-a2f0-1c5febfa1a46", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -60706,7 +60706,7 @@ }, "response": [ { - "id": "6626cc53-1190-4d93-ae0f-a2de7ef9fc78", + "id": "f14e3fe4-8dc1-43fb-ade1-083b8c9b9049", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -60752,7 +60752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b6c288-379c-4061-a84c-2b96bd28c6bb", + "id": "2db8bef0-864b-4a5c-8ba0-d60137521cf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60798,7 +60798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0136f635-6605-4c03-9430-1a4b08b2a422", + "id": "1614100e-f3ec-423a-8714-157870bc15a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60844,7 +60844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e6dba3-a5c8-4b70-a56d-addf92c7640c", + "id": "5eaa319d-742f-4d13-adca-418c4c3350c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60890,7 +60890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dff515ae-b94f-4a8e-b527-380ee5e23698", + "id": "d0ec7112-53a3-4d2c-b3a9-3d8cb86e684f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60936,7 +60936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46708067-9f06-499a-9e26-aa3a49a17cb6", + "id": "0f84058f-832a-413d-8216-223baaee76de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60988,7 +60988,7 @@ } }, { - "id": "679aeb82-e577-46e8-89af-4c24e8363e13", + "id": "5446ece9-bc76-4a40-83c4-58a08c645772", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -61054,7 +61054,7 @@ }, "response": [ { - "id": "6617fadf-851d-4717-8b0a-f569ae3c31a5", + "id": "3293f82f-2c28-4354-9466-93a69d7ab573", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -61113,7 +61113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b003fabd-ca7f-4de1-9322-a17aef3bb274", + "id": "bfe08fb0-d49d-487a-a972-8d7f648b8a60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61172,7 +61172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1edbe3-c289-419e-ad2e-7316f1621f96", + "id": "6a326ba5-3fe5-4b3a-a51e-c79470a5d4a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61231,7 +61231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98085da2-9712-4923-a1fc-26d0f127492e", + "id": "daf6c157-fd58-49d3-8a07-cccc80f08b51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61290,7 +61290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4bc0903-9532-430f-a9c8-9dc07c536743", + "id": "fe91d1e6-0541-4d36-8b5b-1ae00900e713", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61349,7 +61349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adc8f7a5-604d-4f91-98e6-4b5043fd5be1", + "id": "5c8afe2d-888a-4aed-acd0-52dc185bb942", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61408,7 +61408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e428eb-576a-4b0b-a7c6-d2a0c6d8a5ff", + "id": "9923316b-2695-44bc-a111-971b321805e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61473,7 +61473,7 @@ } }, { - "id": "dce0a72f-a15e-4a82-9f39-12c0baac5547", + "id": "c4a0c50f-272a-46a6-b324-e2eafaad092d", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -61526,7 +61526,7 @@ }, "response": [ { - "id": "9533f1a4-b85e-465e-9f6e-32cdf028bda9", + "id": "48f7451b-a03f-4663-9a34-515fc8cd9f82", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -61562,7 +61562,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0402694e-721b-4c72-85d4-beb289b2f733", + "id": "a8b1d74c-c190-49a5-853c-d22d3153fd73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61608,7 +61608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24d8eb0-f146-4058-aac3-b4618e7c5f2f", + "id": "ec4c9431-928a-4826-9ff4-36d7dd0dc00a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61654,7 +61654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2ae6df-0678-420f-a0c1-d73da01799e5", + "id": "c6f0bf38-70dc-4616-8708-c11de61aee7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61700,7 +61700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36e85e98-915d-4322-870d-15c0ca1b4415", + "id": "e75a988c-fc38-4d35-9e4e-3281d628cf6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61746,7 +61746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710f5cee-fa76-446e-9df1-696d5cc6d47b", + "id": "407174a0-69dc-4a4b-a331-d6b78c7b2c90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61804,7 +61804,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the IdentityNow REST API.\nRefer to [Authentication](https://developer.sailpoint.com/idn/api/authentication) for more information about OAuth and how it works with the IdentityNow REST API.\n", "item": [ { - "id": "acef1dc4-14e7-4af1-99bc-01d5f5486278", + "id": "36a11c48-685e-451a-87f8-71c8c2a656c4", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -61843,7 +61843,7 @@ }, "response": [ { - "id": "97f25b34-ee03-4157-b22e-614cec0790c8", + "id": "4e206136-a6af-43cd-ab9c-d225ae224f10", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -61896,7 +61896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e46e990-2531-45f2-a38f-a7d7c52dc9e4", + "id": "66958d6b-d3ee-4ebd-ac4a-471fff81b9b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61949,7 +61949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cb4f23-545f-42c0-a82d-a5eecfa52e06", + "id": "7ffb120b-4a12-4431-8756-f310426192f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62002,7 +62002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5988005-50e1-4879-848e-0115f664d903", + "id": "07c495b7-7627-487c-a325-fc80515066eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62055,7 +62055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83836ea4-4cbd-45e7-b94d-769eb6605296", + "id": "916765e4-14ee-4cf6-bea7-e625e044f924", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62108,7 +62108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd82686f-2c38-4586-b104-278585c40d4e", + "id": "7764657f-2548-4cd7-839a-722c232ca5f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62167,7 +62167,7 @@ } }, { - "id": "7512d7a2-876f-4f4e-bfe2-4a1dea9faf0c", + "id": "72bf9b7f-3d4d-4ef1-baec-b745d670bc47", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -62209,7 +62209,7 @@ }, "response": [ { - "id": "4c2bec7c-eacd-4045-941f-18afe9929f85", + "id": "f7ff5241-21d4-4362-b6f0-eba6e8aeb7bb", "name": "Request succeeded.", "originalRequest": { "url": { @@ -62265,7 +62265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bcf865f-263d-4f2f-a186-7ee221ae6ccc", + "id": "c60873a7-a021-41c2-aa0c-08755add6fcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62321,7 +62321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba3ea44-f784-4d47-9882-003d15cdc4f4", + "id": "5ad4cc00-0724-4e83-b154-c5238e285b35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62377,7 +62377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f2e63da-c4f9-4659-8e8e-1a72ac71e418", + "id": "4b9ac3f3-f8cc-4715-a068-24534a225ea1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62433,7 +62433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83764eee-2bc4-498e-b09d-03a88fde1a65", + "id": "0e8860e8-0ca9-4fe1-bab6-e6e0f662d810", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62489,7 +62489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293a5660-e509-45d4-b1e9-1b62ab891c9c", + "id": "a5b3b2f6-e47d-416c-a9f2-9596fe68e2f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62551,7 +62551,7 @@ } }, { - "id": "3a61f0f8-6d2b-45b5-8bb6-2a9ada55dc04", + "id": "24e17681-c7d8-4d78-ab67-084b512e55e9", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -62592,7 +62592,7 @@ }, "response": [ { - "id": "300befeb-545b-4d9c-9a77-4daa7d061978", + "id": "cf342ad2-4371-4af0-a539-ced599db4afa", "name": "Request succeeded.", "originalRequest": { "url": { @@ -62636,7 +62636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93202847-89cf-40e0-880e-8e218cb77dc0", + "id": "521b935d-af9d-49b4-9599-1e56db30342f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62680,7 +62680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019ea983-d88c-4119-a69e-3b86788bb588", + "id": "392ae10b-7c17-4613-bd89-d9059de4d99b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62724,7 +62724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2880fcdb-34aa-4fc2-ab19-a204a4ed3657", + "id": "0465bb47-01d7-408f-9f82-3a694afcce9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62768,7 +62768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f6e610e-5059-48dd-abdf-a160e70334b4", + "id": "a8bdaf09-7c41-4064-b5cf-29686238b28e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62812,7 +62812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61db8972-3916-49f0-b5b7-e830d3ddd18a", + "id": "678956bc-f493-4fb0-8454-16606e6f78d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62856,7 +62856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c46edcad-86f9-4918-91d4-5bbe6bf29c34", + "id": "ac71f29c-82e8-4184-90e4-94691abe5df2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62906,7 +62906,7 @@ } }, { - "id": "e361d8e0-a862-4530-b90f-2f4a74596eea", + "id": "2eda7c57-a60c-4583-abf1-4850d3755bc7", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -62947,7 +62947,7 @@ }, "response": [ { - "id": "26a7a96e-f380-4239-8062-0be4b6a7d522", + "id": "519a711b-8467-47b8-84ab-8a025850b1ec", "name": "No content.", "originalRequest": { "url": { @@ -62981,7 +62981,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9cadc914-026e-4d78-913e-1758c8f530df", + "id": "cb5f92c2-c5f1-4c41-90f8-f83124f2f89c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63025,7 +63025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4698b76f-c178-4755-8a30-ad7e89209a60", + "id": "4c6192a1-bdad-41f1-a4c3-af57694f71db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63069,7 +63069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faec2411-2159-4e4b-9a05-8ae7d7071c37", + "id": "53bbd293-d3fd-4ab5-b6d8-bedf0557327b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63113,7 +63113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec18d7f-c851-4719-a1c7-ef2d99647de1", + "id": "2d6fb606-4c9a-43b6-a145-a30b26ad4389", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63157,7 +63157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ebd5dc6-fd97-4d53-acdc-e46944fa35e1", + "id": "fa6ff673-0647-43be-8c1e-7a61701ed6cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63201,7 +63201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d95df1f-afb2-479d-ab04-47e116ee6345", + "id": "7d0a74d4-16ec-42cd-a3f4-fd9369194c77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63251,7 +63251,7 @@ } }, { - "id": "eb3869e2-7015-40ce-87a1-1bd2a9389167", + "id": "3812073b-6e7e-49b1-9d7f-811e97aaa8f5", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -63305,7 +63305,7 @@ }, "response": [ { - "id": "f3051c55-f2ff-4667-b0ad-32842f2c884e", + "id": "567f5ca4-8978-4676-8f5f-87dac4b969d1", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -63362,7 +63362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a147687f-1c8d-4a75-85b8-03fe0c0fc637", + "id": "d95fbd9b-ca5b-4494-9b7c-136cbe43781c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63419,7 +63419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53f248ab-97d3-48a9-abbb-f6eaff5697a6", + "id": "d8244eae-4692-4ccc-942b-86ed7ef722b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63476,7 +63476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9503e8a3-b5d6-4eb6-8ead-6352247bd622", + "id": "eb01dd4f-40af-486e-b2cf-6355559f206f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63533,7 +63533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0de41a-331a-4a7c-9893-36742405c2eb", + "id": "de78c74e-8a67-4d1c-be5b-5ff1b34551d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63590,7 +63590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827ce46d-2bae-445a-867e-431c0fcf2b24", + "id": "57c192c3-bce0-4c98-ab10-8646c3247854", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63647,7 +63647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae1b347-5590-470f-a344-7365ec255951", + "id": "b14579e2-1e11-417a-8f5c-ae647a5b0ab0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63716,7 +63716,7 @@ "description": "Use this API to implement organization password configuration functionality. \nWith this functionality in place, organization administrators can create organization-specific password configurations. \n\nThese configurations include details like custom password instructions, as well as digit token length and duration. \n\nRefer to [Configuring User Authentication for Password Resets](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html) for more information about organization password configuration functionality.\n", "item": [ { - "id": "473acd29-3872-43b9-aa5b-1441a74b4b12", + "id": "7270aa7c-4192-421f-9295-cf8f884a7251", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -63745,7 +63745,7 @@ }, "response": [ { - "id": "416e8e4a-66fa-4ebc-98d4-2af9965da664", + "id": "d9dcf5d6-ce65-4436-baa3-3d37a242fecc", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -63788,7 +63788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad39a5b8-1940-4505-9bd5-4edcd3e58ec9", + "id": "3a8c9390-852f-4b9d-bd31-c32864b6d8f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63831,7 +63831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7562300b-db2b-43a8-9699-7cec7985687a", + "id": "96092c30-61ca-4180-9de4-76c70c5b3746", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63874,7 +63874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37a7a4f0-67a1-4715-b7dd-287e2054d38a", + "id": "7beb333c-be42-4fdb-a86e-d2f2ea4bd727", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63917,7 +63917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f123a9b9-7abc-42b2-9cf7-850b86a94809", + "id": "6432e9ec-c41e-4fda-b5cc-29e1d3766454", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63960,7 +63960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d752282c-c996-4f11-bdb5-dcabd66bb7bd", + "id": "dc5e5d68-f80d-4895-8a6e-0f99f728f861", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64009,7 +64009,7 @@ } }, { - "id": "6953d5dc-afcf-492b-a366-5dc181e61cd3", + "id": "445ca120-4a0a-4fe0-9ce5-f66f97659ab5", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -64051,7 +64051,7 @@ }, "response": [ { - "id": "921f62db-955e-45c9-9eb4-7f9d0aeb725e", + "id": "bdae4d53-b917-4145-a3b4-1024a3b8f535", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -64107,7 +64107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c9f9f41-d12f-42e0-9dbf-074e61129ea4", + "id": "c5d1a57a-6365-4bf9-bc98-b814ae7570f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64163,7 +64163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f7e3c7-d7d1-4df4-bfa3-6f49e88d5243", + "id": "ab86b480-66b1-470e-b467-7334afc8b254", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64219,7 +64219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8eca28-2b33-46db-ad68-3b4dddbe71c5", + "id": "e54173d6-c9b4-4e05-bcd0-c834742bf0fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64275,7 +64275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72857b05-867f-4786-8549-d0ad0711d66b", + "id": "1985bbeb-3535-454c-8987-7620c767130f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64331,7 +64331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "946b0cc0-7b56-4e55-8c83-def4a4a209b7", + "id": "dc62239d-fb6b-4d5b-aa01-03f7b3d4cba8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64393,7 +64393,7 @@ } }, { - "id": "5dba7491-3d25-4290-8cac-d2a260f512a5", + "id": "7dcf40fc-2642-4e3e-9fa2-1ba1a93d422f", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -64435,7 +64435,7 @@ }, "response": [ { - "id": "9135d2be-d524-4fba-b8a3-a2c99365babf", + "id": "d738ceba-8bac-42fe-b610-2dc75eb5fc6d", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -64491,7 +64491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f16892b-9e98-4000-8a66-bea4683c65c8", + "id": "710930df-1ab8-4080-8e09-d5d8a82d2a70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64547,7 +64547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f910b52f-baf3-4656-b663-2812a5550ae8", + "id": "735a441d-14b2-4645-b624-26ed7bf10e73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64603,7 +64603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be787d97-5376-4007-b34c-bb5f03c4fdf7", + "id": "ac7d70cd-c5fe-4e45-ac70-44299b65979e", "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": "66ab882c-41d8-480c-85a8-7836b144be84", + "id": "1e0e4ad4-f9a0-4014-b54a-7c81617904a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64715,7 +64715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae4c854-5695-482c-a640-567dc08295a0", + "id": "5a10bd50-2286-4754-89bd-8564000c4cbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64783,7 +64783,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn IdentityNow, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "93367f90-7d69-4228-8d4c-39d5faf9e25c", + "id": "c71debbe-0d7e-40c9-884e-d2b221a23490", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -64825,7 +64825,7 @@ }, "response": [ { - "id": "5c2a9473-ba47-48b7-ac66-d6d6699dd7a9", + "id": "2e9e294b-4afa-4377-95e0-c99ca81a0f82", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -64881,7 +64881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253aa866-f7bc-415b-b192-e9834ec9f506", + "id": "664a092b-7106-422b-8d73-5bf48cc154ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64937,7 +64937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c037e62-a457-4d38-a227-7aac1eff57aa", + "id": "fafade79-fa5a-46d2-9758-9fe7cccf807b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64993,7 +64993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327c829e-932f-42af-8b0a-0910eb635ce7", + "id": "eba31fa9-8412-4f79-9cae-43b993dda55a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65049,7 +65049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fade156f-9af8-42c2-ad81-d2ea49248f46", + "id": "f5443407-ca4e-4434-b3c5-f4e584157958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65105,7 +65105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1218e09-4eea-4866-8da0-c19d9b9d5ee8", + "id": "dec4b198-8adf-4830-ab65-527518be6932", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65167,7 +65167,7 @@ } }, { - "id": "c75332af-6ebe-4c54-bf71-566b57b6941e", + "id": "f50eba92-f291-4288-8eb5-4f6780fc5d37", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -65209,7 +65209,7 @@ }, "response": [ { - "id": "4f45eb36-62c3-4525-961b-acd43e29f5e5", + "id": "bb174b42-bb09-4c3b-bd27-c902d2c9aba7", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -65265,7 +65265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a56531f-b8ad-4779-a132-d9ddafba04ba", + "id": "bb12aafa-d836-469b-bc9d-b053b8ca9459", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65321,7 +65321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e0297ca-c18b-44cf-8069-42fba679aee6", + "id": "bf703a9d-c52a-4837-a8e0-78b95f61ba83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65377,7 +65377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1779cec6-9d6f-40f2-8201-cb120ce95b01", + "id": "28c795c8-0db5-49db-b325-1d538963bf77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65433,7 +65433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2f61a0-ac9a-40bd-8cd4-ce66a284dd24", + "id": "9dae388f-6aa0-45df-bc42-6f45733dfa16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65489,7 +65489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a33f47a-4dfa-42b2-a89a-51caa41f5f7a", + "id": "d3c21dc7-1a09-431e-a540-6ece30e37b6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65551,7 +65551,7 @@ } }, { - "id": "b8c7974a-8d7d-4285-a409-0f3b2135ae4d", + "id": "936f7a15-94ed-4254-9cd2-361e43c351e2", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -65592,7 +65592,7 @@ }, "response": [ { - "id": "a1d4c25a-198c-417a-97ab-390e43e00948", + "id": "e72d5e40-820b-4a6e-9fb7-cfca458aef26", "name": "Status of the password change request", "originalRequest": { "url": { @@ -65636,7 +65636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01874c54-32ca-4ed5-aeb3-e7e6e9a760db", + "id": "5c1ca61c-230d-4220-9cf3-043c8a7aff6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65680,7 +65680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64bfd5fd-b9b9-42b0-a717-ed186fa394be", + "id": "4b4e824a-f7cd-43ec-ba33-9d608e2a618f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65724,7 +65724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7296a0af-e967-4f6e-bac9-063b9c9d567e", + "id": "fbea7346-ea10-4e47-95c1-467c2f3ef510", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65768,7 +65768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fec6f26-e2ec-450c-91bf-9cbc7e7b57cd", + "id": "ed21e294-1a17-427c-a954-275c9b4db3a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65812,7 +65812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f75f345-0a93-4255-8486-4d1dd37ccc55", + "id": "971563dd-a05e-4c34-88ba-78b5c94588f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65856,7 +65856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cc9153-5630-4f68-8da6-c94298d9dbc7", + "id": "04f834bb-b9b0-45a5-9f04-bf442c737553", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65912,7 +65912,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to IdentityNow with [Update Password Dictionary](https://developer.sailpoint.com/idn/api/v3/update-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "00c3fcc3-165f-4fa7-8703-dfb1afdafd54", + "id": "99baea4e-984b-4c8d-a20d-fd34c53c6613", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -65941,7 +65941,7 @@ }, "response": [ { - "id": "a3cd1946-4fa0-4223-93d4-abc95d2172c4", + "id": "7303c5c9-0a67-42b7-a9e1-5f02c7cea205", "name": "A password dictionary response", "originalRequest": { "url": { @@ -65979,12 +65979,12 @@ "value": "text/plain" } ], - "body": "Excepteur Lorem ullamco", + "body": "Duis eu do", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "04cabd99-1cc6-45cc-8b50-f4d9e88b7e59", + "id": "480c6286-9ee9-4448-91b9-f3936069b361", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66027,7 +66027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c3f6766-81cf-42d4-b272-b39bb2c7dbbb", + "id": "78af596a-7439-4b25-a791-a38bd5ffa2f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66070,7 +66070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b226795-f498-4655-872b-6a832f4a4768", + "id": "7671a775-a987-43a4-809f-b6ffda043154", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66113,7 +66113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb579de-86bc-42d7-835d-016547e510e7", + "id": "c5321db0-020f-43f7-940b-397699412d38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66156,7 +66156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9aaedd0-0672-462f-9933-efccf7f2bd5f", + "id": "3bd896f1-f55f-42e5-9be2-b7d5e312de87", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66199,7 +66199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317ec92f-eab7-44dc-a042-df26032eaf32", + "id": "31510e7a-0767-439c-b926-94248225337a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66248,7 +66248,7 @@ } }, { - "id": "a6b135a8-a570-481e-a3f7-137170ea208c", + "id": "e4ad6246-6029-437f-a65a-52c5c91f89d0", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -66286,7 +66286,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66294,7 +66294,7 @@ }, "response": [ { - "id": "d5cad88d-34a2-4d0b-94cc-c19ec5e75031", + "id": "e73af274-c802-4bda-bcd2-d5f6f3e2df1b", "name": "Successfully updated.", "originalRequest": { "url": { @@ -66331,7 +66331,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66344,7 +66344,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b8643fb5-8650-4ce9-a559-495798b1946c", + "id": "f973901e-3bc7-4377-8f09-51c91242f1b5", "name": "Created.", "originalRequest": { "url": { @@ -66381,7 +66381,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66394,7 +66394,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aca980ec-4215-4daf-a1c2-f44b667506f4", + "id": "da2c0992-bdb8-4da6-b990-0f1258541cc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66435,7 +66435,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66454,7 +66454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "007ca7b7-6349-444d-b508-3157f103f799", + "id": "ff8c24e5-a83d-4595-890f-ce4e07725ba6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66495,7 +66495,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66514,7 +66514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b575e264-ab09-4c20-8e3b-fd2b2945ac90", + "id": "60122d01-6bb5-43be-a858-22c455f65d57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66555,7 +66555,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66574,7 +66574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19add2b3-45bd-4bbb-be66-958d4bbb39da", + "id": "79a9a78d-b4d3-4610-bab5-d4064f6adbc1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66615,7 +66615,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66634,7 +66634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76a2918-8d0c-415d-a103-9f27a539501c", + "id": "36428606-edc7-4303-a311-d5d4c1d22449", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66675,7 +66675,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66694,7 +66694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "032a5573-d167-4caa-b874-40c4550cdf55", + "id": "1b6faf5d-1888-4dbb-b9f8-3bb304c25282", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66735,7 +66735,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -66766,7 +66766,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in IdentityNow: \n\n- At least two direct connect sources connected to IdentityNow and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in IdentityNow, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in IdentityNow, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "c9d674f8-28ca-4884-a898-04a92eae219c", + "id": "c8b75e37-7890-4d38-8029-aaa0bc0c0ae2", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -66823,7 +66823,7 @@ }, "response": [ { - "id": "5fe762f8-9700-4cc5-a11c-dd866efba14e", + "id": "2a68f16b-cce1-4576-b618-ba7ecb37821f", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -66894,7 +66894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b71ce986-6f18-4a94-aa60-075c8518c8fb", + "id": "8aeaecad-5aa4-454b-bd85-fab8cbf4afc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66965,7 +66965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8ebe69-3886-4f3e-87ec-dcc116acbea0", + "id": "0cebb043-7da1-417a-a4b0-077bab9c895d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67036,7 +67036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa2e673-a185-44b7-ad64-5471f8d5a35c", + "id": "166cf1e7-bf01-4a21-aa56-58bf5419dfae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67107,7 +67107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97791683-cbcc-4ec7-94fa-734a1ae00fd5", + "id": "cd158475-a7bd-459f-95ef-9d683e0f0517", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67178,7 +67178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea01f986-6ca7-4a20-b802-65d6958ef87c", + "id": "dc34978c-4c2f-4b3a-ac66-c6c5892b248b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67255,7 +67255,7 @@ } }, { - "id": "4c30d73d-aa39-46d6-988c-c4c0af6a87bc", + "id": "42ade322-d217-4409-b110-d07bab6d6a0e", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -67297,7 +67297,7 @@ }, "response": [ { - "id": "ed0c4972-5320-47bf-b626-9c3a798b4101", + "id": "eb36d822-8e1b-43c2-88f6-8cfc1b8eb682", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -67353,7 +67353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9fcf82-26b1-461c-95fc-77c425af9c96", + "id": "6aaa2155-d177-4d17-a1c4-b738bd1b1357", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67409,7 +67409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4caeb280-e050-49da-a8bf-9d9efaaecb8c", + "id": "89346366-4fa0-43f9-bdf6-da611c00f66e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67465,7 +67465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78cde142-74a9-4f85-be3c-15667100f4e7", + "id": "44fcd0b5-64a8-4533-8a3d-07a6508463c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67521,7 +67521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628265b2-dc29-4efb-9bdf-3ae18146ba2d", + "id": "d884043b-8377-4830-ac09-6d149736326d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67577,7 +67577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "008e2d10-e8bb-42f4-a902-cbb06574f92f", + "id": "91c9375e-52fb-45c7-ad2b-770ce0005952", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67639,7 +67639,7 @@ } }, { - "id": "4a48fd97-7572-4c80-be22-43f4b28423e6", + "id": "0c55065d-6607-402f-974b-0d4e818af902", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -67680,7 +67680,7 @@ }, "response": [ { - "id": "7e0d59ce-d503-4598-9e31-bd24c0d47faf", + "id": "32be40af-281e-4eb3-80be-721e8039ab69", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -67724,7 +67724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60469fef-3fcb-4c7d-9b9e-4b2dff7d9534", + "id": "57ab5e91-5243-40e8-bb12-9dc8cf786b38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67768,7 +67768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de74bef-bc94-489c-8f31-9a17978f3962", + "id": "16332113-9658-4142-b22f-89c682c6c693", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67812,7 +67812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc474b7e-6a6c-4d5c-993f-17dbbdabdbc4", + "id": "74c9a623-2770-4a06-b03e-d63487117d84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67856,7 +67856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b7b6ac-9859-4526-8bc9-880ce801372d", + "id": "9faa01be-04be-46bf-a2e1-00869141b63f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67900,7 +67900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73073b5-cbc9-4c7d-9732-51bdfc5f632b", + "id": "79f2ba5e-916d-4042-aad8-4c3892ada853", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67944,7 +67944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70eab007-d209-494d-8b13-856c85e767ef", + "id": "58ddb4f2-edd0-4c25-a49a-b3738feb11b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67994,7 +67994,7 @@ } }, { - "id": "ee85a06c-fd30-4af2-b860-fcc1a96152a6", + "id": "e33488f4-94ac-4d9c-9a96-cf8ece48e0ec", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -68048,7 +68048,7 @@ }, "response": [ { - "id": "5df7181b-6d18-4e9b-a71c-ee63aca10a41", + "id": "b50cc413-5136-43b1-9899-8476cf0dd177", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -68105,7 +68105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "683e1d09-fa6b-4c4c-90e7-c34f4fb76094", + "id": "f815bdc1-8e43-4cbe-bd0f-1f98e09cf472", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68162,7 +68162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1af1f7c5-f633-4018-8c03-7773ecc7e60e", + "id": "132b3ba3-ca17-42f3-885d-2ea41b4f247a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68219,7 +68219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced69f4b-f751-4e62-a1ae-7824dff38a8e", + "id": "648c94d4-1844-46e1-ab3c-74ab883201d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68276,7 +68276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc7c69c-6912-4dd7-904a-de6b4f1c06e5", + "id": "af58fc22-4b37-4287-a344-df808b0bec21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68333,7 +68333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083b9bf2-3336-477f-853c-5cb92bde8a10", + "id": "bdc3784f-b93c-4757-9400-4130b8a3760b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68390,7 +68390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b917c03-8581-493b-8455-425ff1cd5e02", + "id": "65edfa42-25b6-4172-8ee9-4d888f89a8ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68453,7 +68453,7 @@ } }, { - "id": "6f702dee-a807-41bc-9492-fab2f4436085", + "id": "a9c8f374-45fb-4b3c-906f-0c42f5c727bf", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -68494,7 +68494,7 @@ }, "response": [ { - "id": "a0a7e772-ed23-475f-89e8-710b0e503b1a", + "id": "3e75bf37-9212-490f-be8f-3a8c18f88531", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -68528,7 +68528,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dca00849-2b4a-47c1-9dc1-632fe2bc646d", + "id": "05ce6cb3-fb90-4651-be17-d97457db583b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68572,7 +68572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d632e1a-0a0a-48a9-8abe-2e5c1c8162eb", + "id": "8e9f29ac-6bb9-4dc3-b6a4-ee7a2e377991", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68616,7 +68616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ab6b92-15c0-4332-b313-5011e10abe74", + "id": "75e45a67-fc3c-44a9-a575-82d04496d822", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b29bc0-3690-4152-a60c-7bb47da5f02f", + "id": "fcdd3570-e376-4186-9644-fc4a0722f241", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68704,7 +68704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eff9696-84df-4d36-8f77-a8445d6bf513", + "id": "69620c85-943b-44f3-b588-b234c8a5ee22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68760,7 +68760,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in IdentityNow. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving IdentityNow organizations' integration security. \n\nIn IdentityNow, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "3962ec72-8c68-427b-9d41-adf92a5f07e6", + "id": "27771dbd-70c9-48ac-9c94-6aa15ece05f3", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -68808,7 +68808,7 @@ }, "response": [ { - "id": "5f82bdc4-c222-41c7-9fd9-980a734b27e8", + "id": "4bb52542-e106-4992-816e-dd5cc2c3a1db", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -68870,7 +68870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca62d45-fad1-4080-a5a3-de08ec98d686", + "id": "f4a7a886-abb1-4eb8-bdac-473713685502", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68932,7 +68932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86124549-ab6d-4bf0-8aff-00d521eb697c", + "id": "cc003b62-ce0a-4fd4-8d6b-5314688384d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68994,7 +68994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14f2b756-af5e-417b-ada8-e9be43954731", + "id": "1e24cdc9-9096-4bd6-b7d0-b66752ad0275", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69056,7 +69056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84fa85f1-f369-480b-ad7b-ac5ce9eb05b7", + "id": "48d2e6fe-325f-4a5c-a849-7574d8f18373", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69118,7 +69118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d92d58a5-1007-4574-b8ba-7680fc54b86a", + "id": "d618f48a-939b-44d6-82a4-e3caa7143ec0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69186,7 +69186,7 @@ } }, { - "id": "16b90e05-8d9d-4f61-a0f6-34a38a0fe373", + "id": "6cc60c85-16e0-4664-9e56-bd60acd46802", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -69228,7 +69228,7 @@ }, "response": [ { - "id": "4e6f699e-bb02-4ac8-8c65-9ae8494cf924", + "id": "a592f3ea-46e0-4879-b4cf-0f1fe0c8a2b1", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -69284,7 +69284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543d6eeb-a5cb-4e76-a719-6883847d4fbe", + "id": "1bdbc3d1-7e63-47c0-b112-1c68471af80f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69340,7 +69340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c73429-f2e7-4525-b311-50ac2c9a7ff5", + "id": "96802c5b-4bf9-458b-b785-475cd60e271b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69396,7 +69396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91693f0-57a3-4f98-8dca-ce6a2abd350d", + "id": "4e93e6a7-169d-41ba-91db-e33d8b8c439c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69452,7 +69452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e2f20e9-9e5c-4f55-b5ca-3ffda16502f0", + "id": "44dd892c-c038-4f0c-8f56-808115b4bf5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69508,7 +69508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d078638b-dbe3-4ac7-baec-b66c56f7f749", + "id": "3db22f79-ee47-46a6-9b81-41e09c54d286", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69570,7 +69570,7 @@ } }, { - "id": "463e1174-449d-40f8-a74b-ae57a30f6143", + "id": "1428b949-e31a-4df7-81b1-ad5cbc57842d", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -69624,7 +69624,7 @@ }, "response": [ { - "id": "f56cca01-7ca7-41a0-b2d8-a1e37b85d273", + "id": "418db26b-5b14-4aa7-b9ba-63941f7f5bd0", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -69681,7 +69681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa6dd06-25fb-409f-9aa0-ceb1099f8bf2", + "id": "1d5dd82a-8d4d-4807-8443-9b7375619139", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69738,7 +69738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc600be-5214-452b-ad8d-90fb4475dda3", + "id": "d9b10a83-7aaf-4888-aa8d-7b763dbd0dd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69795,7 +69795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8adbd946-fcbb-47a7-8c42-7d61b0b7deed", + "id": "b6766cd8-bce3-4fd8-be8e-0025133f748a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69852,7 +69852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef52ed0-b13b-4852-9223-26a5b9222efe", + "id": "10ba51b5-3832-41a9-bc01-80f8944dfcff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69909,7 +69909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff99797-0fa0-4ad2-9ccb-39c9a3493e6e", + "id": "f2130f01-c6d5-4f68-af19-06a4cf232ac7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69966,7 +69966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743a503d-a016-491c-8a97-d76615349914", + "id": "4e92e550-6cd9-422d-9b80-a95a70927ac2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70029,7 +70029,7 @@ } }, { - "id": "bd75cb69-1844-4b63-a568-b08264f4d292", + "id": "191e6b1a-71fc-4616-8349-c7c9d2f8a14b", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -70070,7 +70070,7 @@ }, "response": [ { - "id": "3b103ebc-5b8e-4d86-9efd-2c6d0114a485", + "id": "28ea297a-9cfe-4ba5-a29f-88fb69b34d4b", "name": "No content.", "originalRequest": { "url": { @@ -70104,7 +70104,7 @@ "_postman_previewlanguage": "text" }, { - "id": "08229937-92c9-4ae2-8084-cdcbcc5451cd", + "id": "2396794d-4798-4318-980f-aa679df704e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70148,7 +70148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb32e46a-b1f5-43b2-a022-70e9094dfa7a", + "id": "e62987fe-b4e7-4c9d-b55c-ddcf454f1e52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70192,7 +70192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f79f4b9e-e205-4659-8653-6413aacda46b", + "id": "583b9078-b195-45e8-a16a-960e567f9b05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70236,7 +70236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa68c69-fbd3-4ae2-8279-1f3fdc5669c3", + "id": "e21695f1-73c9-4d5d-a624-f1c73e5c0ff3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70280,7 +70280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c1433a-5ffd-4232-8ec6-c2b35a517f49", + "id": "4971ed80-b9c5-4615-8a92-5d39cf265b06", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70324,7 +70324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38de654d-4f10-432e-afc7-3223e7ab4c5f", + "id": "6a00b587-3a01-4e84-b232-3edc351d216b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70380,7 +70380,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/idn/api/v3/public-identities-config) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "d8e1ad67-ca96-4639-8b7d-d012e2d80acd", + "id": "b81d5ef8-9afa-456f-8b6e-0e3ec6c75c15", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -70461,7 +70461,7 @@ }, "response": [ { - "id": "011d26fd-f271-463e-8dbc-37e29d6b7708", + "id": "e8b285c8-0c7d-4c61-a426-3c6b1916d16b", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -70559,7 +70559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a41c3d6-b932-43cf-b271-00c9335c134a", + "id": "401edae4-82cc-42fe-b870-687fb18cc542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06b6bb5-e955-4171-b012-df2225c69b1d", + "id": "2facd241-6d3c-40f8-9831-ee9b352b8466", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70755,7 +70755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce0b6076-2ba3-4f07-907b-1155a47759d3", + "id": "a3363f87-17b3-49f7-ab83-c90a7511e9e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70853,7 +70853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84d027e-23ce-433f-acd5-2119e808735c", + "id": "564e03a2-ccf6-4924-be31-28b2c01ea194", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70951,7 +70951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e95ace-d9c6-4217-9e42-b8d30d798810", + "id": "4eacf1d3-366c-4505-8239-13008349c318", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71061,7 +71061,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/idn/api/v3/update-public-identity-config) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "a6c16d86-be84-4c9c-8022-a9b65d6925f8", + "id": "2aaf41be-ab4a-47ab-93f1-cca8029d9921", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -71090,7 +71090,7 @@ }, "response": [ { - "id": "9496802d-7e8d-40de-b660-2c72e65c96ca", + "id": "fb2ccd7e-ee31-40df-b18e-efba845a518f", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71133,7 +71133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32139279-23c0-4353-b723-36299918b999", + "id": "3a2b2dcb-d07b-4de1-b84f-9a58459c0fd4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71176,7 +71176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b12012-7e17-4a31-abab-6fef531a95fa", + "id": "844e7907-f3b9-429a-8b1f-67625d025760", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71219,7 +71219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef17374-8954-49b6-a020-1af2f4fce11d", + "id": "84c908b0-89a3-427b-9440-31298b632e52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71262,7 +71262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0baac860-0653-4c72-a571-d27fb2b5a206", + "id": "348e4ba3-0137-43e7-93f1-1c589fb85534", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71305,7 +71305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb0775f-8f76-4208-9e38-aa020b9e41a8", + "id": "ab195a3f-f078-496c-965f-2f7a06e608c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71354,7 +71354,7 @@ } }, { - "id": "433753a0-2d3a-4029-8920-ea49a308c3b7", + "id": "09b4a42e-520d-4482-a52e-b74f4c17e7e8", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -71396,7 +71396,7 @@ }, "response": [ { - "id": "0c39be9a-577a-4449-85c2-37f18087bec8", + "id": "d4805525-601a-4340-84d7-492f50ca91cf", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71452,7 +71452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45e894f-c364-4afe-bda3-d83146c44080", + "id": "ed5e553f-a6d9-44e6-b83e-1eac18d6b717", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71508,7 +71508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28918f91-f0bf-45f5-9e96-fb1ebdc27816", + "id": "a30f4ebd-cf77-4f62-a68f-3d12665f3c83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71564,7 +71564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bda9d7b-3101-483f-a499-86abb0181749", + "id": "8c875c3d-c4d5-4a23-ab5c-af4c1b88058f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71620,7 +71620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12116cd5-a5a9-4289-b6d7-3d06f163d615", + "id": "3cee4b07-befa-4649-af64-44349d6a0f41", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71676,7 +71676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94aae19-2f27-47a2-bad7-b0aadd9d1170", + "id": "eef99333-ad9b-496f-ad42-3b234b173106", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71744,7 +71744,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\n", "item": [ { - "id": "69d463f9-cc67-4526-b7bb-3e562a367106", + "id": "1d5589d3-061f-4b32-a889-a475e67db228", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -71796,7 +71796,7 @@ }, "response": [ { - "id": "68bd0f1c-c112-40f8-b9cc-30b5f64dc19c", + "id": "fdf2f904-574b-4307-bf29-721c2e2eb201", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -71851,7 +71851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dcb67b9-7736-41d8-bf40-437f51391178", + "id": "bf718c68-f09b-41b9-8c09-688fc4c64321", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71906,7 +71906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bdc5471-80b9-4db0-b1c5-533e01ba7f3f", + "id": "43ad4f08-b073-45aa-920e-c6bd0520ec5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71961,7 +71961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563fd71c-866f-4751-8f32-5509651b712d", + "id": "f3dbe099-bbe2-4f10-b5c7-134b187b128f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72016,7 +72016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d47652bd-d126-4259-bf43-aaf2bfc0edb4", + "id": "1f3e8b23-1249-40a5-adb4-24cfc240131c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72071,7 +72071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a512d393-6602-4d18-9d0a-6037e5208cb8", + "id": "03033974-4d3b-4908-beda-d8226b2f049c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72132,7 +72132,7 @@ } }, { - "id": "d69041de-92db-41ec-8aa9-f67f8e764594", + "id": "fb1afb32-6630-45ef-b153-b8130636ca3d", "name": "Run Report", "request": { "name": "Run Report", @@ -72175,7 +72175,7 @@ }, "response": [ { - "id": "cf8c024c-112a-4573-95db-03dbb6e4be79", + "id": "95dffcfd-6639-49a1-81b3-136a88ca09f4", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -72232,7 +72232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da419413-2365-4fb7-9722-96530cd6ad51", + "id": "7aeaed68-dad5-4c74-b8ac-e2f6b65d9bf8", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -72289,7 +72289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b09e01d0-ca0c-4eb5-be4a-db1649c0692a", + "id": "ce64f1cf-2f8e-4a09-980b-3f0dbd21a3dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72346,7 +72346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "973f8ed9-7da5-4660-951c-d19cf016c15e", + "id": "d29b933e-ea37-475a-85ce-a2a12b6b8dc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72403,7 +72403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e3e45b-6341-4f67-8490-0625ab91d8c3", + "id": "1f9e700f-b03c-4db2-9ec6-2f598cbaa4d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72460,7 +72460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce713c6-96e3-4d60-97f3-55baf2686ed1", + "id": "db9b4b55-0317-45f4-a119-4d2862afc881", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72517,7 +72517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f081b4cb-cbbe-47b0-b930-8851d2b54201", + "id": "6da9a79d-683e-4b1f-8c11-48b88f408aa1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72580,7 +72580,7 @@ } }, { - "id": "fe7e7013-0489-4fc7-9300-11937bddd1b8", + "id": "ec2e55be-117f-43b8-85e3-9f057d8633bf", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -72622,7 +72622,7 @@ }, "response": [ { - "id": "d5ffb5af-943e-4097-bbd2-6e8c7b3c658c", + "id": "2a033f44-4096-4eb6-86b1-91ec4d996366", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -72657,7 +72657,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0bf43467-d829-49a5-9646-f731b6a79d15", + "id": "2f6d51bb-1178-428b-afc9-a4a4c481b4ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72702,7 +72702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e59056-feaf-432c-89c6-b526b7fa3e99", + "id": "82477a7c-e148-460f-a496-556ad6772ed1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72747,7 +72747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14e394c0-409a-4e3f-987b-8d7b5a421fc4", + "id": "28f07766-6d70-4202-b90d-10b1fd4819f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72792,7 +72792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b07d8fea-ad05-4b72-b2ac-5dc7acd3dd8b", + "id": "8b58a04c-7c9d-4d7e-a2ed-2ee69d2879db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72837,7 +72837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620b3996-ac8f-4969-95c3-be9a3b78b50c", + "id": "cf1afb64-fdd1-493f-b8f6-b24cf5a43b66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72888,7 +72888,7 @@ } }, { - "id": "883dce2a-5a98-4ed4-9e58-51a2266a8ce9", + "id": "e1969576-bbaa-4b9b-a4a8-d1c502c36c20", "name": "Get Report File", "request": { "name": "Get Report File", @@ -72957,7 +72957,7 @@ }, "response": [ { - "id": "fb4b3f6e-198d-4eeb-9f6c-5955d58714df", + "id": "9532e38b-d916-467a-a0d0-a794ee65435a", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -73033,12 +73033,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "Excepteur Lorem ullamco", + "body": "Duis eu do", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d9ec9a5d-f04f-4bbe-8117-80806a104428", + "id": "0b0c25c3-72f2-45c7-bee0-e961947e6c41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73110,7 +73110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138b687a-553f-441e-ba87-07767768e526", + "id": "21ecf12b-83b3-4afa-86a5-0338ddc5e01a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73182,7 +73182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc7029ec-9a1b-416b-9618-d4de08e252a3", + "id": "a4423619-319c-4314-98d5-6c184a935d91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73254,7 +73254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12b5d7e-8160-43db-a42d-cb1db57b5a63", + "id": "75b4b863-5c68-40c2-909e-4795660add1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73326,7 +73326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6622e0e2-2dcb-44c9-b9fc-21530b9ce7a9", + "id": "66e02a47-1a9b-41d8-8018-104cc0e010f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73398,7 +73398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "114b1b7f-5d05-46fc-beb7-2b806f427191", + "id": "8290b880-5a5c-4dcc-afb1-d60700083beb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73482,7 +73482,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/idn/api/v3/access-requests), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "7ba511ef-ceed-4fe3-acb6-6be11cb83dee", + "id": "974cc03e-148c-42ef-8ecf-d1317f9cbfce", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -73593,7 +73593,7 @@ }, "response": [ { - "id": "76fcc956-9f38-4c51-827e-cdd82c037b24", + "id": "106347c7-bb5c-433d-96bd-7716c54f75b3", "name": "List of requestable objects", "originalRequest": { "url": { @@ -73718,7 +73718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4b0509-d098-4e37-a15d-ed51bab93243", + "id": "3ac34ca4-f788-480a-a983-68d4f73796f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73843,7 +73843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a228c36-26c2-4915-ab1a-bab554ce5b35", + "id": "2677307f-6ae4-4b86-9b88-ba33f74e4e5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73968,7 +73968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266ebacc-62fb-4cdd-9fd9-bcfd35831086", + "id": "7e4cf2c4-eb9a-4518-9c36-61217ad71ce5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74093,7 +74093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d0a902c-3cb4-410a-8a08-56acd4b83716", + "id": "20f2fdc9-0ffe-45b4-8cdd-133d259f85e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74218,7 +74218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559de608-ce8c-4003-982e-980ff7f6ed5e", + "id": "e6fc24bd-eb1d-4212-9cfb-a6d95d0b5d80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74355,7 +74355,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout IdentityNow. \nIdentityNow can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in IdentityNow. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in IdentityNow can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn IdentityNow, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria IdentityNow uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "30ee5222-c065-48af-a549-74c24bce2e34", + "id": "39aa79e3-08a2-4d34-a88c-85a6795a1200", "name": "List Roles", "request": { "name": "List Roles", @@ -74457,7 +74457,7 @@ }, "response": [ { - "id": "ae54a676-b26a-437d-b318-0a4a5de0c25b", + "id": "23cb9d5a-0a3f-424e-94aa-ee4289ce53e2", "name": "List of Roles", "originalRequest": { "url": { @@ -74573,7 +74573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a01380f-4ea0-4e5e-83a5-714318c14a69", + "id": "c995d613-29f4-4ad7-8219-0cbe6d9b9948", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74689,7 +74689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f7e540-5f82-47fc-829a-af3ff634ecba", + "id": "b6816f1d-69f4-4b1a-af43-178302d52d43", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74805,7 +74805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ecae4a5-6c96-4210-b93e-443752c70167", + "id": "e225ba01-0b7b-4b55-bdd8-07e8d74e4f04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74921,7 +74921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b9ac91-439e-4325-8d17-89bceed0bcce", + "id": "6edc7f5e-f212-4662-9098-63121a30cf8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75037,7 +75037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94f9149-43ed-4e4c-8c6b-6835ea5493ea", + "id": "53e5df84-7162-4234-aef2-383d64afa080", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75159,7 +75159,7 @@ } }, { - "id": "42d1e2b7-dfaf-4705-925f-fb4796fc827e", + "id": "e15d6785-9fcb-4f9c-92f3-875c13654774", "name": "Create a Role", "request": { "name": "Create a Role", @@ -75201,7 +75201,7 @@ }, "response": [ { - "id": "3ac668f3-dfa4-41f2-be8a-bdb77fd7fb2e", + "id": "9612a6c7-6de7-4809-ad08-c7e10d476cea", "name": "Role created", "originalRequest": { "url": { @@ -75257,7 +75257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd6efd1-00f7-480b-99b3-4343dfa6e1c4", + "id": "67ba70c9-1df1-4aa4-b627-6e1ebf706dcd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75313,7 +75313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f85f2d-a27a-494b-9af9-572d83c012b7", + "id": "a3a39a96-2815-448c-bdca-794a04dd1ea3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75369,7 +75369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead443b4-a7d1-4795-bb57-0d5137036ff4", + "id": "5dcb17c8-1971-4186-ba46-40ad40329bd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75425,7 +75425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e68e9da0-d986-45e9-b767-8659a829d4a7", + "id": "f375c95f-15eb-4120-8aad-10e9e7920503", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75481,7 +75481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b830aa-a499-454c-858c-fb38e30e4701", + "id": "292f4db5-fa42-4b7f-81ac-c007f94464e8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75543,7 +75543,7 @@ } }, { - "id": "8d27b2de-8d4b-4870-bd71-b9f7917f940f", + "id": "3dcab382-87d8-4304-9538-e62517d3675a", "name": "Get a Role", "request": { "name": "Get a Role", @@ -75584,7 +75584,7 @@ }, "response": [ { - "id": "7fa17188-b809-446a-baa0-a6e80fab2d54", + "id": "53db8cc1-bbd1-4a5d-a56f-c00efad6efab", "name": "List of all Roles", "originalRequest": { "url": { @@ -75628,7 +75628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7fc056e-565e-4cc4-9bd3-23bc12d558d6", + "id": "ff5e1649-b00b-4d92-ae9c-c173db70eaa9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75672,7 +75672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7050bead-3ad3-4d16-be5d-7f6e393c2e48", + "id": "85f070b0-9d9c-40d8-ae23-d5184db18111", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75716,7 +75716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "850be868-7509-4480-99ce-e5937ffc6817", + "id": "44a08c51-f0f8-46b8-80d3-24343e596765", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75760,7 +75760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1293fad2-5bf0-4f23-81f4-c8e56d4cf947", + "id": "a377fb66-24f3-4737-b411-e89826d0f18e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75804,7 +75804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd717a97-72f9-4928-b110-cd576eed1646", + "id": "b9ffe9e1-97d8-4913-a72d-a9baf948c0bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75854,7 +75854,7 @@ } }, { - "id": "cdd5bd3c-3de3-4b71-8898-bb9823a48f7b", + "id": "30d72358-4362-488e-a0c7-b51cd49ae6d8", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -75908,7 +75908,7 @@ }, "response": [ { - "id": "8805338a-d586-44fb-a97f-a82937e7bb75", + "id": "9250d7b2-7519-4566-a9db-1915223050fa", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -75965,7 +75965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd464193-7ea2-4e45-a78f-ed5cd4954442", + "id": "280c1018-5f71-4f08-b0ce-29d356a4c197", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -76022,7 +76022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783d25d5-0c3b-4cf3-9bff-6bc327c2fe1c", + "id": "50bd6acd-a906-480a-a159-165b2d024070", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76079,7 +76079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fde10405-48e9-47e5-9b8f-020601d86330", + "id": "0be6c985-50b9-4d39-802e-bcbe6d1ce6cc", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76136,7 +76136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbcb1b7-2c83-40ee-93e5-0ea44b9c4f88", + "id": "294f79b4-eb43-478d-bbc0-8df88e2c252c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76193,7 +76193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f707bd59-695f-4b7e-870f-bdc8fe409558", + "id": "2c8fb8be-5406-4668-9d32-1f850674d348", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -76250,7 +76250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa70dfc3-92dc-49ba-810a-3e904a793762", + "id": "46ebba31-6b69-4a17-888b-34ef38ad4210", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76307,7 +76307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "334c1c27-e8f3-4539-8d05-0a9cd0a415bf", + "id": "cd93a3d2-297f-453d-a951-7a49b30d9d44", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76364,7 +76364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59369bcd-a2eb-4fe9-b17e-d1c58baf4629", + "id": "35d8f028-e597-44ab-9725-6c1f36c84b27", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76421,7 +76421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a390ca47-379f-4edb-921e-62922ee11e1f", + "id": "4417780e-cf97-4c10-a7e2-6c7acacff687", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -76478,7 +76478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c247d09-9828-436e-91c1-e84c9f87c2f9", + "id": "6be6cff0-a454-4c3c-8ae1-358b42e21e6c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -76535,7 +76535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682175fe-4987-4f69-8b21-910d14224fab", + "id": "24527f39-300a-49d8-8628-ef762926d49e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76592,7 +76592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b16fe137-48ce-45fe-9658-a5b555745850", + "id": "5403b260-0c06-436f-9ef4-1ac850ad6da3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -76649,7 +76649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b19ab0-4885-4aed-86cc-c661ed0c06a0", + "id": "299ca757-4ca3-4f15-9cca-7f47264cf0eb", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76706,7 +76706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74efcb3b-7e6b-416a-8644-ded9c51c76ed", + "id": "e034598c-18df-474d-86ef-fb0ac9ab5c05", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -76763,7 +76763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8514c492-c141-4388-9fc5-fbd303a3a11a", + "id": "c8cf0261-835a-47b2-a1ec-ae8ba115f717", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -76826,7 +76826,7 @@ } }, { - "id": "84d77036-d7e8-4be1-8677-22590214754c", + "id": "9c175c11-d9d1-40ef-aef9-b29226bc572b", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -76867,7 +76867,7 @@ }, "response": [ { - "id": "e7089d60-2e27-4414-afc2-438d4cc777fc", + "id": "4a7605d5-f77b-48b9-a443-1f94edc75987", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -76901,7 +76901,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f192ab6a-a0bf-4b94-9946-a226e01859d2", + "id": "33f8687b-f851-491a-844a-b6059f5bb246", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76945,7 +76945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "273c8a34-778d-4c8e-bf32-98a1bb286b6f", + "id": "a7c4811b-545c-4dc0-8d35-282e87d40bc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76989,7 +76989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07a8b5c-037b-492c-91e4-580bfa6004b9", + "id": "0390a4c3-7664-4aa3-a025-9e8f87e93251", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77033,7 +77033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57238db-1eb2-40b0-ae94-afdc2642d22d", + "id": "6037e7aa-97a0-42a5-b6ff-aab6fd927084", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77077,7 +77077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57ba4bf2-10e5-4fb8-a9fe-1cf6db601d2c", + "id": "4c6e3218-8143-45a7-a7bb-a6ba34e1e95f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77127,7 +77127,7 @@ } }, { - "id": "e482ab5e-63a6-4556-b1c7-d4338e042dca", + "id": "65d29c61-fd32-4a69-92f7-f47106ec7054", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -77170,7 +77170,7 @@ }, "response": [ { - "id": "8a045709-1b42-4f71-bd0a-e28b3ee35a52", + "id": "08fc855b-772f-4ae4-9765-6cefe7566301", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -77227,7 +77227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a378b42-e123-439a-a477-071e32167359", + "id": "342c0c42-226b-4911-9b2c-e4af388b13d8", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -77284,7 +77284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4caf4733-8552-45dd-9968-d9a97d30aa62", + "id": "cf931a3d-745b-40d9-a335-315205df093f", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -77341,7 +77341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "315ada84-52e5-40a3-880f-96e75f6141e9", + "id": "1f2fae83-af02-4990-9804-e339b8de7a0d", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -77398,7 +77398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569b0c0b-e16c-46fd-a21d-fbf7221bf9fb", + "id": "98f158e5-bbbe-4f77-93a4-b87dcdd08129", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77455,7 +77455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41eddd6f-834d-4b1a-b086-3c345df3d8b7", + "id": "710df0b2-192a-47f4-9181-394421003fde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77512,7 +77512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8ba5a8-6084-44d7-8c51-0cd136a7e7d2", + "id": "6f74a3c1-8f8b-40dd-8aae-541a1ac32c5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77569,7 +77569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d81164a-22cf-40c5-869e-b5b35a27f686", + "id": "b5bb9f99-c982-44f9-80e2-1cd45e60c170", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77632,7 +77632,7 @@ } }, { - "id": "b673943d-9272-4078-9419-70ccdb15fc04", + "id": "9f49f280-4077-44eb-8262-58832a1f7020", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -77717,7 +77717,7 @@ }, "response": [ { - "id": "89b18cf1-5b1f-4e9d-a801-6632d20101c4", + "id": "0ad973bc-bb98-44cf-970f-e75da1f76e97", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -77808,7 +77808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382abf94-ce53-41b2-a493-484642a2b415", + "id": "6cff6443-4e99-442b-9a82-d979bd9f37a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77899,7 +77899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0876d33f-9b9c-4d63-842e-5ba93998c482", + "id": "a41edba2-309a-4402-a6dd-04decc5aaeb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77990,7 +77990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e08a89e-d03e-4552-92c0-6e1b5da18b12", + "id": "9dd69937-f922-48f4-89ce-bca6a0452f23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78081,7 +78081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70fdbad-6efa-40d1-8be2-abc693821d08", + "id": "f8470b6e-5193-4591-a1a3-e01e137eef12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78172,7 +78172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "739d76dd-eeb6-4e01-8597-66823b2dc432", + "id": "fc251fff-9d63-44fb-beb8-f0a40bbd7429", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78275,7 +78275,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in IdentityNow can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure IdentityNow to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/idn/api/v3/scheduled-search) for more information about running saved searches on a schedule. \n\nIn IdentityNow, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "47dd5dd7-55ad-4ba4-b5c2-77a926d81723", + "id": "de8516d6-b795-47d2-bd9c-5b9fa02d0e49", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -78317,7 +78317,7 @@ }, "response": [ { - "id": "3ea7fa35-3d47-4843-a4db-09b5408e5521", + "id": "e85e4bed-3656-4b70-9ee3-53ad6da6ec4c", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -78373,7 +78373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000b54ae-3190-4c7d-b7f5-b6a548a098f1", + "id": "6aabc058-021c-4bd7-aeec-cbbb19e30d3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78429,7 +78429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a622a64-55c3-4081-8a67-f6c94345dc8b", + "id": "8c0847c2-ba70-4088-8607-ac442ffc362d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78485,7 +78485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128795bb-3b99-47c4-a198-941106acb22e", + "id": "f2231619-617d-47e4-a2c1-df12663fec43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78541,7 +78541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0458b3e4-70a5-4df8-807c-0910cad0ad5e", + "id": "7ee2a9b9-48fc-498f-a0ed-4d28ad1266f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78597,7 +78597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5307aa-1856-48cf-abe7-30189f4d6683", + "id": "9843453c-e440-4fb9-be62-04633e063489", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78659,7 +78659,7 @@ } }, { - "id": "6e4675d0-be46-4217-8192-b60247d68322", + "id": "34114e81-b0c2-4916-813a-04110a47fed0", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -78725,7 +78725,7 @@ }, "response": [ { - "id": "aff6dc10-6ec4-461a-bec8-bb30ab8a3a19", + "id": "16a21ab4-2bfc-43c5-b0f5-0f6664d6b652", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -78814,7 +78814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b3fbcf-7294-43b7-8ddd-85c985a936d5", + "id": "cf193cb3-8eed-4527-b81b-8e16f79373c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78894,7 +78894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac64b60-5527-4134-88dc-2a3cb238f806", + "id": "a16c4724-f1a2-4bd1-9e03-92f04d3c9cc6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78974,7 +78974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5da92f-272c-4ea5-b6ff-81dba448a947", + "id": "4ed9167f-f444-4d34-99af-f4158d24c8ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79054,7 +79054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ebd2301-df28-45a8-bf61-dae72dba4d92", + "id": "7afdac0d-7b98-4350-a944-dc592985cd78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79134,7 +79134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984b6640-5e37-46d5-bb74-9c71a72ef632", + "id": "6a2bb9b4-66ad-4335-95ab-b89f8f5d4438", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79220,7 +79220,7 @@ } }, { - "id": "12d79f50-d1ff-4bc4-94c1-98c486bf34d4", + "id": "281e5652-e87f-420b-82d1-b9b4c8fbe82d", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -79274,7 +79274,7 @@ }, "response": [ { - "id": "6cf9237a-19d7-4ca9-829c-b62071dd69c0", + "id": "83ccb35d-8e93-4ff8-add3-baf9bfb6d204", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -79331,7 +79331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a56aa88e-f425-46e5-bcd7-07a25170bb9e", + "id": "c975f2d1-ec20-427e-9ac6-51af7ccb9f51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79388,7 +79388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "699320de-8684-4b5b-bc7f-40bd924df738", + "id": "c1c1135e-1c46-4719-afae-dba64d7f647c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79445,7 +79445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ce5ff89-4b86-41d7-8ec4-560c81141db0", + "id": "9d8d28b4-2570-4e23-8359-74ee4409c7dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79502,7 +79502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f802dda-6e05-43a9-a531-7a09538b10bd", + "id": "9181c99b-1cf5-4449-bf79-b66f73154eca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79559,7 +79559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a38e3a60-49db-41f4-b3d3-de7e518d91c2", + "id": "820f90bb-cfe6-4e60-b9e9-30d43c02f18a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79622,7 +79622,7 @@ } }, { - "id": "b420e0bf-04c7-4345-95ca-7df4ffce9b20", + "id": "5bda2caf-cd32-4989-aa28-07e768ca875c", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -79663,7 +79663,7 @@ }, "response": [ { - "id": "20eeb449-3c74-4934-98b4-e2b738d47e6a", + "id": "6df79bfd-5f17-40c1-bc99-236c6576ab2b", "name": "The requested saved search.", "originalRequest": { "url": { @@ -79707,7 +79707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e93575a6-7484-4cfe-ae0a-5c7cb54a6e12", + "id": "74d454bf-4fe5-43a2-aa8b-9c3834c83d89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79751,7 +79751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdcaf8f6-8d53-41f5-993a-529b9719923e", + "id": "2747f4df-141b-400b-8ef3-75ee8671a745", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79795,7 +79795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35fb665e-6dcd-4ea7-941e-568f4139d12c", + "id": "b5e13aff-250a-464c-8671-5296b34cc32b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79839,7 +79839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af30da5-71e7-4b5b-95cc-3b932bc726b0", + "id": "e385207b-6184-4fda-8480-9a50e204a116", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79883,7 +79883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50255b6a-8a6d-447b-9e53-fc05c4ec48b0", + "id": "ae6496c2-040d-40fd-ae18-b999a5a05e56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79927,7 +79927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d853a748-a823-4ade-925a-884614a8b77c", + "id": "8f296ebf-cc17-4aae-8f73-81f8d4846b2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79977,7 +79977,7 @@ } }, { - "id": "a96468be-c507-40be-beb5-3189e64d6e1a", + "id": "45dd4f55-fc6b-46cb-a1ff-b700bd3e8907", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -80018,7 +80018,7 @@ }, "response": [ { - "id": "fb3ed4bc-3d26-4afa-be7a-6d1296383bae", + "id": "760ae953-cc48-41a2-a4b5-19e14197ff75", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -80052,7 +80052,7 @@ "_postman_previewlanguage": "text" }, { - "id": "89f805b9-f1e3-4112-aca1-4edd8fe46c1c", + "id": "1d16ac71-2f27-409e-9680-8dd3a6debe8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80096,7 +80096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f11a374-242c-446b-9c75-c27b1959b6e3", + "id": "73e03fe0-6c61-4436-9034-2512cbc1ca5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80140,7 +80140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dbdd8c5-d00f-4dac-99af-bb202a6aea0b", + "id": "3e8c7f67-4618-4268-aef4-2eac0898e894", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80184,7 +80184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f5abf9-5561-4c75-98e2-1ae44a496fcf", + "id": "2ad5746b-de04-45d9-ad90-d61b01564bd3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80228,7 +80228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ebc632-b71f-4024-a9e5-c09ad0adb542", + "id": "ce11b070-5573-4536-9944-7fb7b966ae2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80272,7 +80272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bfc8cb3-1497-4307-b0ff-5d9d76b47cc5", + "id": "a66316ad-6adc-45f1-bd84-12fbf6c0a419", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80322,7 +80322,7 @@ } }, { - "id": "bde04076-b195-4d83-a9aa-2d3b1df9a5db", + "id": "e544b94a-6b8c-47c2-8f3c-dbea1c5a4aa9", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -80377,7 +80377,7 @@ }, "response": [ { - "id": "3e3f2080-25b6-46e1-90da-fc42d7c72e38", + "id": "a6017442-b1e1-4f98-bf1e-fac244dd32b6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -80425,7 +80425,7 @@ "_postman_previewlanguage": "text" }, { - "id": "be3a7ae6-9ded-416f-bd62-dc26d8ce624b", + "id": "e909a659-1d11-4fde-93be-1a4af45eb049", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -80483,7 +80483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bfc35f5-c04b-41b5-ae67-d40a9ce7b0cf", + "id": "de9ffa4e-5901-445f-a2a5-863865646d0e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -80541,7 +80541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d31dd871-070d-47f0-b26f-747673caf2ea", + "id": "0b1e9373-451e-4ac8-b183-ec5fd4d7f691", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -80599,7 +80599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2478dda-0b86-4a53-8665-f529aa8b7edd", + "id": "1c4f4a0b-05b2-41f9-8456-1c7edfdeb3f6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -80657,7 +80657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a46edcd-8a5f-4034-8808-266c65f10558", + "id": "3bbb460d-ba56-49d2-8600-945e190e9525", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -80715,7 +80715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d0315f-2a9b-4f6c-912b-23bacce6fc19", + "id": "004185e2-65ef-4a68-b73a-be55dbe6dc54", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -80773,7 +80773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be9cdfc-1f6d-491e-a622-31604a325559", + "id": "97d33549-3e03-4ba4-b35e-0c0132766c07", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -80843,7 +80843,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and IdentityNow emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentityNow emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn IdentityNow, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, IdentityNow sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "12e5cebf-0d47-4e08-8e6d-485ffbb7a6fb", + "id": "e27b1c73-2e21-4667-9fa9-9ce464fec2e4", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -80885,7 +80885,7 @@ }, "response": [ { - "id": "000eb8c0-d2b0-47e7-a73c-0792d5075213", + "id": "1bbc0611-4861-4fd2-924e-d9ff5aeeb33a", "name": "Daily Search", "originalRequest": { "url": { @@ -80941,7 +80941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26681772-d6aa-403b-9485-96257f04a4f1", + "id": "b33b7c3e-f2be-4930-ab4a-b2ff1fdcbfc7", "name": "Weekly Search", "originalRequest": { "url": { @@ -80997,7 +80997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fccf99ea-0dc3-4cf3-b6f3-ca53eb31cf8f", + "id": "6f8cf256-2bbd-4551-be50-8020b1fe1dda", "name": "Monthly Search", "originalRequest": { "url": { @@ -81053,7 +81053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8d32afc-2b54-4cc1-9c13-114b757d8e50", + "id": "c3caf3b1-49b4-42ea-a666-2dc9862b8863", "name": "Calendar Search", "originalRequest": { "url": { @@ -81109,7 +81109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595ef177-cbfe-4c3b-b679-e48703e59c33", + "id": "0ab7349a-0c27-4ba4-8972-696a9513e2e1", "name": "Weekly Search", "originalRequest": { "url": { @@ -81165,7 +81165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7864da2-5a6e-4b88-959b-2f306f526e7e", + "id": "d712521e-386d-4f9c-a703-17846c3db7e1", "name": "Monthly Search", "originalRequest": { "url": { @@ -81221,7 +81221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f73e0e-f2e3-478c-a4f0-245b29234f1f", + "id": "5cf5ba2d-3e20-4fd3-adc0-c97465fe3b30", "name": "Calendar Search", "originalRequest": { "url": { @@ -81277,7 +81277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f706e2e-e31a-4b7a-8b7c-abb6ec0e13ef", + "id": "287a5533-dc86-4c85-9dfc-bb6efb80bfc8", "name": "Monthly Search", "originalRequest": { "url": { @@ -81333,7 +81333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d75039fa-343a-4323-9420-e9f9d753c9bf", + "id": "8af7a3ec-8bb7-4431-9d6e-c7de55326a47", "name": "Calendar Search", "originalRequest": { "url": { @@ -81389,7 +81389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b65d5c4-60ab-448c-9e54-6715feed9578", + "id": "57a4c5cc-bb0f-48b4-a25b-0984f1bff293", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -81445,7 +81445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c727c5-6a1d-4c39-9c88-7b839d71a015", + "id": "5326d5f9-03b3-492d-b240-5dd2fd344b84", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -81501,7 +81501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c6d67d1-0659-4e83-bee4-a60380d37fcc", + "id": "f10f6b96-709a-45a7-928f-69a4f1f663fb", "name": "Daily Search", "originalRequest": { "url": { @@ -81557,7 +81557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8acb4f6-705f-436b-95b8-1344bd798253", + "id": "4aa51aee-bc03-4f3c-b248-d2224bcea901", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -81619,7 +81619,7 @@ } }, { - "id": "d2d2e54e-ff23-46f6-9777-897c99aee551", + "id": "668eeb4d-776c-49bf-8f8b-44c7e3c7477c", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -81685,7 +81685,7 @@ }, "response": [ { - "id": "9aa3e6df-b506-48cd-80ba-e4ddaf37320b", + "id": "75f0b3e0-19df-4f41-9fea-279e0d090b71", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -81774,7 +81774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd69ed3e-f9f9-4d65-8fd6-309f192ecd49", + "id": "99f461d1-7a04-4664-b514-dc08cd31793a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81854,7 +81854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b6b882-b54a-498d-a7ff-882d2552677d", + "id": "b9344d91-c1ed-44ed-9525-fbd344ff4416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81934,7 +81934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e64411b-ac77-46d5-b648-a916bd091e72", + "id": "bc731416-0374-4e32-9892-c82909b7c36d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82014,7 +82014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e666c46-595c-4813-807c-19f9750b2ad3", + "id": "03e1eed3-e4c4-4e1a-932e-4f6d5f5a2880", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82094,7 +82094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c03a839-f89a-4a8b-9574-ce27906c2328", + "id": "d48b68f5-6ad0-4777-81b2-d628c974afa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82174,7 +82174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ca8be7-eb83-44b4-9fd1-80935ec1603c", + "id": "82c26128-5c18-4a40-af75-e8f2d4887ba3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82260,7 +82260,7 @@ } }, { - "id": "1184c9a7-f537-4011-bc18-c4466e588c8f", + "id": "3d55253a-de77-49cb-8663-ac5bdd9d098d", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -82314,7 +82314,7 @@ }, "response": [ { - "id": "0324bf5e-6e5a-4494-af76-627d3660ba72", + "id": "cd623731-f622-4e38-8449-22b30121e94f", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -82371,7 +82371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2370383-39e6-46e6-9430-09d67063c156", + "id": "50c49b75-3a05-422f-9d05-0a6641b1383b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82428,7 +82428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b24dc1e-b5fd-442f-b958-4ef934714c30", + "id": "5b29e579-a7da-47d0-b552-f3dcf5a0c6cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82485,7 +82485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "378b4b27-1735-4709-9081-7ae430fa3059", + "id": "b64375cd-ba2b-4104-ab3a-a26d367e201d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82542,7 +82542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a189df18-23fe-4a9b-8605-83183448c359", + "id": "e59c4e53-14f8-4b50-b931-8349e35045b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82599,7 +82599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ef2657a-4a48-44f4-a71b-ca14cd9ca3b4", + "id": "e1ed0128-0ba2-4064-a780-186e308ce1b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82656,7 +82656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e2d5173-4c19-467d-a7b2-e4a642d562a2", + "id": "c2fd6761-ab07-4660-b3b6-80ff71ca766b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82719,7 +82719,7 @@ } }, { - "id": "5c0beff2-4ae3-4e46-9ffb-d8930e394e6f", + "id": "e682b624-42e8-4804-a13e-ca14d6049b91", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -82760,7 +82760,7 @@ }, "response": [ { - "id": "b710c127-d5ed-417c-9905-aae9c6b75ad7", + "id": "f81b2e8f-f488-40b1-bc42-6b34fbbce957", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -82804,7 +82804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f77c4f4d-6860-4b0d-be0c-bff0497be591", + "id": "c6cde02c-dc56-43da-85dc-4cdf20bee346", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82848,7 +82848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46d729bf-8bf9-4226-bc0f-30b07c24196d", + "id": "909abc03-168c-40a3-bb01-1353c287bc57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82892,7 +82892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7105c88-892a-47e3-a349-91175a2d6827", + "id": "07df8564-18f7-4c73-bb0b-5e0fa73c2d00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82936,7 +82936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4d4337-b0df-4a40-8817-dceea2a48569", + "id": "4de1ed79-7769-4cad-8e29-836a8ab27bd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82980,7 +82980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c827e45-101b-4cb5-b277-17d9deda315d", + "id": "4a9421ae-88ed-4c2c-9dfb-0bfb3e81bc26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83024,7 +83024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7ae99cc-33af-4fcc-b01a-3e08cc1cf7e7", + "id": "5f53408a-1930-4ed9-8c21-db5637876f1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83074,7 +83074,7 @@ } }, { - "id": "eab19dc6-0831-4133-9856-1dcab46e0738", + "id": "d5bb3611-6199-4a81-b06c-35496e24b730", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -83115,7 +83115,7 @@ }, "response": [ { - "id": "fcfc3cea-1abb-452c-a3a9-34aacdfce146", + "id": "d480e737-fc9d-4b1c-aa3a-d57dfba572b4", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83149,7 +83149,7 @@ "_postman_previewlanguage": "text" }, { - "id": "179fda81-9cf7-4fd2-9cc9-6005fadc5330", + "id": "04a52c8c-9d1e-4a48-adc8-8eb35fcbd72d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83193,7 +83193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f1f72d-6ba4-4ff3-abe5-88af84b4e8e2", + "id": "1c261c0b-3571-46e4-8b39-391fb2035080", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83237,7 +83237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be38996d-7ed0-4a70-bc3f-dee6d753034a", + "id": "2d09ba87-8d8d-4c19-92a2-c61e5cd9f010", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83281,7 +83281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce5636e-7f22-403e-afda-eef7f742af39", + "id": "61eafe93-1050-46b2-861b-52dc827fc04e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83325,7 +83325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39c19d7-32e2-4428-bb07-6bfa028a0d37", + "id": "ba290496-ebfc-40e4-a452-7731ecf532c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83369,7 +83369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba8ffc1-d6cd-46f0-9f3c-dd3e51a72871", + "id": "00f35b03-72f3-4377-a107-9b06374431d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83419,7 +83419,7 @@ } }, { - "id": "5dd4a8a0-9430-42f5-8e34-7ebf69179267", + "id": "516b433b-0a01-487d-8ad8-27413612eee8", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -83474,7 +83474,7 @@ }, "response": [ { - "id": "61bb67c0-465f-4abd-a624-ddf922ad61b5", + "id": "85277c94-ba33-4867-83a3-7de5bc877a2a", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83522,7 +83522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4449c78d-4936-41ab-857e-d27afa4b9daa", + "id": "62378deb-706b-4c8d-80c0-367a68360913", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83580,7 +83580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155523ca-9447-4b41-add9-acae7ede37b1", + "id": "f2e10bf8-35f8-47b8-a49c-56205ff3003b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83638,7 +83638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc904465-22f9-4d82-b348-aa45ad85ca0a", + "id": "6495e43e-3309-4b11-ba51-c0c5857d9de8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83708,7 +83708,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentityNow enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using IdentityNow's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about IdentityNow's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "9fb01acc-4511-4237-9032-7b9bdbe8af7c", + "id": "e89a34c7-4b77-485d-b9f6-595b5cfec764", "name": "Perform Search", "request": { "name": "Perform Search", @@ -83778,7 +83778,7 @@ }, "response": [ { - "id": "c5567031-a9bc-4bbc-bf28-fc10fc503a8f", + "id": "f9f36479-5546-4648-b1d4-297543a65bed", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -83871,7 +83871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e040e8d-2a1e-424f-a0dc-59e26827dae6", + "id": "4476d1ab-cd0a-4336-92ff-4bdcb139176a", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -83964,7 +83964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755a3718-2ed7-487d-a559-04f986b89da1", + "id": "f1243036-e411-4a39-b7c0-2e1681ad3e9a", "name": "A collection of Events", "originalRequest": { "url": { @@ -84057,7 +84057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ddb45c-8e0f-427d-819d-d0c7ec853f44", + "id": "d7efdf51-134d-44e5-805d-44c26f0d14e8", "name": "A collection of Identities", "originalRequest": { "url": { @@ -84150,7 +84150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377b1022-0d27-40eb-9dbc-f5244cb6b3f1", + "id": "9023523e-a112-4989-8063-706ff9767d03", "name": "A collection of Roles", "originalRequest": { "url": { @@ -84243,7 +84243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9288d2fc-0010-4401-bc54-4d7fdd13d75e", + "id": "c7e5621f-41cf-4584-9ce7-da141b4e890b", "name": "Filter with Exists", "originalRequest": { "url": { @@ -84336,7 +84336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3154dd-dd21-4d7a-84cc-50f4f271cee9", + "id": "c9ac7d01-dd2d-49bb-81db-8232b8e4da30", "name": "Filter with Range", "originalRequest": { "url": { @@ -84429,7 +84429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8ff910-3cfb-4752-99a2-9e0c9e10bed2", + "id": "0e4c2eff-949f-4253-86e1-e9e50b296327", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84522,7 +84522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a5f612-f288-4269-b986-7462845b1c0f", + "id": "989bc0a7-3d92-4b3b-9b87-efdf1779840a", "name": "Filter with Exists", "originalRequest": { "url": { @@ -84606,7 +84606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a9b5346-0d72-4918-9f10-12a42f8972a0", + "id": "ac269ac4-6459-499d-9bec-2de05826d2ad", "name": "Filter with Range", "originalRequest": { "url": { @@ -84690,7 +84690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69d9474c-c50e-42dd-91d6-2e5498f4166f", + "id": "e8b4d5b4-deb3-4b96-a8b5-f91ac1e120a3", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84774,7 +84774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aac82a45-3058-4675-8470-9e4eae589c9e", + "id": "0b01729d-e689-4383-95c0-c81eb44ad060", "name": "Filter with Range", "originalRequest": { "url": { @@ -84858,7 +84858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc108bde-165a-4db4-8edf-df7aa5e4e551", + "id": "170cbaa7-e1df-4e12-a75a-2d3efeb2720c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -84942,7 +84942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78ad82e6-1877-489e-94ab-626ec0fb1f3f", + "id": "5529ac1c-13d0-444f-80d6-25e5c079024f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -85026,7 +85026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e39acc3-772f-4941-805b-7394f080a7ec", + "id": "e91717a7-2813-4d48-8721-648e6f505fbe", "name": "Query with Fields", "originalRequest": { "url": { @@ -85110,7 +85110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c74a626-e342-49c7-aafe-7c8b029c1e51", + "id": "a650085e-6a13-42c6-af9f-c78c5c7f3374", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -85200,7 +85200,7 @@ } }, { - "id": "df7af05d-0c7f-4848-9395-d55d1f098d5e", + "id": "d4c1535d-80f4-4bab-84bd-5e40246c8858", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -85243,7 +85243,7 @@ }, "response": [ { - "id": "ae7f429e-18bf-46c3-b824-89520ac79c02", + "id": "84f4c6a0-2961-4456-8281-a2ae32b3a234", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85300,7 +85300,7 @@ "_postman_previewlanguage": "text" }, { - "id": "186dc340-41b2-45a4-9cb2-88b53e5eece4", + "id": "03191b50-a691-4530-bc68-6be5051c50b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85357,7 +85357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6776f5fa-1fcb-4d2c-a858-8b4dd74a4233", + "id": "130161f9-9c20-4969-987d-aa65bc71d5a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85414,7 +85414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9114f7fd-93be-454c-bd94-3b79e93f640c", + "id": "23119a01-5ca5-4cf3-b5e0-626ab6bafca0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85471,7 +85471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865a4d99-11e9-473e-af53-c342a6529873", + "id": "7a1fc2bc-f671-4c37-9acb-3ea2aff20e97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85528,7 +85528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11507aab-4763-489d-8206-fb16ad1045fc", + "id": "76357a98-d8fe-4c75-9bae-8aebb0333fb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85591,7 +85591,7 @@ } }, { - "id": "0bbb65c9-f326-4f9d-a4bc-41cb7b28bb4a", + "id": "d9b55b9c-abce-435e-8ac8-a4d8e7504849", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -85662,7 +85662,7 @@ }, "response": [ { - "id": "beabc267-59a0-4dee-aa69-66d396c79271", + "id": "f2026962-64cb-4981-b730-981c3173f4e3", "name": "MetricAggregation", "originalRequest": { "url": { @@ -85751,12 +85751,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bba5a0e9-1676-49cf-a815-7020ec9d126c", + "id": "f1363cf7-82bc-40b1-b860-a263f987ac86", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -85845,12 +85845,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9890e750-a854-47a6-a442-37496765fb1f", + "id": "d0ac1d73-cca1-4ee2-b581-9049eeec7f5f", "name": "BucketAggregation", "originalRequest": { "url": { @@ -85939,12 +85939,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1583d9a1-db22-45e9-8ed6-9bc64e6a1f48", + "id": "5c7d0ac8-1473-485f-bc98-f07f095fecc2", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -86033,12 +86033,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "299f8840-ba7c-4c84-b6e6-56022e3f71eb", + "id": "de87913a-fb0f-4b13-bcba-cff9c462515f", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -86127,12 +86127,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9a1e6f3-19f7-4795-832f-770f36bb2b76", + "id": "4bdaecc7-f5f4-4e1b-b81c-7e70a5a3461a", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -86221,12 +86221,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "06434862-1161-4c05-8579-9dc41b63755d", + "id": "a4ff6f15-7803-40a7-8a83-09532a2e6282", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -86315,12 +86315,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3f1dda85-5171-4832-8bbf-869968597341", + "id": "3914d4fa-0375-46dc-9861-c9d6fe11d3c3", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -86409,12 +86409,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "67d1ee55-3df4-4e9c-a13b-78dabe410fd5", + "id": "605cce5b-8805-4007-b866-f117a187c6cd", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -86503,12 +86503,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ed403a5-82ae-4ffe-b572-efe3258ce2fa", + "id": "a7d9d4e0-baf5-4288-b935-5dade311992c", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -86597,12 +86597,12 @@ "value": "5" } ], - "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808375d8e80a0175e1f88a575222\",\n \"name\": \"john.doe\",\n \"_type\": \"identity\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:28.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"type\": \"IDENTITY\",\n \"email\": \"john.doe@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\"\n },\n \"entitlements\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"description\": \"The admin privilege\",\n \"attribute\": \"admin\",\n \"value\": \"true\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", + "body": "{\n \"aggregations\": {\n \"Identity Locations\": {\n \"buckets\": [\n {\n \"key\": \"Austin\",\n \"doc_count\": 109\n },\n {\n \"key\": \"London\",\n \"doc_count\": 64\n },\n {\n \"key\": \"San Jose\",\n \"doc_count\": 27\n },\n {\n \"key\": \"Brussels\",\n \"doc_count\": 26\n },\n {\n \"key\": \"Sao Paulo\",\n \"doc_count\": 24\n },\n {\n \"key\": \"Munich\",\n \"doc_count\": 23\n },\n {\n \"key\": \"Singapore\",\n \"doc_count\": 22\n },\n {\n \"key\": \"Tokyo\",\n \"doc_count\": 20\n },\n {\n \"key\": \"Taipei\",\n \"doc_count\": 16\n }\n ]\n }\n },\n \"hits\": [\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n },\n {\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"John Doe\",\n \"_type\": \"accessprofile\",\n \"description\": \"The admin role\",\n \"created\": \"2018-06-25T20:22:28.104Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"synced\": \"2018-06-25T20:22:33.104Z\",\n \"enabled\": true,\n \"requestable\": true,\n \"requestCommentsRequired\": false,\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\",\n \"email\": \"cloud-support@sailpoint.com\"\n },\n \"source\": {\n \"id\": \"ff8081815757d4fb0157588f3d9d008f\",\n \"name\": \"Employees\"\n },\n \"entitlements\": [\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n },\n {\n \"hasPermissions\": false,\n \"description\": \"Cloud engineering\",\n \"attribute\": \"memberOf\",\n \"value\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\",\n \"schema\": \"group\",\n \"privileged\": false,\n \"id\": \"2c918084575812550157589064f33b89\",\n \"name\": \"CN=Cloud Engineering,DC=sailpoint,DC=COM\"\n }\n ],\n \"entitlementCount\": 5,\n \"tags\": [\n \"TAG_1\",\n \"TAG_2\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2af8ed3d-af88-49f1-a8c1-e2b589e49277", + "id": "9a3cbfed-47e4-48fc-aad0-4f184660c38d", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -86687,7 +86687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ed9394c-a549-4005-ad8e-5b7de740b7e0", + "id": "d0098b01-ee78-4eb2-a336-21d01a4ab951", "name": "BucketAggregation", "originalRequest": { "url": { @@ -86772,7 +86772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b0b0b75-324d-46c6-9a40-743995f0e157", + "id": "ece41883-e9f3-4626-8cda-76a5b44ebf6d", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -86857,7 +86857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f03e4eb-59ef-4612-a59a-48eb877e63d9", + "id": "227645d7-e109-4354-a89a-03f41e6ab8e5", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -86942,7 +86942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2befd6a-7c75-4270-ab8e-850a9d0b5df0", + "id": "c9ecd8fa-b7ff-47fc-9693-2e2c792d0729", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -87027,7 +87027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f1728d-b5a7-421c-8e43-7453d381b80f", + "id": "6dfe3b7b-9c50-4f75-b2bf-072c269b1ff4", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -87112,7 +87112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d21a5f88-fa4e-4c99-aaac-f58f6c0dc360", + "id": "6eb33ff9-ce48-4c43-9637-84ff009d26e7", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -87197,7 +87197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0141f107-9d6e-40a7-bccb-29ca1a6c4c62", + "id": "11f5f665-6ce0-4c6c-9d83-4c588fdb4058", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -87282,7 +87282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64b5c51a-df47-4b9c-8480-4d30d1178afe", + "id": "2f0d4d7a-214e-4f0c-93ce-382e28d1a324", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -87367,7 +87367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcebb4b3-a932-4294-871b-c619e6b30a6d", + "id": "3d6b879b-7db3-4f4f-8ab0-9f197956fed6", "name": "BucketAggregation", "originalRequest": { "url": { @@ -87452,7 +87452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1af5616c-c887-4eec-b89b-80cf47b099fd", + "id": "a4981ed4-1436-4141-884b-d68e89254c66", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -87537,7 +87537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a3aa6f3-87bd-4723-822d-38b770372c83", + "id": "a9e91c44-f775-48bc-8420-74530e87f162", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -87622,7 +87622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884c1f76-53a9-42c4-9de9-e7b718f5e938", + "id": "f4f58d6f-b05d-4f8f-a276-53646a2585aa", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -87707,7 +87707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c127d4-b643-4763-b848-0fd4c4fffa7f", + "id": "aa3f9921-f080-4ca3-b827-e9b7372c11d0", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -87792,7 +87792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2503e9-2b80-4b74-9904-79d534d6113b", + "id": "a9a49175-40f5-49d1-b433-9376679b5ef3", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -87877,7 +87877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d85ee4d4-6025-4085-ab2e-73facc42684d", + "id": "7380a871-e6a8-4830-bb8e-2d23cfe81fee", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -87962,7 +87962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5277ee-22d9-40c9-8530-18ec07d82725", + "id": "0b4dd69c-0be4-4bf5-92fa-04bc3d0bda66", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -88047,7 +88047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2268a22f-8f0f-45cc-8102-203462727ff2", + "id": "ee5b76a4-1152-4c43-9023-54d88abffeba", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -88132,7 +88132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c54c9f-8aa4-47ab-ae54-cee7f669d0ed", + "id": "11fa652f-1c47-4eac-b0df-e66d1295d282", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -88217,7 +88217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0fd5d6d-3192-4ecd-ac4b-b3e43bf9c736", + "id": "ddb87dfc-1881-43cb-8db7-6aa38e7d3dc6", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -88302,7 +88302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ee01cb-35d5-471e-ac14-b7b3a456454e", + "id": "8f124539-5b36-4a13-ad2e-a63dfde1524a", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -88387,7 +88387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efa7fd8b-b9da-4041-b6a9-ae3851ac66c3", + "id": "18f2b916-bd5a-4c23-ae96-4a237c939f35", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -88472,7 +88472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065d8d8e-edc0-4fda-8cf0-8c24ae2d30bc", + "id": "e4f439af-5549-48b7-be4a-1bfbc8e4dd41", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -88557,7 +88557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be160b39-2615-47ba-a051-703cd07e7aed", + "id": "841e6d55-dbfd-4a90-86ae-e18f86c81585", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -88642,7 +88642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c251edf5-1d93-4ebe-ad16-596b60ee65d8", + "id": "7428d764-2449-425b-9573-2b7a60eca656", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -88727,7 +88727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9de00b18-e163-4743-a7f2-c15d6b09d790", + "id": "24d9e42f-dc95-4dad-8bc0-40694c3f3d62", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -88812,7 +88812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2790ad-6a7f-4151-9391-b66ca4b70eeb", + "id": "02f045c4-c6e6-415b-bb1f-d251d80d1b38", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -88897,7 +88897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca1a0517-ae61-4ccc-a07e-9789bdb7a863", + "id": "344cf49f-4eeb-47f1-9b02-990887f9f5df", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -88982,7 +88982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a83fe14-fc8c-4ebd-88d8-a40958e8c503", + "id": "5b1427fa-61b3-477a-a817-2a1c26259384", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -89067,7 +89067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66531cf2-7bd6-4ce0-b6e4-bc6634dc8264", + "id": "40bbec40-c9e9-49dc-87cc-638df3a984bd", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -89152,7 +89152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b327e9bc-b1b8-4478-8213-cb1d56c62458", + "id": "bf275c4d-6670-4a3c-8d53-d15f798ccba7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -89237,7 +89237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "247a1385-4d79-4428-936c-b196189e8987", + "id": "9a5334bf-848c-48ab-b7aa-2a320843eb13", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -89322,7 +89322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb8437e-e8e1-48c7-b99b-f8efdfc930f2", + "id": "3e59d1af-6368-4ec8-850c-308c5d5f545f", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -89407,7 +89407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3d38ae2-b68e-4ad4-b44c-10d35e31ef36", + "id": "e23b0824-278b-4660-bcae-e1d7628f77da", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -89492,7 +89492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae56da5-5176-4feb-85ca-23a4a31f711a", + "id": "0e9f87e9-300e-42f3-ad27-0b0c3d0da7dc", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -89583,7 +89583,7 @@ } }, { - "id": "d8823a44-a234-4d6f-8ab1-cc6bfb2feadc", + "id": "4a4bad9b-9d7e-4b7c-bec2-4a342a99419e", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -89635,7 +89635,7 @@ }, "response": [ { - "id": "5f970b4d-fe75-4de4-91aa-86ad8cf179d4", + "id": "76964bcb-4931-4214-b695-744b13f08f44", "name": "AccessProfile", "originalRequest": { "url": { @@ -89680,7 +89680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b1721d-9f24-4930-9fa3-ba1f4864513e", + "id": "9e9a77d7-e366-4d0e-a0f8-2996e8ee72f8", "name": "Entitlement", "originalRequest": { "url": { @@ -89725,7 +89725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16413fb5-bad2-43f8-a5a8-6025e21b5d2d", + "id": "38b19588-f9e2-4a5d-b772-aa0fb5426f0c", "name": "Event", "originalRequest": { "url": { @@ -89770,7 +89770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8989df7-5b36-4621-b08d-f887362ff15b", + "id": "b01545b0-64c5-4a38-be78-3372e7ef28b5", "name": "Identity", "originalRequest": { "url": { @@ -89815,7 +89815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6988c909-4486-48ab-b2d4-d14403956d2a", + "id": "ce6f0696-80a0-4774-b389-7b35bafd8b4e", "name": "Role", "originalRequest": { "url": { @@ -89860,7 +89860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "185d96ad-374d-4900-8443-ed01e0d3aede", + "id": "c14354d6-acb5-44c0-81c9-80aafb6ef369", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89905,7 +89905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86691c83-74ac-443f-960c-d17a5d0208c5", + "id": "3ca38e08-8267-4f38-8a1a-7455c9d6cbb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89950,7 +89950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e85ce4-6d15-43bc-81a1-11375c697ade", + "id": "ee932669-88db-40fa-a2a7-be89898cfc47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89995,7 +89995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6ffd60-1037-425e-b410-b4a11ccc8458", + "id": "bbc553cb-2a54-47ff-afa6-c5c70bd0a927", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90040,7 +90040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296ea4b6-4c1a-4eee-938b-1a26dc93e9c6", + "id": "2eca7473-7853-403d-9185-1c5b04d5b26e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90085,7 +90085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3075f54-d12a-490c-b4cc-4a1a585e10e7", + "id": "2a858e60-3df0-4074-b8f7-08de7327284f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90142,7 +90142,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn IdentityNow, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in IdentityNow.\n", "item": [ { - "id": "b92802e7-0914-4ea6-8bd8-7d050dc00e65", + "id": "acb33b89-b177-4fb7-a96b-3e20b9eeb32b", "name": "Create Segment", "request": { "name": "Create Segment", @@ -90184,7 +90184,7 @@ }, "response": [ { - "id": "b3812ef6-6ddf-4ad3-bca3-2bdda8c25a13", + "id": "c2476cc6-af75-4887-b129-98017c9aa428", "name": "Segment created", "originalRequest": { "url": { @@ -90240,7 +90240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a5a796-ac3a-4543-9eaa-ddc926030d00", + "id": "c67a9d90-f388-4ebd-81d1-b157162f4f7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90296,7 +90296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d9e058-769e-4b6b-9209-d669384d3d27", + "id": "7996045b-b37b-4dba-80d6-cf52b0c443bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90352,7 +90352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a1b480-d5b7-47ad-9d0a-e961be9c7f82", + "id": "2e307dfa-f631-4eb2-b128-47b717a92a17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90408,7 +90408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77527ea-009c-4d7a-bf37-2b567142769b", + "id": "90567836-e1e7-40e4-a2e0-585d07489917", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90464,7 +90464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "232f2861-3cf9-48b8-b10a-6e48bf006e9f", + "id": "45f0a067-8a86-4089-9a33-583654f27236", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90526,7 +90526,7 @@ } }, { - "id": "7b0ee0ee-68fe-4abc-8d0e-ef0a4899e82d", + "id": "31d4edd1-cce4-496a-ac88-6947c986d0b4", "name": "List Segments", "request": { "name": "List Segments", @@ -90583,7 +90583,7 @@ }, "response": [ { - "id": "3fab4c63-5345-4989-8a20-df59ecfebfce", + "id": "dca86878-a43d-49ee-b3b8-8546214d6bbd", "name": "List of all segments", "originalRequest": { "url": { @@ -90654,7 +90654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4915c8d6-60f9-4e33-9a20-d43dc0200c66", + "id": "cf810d23-b5e2-403b-8f0a-98a328fc8067", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90725,7 +90725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2970f52-17e6-44b6-be1d-2ed9fccffafb", + "id": "b02e9b36-be49-4f07-8ef7-8e81e6c399f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90796,7 +90796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2849720a-3fd3-4c9f-b836-d584d7994df8", + "id": "75dfdd20-6ded-47db-aa2f-8f2eb75618c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90867,7 +90867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921b753c-73a9-47cf-88f7-27c833b99489", + "id": "d76bb075-8a3f-4f8e-895d-b58f9be7b076", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90938,7 +90938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df22b1f-cb1e-4c77-a2f4-7ad757cca96e", + "id": "c42d4397-6f8e-4508-93a2-ea228b5d4a7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91015,7 +91015,7 @@ } }, { - "id": "a6c6c7c9-5969-4a4b-9c91-5c9b16bfed06", + "id": "970c76c7-2431-4f8a-a178-0f6f03709a56", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -91056,7 +91056,7 @@ }, "response": [ { - "id": "00bd0188-bce5-4e75-a7b6-4930bf3e44e2", + "id": "7df37d1d-c04b-4238-963f-209b045aafb4", "name": "Segment", "originalRequest": { "url": { @@ -91100,7 +91100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59683962-5cc2-4d8e-b919-5cc564f795b6", + "id": "d305b967-44ba-4d50-a5d6-65e8c35dde67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91144,7 +91144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98744c14-ab67-4ff6-b238-7ccd7a46346b", + "id": "9609e7a5-abc8-48ab-8492-5e25a3ee4236", "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": "b8bb3f74-6d88-4c96-9707-8e1930746d37", + "id": "3c9684f8-cb79-48dd-8f9a-6401a0afde7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91232,7 +91232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3003c51-f377-4272-8ceb-2165dc0c45b9", + "id": "76ab3c37-757a-43d7-92e5-d0cb3a38a15f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91276,7 +91276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85cc4aa-a7a1-46bd-a4fb-e8ad340d9270", + "id": "5049766a-ea3d-4794-bf55-af5a450a8953", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91320,7 +91320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6f7818-5761-4341-ac2d-0cc98881e993", + "id": "59cb3e09-a632-4a3f-b99e-dca4e3935c94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91370,7 +91370,7 @@ } }, { - "id": "b9a8bf0e-b0ad-4d87-8d23-57fdf7d2b082", + "id": "3b282268-cbe4-4a98-afab-69167e13e89c", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -91411,7 +91411,7 @@ }, "response": [ { - "id": "51aa713e-7ec9-4e00-97aa-ee62e364b198", + "id": "43eeae1d-1f7c-414d-934b-435dcab557d3", "name": "No content.", "originalRequest": { "url": { @@ -91445,7 +91445,7 @@ "_postman_previewlanguage": "text" }, { - "id": "93138f52-9c4c-4a64-aabc-d43c46173a9b", + "id": "2aefd4b3-eea5-4e8c-8467-f983b67b6853", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91489,7 +91489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9609893a-dbba-4fb2-9d5c-f8b89bfea659", + "id": "ff34a63b-e8e8-4f56-aa0d-87d69099a8dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91533,7 +91533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0081af7a-b39e-4920-b454-97f384f1f41d", + "id": "6b3f0c20-c200-4fd0-8f97-72f2217acd32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91577,7 +91577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a19ded93-5f3e-4ac6-982a-3a608b36458b", + "id": "1438610c-fec9-4e38-ad7c-20b79ab25de6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91621,7 +91621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f10d82-2326-482d-8708-a59b6d7dced0", + "id": "2bae4110-a932-45cb-b323-303d3d52e444", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91665,7 +91665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c30ca60b-6ac7-452b-8b47-b9ca2d86bf11", + "id": "4b3ddbaa-22cb-4a4a-9ba5-d96be0ebd121", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91715,7 +91715,7 @@ } }, { - "id": "42810ddb-42af-43af-b47d-3f6d09f81712", + "id": "3d14a66a-261f-4732-852e-9834641e62d1", "name": "Update Segment", "request": { "name": "Update Segment", @@ -91769,7 +91769,7 @@ }, "response": [ { - "id": "d919c10d-5788-42dc-b7e4-ac8112103b81", + "id": "f93f6482-83f3-4b77-ad0d-fd2d3b33fef1", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -91826,7 +91826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3779287-e879-4cfa-a6fd-fabdae795a5c", + "id": "e89dd1eb-b1d9-4a76-84be-18ad1bd7e49f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91883,7 +91883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e740bc-573b-4c24-b42b-e948074e8fb8", + "id": "3a005e6d-519d-4cff-8a17-456c288263c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91940,7 +91940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae412c99-a724-4dcd-b9f8-7406cc8239ed", + "id": "7c30b241-cccd-41c2-b9dc-07f9b88de036", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91997,7 +91997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c082258-8898-492b-a957-86336ebb6870", + "id": "39cb33fc-681a-4bc5-bb9f-5858a9a401b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92054,7 +92054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e95cc98-83de-44e2-9f96-3a0427ac506a", + "id": "b7801b57-f261-44c9-834a-60108e80ab71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92111,7 +92111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c9d55f-6e0c-4f55-ba0b-2307ad73d500", + "id": "c5e4946e-f73c-4772-b54f-870f42ad1c0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92180,7 +92180,7 @@ "description": "Use this API to build an integration between IdentityNow and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between IdentityNow and a service desk, users can use IdentityNow to raise and track tickets that are synchronized between IdentityNow and the service desk. \n\nIn IdentityNow, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in IdentityNow.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "dc2ea721-e41a-4902-813b-1317a8d7d10d", + "id": "5bb56d0b-63ab-4778-ba74-f9be9a71f5e2", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -92255,7 +92255,7 @@ }, "response": [ { - "id": "5e90715a-adf2-4bc3-afac-95c194004cb8", + "id": "5669ff01-6b62-4a97-89ff-99920e58bbf5", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -92344,7 +92344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a768c551-e31f-4e5f-a0dc-b3f8beb8ece2", + "id": "30e6de1e-ea77-492c-a98a-436738483f7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92433,7 +92433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30003009-2510-45ef-811e-46f70c8627b2", + "id": "477f0084-9809-4d05-b39d-35335cc661ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92522,7 +92522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "076180a1-71b8-4385-bed5-3d6f178668f9", + "id": "a259767a-9821-44e2-977b-14baa40ec4d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92611,7 +92611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd8b3907-8313-4a0c-8717-4a90f7b72280", + "id": "026e5871-10af-4e3e-8cc4-84a664a59f09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92700,7 +92700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e93ec25e-0ba5-48d3-b316-e9d969ceaad3", + "id": "1fbd7c8e-abb2-4a91-a98f-ec26c7d8cefd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92789,7 +92789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29fb2ae-22a8-404e-b28b-fabff8248a34", + "id": "f85f1ad8-3b89-4fd1-82d0-134614603836", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92884,7 +92884,7 @@ } }, { - "id": "24f47204-1018-4df5-9f6b-12bbb9975b59", + "id": "a08bcf52-f41b-480a-8167-deedcef5daac", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -92926,7 +92926,7 @@ }, "response": [ { - "id": "85671550-9ca5-478e-9f02-e728322c25a0", + "id": "8df72503-f896-4309-a254-ae10a96ef2dd", "name": "details of the created integration", "originalRequest": { "url": { @@ -92982,7 +92982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b7075d-9ff7-49ce-af41-6f409ec395ef", + "id": "3765e066-d509-4a0c-b3d3-d56e237de740", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93038,7 +93038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f08dac16-5bbf-4f6c-806b-b998fc253af8", + "id": "ded9074a-b9a9-46e1-bf9b-bbca15c4a209", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93094,7 +93094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b33207-90f6-4da7-9f56-d0c06ed281e5", + "id": "b684bce0-8bd4-4a1d-ad22-049797fa88fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93150,7 +93150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ee67fa-04c8-4246-bfec-79bc91ae1f90", + "id": "21e0a373-c4fd-41e0-bff1-c1dc15488146", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93206,7 +93206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec1cb1c-9baf-4b85-a7ee-7ec6e02a2ee0", + "id": "ba24cb19-93ff-422f-b0b1-784d3560c6aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93262,7 +93262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce28fff-615a-4850-b08b-5d1fe5ffa834", + "id": "f7d851fb-1118-4425-8127-1843ab20fa2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93324,7 +93324,7 @@ } }, { - "id": "3dde719d-f02b-4ddf-82cb-dba73b6f66dd", + "id": "ca6aed01-0443-469d-b1f3-a9e2cf72ce23", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -93365,7 +93365,7 @@ }, "response": [ { - "id": "cd43941b-6263-4f95-afbd-28e4d708dff6", + "id": "be4ce8dc-a8a3-404c-a53b-e2e522c96f8f", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -93409,7 +93409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d5156c5-6f8a-4cfe-bd6c-f2b93dec78e8", + "id": "d261813c-0bb0-47a8-bea2-78fab42ea762", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93453,7 +93453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92cbdbc6-c260-4683-bb96-6352ed39c227", + "id": "a9f75e55-d862-45ca-ab79-75f6842fae63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93497,7 +93497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42092340-0f8f-403e-9860-03ee29903cf3", + "id": "3045c811-d238-4398-bbbb-b147b286fc85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93541,7 +93541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df904962-ed38-48a5-ba45-43017c134d34", + "id": "77924024-c2c7-42cc-a88a-5245cf34df6c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93585,7 +93585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c599966f-756e-4a36-b0ad-194052460d9e", + "id": "acc955df-aa6a-48c4-bc40-ad8e7f5fbacc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93629,7 +93629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "711bdcd2-fe8a-45dd-be4c-4d9ffb573fb6", + "id": "209726a2-1ad7-4372-b170-1fe9c802a07c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93679,7 +93679,7 @@ } }, { - "id": "e8eab93d-39eb-4193-a81b-7cb3bedc36ef", + "id": "2b064027-d45e-4606-a40e-c9ff2160c783", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -93733,7 +93733,7 @@ }, "response": [ { - "id": "d19687e5-4c89-4d0c-8af1-efa90082a31c", + "id": "51b42905-f102-4646-8913-3ba12f0c1c11", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -93790,7 +93790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a83f3ed-3365-42ba-8b0c-9e1b1350552a", + "id": "c7aec2f0-ecf9-4be2-ad45-7c3c43f4a29e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93847,7 +93847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78da7ec2-4b41-4bd7-95a5-e56fd1344d89", + "id": "30ede079-b8e4-4f1a-b563-5520191edd54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93904,7 +93904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec20a9e-ab91-4187-a3b6-93a40414f023", + "id": "0d4f7772-3a44-4b42-8d0c-d77b45a7b7f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93961,7 +93961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7db522-5fb4-4b45-a189-40bac1201cdc", + "id": "7ea02b59-b059-4314-b50d-ea0d4d90a1e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94018,7 +94018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbedeaf0-99f2-43cd-aa96-2eea179d60f8", + "id": "382677a5-b221-45f1-9ccb-815596842346", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94075,7 +94075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500e8ccc-15b9-4556-aa01-35db338e40bb", + "id": "2ebc3873-05ff-4c6b-8650-b30013b51305", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94138,7 +94138,7 @@ } }, { - "id": "cf1a5a32-b860-46f2-bb06-b8edc3b64678", + "id": "3675801c-9644-47a2-8132-4a92ebbcde73", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -94179,7 +94179,7 @@ }, "response": [ { - "id": "dbc97527-2a5a-4d25-ae32-851586b16107", + "id": "3f02ed98-2872-4f72-89a9-759df1a02a7f", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -94213,7 +94213,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41c7b6aa-d34e-4d21-a60e-6135c8173873", + "id": "228b748d-055a-442e-8deb-36c752ac733a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94257,7 +94257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9b995f-512a-4b9d-8ae6-00cb6bc5c965", + "id": "79288bd2-17ef-4dab-a62d-2ea5142bfe6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94301,7 +94301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b09832-a356-4b75-97b1-9b954fbc9fbf", + "id": "4bbbfbe0-a64f-4b51-9291-6a5bde6be6ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94345,7 +94345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c4931b9-621b-4f9a-ae62-5a9352dbf66f", + "id": "400526d4-c9ed-49ec-8a33-795888e504b4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94389,7 +94389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460370e-9a2a-4dd9-b76c-8f5ec3adcbf5", + "id": "e2d6b0fa-f4e1-4a92-8c88-244b22e995c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94433,7 +94433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36337616-2849-44e5-97f0-bf2be2d27590", + "id": "6e79a628-b45f-4b93-b30a-0e0251d8290b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94483,7 +94483,7 @@ } }, { - "id": "fe2a2ee4-9eb0-4748-b67e-0326ec04eec0", + "id": "8a7aee24-41f0-4bd8-ab5d-8eb0decbeeb5", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -94537,7 +94537,7 @@ }, "response": [ { - "id": "11a0adc1-af09-4a76-9856-8921f7c7e104", + "id": "2ef2ba0b-0dc0-41ab-bc3a-27deb8755ae3", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -94594,7 +94594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8beb9035-3f34-4ba5-9f7a-5e9c125a04bc", + "id": "2ff73e7b-6053-4f8e-ac83-948fc6bfd71e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94651,7 +94651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0946aae-c996-4d8a-ad41-f5fa361f287d", + "id": "cba06592-444f-458f-b72a-f0612e7cd976", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94708,7 +94708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3757ff1c-03d6-49e2-babb-a03d77edf2b9", + "id": "eeed9b6d-ec63-4017-9925-c90ef163f270", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94765,7 +94765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53685b63-d915-4c12-8ef3-5f1e883f6fd0", + "id": "4905bff4-81f8-4fe0-887d-4f1774a940c2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94822,7 +94822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d785dcd4-c43a-4e4a-af98-f34562a48e5a", + "id": "77bed295-ee4b-494f-837b-1d825cfe8269", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94879,7 +94879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55de737f-172c-438d-af2d-497dcc09eec1", + "id": "761cb1f0-67a8-4ed1-8a19-e60c18f77610", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94942,7 +94942,7 @@ } }, { - "id": "ac0134cf-930a-4aeb-827d-6a65b873bb40", + "id": "84a10bf8-426a-41cd-8419-cae9b120404e", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -94972,7 +94972,7 @@ }, "response": [ { - "id": "d329aa47-2b49-48d3-88ab-b7e5bbe77cd1", + "id": "c371aee1-8329-493a-ad4f-861c3ee09e95", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -95016,7 +95016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb0dcdd-dc5d-4003-a319-c43b82e4b652", + "id": "10b88703-079f-4efd-9646-a38a88e48fdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95060,7 +95060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1152599b-6717-4ccc-a2c6-23dab5fa99d1", + "id": "49fca6f5-0ed6-4a2d-ab9d-50065aec520b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95104,7 +95104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e5cbc6-1f5c-4dc0-96a2-b012e4239343", + "id": "d6c27451-1fb8-427e-887d-761d4ded5323", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95148,7 +95148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db22b3e6-043e-4a7e-8a40-b11e2350eaa5", + "id": "d6d03657-6a26-40b0-82a4-281677c12ca7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95192,7 +95192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f90cd4-52ed-4ffc-9900-33db691ea23d", + "id": "70ce34bf-c6ce-4555-9b3b-dacc25f9e80c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95236,7 +95236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f874abd-b105-430c-9061-8802c8bc289b", + "id": "88f7b3ec-346c-4420-bb43-e8bb03eb80f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95286,7 +95286,7 @@ } }, { - "id": "b309a65e-ea2e-439f-9c73-e1f7867dbff1", + "id": "10c36054-b8e5-4dff-98bf-87b1ceb46d0e", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -95328,7 +95328,7 @@ }, "response": [ { - "id": "1f01e7f1-9786-41fa-bd37-ede03ec1de6f", + "id": "bb7eb20f-a359-4bd3-9504-485dfd8cbc00", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -95373,7 +95373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "760064ad-bd81-4ea9-9ad5-fb970136cda4", + "id": "bef86382-d524-457a-9427-63286efe6d7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95418,7 +95418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "457c904e-f179-43c4-ba63-3c47b6de6e29", + "id": "56f2c718-bc0a-4974-a90e-5da6c07afdd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95463,7 +95463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b39427-0521-4817-b3ef-f8f642479d8a", + "id": "31594cb8-de06-4fa4-a11b-5e3460233e1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95508,7 +95508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e7548e7-1647-4a2b-88c6-966a111c5521", + "id": "3ce61904-0d96-468d-a338-69880b01a932", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95553,7 +95553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18681d80-88e0-4a3a-81ae-2bfe9d341c40", + "id": "bc4c4f60-88d1-4fca-b72d-78ea389ae992", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95598,7 +95598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d355f461-8de0-4bfa-9992-771009f463c0", + "id": "e9b3aa1d-fedf-444b-9d3b-df37cf2e5765", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95649,7 +95649,7 @@ } }, { - "id": "285a9ff8-51e1-4172-b61e-ce78a5bebdd6", + "id": "6e405221-f16c-4cb0-bed6-49350932c35c", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -95679,7 +95679,7 @@ }, "response": [ { - "id": "8c4d3e2b-2cfc-4fa6-b127-766c82897c39", + "id": "95519d5c-1529-4bb9-9d22-3ef142568be8", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -95723,7 +95723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48a5610-bcbe-4c40-ac55-6be095cf2e22", + "id": "4ef791e6-f2c6-4e0d-800a-c97d8cd49ea7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95767,7 +95767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d735b41-3c7f-41dc-9fca-f9b070a3377e", + "id": "da22d1a7-2fe9-44ae-9be7-bb5b7e78518d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95811,7 +95811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43cad606-d4fc-45d5-ac2c-8cfdf8e77aa2", + "id": "bbd8477a-1a12-4e9f-9aef-6a167bdd3e7f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95855,7 +95855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838fef45-90ae-41b0-aac4-647777722c6c", + "id": "b3127373-666f-4e30-bff5-c159cabfe217", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95899,7 +95899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965ea64a-d0ff-42c3-8054-0e91ac16aae9", + "id": "e10a2732-56ce-4310-b841-5f4018e9d88e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95943,7 +95943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6061e881-54a8-4670-8048-e6cc407c4004", + "id": "9f5d5d4f-7069-445d-9483-f0981f6e66c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95993,7 +95993,7 @@ } }, { - "id": "9b8f50ac-8340-4d5d-aaef-64557cc43425", + "id": "0f8ce06c-a0ac-49be-9884-98fb4a0be842", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -96036,7 +96036,7 @@ }, "response": [ { - "id": "f057c34f-d783-4b8c-9017-a6601998df3e", + "id": "e71297f3-92e1-4098-90bc-0ccc655a617d", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -96093,7 +96093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836c4aa5-e899-4040-8c6e-0e79f39cccd3", + "id": "9066dbb1-218b-457d-a287-eb11d27618f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96150,7 +96150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256740c9-70bc-4bb4-83b8-69851591e53d", + "id": "0cce349b-c96a-47b5-9aa3-fd3650dc5850", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96207,7 +96207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac77704-fa0a-4f2d-8aec-c8ff25bd995a", + "id": "c53cba4d-880c-46d9-8a7f-f5afa55188fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96264,7 +96264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1da9fbc-f49a-4f99-972a-9a7b221db0b3", + "id": "8b57ab06-eb98-4c59-bfcd-63cb08ff07ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96321,7 +96321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29333d7-fa09-416e-88f1-4f600be341e3", + "id": "5244d0f9-68a5-41f2-a26a-e7917bafb576", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96378,7 +96378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815ee3fe-9997-49d8-9927-4a00e0098f82", + "id": "708f81ee-31a4-4d87-a183-f8a19a80561a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96447,7 +96447,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in IdentityNow, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list. \n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in IdentityNow, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.\n", "item": [ { - "id": "14b576f3-4e4d-418a-8537-51613a343ec1", + "id": "f955ba8e-2222-428d-912c-738e5f55a22f", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -96489,7 +96489,7 @@ }, "response": [ { - "id": "63a312dd-bd6a-49ff-ae70-a818eb2e9cfa", + "id": "11aa5cbf-0bb3-4248-9ec9-27321d9bddfe", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96545,7 +96545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d2cccf-bc12-4594-b040-dfcdbe2c52fe", + "id": "3088155a-3af9-4119-a3d3-f56aa21aca25", "name": "General Policy", "originalRequest": { "url": { @@ -96601,7 +96601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3ea5f2-e04d-4bae-8673-a3e9f4deab7b", + "id": "91bd644f-0cd9-4d1e-94fb-037d69802aa8", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96657,7 +96657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827e8fda-18c1-417a-8202-d00a0e6f857c", + "id": "94b65923-fe7d-41a9-94cf-f5fad9d2ad0b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96713,7 +96713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe49dff-49a6-4440-bfc9-8f302e9f7409", + "id": "0bd8dc29-7321-4586-a152-b18c42b66985", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -96769,7 +96769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e203d439-ecab-4777-80bc-317aa1894974", + "id": "fd148942-42a1-4051-a1df-18300c06b08f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -96825,7 +96825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908a8e28-14f4-4d3a-82e6-d2596e6eefc8", + "id": "b9081009-3131-4852-b284-73b3c6f3c030", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -96887,7 +96887,7 @@ } }, { - "id": "a57fce85-05de-466b-b973-eabfaf3648ee", + "id": "ea6d869e-70f2-468d-9407-8b8a30093b13", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -96953,7 +96953,7 @@ }, "response": [ { - "id": "9baf8e0b-ddf5-4bc4-a0f7-5c3aaea55884", + "id": "ea648350-9705-4fac-9de5-2fde9ea19239", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -97033,7 +97033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8306e7-8d43-40b4-9d73-cd3c391b4862", + "id": "14befc52-fc5e-47dc-b11d-458119deea98", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97113,7 +97113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a1ef5d-38e8-4664-8668-26d9435895c1", + "id": "494ac50e-e84d-4d20-80bd-d2809adcb4bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97193,7 +97193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98cd91d6-c084-4660-9bf2-6f1a55173a86", + "id": "bda8214d-082f-44ea-996a-b14687c4bd22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97273,7 +97273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdce75b9-63b1-4ce2-9f9d-4a891281f682", + "id": "cc50bf91-6ac0-4290-92d8-11ab6d49c12b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97353,7 +97353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc07c37-96b4-4cc4-be8c-df0b59c75189", + "id": "3ded5cc6-b965-40ae-be71-bb4a9792e228", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97439,7 +97439,7 @@ } }, { - "id": "1038fe4e-4e20-4252-a628-71d6c4b04dda", + "id": "44ed2760-be44-4e07-a484-e234e44a0771", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -97480,7 +97480,7 @@ }, "response": [ { - "id": "2cabfc14-db15-440e-b22d-a74fbb2df615", + "id": "f2a33d6e-6507-4f68-95ae-a59e1d74939a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -97524,7 +97524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569500d3-a7e2-44bb-aee9-323ed89f333c", + "id": "df9b3a5f-fedd-43eb-9364-b8d3f22a2ad2", "name": "General Policy", "originalRequest": { "url": { @@ -97568,7 +97568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff21b9a-b73d-478c-9ea7-41116cb676b5", + "id": "342a1de4-0cea-4cb8-8c8b-710398a1645a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97612,7 +97612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6882cb-5783-4662-a81a-18f87ae3a599", + "id": "47f94975-e733-46de-836e-726157026483", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97656,7 +97656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5f0511-872d-4fe8-b7e2-d43d54d7a416", + "id": "eea09974-d4b4-43eb-b8cc-4837d7f38375", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97700,7 +97700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f978bb02-88d7-4715-92b1-19cf27e6f83c", + "id": "8de98bee-65f3-40c2-ad14-97be3c5c5683", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97744,7 +97744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11dfd149-5a30-4a85-a08c-a22455b7546e", + "id": "6bc600d5-a452-4c1b-b44c-e0eb224afbcc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97788,7 +97788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44dcdf48-e2c4-431e-9e1b-9da877aced4e", + "id": "a8873a30-0767-429e-a524-25585ec522a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97838,7 +97838,7 @@ } }, { - "id": "63495f70-8a9c-4df9-9b25-ce2376b9dac2", + "id": "367b8857-3efc-4dd0-921c-e63f1c6fe311", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -97892,7 +97892,7 @@ }, "response": [ { - "id": "5258eab9-f8da-4f4e-93cc-59891215bc1d", + "id": "013084f8-dde4-4770-b439-260307a81bc6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -97949,7 +97949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962adad5-a2d2-43be-8f82-27595b6ae875", + "id": "2a82980a-8c9a-49c6-aa41-c6e096bbd80b", "name": "General Policy", "originalRequest": { "url": { @@ -98006,7 +98006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7195d7b-a0f1-43c4-abbe-7e9178a78cf2", + "id": "bb57d4de-96ba-4b24-a0df-d7e0ae5b629f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98063,7 +98063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e13c9591-07fa-452c-9050-916fbd6daf1e", + "id": "cd2dd320-420c-499c-a866-072f376a0a92", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98120,7 +98120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab61b77-da06-4719-bcde-85884d403b25", + "id": "03bda856-b046-4761-8796-019d3588506c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -98177,7 +98177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f33b8981-9877-43e0-afed-313c1634695a", + "id": "22e440e4-89de-493b-b8fe-a05f560b4f63", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -98234,7 +98234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c877a83-ea2d-4260-b3bf-cae864949db4", + "id": "62f7057d-255b-4ad9-b327-80e220c4c6c7", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98291,7 +98291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0a78e3-0560-4cc2-b3b3-a044aaa47243", + "id": "4ed96c2b-e7c8-421e-a247-c4aefe2ae35f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -98354,7 +98354,7 @@ } }, { - "id": "8a5464c1-4c6a-4fa7-99a4-8f4105a24c45", + "id": "c018609e-bc76-41dc-bfc1-dbe443979863", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -98405,7 +98405,7 @@ }, "response": [ { - "id": "08438c33-4f88-44d5-9cb3-52d53123c3e8", + "id": "1717f243-0ccc-445a-8c42-1b05eb34f32c", "name": "No content.", "originalRequest": { "url": { @@ -98449,7 +98449,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e64f7c1d-4d6e-48e6-9ec0-539e8a59491d", + "id": "89a89fae-87b5-464f-b17e-e78b1d54410a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98503,7 +98503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf9cf7e-9dd8-4c01-b5c7-11252f83a0cf", + "id": "9d11a01c-ed70-4a80-a9dc-68e927b16c9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98557,7 +98557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59d5a666-0e9f-49c2-b551-09430e36b195", + "id": "53687728-f162-4e81-b2ba-ef4fb4d4010b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98611,7 +98611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb60edb8-abc3-4fe6-bbe3-57f5812b8c2c", + "id": "531141a8-3bc2-47a3-9d79-ae397653d79b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98665,7 +98665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed11253e-9f34-4327-8daa-0b7ad5a55b4b", + "id": "bb01b9d2-205f-4fff-9d5e-73f4ecb35b56", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98719,7 +98719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8df06e-4b04-4fad-8a81-db770b0c5b5c", + "id": "09e31dc1-d501-402a-88f6-da2e37c0cc09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98779,7 +98779,7 @@ } }, { - "id": "1a239661-8898-4e00-9f44-bd63356a80d1", + "id": "685826d7-5d5e-4c0f-93cd-83422b99c108", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -98833,7 +98833,7 @@ }, "response": [ { - "id": "94a3681d-52a4-4921-8f04-6be9fd64e672", + "id": "d7a805f0-242a-4844-9a2a-a7b9e5f8a186", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -98890,7 +98890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3996098-0b97-4c1e-b81d-a5b81a5df449", + "id": "30c6e69f-6b95-4f58-930e-5e759e0c2fb9", "name": "General Policy", "originalRequest": { "url": { @@ -98947,7 +98947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d4c520-31a3-4cf9-9f9d-d5f5eb4edeed", + "id": "49676684-e031-4b6b-b300-0006e02e534d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99004,7 +99004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e4a164e-034f-4e47-b156-20e5848173b5", + "id": "57e56ea7-b74c-4eb1-8a45-cfb2db1b27e9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99061,7 +99061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9243e25-2427-4e8f-bf77-16e1ab7fc427", + "id": "b40c5b9a-51c0-4266-9dbf-9d0cee815712", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -99118,7 +99118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b89027c-a9cb-469e-86b1-46bd8fdc40a0", + "id": "75f5c3e4-afdb-44e1-8dd3-36cf79664ee0", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -99175,7 +99175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e112c350-5ae6-48a2-9005-f155fc17590e", + "id": "f3b0be38-352e-43af-a1f4-c40cf203825d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -99232,7 +99232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bf8b641-6f85-4ad7-ba41-f7286d40342b", + "id": "0b41c320-44de-4e4c-bb6a-3510b5c77efa", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -99295,7 +99295,7 @@ } }, { - "id": "0e830226-65b6-4845-8a6b-daf6202ef7f4", + "id": "a13e84e9-33f9-4116-bc46-b9065bc6e61a", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -99337,7 +99337,7 @@ }, "response": [ { - "id": "e51caab0-d433-483f-920c-81abf8463b71", + "id": "b0da940d-4e29-4d7d-b581-7938f8abf498", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -99382,7 +99382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165ac5d6-b9e4-4825-8cc9-04a22b09fe86", + "id": "7ad4bc1e-6af8-417c-bbcd-87d4f9549339", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99427,7 +99427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04e90c87-3cc1-4939-9eec-13aa542d780b", + "id": "24a0fb56-7b63-4319-b226-acc64bcaf3b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99472,7 +99472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de905105-21af-4d66-a06f-8804942d382b", + "id": "d38c15d8-11c4-4c47-8994-4fbbdc8c4c82", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99517,7 +99517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e875cca7-b008-4a4a-add0-f5976b8662f1", + "id": "e458794d-75e0-4664-a4ad-3302a8639ded", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99562,7 +99562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b8d9c9-4cc6-47cc-bb7a-d633f46d2cd3", + "id": "e8fe35f7-2ec6-47d9-b479-255126deb34b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99613,7 +99613,7 @@ } }, { - "id": "823b2c37-fcf0-448d-9640-febdb441d94a", + "id": "cb9154e0-ffca-432b-832e-b4158a0f113d", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -99655,7 +99655,7 @@ }, "response": [ { - "id": "fd3c691f-5443-4e66-b25a-8aa033848fc5", + "id": "865dea2d-cc46-4481-9b0a-170bf61d8162", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -99700,7 +99700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2765d0d-bc58-4c27-8ec6-439bf0401292", + "id": "d259324b-85da-4209-ae5f-1655b2dd98e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99745,7 +99745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06097b2c-89f1-46f7-b979-bde07faebbd1", + "id": "92ea37e2-c995-4240-8aef-5a5ed41ff476", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99790,7 +99790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05718c28-cf37-4a25-8820-870bd218ae83", + "id": "1312e507-2436-4a5a-a91a-6e39574a7d3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99835,7 +99835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ab708e-57dc-405b-9632-11c7420baad6", + "id": "4c2d7e2a-7c65-4939-a262-f04223329cd9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99880,7 +99880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be722cc-b100-4de3-bea1-cc0ac8393272", + "id": "c587d8d7-e5c0-47ff-83da-e9b4605c67fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99931,7 +99931,7 @@ } }, { - "id": "5489f8b4-d60c-4ca3-b99f-dd33eebd1744", + "id": "d49157b1-fe17-4455-80a5-195980bf10ac", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -99986,7 +99986,7 @@ }, "response": [ { - "id": "583e6ebb-87b1-462a-85a3-7b2c92414d11", + "id": "14c691f9-6e80-4005-9617-4d96738d6de0", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -100044,7 +100044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cff2a7c-0c59-4ed5-854b-42ade246e2cc", + "id": "679f54cf-10ce-4cdc-a38c-a82ecdd7180d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100102,7 +100102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2f9f80-47a7-41bc-b34b-f26686e2b026", + "id": "55fe79a5-fbc8-45ff-8f2c-3dd4a7736091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100160,7 +100160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18cfee1e-bdc9-45c4-91e6-85761becdadd", + "id": "98d4c17a-2680-4585-8109-e79707420abb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100218,7 +100218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c09bba5-6349-4be6-809b-7d7c8bb84643", + "id": "6ce47c01-0fbe-49be-bf77-41af61ff9189", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100276,7 +100276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d529f73b-22c3-4c38-9a0e-0f7d29184a03", + "id": "521be6f7-9a8d-4ce8-b27b-45877baeaada", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100340,7 +100340,7 @@ } }, { - "id": "bf68b2bc-bb0e-4534-a3bd-b9949a298e1d", + "id": "c05679a3-87f8-4040-8c3b-9970bdc0303d", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -100382,7 +100382,7 @@ }, "response": [ { - "id": "7a3487fc-3d64-4e1e-b9bc-c4fa0421591c", + "id": "ad4322df-c18e-4ccb-a119-6e0108c8d02f", "name": "No content response.", "originalRequest": { "url": { @@ -100417,7 +100417,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3bf6ba24-703d-46f5-801a-87a1a4e32060", + "id": "9bbd9250-34b5-4919-9bde-7d2341bc6d9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100462,7 +100462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d510c97e-4115-4723-b04d-de86873cf87c", + "id": "4ea0984a-d0ce-4ffd-8ca4-205eae645acc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100507,7 +100507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d685c2-fc97-40ab-ab7a-b86f10d0b136", + "id": "ca0a7ca6-8857-43c6-89b8-e3aee570cab7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100552,7 +100552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5838f5e7-ef7a-4646-8fec-162701c130c7", + "id": "892de5d5-b1be-44b3-8efc-77f4e245f568", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100597,7 +100597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d6054a-42a8-4760-8723-0cbd97344dd9", + "id": "9224ebaf-68d3-45f0-865d-7f23dda12ac5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100642,7 +100642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71622dbf-48c0-4e58-b9a5-25de7a73007b", + "id": "5538290f-bc10-4e9b-bb67-5c0ed418e2ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100693,7 +100693,7 @@ } }, { - "id": "75751b9d-845f-42d3-ba8b-8607bde0e16b", + "id": "715a5e59-3a9e-4886-a6db-0f5af6fd462f", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -100736,7 +100736,7 @@ }, "response": [ { - "id": "1708f8ab-f33a-451d-aafc-defd77a21a18", + "id": "ed7890df-660b-4458-8432-02555dd965b7", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -100782,7 +100782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729e500a-03aa-4a4c-996b-3a51e75630b2", + "id": "8c21c5bd-5959-483a-a633-84f0b97a6ed3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100828,7 +100828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "375a45c9-4400-4afb-a4ec-20804fa9f10a", + "id": "b3d92453-7d38-440a-9a85-d747dbd1a59e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100874,7 +100874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d1b45e-9bd3-47e7-9197-55f3d3b439c0", + "id": "c51ed454-6ea1-411a-ae39-c1014c17af87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100920,7 +100920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e28281a-1c96-4596-8d61-38585dd0f415", + "id": "2a111826-dd83-44a3-b9de-977cc2fe424e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100966,7 +100966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9a28ee-1150-48d5-8ac1-065cfe91b47d", + "id": "27a32a16-81c1-4779-a2d8-cf35f51b5400", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101012,7 +101012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2a8bcb-8bd3-4a50-9c67-82d169613e06", + "id": "92f5afb4-2a86-40b0-9a14-7b35a036c429", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101064,7 +101064,7 @@ } }, { - "id": "fd36406e-7d1d-431b-a26f-8137d72724b4", + "id": "5e3c8d45-4ae5-44d8-bbb3-e757822e1031", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -101106,7 +101106,7 @@ }, "response": [ { - "id": "a68e925a-17b2-48e3-8b4e-ebb61ca98a56", + "id": "76bb1720-02ff-4436-bb40-e1762a9e97d4", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -101151,7 +101151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22b0858b-1530-4644-8bd1-74945ce1c299", + "id": "fd353d31-1664-4840-8305-5f54e66d746a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101196,7 +101196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cedee58d-8bd3-4eec-94a7-968b4876cc71", + "id": "24f81146-a951-4617-b910-4b26f1e21edc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101241,7 +101241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35dadd3c-18b8-4657-bcf5-996e783cddf8", + "id": "0a328885-8501-4bd4-9c27-8897c7057b05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101286,7 +101286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be6d37bd-7930-4100-a5f1-7caa68e48896", + "id": "ac674acf-ff84-474d-ac70-d9b950cf7d75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101331,7 +101331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a7b9a4-650a-41b7-b787-6c7d053843ad", + "id": "346777f6-d25b-49a3-bd9c-a16dca8e03a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101376,7 +101376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5006c863-2486-45ee-99d0-e449c9fc9b31", + "id": "18f5a363-b7d0-4667-8d0a-69a954d0d910", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101427,7 +101427,7 @@ } }, { - "id": "93f0dc7e-47a1-4f82-8c4a-29922b2c34fd", + "id": "d63e7653-e425-4847-8c6f-0ebed353a154", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -101469,7 +101469,7 @@ }, "response": [ { - "id": "47077b9c-0ff8-4d6b-ab0d-e1e5edbb36f6", + "id": "71f7b1c6-5d9e-4ab6-a036-6e30e34f3c52", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -101514,7 +101514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "727fb3a0-aece-452d-8fec-ffcf55c1c8f5", + "id": "5cfd73ec-aa54-4ffb-9f0f-a42fc8d52411", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101559,7 +101559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35916bd1-d8c8-4403-bb1f-387955e2f1a3", + "id": "67738cec-dca7-4c05-9a40-04fcaf6a3e03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101604,7 +101604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f4b12a-2efd-48b7-b30d-1aaf26afe882", + "id": "a5c75884-edb5-4e4d-9c79-d37efd7a56b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101649,7 +101649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6da86f35-9b85-4125-80ab-78eb978fa281", + "id": "bc402b82-548b-40ff-a821-7397a48c9962", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101694,7 +101694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1bfc1be-1396-4498-8060-cff54bcb7b60", + "id": "5aa38d60-7acc-4a4c-b95b-dbeb6873e45b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101739,7 +101739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a08839-81a7-45a1-8d7e-5d234f3a5976", + "id": "81057a18-5778-401f-8318-fcaeda9aee3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101790,7 +101790,7 @@ } }, { - "id": "66fc2400-275c-4bb6-a6aa-2c3ce2886edb", + "id": "3673118b-7134-419c-ab12-a83e84726043", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -101833,7 +101833,7 @@ }, "response": [ { - "id": "09b47a07-f6d0-43c0-a7ad-e1cb59035a9f", + "id": "77dec8d8-d1ed-4c55-93f5-c11f6a58c22d", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -101890,7 +101890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f81a105d-ec0e-41bb-b02e-6907820f8b12", + "id": "db91cf5c-cd2d-4391-9dc9-5695904f1ac2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101947,7 +101947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c692c35-388f-4991-8e1a-c4b36c8e6d1b", + "id": "a270240f-d666-469f-8f2b-7f400e44e0c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102004,7 +102004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0769896e-23c1-45d2-9df1-938abf7e2988", + "id": "1af27e73-4af2-4975-a580-3f7804eea23c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102061,7 +102061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb804994-f302-4380-90ae-6fe641f28d2a", + "id": "6031ab91-e2b6-4be0-a76f-ca4034938c8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102118,7 +102118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a96aa9d-a050-49ca-bfb0-d12c1d8531e9", + "id": "b20ec30e-956a-4bd2-b0a5-32960b6516e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102181,7 +102181,7 @@ } }, { - "id": "66820bf7-007f-4d18-b33b-8e2e4db0dc64", + "id": "44caeaf0-3134-49be-ac0b-3c2ea71604b1", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -102210,7 +102210,7 @@ }, "response": [ { - "id": "a69a4778-4379-4f18-bfca-4dd88e4a217c", + "id": "5a25d8d5-5b64-4627-8073-36bc3c624a56", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -102253,7 +102253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7adb010-af42-4b22-9843-366b707e1a4a", + "id": "ee518e80-268e-47eb-a102-2fb2471e4d44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102296,7 +102296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b05dbe-e8ba-4220-a7e1-967d97d50c7c", + "id": "9cf4ab62-bbab-451d-8479-279cd688d40e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102339,7 +102339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066367ba-530b-4da1-89e6-0c49cdf78c92", + "id": "af2053c0-4de4-4745-a193-3558a9595cb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102382,7 +102382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e0179c-7bc0-4e11-89bb-a4b43c117740", + "id": "4770ad17-0c71-4f5f-800b-6c5dec47d05b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102425,7 +102425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2fee0b8-4cbb-441d-871a-58d968fbc141", + "id": "23a458f7-1956-4a4d-acab-bd592fd835d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102474,7 +102474,7 @@ } }, { - "id": "ab8f0c4b-74a3-4f1e-aa86-54791f808570", + "id": "ef0b5918-819b-44d3-ac65-928a68f795b4", "name": "Download violation report", "request": { "name": "Download violation report", @@ -102516,7 +102516,7 @@ }, "response": [ { - "id": "6c07d1ad-3a71-48a7-8adb-08473dcdf359", + "id": "6824f862-5754-463f-9424-94c4884630c4", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -102556,12 +102556,12 @@ "value": "application/zip" } ], - "body": "Excepteur Lorem ullamco", + "body": "Duis eu do", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a445fec3-3726-4f08-92ea-7ceb6c38da57", + "id": "27a298fd-0170-414d-abdd-6f9b9413fffc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102606,7 +102606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3f0cd8-9297-44b6-af71-ca8904e58421", + "id": "b9c99c08-943e-48d3-96ba-cc2570e1c30a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102651,7 +102651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48502341-9e6a-4d09-8717-c9e91a38def7", + "id": "31b01693-2b39-494f-abf8-bd6511885626", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102696,7 +102696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c483c94-0b1e-4b03-9ae5-1684d4200a3b", + "id": "f156035e-ac02-420b-b649-ce89b84953b0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102741,7 +102741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad00aab-6cd3-4441-99d2-9395d0c139dd", + "id": "2f0bdcd9-b99f-4858-a339-ebf545976d6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102786,7 +102786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4509e6c-b486-405e-9066-880be183df3d", + "id": "492c2046-1b21-48ca-b7c4-ae8ae52c6c83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102837,7 +102837,7 @@ } }, { - "id": "7ec876ef-f807-49fe-a77a-3bec01d96e69", + "id": "dd8ff119-cd6a-424c-9c1d-5555343bbbda", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -102890,7 +102890,7 @@ }, "response": [ { - "id": "14dab38e-8039-4515-85eb-f567ce72833f", + "id": "ec9a5922-2a15-4a71-b920-9d2bceb1808a", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -102931,12 +102931,12 @@ "value": "application/zip" } ], - "body": "Excepteur Lorem ullamco", + "body": "Duis eu do", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "af0cbe19-e841-4a42-84e7-f3277692e4f6", + "id": "9366ca1c-908b-428a-b131-2195bf2d3a16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102982,7 +102982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a6f51dc-c6f6-4b0c-8119-fb4b091a558f", + "id": "2b7b3c68-66fa-4a43-9a84-5e06e6fde787", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103028,7 +103028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea81998-e17c-4830-b399-de5117cac730", + "id": "ce8adb89-6f11-4824-8b03-870bbfc9ea24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103074,7 +103074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765a9503-6898-4104-a18e-a26be7840f31", + "id": "0d00947e-8155-48e4-a815-0bf7a285a197", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103120,7 +103120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b611aa9-9b3c-4285-abd7-642f0073bb9b", + "id": "5107acbb-0371-457c-b725-4535cd2b2451", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103166,7 +103166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c924d68-663e-4f44-8c35-69e091165513", + "id": "967aecb4-1351-4d04-b836-bd65a1fa2801", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103224,7 +103224,7 @@ "description": "Use this API to check for current \"separation of duties\" (SOD) policy violations as well as potential future SOD policy violations. \nWith SOD violation functionality in place, administrators can get information about current SOD policy violations and predict whether an access change will trigger new violations, which helps to prevent them from occurring at all. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nOnce a SOD policy is in place, if an identity has conflicting access items, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies.\n\nAdministrators can use the SOD violations APIs to check a set of identities for any current SOD violations, and they can use them to check whether adding an access item would potentially trigger a SOD violation. \nThis second option is a good way to prevent SOD violations from triggering at all. \n\nRefer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations. \n", "item": [ { - "id": "c17385d4-5682-4683-a7d8-e5df7c2be031", + "id": "16c9cd00-1581-4d96-9185-7ad47ba9d781", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -103267,7 +103267,7 @@ }, "response": [ { - "id": "09ecc26f-c129-4936-b13a-a20748c3cb26", + "id": "d7fcc15e-59a8-4131-91dd-e0a293a9c72b", "name": "Violation Contexts", "originalRequest": { "url": { @@ -103324,7 +103324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1be92d7-8698-4ce1-8ab1-3b8ad6e557ed", + "id": "839a74d7-cacd-41f3-9a26-970510212769", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103381,7 +103381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6697e4-2423-4dc5-b79b-b57fc5d1c173", + "id": "b05d00d3-9d22-4f07-97fc-cd7c91ac2b8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103438,7 +103438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be50d08-8124-4471-81c9-bb8c79e397e0", + "id": "162fcb76-d2c2-41aa-b1f8-860319fc49bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103495,7 +103495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1faa2ba-08cd-4f4a-afd5-46a01f24fb12", + "id": "661964a3-5326-4b81-a52b-c5cb677d0cc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103552,7 +103552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b06172a4-6835-48a4-9250-479c6e5cd2cf", + "id": "81fc2afd-4ae6-46ef-94dc-1bb75add4593", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103609,7 +103609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99a68a81-554e-40a9-bcff-30f8fa8c41f4", + "id": "8d0da9b7-e024-4c83-96fc-512d542e1b77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103672,7 +103672,7 @@ } }, { - "id": "fba81b65-f195-406e-b44d-cf475a4880fd", + "id": "8b548809-46ce-44cc-b899-369c89313888", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -103715,7 +103715,7 @@ }, "response": [ { - "id": "7a7a8425-bf0d-4a3d-8879-2cd6877f5240", + "id": "ab960647-76da-4f84-b540-2aa5d7df2a97", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -103772,7 +103772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed8a448-7c16-43eb-b348-42a7f26ab132", + "id": "db01e386-77d6-422c-a300-11e710262c20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103829,7 +103829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ffd193f-fbe9-42ac-a061-57733e86fb64", + "id": "183165d2-2fb8-4a80-80ed-11c3ae14ca13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103886,7 +103886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41154c5f-2c5e-4a0a-880e-934c3b53577e", + "id": "db53901d-cc27-4d25-a233-246dfdff7e09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103943,7 +103943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a78ce7-8b3d-4ae9-ad42-c4820da572ff", + "id": "de104efc-bef1-4e03-8c6c-9d238c043862", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104000,7 +104000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310272b5-ceeb-4b6c-a5e3-a060b85e7686", + "id": "b82e9412-8c33-4909-8656-bbec09c46ea9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104057,7 +104057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fcc76b6-5688-434f-abf6-96599056fd55", + "id": "30c4d730-6c34-4a34-b673-aeb7024d4b79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104126,7 +104126,7 @@ "description": "Use this API to implement source usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.\nThis allows organizations to get the information they need to start optimizing and securing source usage.\n", "item": [ { - "id": "d34b5133-4644-4236-a87f-a0f2faaa9667", + "id": "9f95cda7-eef1-44c5-ad3b-f95bf3c6e762", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -104168,7 +104168,7 @@ }, "response": [ { - "id": "823a546f-fa83-4852-8174-a1dba3ff421f", + "id": "4f0a160c-965f-427c-86f9-8d74b0d5624a", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -104213,7 +104213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ebc16c4-081a-4e0e-83ee-edc5a7fde8d8", + "id": "9eae7077-4e33-4f6a-9eab-3faa638131cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104258,7 +104258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fa8bb4-9f9c-4371-bded-a7b04af2bb53", + "id": "b3b86b1a-03d7-400f-b9de-5c7f8f241e26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104303,7 +104303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e51b53-40d3-4121-a987-b8b85b181e9d", + "id": "547dd2f8-dd37-44a3-81f4-611fc93bf710", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104348,7 +104348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecefa35f-5001-4a5e-895e-f5d7093f6034", + "id": "a0cf1fc0-7440-4e6f-8bb5-51002b8de4b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104393,7 +104393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2dcb3c4-da18-4d51-81d8-0f1b17d92c87", + "id": "c2517dfd-2d64-4669-93d8-a97710c2a2dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104444,7 +104444,7 @@ } }, { - "id": "f426cf72-c8e8-4a1a-9f79-b5e07349f7c7", + "id": "f3cacf9b-3680-49e8-bb67-79d611e27d43", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -104523,7 +104523,7 @@ }, "response": [ { - "id": "7ff90a64-ca5c-4b99-a343-51201b40d002", + "id": "a5dceee3-261c-44ae-84c7-d62471595fe2", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -104605,7 +104605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df1e6ba2-98db-45b3-9472-43dac336fe70", + "id": "4b1e5350-1cf0-4e20-ac2c-528e90bf7889", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104687,7 +104687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5bd0f1d-fee0-4a96-b48a-7cbf242c0aa2", + "id": "2c03f07e-8659-4441-b353-267bc057aeb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104769,7 +104769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abac77fa-61ee-404f-8d68-2c536c0d5a27", + "id": "88a6feee-2367-484e-a160-a941ae296a28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104851,7 +104851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f858d91-4484-4242-b449-acfb5c87ce4d", + "id": "7f489f0a-eb55-45a1-9f15-a135c97ad134", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104933,7 +104933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e44d27-6d94-46a2-b40f-43a0c82fb556", + "id": "d4a6d336-6a50-4bc6-8571-89cc90d032ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105027,7 +105027,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use IdentityNow to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the IdentityNow representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to IdentityNow makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, IdentityNow can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, IdentityNow can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, IdentityNow can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn IdentityNow, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentityNow connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with IdentityNow, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [IdentityNow Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/idn/docs/saas-connectivity) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their IdentityNow tenants so an access change on a source is detected quickly in IdentityNow.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data IdentityNow collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with IdentityNow, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and IdentityNow are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "c963ee06-ac2f-4e1f-8e19-3e51fa76627e", + "id": "560afdec-7ce8-4c68-819d-4af3aae4aa34", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -105111,7 +105111,7 @@ }, "response": [ { - "id": "d1a82d11-8179-4e46-b133-769d42930959", + "id": "7f7eb108-235f-4aed-a853-99eb27079db9", "name": "List of Source objects", "originalRequest": { "url": { @@ -105209,7 +105209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38c4b8e6-900e-4e44-91d5-a63eaad96928", + "id": "cba00325-f66b-43dc-974c-581633e0b8a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105307,7 +105307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b116168-e1ab-4e45-8412-0b8ea37e1e94", + "id": "b70ebc59-52a7-48af-98e6-002651847ef0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105405,7 +105405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c209b0-5fa7-40e7-8fad-ab3d85e8a685", + "id": "dd3953a0-61da-4850-91f5-440bf4fd687d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105503,7 +105503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083df5e7-79f3-4973-9625-5eeaa4c89bbf", + "id": "10a6b1f7-9c24-46c1-b699-391fca30c7e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105601,7 +105601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9c8b83-5217-40f9-9afd-3ae397d723ec", + "id": "e0490e93-1d8e-4a68-a74e-8f508ef6e90a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105699,7 +105699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7201cea-965e-4729-8876-b14fbf6f509a", + "id": "3bcca406-6473-4bf9-a4ce-88f282fe3200", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105803,7 +105803,7 @@ } }, { - "id": "4e26a865-477d-4f1c-8d73-f7fff6450724", + "id": "89a8de90-db6a-46ce-a6ac-582b5e7a4bb5", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -105855,7 +105855,7 @@ }, "response": [ { - "id": "4aa94913-35d8-426d-8568-1fd0f8d38868", + "id": "fff27138-8f7f-47ea-bb9d-43c97f52b9de", "name": "Created Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -105921,7 +105921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7033895d-4b8d-4147-9adc-1418944f44bb", + "id": "ed0c1dfd-1864-4bf7-89f1-bcb908600c93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105987,7 +105987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f757275-9c71-4e4d-a790-23e478145a92", + "id": "d72b851d-dfbd-4071-a7e0-6499fc997091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106053,7 +106053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4c83e2-a353-4180-80e0-98d0c02bbc15", + "id": "f3838002-1e08-43de-acd8-427d755cc5c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106119,7 +106119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc854e80-d47b-418b-ba9e-ce77cd82c76b", + "id": "82ad8bcc-50ad-4244-9108-9c0932c1adf4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106185,7 +106185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de12c31a-5261-48c4-b950-128c7243d85a", + "id": "ab2fa2f7-ad4e-4cb2-aac8-67f004de3304", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106257,7 +106257,7 @@ } }, { - "id": "2e1b88c3-1be6-4a03-bdf8-f9b65936da66", + "id": "784f4517-989c-4302-96a2-b26d45a4d263", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -106298,7 +106298,7 @@ }, "response": [ { - "id": "4466bb47-66ab-4b47-9bdf-7a72ed856e9f", + "id": "ca3431ab-4b52-40f5-aa84-2f5b3f7c4623", "name": "A Source object", "originalRequest": { "url": { @@ -106342,7 +106342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca39fd8b-5630-4c10-a86c-3bb242b17776", + "id": "4165a0d8-8216-4d01-a9fc-c5b0b877a569", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106386,7 +106386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88d1ac9a-dca6-4083-8c5d-10c18f3bab4b", + "id": "150bace9-5a0f-4226-8295-fc83d0bec3f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106430,7 +106430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c25b5283-b46d-4378-a506-6098ee717c5e", + "id": "ad1cf77d-781d-4500-909d-05c36d3ff0e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106474,7 +106474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319baf26-a642-424e-b7e6-852234547429", + "id": "cf0c9816-2263-44b6-9d37-0bd3422677e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106518,7 +106518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd91f90-f437-42c8-9d49-4e4390fa1e78", + "id": "8c05da8d-14f2-451d-bb95-a99eddd507a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106562,7 +106562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa51007f-101f-48a3-8e0a-e17be8e3495e", + "id": "c8bbbaf8-2b7d-4137-b751-0bad17d6aec6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106612,7 +106612,7 @@ } }, { - "id": "94aa41e0-315c-4083-b11d-8039068b95b8", + "id": "ab3b0ea7-1084-4d1a-aa26-c470eecd5142", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -106666,7 +106666,7 @@ }, "response": [ { - "id": "0ab42459-aede-4189-ab72-9c388833f6d9", + "id": "d3fdae07-6271-495e-acb0-82e981483461", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -106723,7 +106723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5513103d-aa9e-4675-9787-c749e8259445", + "id": "345a457f-96f1-4e40-9a8b-1f909c5c9e41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106780,7 +106780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f59a249-a9a7-46af-a8c6-679cf6797699", + "id": "a595729b-0fad-497b-b42b-cd0cfcdf76cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106837,7 +106837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f408b8-5e9e-49a4-89c4-1a97eb9732ee", + "id": "91c4afdd-8031-4ee3-a4f7-7d3923983f4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106894,7 +106894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfe96944-c220-4778-818f-de0b3e9363a9", + "id": "cea3670f-57c0-4b42-83e1-48a0bde13024", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106951,7 +106951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0593e101-390a-4aae-ab6e-4a2b23946f48", + "id": "be482c1f-020f-415f-ab14-9ffa6c4a14b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107008,7 +107008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02e2c28e-2d4b-4d54-b1e8-f1166c529716", + "id": "9b9da42f-b3e3-4e77-a06b-49146a92016f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107071,7 +107071,7 @@ } }, { - "id": "9f4e8069-50db-4ea7-bf3d-c91f7e680ac3", + "id": "4c5a7ec4-66c4-43be-ac67-9f1e90f00294", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -107125,7 +107125,7 @@ }, "response": [ { - "id": "097dea79-9292-4e68-80b4-852fbd389694", + "id": "e2c965d4-53f9-40c3-8717-85d23d4b2a0e", "name": "Edit the source description", "originalRequest": { "url": { @@ -107182,7 +107182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd4d37f-07bc-4844-9d54-1e0eeaef4e1d", + "id": "d4dd3ac8-fa71-455a-8d26-fbef0511298d", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -107239,7 +107239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ff37fd-74b0-4a2c-a952-4b5e2c32129f", + "id": "d90f2d37-e6c8-4682-b967-2c26fc214cf9", "name": "Edit source features", "originalRequest": { "url": { @@ -107296,7 +107296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5db3b61-159c-42e0-a042-9c407d5221b9", + "id": "a790ce91-4e00-432a-9ece-45a26d4f3a1a", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107353,7 +107353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae62a5c0-c56a-4b95-bac6-9de08bf9552c", + "id": "f701cf8a-cef3-45e0-84c7-c3776037dcce", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107410,7 +107410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcdb28dc-ee12-4e67-bf24-8a32170aae4f", + "id": "890f1520-e746-40fb-8f69-2aae1745c704", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107467,7 +107467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006bed0f-b54b-4758-8ae6-30be9591cf37", + "id": "edd192c1-53eb-4a50-981b-46ce4c0049df", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -107524,7 +107524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1b3929-50a1-49ed-91e7-e593aa2eced3", + "id": "1334b401-b780-44e5-92fa-d48517d9352c", "name": "Edit source features", "originalRequest": { "url": { @@ -107581,7 +107581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9caa74b1-8090-46fd-87cb-5252cf7441a5", + "id": "daf77cd8-7a6f-4d45-b2ba-57b7f807ec3b", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107638,7 +107638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a4eb22-e10a-4586-a9a2-00d38d8d7bce", + "id": "2241e0a4-66cc-4985-8dab-2f60520f38b7", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107695,7 +107695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f574673-210f-48dc-bba7-eb52b7b13674", + "id": "e664e522-520a-467c-92dc-000e4ca5b1d8", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107752,7 +107752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea166ed0-1539-458b-81d3-e6e1a3757cb1", + "id": "504ee017-72eb-4604-90b7-7b49bd48c8e1", "name": "Edit source features", "originalRequest": { "url": { @@ -107809,7 +107809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb6a75e-6102-4551-917c-f695eba57701", + "id": "69e4faa2-ef5f-4129-8112-a5e0374a8e53", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -107866,7 +107866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ae3ff27-09fc-4955-85d0-54f8d9b51d57", + "id": "0fc75d7f-6df8-419d-b6a9-dd3505a7198c", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107923,7 +107923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadf895f-8e63-4b46-a9ab-dc7d2f4883f0", + "id": "370c057d-eb4b-4332-98ac-510e17c6f803", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107980,7 +107980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c30997c-538d-465c-85e6-6df2c4712c66", + "id": "86341f9a-c01b-4049-88d6-753ff7e0c152", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -108037,7 +108037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "442384a7-1b40-4887-b178-09bb958e6d51", + "id": "e5a94344-a410-4380-9ad9-dc3577be5066", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -108094,7 +108094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ade8ca4d-e8f5-427b-9901-a763f6b0459f", + "id": "07d51a02-d9a0-4353-90d3-ca074fa194c0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108151,7 +108151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "554de64d-3236-4b26-9013-17c2080eba73", + "id": "64eacd1b-e0f6-4196-98fd-0ef3e93308fc", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -108208,7 +108208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456433e0-c417-4803-9bc7-e472ed1017f5", + "id": "b0fa40b4-0e67-4903-8bb7-2ee1a3de0f55", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108265,7 +108265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ade27bd-ae1e-495a-a2f5-01fbfe6a8320", + "id": "04b8c1e6-8e03-49be-9231-e694539ec0dd", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -108322,7 +108322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2440a62e-39c4-4036-b50f-b2790f515a00", + "id": "905f3542-8f27-4247-ad7c-5e5814792525", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -108385,7 +108385,7 @@ } }, { - "id": "60a92c8f-761b-41a2-872b-05b9ff4ab9dd", + "id": "dda245da-4ffa-4d51-b629-7e861277846e", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -108426,7 +108426,7 @@ }, "response": [ { - "id": "4436e294-61cb-4ae5-bf43-5807e25cc814", + "id": "c3a9c4b6-2784-4b7a-bc16-30ffbfa1960e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -108470,7 +108470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54ed0e7-b77b-4cd0-b1ff-ab317e7229e3", + "id": "bccaaead-0501-4f5e-8c40-57e7d660943c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108514,7 +108514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07da278-4cbd-45b1-b1dc-39355f72476f", + "id": "6e549119-9cbb-402c-844e-75a73b79dba7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108558,7 +108558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d56bb7a-b163-479d-ab76-8df00947c6f8", + "id": "78b5e5bb-2de9-48c1-91c6-ea349e0b6877", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108602,7 +108602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5e436d-e227-4bd4-8e63-f5af68156ed4", + "id": "85ca3b34-c54d-4bee-bf8a-70a2006cf7db", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108646,7 +108646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e36d394e-6ed6-4ec8-83cf-b0b45cc1da2c", + "id": "f1d8d8a7-d4e6-47c2-9098-eaabddeb73c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108690,7 +108690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54f65367-8de1-4914-96f7-43c7addc3a91", + "id": "9d56e301-7a4c-4d10-af63-9a74bcca2f9d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108740,7 +108740,7 @@ } }, { - "id": "144fe3b5-8041-41ef-b770-dd031f342e41", + "id": "e1c95521-4cd6-43f5-a206-928b1a41d57f", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -108782,7 +108782,7 @@ }, "response": [ { - "id": "5fc2900a-2412-4eae-bb98-e7eed970d35b", + "id": "88998e24-d333-4d9b-9699-7e6da1131da9", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -108827,7 +108827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b1254d-13e5-4fc9-88ce-7035a39afd55", + "id": "238d8226-33a8-48b1-963e-1d95e90f319c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108872,7 +108872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a75d08fa-5934-4b82-8077-713d6700d456", + "id": "ad0e016a-2136-468b-9d0f-eb82797cb502", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108917,7 +108917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39028ec-299c-42d9-b247-597a3e83d334", + "id": "7a14efff-392a-4616-8bd4-4d048f16af4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108962,7 +108962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2cd7c4e-ceb6-42d0-bf98-a2caad85561b", + "id": "c57c5811-5207-4713-a756-8148db45f0e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109007,7 +109007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21a394bd-ebd6-45a1-8f2c-cb157d705e77", + "id": "af980b6c-a563-4ead-80aa-2cfbcb71535c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109052,7 +109052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36eeaeab-f9bb-4da9-bfe0-f780f7790197", + "id": "ec19d7a5-9f61-483f-8c12-e8c35b3262b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109103,7 +109103,7 @@ } }, { - "id": "ff6f45fe-7466-4b63-8bc6-920773c67bec", + "id": "384c8818-cbe6-4235-bc6c-b7e7a6e1c07c", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -109158,7 +109158,7 @@ }, "response": [ { - "id": "0672de9e-203e-46c0-ba40-f02245a2eab1", + "id": "c0c32685-c51a-411d-b1ea-5a8707f86dbb", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -109216,7 +109216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d03fe29e-53db-48b5-8482-be3a6c8088f9", + "id": "19f9292f-1491-43b3-a0fb-71311699767a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109274,7 +109274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817164de-9826-48e8-a256-772e404e59c2", + "id": "d8ef7873-26ea-4faf-9ebc-08c58171150f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109332,7 +109332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec30964b-f019-4c46-90e2-cda439e193e5", + "id": "c9b926e0-254f-4475-924f-31ac10193703", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109390,7 +109390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285d225e-a755-4049-8b08-f8690f23d4f0", + "id": "2cfb937d-cef1-451c-817b-dbabe6555299", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109448,7 +109448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e2388c0-cade-4706-b1d8-f64f780b8f5b", + "id": "1ecd15bc-8fb5-4bf6-80fa-0590267814c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109506,7 +109506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca5f8b4d-95ed-45dd-a62a-8ee16a4adb4e", + "id": "46d4f75b-3852-42a9-aba7-4bcca3a07237", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109570,7 +109570,7 @@ } }, { - "id": "a0a7364d-fd55-40f7-90aa-767d5cc7b4d4", + "id": "4942ac66-2788-458b-869a-3af7ad7000c6", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -109623,7 +109623,7 @@ }, "response": [ { - "id": "680d1340-a176-4d57-a8eb-6ed8498e68a1", + "id": "aee2d52c-003f-4c3d-9dec-ab74450cddce", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -109669,7 +109669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e8e1d9-8aff-4923-9955-22acbbd4a48d", + "id": "00d24102-1b6b-4906-889c-f8fa07632540", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109715,7 +109715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de3b8af-b1a3-41f4-a8be-65c7e4bd0503", + "id": "bed0753b-bb3a-4095-8afd-d7327ac041a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109761,7 +109761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19b468f-86eb-453c-b1c8-0797bb4f4c2d", + "id": "95341bf2-4a24-4526-bba3-841b4f722a03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109807,7 +109807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d0e6f6b-8775-4f45-949c-38146d564e0a", + "id": "8445a5f4-09a3-49ed-842f-7a57111761f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109853,7 +109853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95eee5da-a783-443b-8f15-33698aafb3d3", + "id": "de7cb69c-202c-42a4-bf94-954f215591ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109899,7 +109899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fa5590-49fc-48bb-96a2-43bc9adb9a04", + "id": "6b626d94-668e-4de4-9aa9-4ec833b0735b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109951,7 +109951,7 @@ } }, { - "id": "f7281ec0-8949-460e-893f-ad56d5fa23ec", + "id": "e8124242-eec9-462c-93bc-e108f0b5c164", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -110017,7 +110017,7 @@ }, "response": [ { - "id": "73e46105-4ccc-46fb-844e-d829566eef52", + "id": "b79bf971-d065-4385-811b-f7845ae96e97", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -110076,7 +110076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb5bc78-dd86-436c-a18f-25524888c841", + "id": "c16f0d14-c607-4b95-b63f-4a0e9d997324", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110135,7 +110135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41ce750-345d-4eac-8b4e-9ebd65fd25a1", + "id": "d213ada8-4322-4eb8-8a50-2138fd72a5a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110194,7 +110194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93067108-69e1-444d-b7f5-9bc8f10a682f", + "id": "b9295355-d0a8-462a-aa27-4fea9f932b33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110253,7 +110253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dc355f8-cf6a-41bc-bcc1-86d231e6b98c", + "id": "8bbf2a19-6734-4fc7-9602-1d7345e40eb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110312,7 +110312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0243e369-6f45-4cf8-b37e-056e5265e616", + "id": "ee604df3-f4a3-4a22-83e9-bc21b9268652", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110371,7 +110371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "437f80af-830b-487f-8cb0-09a964ede4a1", + "id": "b105b077-8548-45ce-9843-af59337fa839", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110436,7 +110436,7 @@ } }, { - "id": "e0610bd6-d26b-47bc-b974-4a3e38e985b4", + "id": "e6c9787c-fccf-4b27-b34d-984ce6212568", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -110502,7 +110502,7 @@ }, "response": [ { - "id": "12901196-c21c-4978-9f67-469fd751729c", + "id": "5d12174c-be62-4fe3-9d9d-bb577482a847", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -110561,7 +110561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0160fd0f-397f-478b-bf98-4da6b5c05131", + "id": "c7529027-dd1d-4984-a403-89266f46e2af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110620,7 +110620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1cb0f62-2fd0-4f72-a17b-704a601d40d5", + "id": "bfc314c2-124b-4d9d-b243-d437ef0db2f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110679,7 +110679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfdac5ac-67a2-4c74-9c34-06ff56b2ca64", + "id": "02fec007-7131-47ed-b49f-9b8d863d2f9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110738,7 +110738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7856645b-8933-406a-b7f8-b9a8181b8c6a", + "id": "afe0d9f5-b3b7-48c9-84df-4fcdcb3827e5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110797,7 +110797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359fefcc-fce4-409e-be3e-812e5dc8a361", + "id": "cf638dc3-030c-41d9-95e3-180436afed1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110856,7 +110856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac4902a-5fe9-4b32-98f0-15caf44674cf", + "id": "603bae91-5e30-4491-8750-9f413ce79881", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110921,7 +110921,7 @@ } }, { - "id": "12d8ca00-5b91-440a-a045-346fdab229f4", + "id": "ba751b34-1b9b-4179-9f03-3c1bc1666143", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -110974,7 +110974,7 @@ }, "response": [ { - "id": "1cb0735e-c666-4b95-9b1c-97e6e17f1825", + "id": "8e36f9e7-700f-40aa-a1e4-26aa6248b962", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -111010,7 +111010,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1fb37c0d-2bec-49f7-8e56-c67815d8533e", + "id": "073a9cc7-9850-47dc-8503-e2abe3d0dedd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111056,7 +111056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "180386d4-a264-4545-ab2b-9dc9c44a605c", + "id": "83615622-0db9-4db4-be06-0051293d13be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111102,7 +111102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0460d05-a3f0-4ead-ba08-65a49aaac88b", + "id": "01c8e0a5-45fd-48e3-b4ff-0581bd91ad9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111148,7 +111148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82446d75-9e8a-45ef-94b3-2f1f2477e9d3", + "id": "e3b70c89-5832-413c-858c-a65652bf7f0a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111194,7 +111194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "769985c9-7f83-41bf-9b28-044479a723ef", + "id": "125861f5-5a20-4057-bd1f-f553be3f405b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111240,7 +111240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47648cb-9465-4ee3-80ff-21d2e280c74e", + "id": "ca7f9bca-98bc-47fb-be32-60b760ef3ed6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111292,7 +111292,7 @@ } }, { - "id": "869e9557-8a69-4a37-9956-4919540ff82e", + "id": "10392aee-89ab-4db9-be7f-02ee1696f2e0", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -111348,7 +111348,7 @@ }, "response": [ { - "id": "626dfded-db7a-47db-a0a6-fd5f2eab640e", + "id": "83259b26-d0c2-4610-bc58-15ea0dc353d8", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -111407,7 +111407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81208cfe-6bfc-4a29-a88c-727ee30ec46c", + "id": "55514312-43e6-44d5-a96f-a5a864760095", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111466,7 +111466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e21712-e7e5-42a3-a421-b792b365d182", + "id": "e903091d-7b6b-4e13-822e-1ffddde54f1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111525,7 +111525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6067d0-7b41-4e0f-a6c1-9d345a3e300b", + "id": "b86c1137-e1e9-4d72-908a-5e6c8060e1d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111584,7 +111584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd6a93b-4e3f-49e4-98af-ceb0e7259e00", + "id": "aa2669db-fbae-460e-8716-d421249ebca2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111643,7 +111643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1bd0ff-9ba9-46f0-84c3-2cc7dfd3f4b7", + "id": "3335b061-9250-4ef7-96a0-74d4445cc846", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111702,7 +111702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0e3e90-4cd6-4930-8d75-ca51593d26c8", + "id": "986cf0ea-22c2-4109-a662-b7ec7fb55d11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111767,7 +111767,7 @@ } }, { - "id": "69ee5f38-4d0c-435f-bd96-06e8530e61d8", + "id": "4feca74f-9ca9-46ad-86c8-f9dc1bbb5bcb", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -111819,7 +111819,7 @@ }, "response": [ { - "id": "2d0f028b-36e0-4c7f-a7e3-33abdee372bf", + "id": "5a8ad385-f084-408f-b190-7b3af8658894", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -111874,7 +111874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaabfb13-1597-4bb4-b0e5-38efcb4cdb57", + "id": "2da03a9d-00b5-44ed-b091-904bf7ea3d63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111929,7 +111929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "163d7f8d-dacb-4c10-be7c-635124a050d8", + "id": "6edad203-ebb3-40d1-b9db-c7557cdf2668", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111984,7 +111984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0cad7e-c345-4f5d-886e-f5d7afe138c5", + "id": "455139f0-83ef-445e-a4db-54f86dee0d3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112039,7 +112039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24741ad6-d662-4067-a495-bd23695fa4a7", + "id": "875fdcdd-eb0f-4f25-853f-e3f24ebfb8a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112094,7 +112094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6136d2a5-240d-42e1-86ec-974146aa685f", + "id": "92966069-6333-4ea1-8b33-68fa8da4d7cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112149,7 +112149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1ef781-0c42-4c20-8379-1e7febd33e38", + "id": "06582e90-3152-43fb-bc77-2521836ce3ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112210,7 +112210,7 @@ } }, { - "id": "fea3bba5-75e2-442d-859f-22ffe426ee66", + "id": "00ede41e-9e22-4ee2-a5ce-e7438cadc9f2", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -112265,7 +112265,7 @@ }, "response": [ { - "id": "1a059c34-b3d7-4e86-a16c-b6e423ce7fad", + "id": "6a9fff1e-617e-4950-870f-d151fe021f94", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -112323,7 +112323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5fb8422-25f8-4a98-acd5-fef3101721da", + "id": "9510558e-69a5-409c-b50f-bd4795b7dd0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112381,7 +112381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff1ab74b-e9a1-4ee7-a556-22107509bf71", + "id": "040b6b1d-73df-4a53-906d-e1dce50381c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112439,7 +112439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68487e4d-1129-4894-b68d-78a549a177b3", + "id": "f6c8f6a0-2b0c-4c81-ac80-70e964238597", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112497,7 +112497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50032dd2-b8a1-476e-94a8-a0196dacbf27", + "id": "31f57df5-a56f-4677-842b-3cf89f317962", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112555,7 +112555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a79f47d-9398-434b-9df1-dda4e86c19a8", + "id": "5bd192b9-e8ce-4794-b924-182e0dabe401", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112619,7 +112619,7 @@ } }, { - "id": "f7b434cd-b191-48e5-a4bb-b68475fb8d4a", + "id": "96b34d15-be7e-498d-a871-1a537a1a75d5", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -112672,7 +112672,7 @@ }, "response": [ { - "id": "d1f64375-de4c-40c7-a472-ffc9368a1275", + "id": "be1cc683-eadf-4fbe-939e-ff77ed40bd50", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -112718,7 +112718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5aa139d-a6e9-44a8-8d06-b7cb48cb79e5", + "id": "55e875ff-b9fd-4d78-a122-f6fb63564b5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112764,7 +112764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2312c9fc-0792-4dea-ae50-192a443ae919", + "id": "c0e39868-7d50-4d25-abc1-1d59690d8e7b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112810,7 +112810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d188cfc-0256-4b33-895c-07b4fefe5858", + "id": "5211fa5d-d55b-4686-9d1f-9e7843e66c3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112856,7 +112856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97d85ed-2cb4-44bc-b078-2125a71429f7", + "id": "ede05387-06f4-4729-a48b-611d5f57a518", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112902,7 +112902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b88978a-ce77-4259-a14a-ff812f601515", + "id": "558cd87b-2758-4888-9379-d1eb6a9e66ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112948,7 +112948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f462b7e-2d12-45a3-83a9-ff900f06917d", + "id": "90ad67ce-0212-44a8-882d-746d99c06431", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113000,7 +113000,7 @@ } }, { - "id": "6a0d05c3-c24d-4852-bfb7-3d08e4d5eca0", + "id": "27467d86-d158-4e93-a210-c55adad91507", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -113066,7 +113066,7 @@ }, "response": [ { - "id": "b9fb0802-7af1-4b39-9cb0-d20ea886bba5", + "id": "8e056d0b-d721-46e6-8fcb-0658652b215f", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -113125,7 +113125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b84af1a-b58e-473c-a44e-725666be31cd", + "id": "865d68f0-1bb2-4a0f-a07f-cf4b88ac8b54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113184,7 +113184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e8552c8-27b7-4d0c-be59-a8e4dd9579fb", + "id": "8f761171-b510-49f2-960e-99d011809d53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113243,7 +113243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6beb099-e6a4-4789-8673-57210d1eb0ee", + "id": "6a7c61e0-ffe8-4ff3-a593-2c706e1bcf54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113302,7 +113302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68480546-00e5-494a-bc73-1ec649d4945b", + "id": "b2e8521f-59f4-441e-abea-aff181835c08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113361,7 +113361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7ec9ac-70bc-4e24-985f-070772433209", + "id": "69c29c93-8c47-4025-9637-574baf457539", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113420,7 +113420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2552d90-0af2-4c76-b4d0-59498483c33b", + "id": "a4c2cc13-56eb-4b5f-9e39-78cab9f97040", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113485,7 +113485,7 @@ } }, { - "id": "6ced8c80-fbbd-41db-bd41-9162918b9b94", + "id": "5fd76651-118d-4e4b-a74d-533511d3fed2", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -113551,7 +113551,7 @@ }, "response": [ { - "id": "d4405579-eb33-443d-bc74-8c6f474790b3", + "id": "7e54d8f3-0c58-4cc8-8881-da0c2efd3381", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -113610,7 +113610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6207031a-1929-4ae8-bb04-ead29946e3cf", + "id": "3ae8e479-4aab-4024-9c10-bf31d52effb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113669,7 +113669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48a718bd-08aa-4e4b-b392-35c1cf412b8b", + "id": "7e916302-78da-4af4-8232-9d7464355453", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113728,7 +113728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c677c14-52a6-45a5-917d-cdcf7f9118de", + "id": "2be07d00-ff0d-402b-b3b7-669ab8ba4b48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113787,7 +113787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469649be-8ff1-400e-9f09-c77cd07eff9e", + "id": "e0d4be84-767c-4cf6-a7b9-d87ea2e1b31f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113846,7 +113846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f664ea4-824f-4e30-aa14-47eb7b91604d", + "id": "5201afe8-c27c-4df3-a5e6-071e9d9bdaea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113905,7 +113905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5773c764-993f-4314-8b05-927956a9b8db", + "id": "f1489493-4244-4745-be07-2d0d828e1f11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113970,7 +113970,7 @@ } }, { - "id": "9a2b15cf-bc46-47e4-8081-c35920bd5953", + "id": "52049369-c4b4-4b4a-a10a-6bb8dc71df48", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -114020,7 +114020,7 @@ }, "response": [ { - "id": "a305f5d0-dbaa-4f1a-8e24-f0d66b956f08", + "id": "ec852dd6-9e8a-4536-bc84-06f63486cbf1", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -114056,7 +114056,7 @@ "_postman_previewlanguage": "text" }, { - "id": "052e47cb-a99e-4b4f-aefc-39741bdf82aa", + "id": "88e55c2e-db88-41d9-9ede-76654707b1d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114102,7 +114102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b284f413-12a3-4f13-8da4-06f65446d36d", + "id": "03b4f8b7-77fd-4f6d-8335-03254d0d1ee6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114148,7 +114148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c830f0-931b-40d3-9128-66ee75c48868", + "id": "4771438a-0ffc-4f54-b57d-624dc1154c43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114194,7 +114194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d071e9d-e7cd-4e47-9e3b-7603d6500b3b", + "id": "40fad8b0-cddb-4f4a-a617-e300df33175e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114240,7 +114240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa8d350-5d6b-4f92-8167-7054f898bd46", + "id": "8eac3cdf-d373-4e74-994d-1234233d0dc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114286,7 +114286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bbd697-3531-498a-8ff1-38e29e2bb2bf", + "id": "0b156411-de50-494e-b644-13ac73e6f58e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114338,7 +114338,7 @@ } }, { - "id": "57372232-7a14-4a64-8027-c4e4919f2526", + "id": "6ed5ad20-6c3d-4c89-950c-15920030bf17", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -114380,7 +114380,7 @@ }, "response": [ { - "id": "54a41cbe-7066-49cc-944f-544c374a93e0", + "id": "432f9651-57ed-42ea-a061-76c6e81635fc", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -114425,7 +114425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00052733-dae1-4e3b-853a-87d0a47fb424", + "id": "5ac4a226-c461-49bd-b6e7-4bf48ced430d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114470,7 +114470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0547f19b-7952-4cdf-a1fb-73eee1e4aa74", + "id": "b8350738-6171-4695-a6b6-db9670c54b88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114515,7 +114515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e9d119-be71-4abc-b31d-16c4d239d4f2", + "id": "08eb6099-c2f2-4827-954b-9e1f0f6d76d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114560,7 +114560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f989d6-cb14-43d6-8602-37c206c2fc4a", + "id": "bea98820-8e06-4467-b3c2-a945a23c667c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114605,7 +114605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a15a78b-fa27-4388-a205-bcfad7a90112", + "id": "d6853530-d144-4089-a8ce-8e8efbd7fbb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114650,7 +114650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c385159-e5c1-4bff-8373-9bd54a0471de", + "id": "a6d85ea8-ed0a-4080-b5b1-c5198031b789", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114701,7 +114701,7 @@ } }, { - "id": "e2389c94-ca7a-4f19-9ba4-4ec2fb2948c1", + "id": "002a89eb-f5bd-42eb-ab68-f007e43f2bd3", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -114744,7 +114744,7 @@ }, "response": [ { - "id": "ad043656-1c68-4ff2-b5cd-8192f9bb4686", + "id": "711d34c4-0b2d-4e3d-be76-e4340a529875", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -114790,7 +114790,7 @@ "_postman_previewlanguage": "text" }, { - "id": "67d7dc24-f0a6-4401-bf9d-e8b35b1b48eb", + "id": "4844ce27-159f-46fd-830b-a4f41a7ce963", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114836,7 +114836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f08d850-0c3d-47af-b5f6-976180384ddd", + "id": "d45094fb-450c-4990-974c-c1a2d8311b36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114882,7 +114882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5a6ecdc-5d4a-45bf-a1b8-c3fbc06b1ba7", + "id": "b596189a-438b-40b7-a358-46e96104ed7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114928,7 +114928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe578328-1c90-4a7b-97ce-ac8fe144a6ab", + "id": "e3cc878d-644e-4d9b-899c-a21d641e88eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114974,7 +114974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93188276-2149-4566-934f-7067f04be13d", + "id": "3a75447f-e361-46b5-83ca-f4c9fc35dbd5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115020,7 +115020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9d2581-4220-404d-ba7d-7c2ce3082a8c", + "id": "69ef1568-ba43-4055-8af0-6fbbdea934b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115072,7 +115072,7 @@ } }, { - "id": "24adb714-be73-4c79-8231-8d5509b82958", + "id": "d80539b5-aea9-42e2-a177-4e846e67660c", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -115124,7 +115124,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115132,7 +115132,7 @@ }, "response": [ { - "id": "5704b257-72a6-4769-93cf-5a6999458932", + "id": "efe5f8a8-e64d-4adc-9430-f853f4e95b5d", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -115176,7 +115176,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115195,7 +115195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb1f430-11a7-46fc-9cce-6fcfdbf58ea2", + "id": "8893aeca-1a58-4b02-ac7f-1cb05744af14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115239,7 +115239,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115258,7 +115258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c12046-c45a-43bd-a858-195b979b8c6f", + "id": "785f6ef5-7562-4ee3-89a2-0e1b312e938f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115302,7 +115302,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115321,7 +115321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "972429a9-078b-414a-a2d9-e9a20cf6e9ba", + "id": "b1e1efed-6807-4105-8fc6-05893ab5efbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115365,7 +115365,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115384,7 +115384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a334c4da-e819-4a0e-ad7a-63e4da7c2444", + "id": "b8aefad4-38b6-47bb-b533-8852bc1a06f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115428,7 +115428,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115447,7 +115447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15d9e1f-832d-48a1-b0eb-5491fa387c14", + "id": "9caf3aca-30d2-4b34-83b7-1b46010778db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115491,7 +115491,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -115516,7 +115516,7 @@ } }, { - "id": "579bdb73-8d39-4844-89bf-720dae91a6b3", + "id": "3545b3a5-ed84-40bc-8028-913d753d12a9", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -115569,7 +115569,7 @@ }, "response": [ { - "id": "eeb886ea-4515-414b-a1e7-af2aa5592f31", + "id": "27517f47-bffd-4867-b6d2-06c8f3bda69c", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -115625,7 +115625,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6419c1b7-110b-4c8b-b35d-f534790814ca", + "id": "652ee86b-271e-43e5-80ae-2b07247b57ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115681,7 +115681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c4ea6e3-758b-4cc0-97eb-9c802794ef45", + "id": "1f6c32b4-2e9a-446a-a48b-df67eb0c56dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115737,7 +115737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3091296c-52fe-4979-9ae4-48b22a823126", + "id": "9f0d7b7c-7889-446b-8da1-28cf1924b930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115793,7 +115793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452980a2-e32c-4c12-8780-8eb386cd00e0", + "id": "f3033ceb-d4a2-4a7e-9c3a-b4e6ecf2c7e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115849,7 +115849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b50b3a-f851-4dea-95a7-3cf30a9ca54f", + "id": "7ad8b620-3d07-41a3-b4ab-8fafac85c9c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115905,7 +115905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0477e7d5-69e9-4425-8e7c-1ba322c74a41", + "id": "a8311564-f43c-4b93-a5fc-8bc41221797e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115967,7 +115967,7 @@ } }, { - "id": "45169570-a723-4c74-ab95-6088fbdbacd4", + "id": "fdbd37e4-b4d8-4f06-83bf-501b478517a8", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -116029,7 +116029,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116037,7 +116037,7 @@ }, "response": [ { - "id": "595bb70c-090e-4068-92c4-0c2469e1e5e9", + "id": "d6d21524-611d-4b23-855c-387caf2ac2b8", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -116091,7 +116091,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116110,7 +116110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b93eea3-d990-4d9f-a9f4-ddb206448086", + "id": "3c16c48a-8194-4ea8-8b1a-2fbe4b25fe1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116164,7 +116164,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116183,7 +116183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce31018-a634-4533-89b5-4e1601492a61", + "id": "98fcf05e-9d08-439d-b481-e4b3513a4f2e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116237,7 +116237,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116256,7 +116256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2201dd75-47e8-4345-b547-3f5be9432c50", + "id": "63ba1947-b81a-4450-90d3-1cbe14918287", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116310,7 +116310,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116329,7 +116329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c82b3e-35b6-4768-8e84-6e342a464750", + "id": "90f24596-0390-4dab-8d3c-efd645fb1f86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116383,7 +116383,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116402,7 +116402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64666ea0-a675-4ac3-8f3f-d9620124cb42", + "id": "c2f2b6ae-73a5-4fca-b9c8-6c499311f0ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116456,7 +116456,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116481,7 +116481,7 @@ } }, { - "id": "52e6279b-2147-4ce6-a440-826c3c41917d", + "id": "fcc73284-6545-476e-b62f-88146da4e11a", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -116532,7 +116532,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116540,7 +116540,7 @@ }, "response": [ { - "id": "f8265e62-17b5-4fb4-8487-dbe39a575f49", + "id": "19fe4aca-c6af-498f-b9a5-eba7f54bbabe", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -116583,7 +116583,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116602,7 +116602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad91d4b1-071a-4f8a-976e-63f91024226c", + "id": "8cbb97f2-0062-4dc9-91d9-f91486631284", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116645,7 +116645,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116664,7 +116664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5adb66-a361-4761-a8fb-f753e8da10e7", + "id": "87ef2f17-d1df-4b95-9ff5-582b42fa8fed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116707,7 +116707,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116726,7 +116726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09903a4c-faf8-4300-8d7f-19e9a9cd8d83", + "id": "c5354ca2-67ae-4e39-b3e0-38b2440a5e2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116769,7 +116769,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116788,7 +116788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c92c07-732e-426c-89f4-a9062d9e1b35", + "id": "0aa8c4f5-34d4-4c60-80d1-a28e638c5b9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116831,7 +116831,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116850,7 +116850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae0207d-616b-4342-ae87-5ca06ccfdfbb", + "id": "2bafd37e-f48e-4748-b47d-8bfc8dca5591", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116893,7 +116893,7 @@ "type": "text/plain" }, "key": "file", - "value": "culpa esse", + "value": "esse exercitation ad id sit", "type": "text" } ] @@ -116924,7 +116924,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches IdentityNow. \n\nIn IdentityNow, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in IdentityNow (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by IdentityNow. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in IdentityNow. \n", "item": [ { - "id": "e6c5e9b0-622e-4fe4-b920-3fc98c9612a6", + "id": "bde5f9c7-29f8-4b12-b14c-b38302543e16", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -116990,7 +116990,7 @@ }, "response": [ { - "id": "03a6928d-dd39-4e8a-b8f2-3a0b7a9b445b", + "id": "c075b89e-1094-46fa-9769-0ad730cee8a7", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -117070,7 +117070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a289b7-8f12-4424-a88e-c478637a1f6c", + "id": "c221447a-5b6b-4f6d-91fa-f498a1d91297", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117150,7 +117150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8786bc2-58d6-473c-b453-0e9f4583f36c", + "id": "92af9bc5-508a-4282-9872-2c0e0327458d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117230,7 +117230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead2f324-c0f9-49be-b3d3-a85a849b590c", + "id": "984b1832-2b34-461d-b50e-b229d5c32273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117310,7 +117310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69bc33d3-3155-423e-a62c-103af969ec51", + "id": "28d4aa90-2a4e-4015-8f2a-024df1a2fa49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117390,7 +117390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb72773e-9676-4961-a2d3-440655436cad", + "id": "62bd47be-8e1b-487d-968b-bde1e0efcaab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117476,7 +117476,7 @@ } }, { - "id": "69910108-66e2-4c4b-b2fa-182b624d8dcf", + "id": "23cd90d3-e423-4b32-8cab-b12d13eca9d6", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -117518,7 +117518,7 @@ }, "response": [ { - "id": "29050fc2-ef24-46fb-889a-1b28612bbe3e", + "id": "8c0fc9c2-86f4-4626-97b8-4ec47102a921", "name": "Created.", "originalRequest": { "url": { @@ -117564,7 +117564,7 @@ "_postman_previewlanguage": "text" }, { - "id": "78a60aee-e27a-49ca-9eaf-b01d37b8bd74", + "id": "ed133db0-bf88-46c8-9353-dcda5337c82c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117620,7 +117620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20e9ebfe-f398-493c-baf4-969dd54b6418", + "id": "4b008af0-b257-46b5-86f0-3a992d937e4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117676,7 +117676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e467f7-757a-492f-a2eb-9385839590f4", + "id": "9e291746-2a5c-4d0b-8d33-52a71fc89690", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117732,7 +117732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33656b53-07bf-4876-99c6-484497d623ed", + "id": "56e9bdd2-d5e1-4783-883d-fd72cdefaea0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117788,7 +117788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b25451b-f6d0-48c9-9a4f-1c5127ae25a1", + "id": "60427fa0-d7df-4eb7-a13b-e185db2ac3d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117850,7 +117850,7 @@ } }, { - "id": "034927cc-a011-44b6-bd08-817297586f60", + "id": "a0dffddd-16c4-49d1-9d16-a0540038e1d5", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -117928,7 +117928,7 @@ }, "response": [ { - "id": "08224f2c-6fcb-4b24-bf7c-fc01aabbae75", + "id": "4b558a6b-94ce-4136-a182-ed132d1a67d0", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -118009,7 +118009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8e4427-9212-40ab-9721-719532fb7188", + "id": "8b836632-c235-45dd-aff4-0d6bdd7449ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118090,7 +118090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4448b4eb-8fe1-4789-a46e-5c7f38fbe31e", + "id": "194fa52d-b4ee-42ad-845a-544c0cd8ff89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118171,7 +118171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9287a6-4295-4783-a6bc-430ea53f7c34", + "id": "6ab50782-f992-4ad5-8ce1-497112402b88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118252,7 +118252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5daa34a4-b8c5-4521-bab1-991aeba05c60", + "id": "e361b4f0-991d-4426-8500-e564324b3101", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118333,7 +118333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bea07e2-d585-49e7-94e6-3eac3a40674d", + "id": "20580e14-f4d4-4135-8cfb-a086394bd43e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118420,7 +118420,7 @@ } }, { - "id": "13f9efb8-4c6b-42ac-ada3-b3bf9409426b", + "id": "6a50b496-1859-4378-a669-d481dc0c9bfb", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -118472,7 +118472,7 @@ }, "response": [ { - "id": "5b264394-5925-47d0-94d1-6fa873263c87", + "id": "8b4e350f-ba44-4803-8fdd-4ed5c6e7aa8b", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118517,7 +118517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "615f3d06-a836-44e4-a4e7-6db1709026f4", + "id": "f1661664-dee6-4776-87bc-87573a05b720", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118562,7 +118562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e241df-bece-4f6a-b967-75e021efe353", + "id": "0d85b97a-5e88-477e-a22b-c64ede9b5267", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118607,7 +118607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1191b4-1f2d-4553-bcdc-ac038996f6ed", + "id": "a965d30c-e532-4ccd-adc3-32277ac60963", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118652,7 +118652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9fff21-fd0f-4e10-be17-6b9e3d1560d5", + "id": "de842246-54fb-463c-9d08-9539c57153d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118697,7 +118697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a613bf6-1090-4a33-b4d1-7c3f412eb483", + "id": "54421f7c-e946-4133-b69b-881c724731a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118748,7 +118748,7 @@ } }, { - "id": "ae032cca-c8b8-4b16-a4b7-bf069fde9637", + "id": "10b6e028-dd51-4144-8f12-94645323990f", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -118813,7 +118813,7 @@ }, "response": [ { - "id": "fe1eeae2-1077-4d22-a9f7-326ff4e02703", + "id": "3b145163-6327-482a-b0e0-d42c91f542e6", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118871,7 +118871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015a5dc5-c14c-4936-8e22-0e5ecdb015a0", + "id": "628cdf3e-3b48-4bcf-bc5e-2fdf33eee2d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118929,7 +118929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "672709e6-4234-457b-a8ea-4bb20874c239", + "id": "5c1a297d-e2cd-40ee-8064-a309b58485a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118987,7 +118987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "821857a0-0b31-42fe-9b5b-9bafe3ab4dfd", + "id": "3330813a-e836-4966-aa65-b4c883071eb2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119045,7 +119045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36aeaa79-ed35-452a-8ee2-d99d20015098", + "id": "4f8401f7-376f-4eef-83ea-16bbdd00e283", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119103,7 +119103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71595c0b-7e8d-4ef6-86b2-fb3855f8f52e", + "id": "2c28516d-7714-4e25-98c6-97001de77f4e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119167,7 +119167,7 @@ } }, { - "id": "c0260c84-7ecd-4442-9638-758bcdfad409", + "id": "026a97d7-1e15-4c3f-b3da-0237442776a9", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -119219,7 +119219,7 @@ }, "response": [ { - "id": "05dabd77-abaa-4d21-8d18-9612a7c62b44", + "id": "1eb35264-129d-4ee6-ae28-90a39b87b791", "name": "No content.", "originalRequest": { "url": { @@ -119254,7 +119254,7 @@ "_postman_previewlanguage": "text" }, { - "id": "47e10111-d745-4160-8bcd-13db4f4ff925", + "id": "d18f9d14-13a3-4093-8fd2-b38460c159b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119299,7 +119299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84411f4-4618-41a8-ae5e-93b0725818d8", + "id": "8b2593ec-cfaf-43dc-b971-4c6737f84376", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119344,7 +119344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a7e206-0d4e-49ca-92bc-1801dc5f82f4", + "id": "0ffe78d5-0bdd-484e-9c7c-e8e8c13cbd56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119389,7 +119389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f98a47-f001-4a91-b937-074e11a2c611", + "id": "a46d0f4c-821c-400c-bc80-8cb1390bf15c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119434,7 +119434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2090fab6-6b03-4451-bd72-22e5fe6b4f51", + "id": "92f1de4b-6120-46fa-8bdf-58266fa6c772", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119485,7 +119485,7 @@ } }, { - "id": "930c8fc4-0cd3-4545-8a09-c42fb697f8e3", + "id": "4ff4250e-aec0-452e-8de9-4250db91a895", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -119528,7 +119528,7 @@ }, "response": [ { - "id": "f591668b-860b-4f8c-b533-cd0af211ea1f", + "id": "7c00cb09-9e48-4914-b371-3de9ba626c62", "name": "Request succeeded.", "originalRequest": { "url": { @@ -119585,7 +119585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1923f872-5bb1-4ac1-bad1-df212c449716", + "id": "be0773da-fad6-4c91-9e0d-b0d8c286b5c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119642,7 +119642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c9188bc-708f-4095-9f35-3cbefeb9eb75", + "id": "5395c96b-9dbd-4aa9-b119-3b53ab38eae9", "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": "f05f3864-03f3-4c25-b7dc-be630bd7c484", + "id": "7656da75-f7bb-493e-b444-3db5f63fd640", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119756,7 +119756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9ec1a5-27c5-40a1-b76e-48b7fe696e76", + "id": "4301be8c-f392-4e0c-b877-597aece73cf5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119813,7 +119813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "093632f7-067d-42bf-b5b5-81406ec2dff3", + "id": "36093406-a95a-452a-809a-598103c7a858", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119876,7 +119876,7 @@ } }, { - "id": "05ca6a1d-afb0-4845-a7da-0a6a43bafcf9", + "id": "abfbfeb3-f6f8-4be4-bc3e-f4d98d4aecd9", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -119919,7 +119919,7 @@ }, "response": [ { - "id": "6292d18c-90cd-4be1-9f8f-b0b0e4aafb92", + "id": "1d5620dd-418b-472d-9595-c281898b196e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -119966,7 +119966,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3058d1cb-0f71-4c3c-9633-f6bba132fb30", + "id": "c65ef9ff-5e32-4676-b2be-3e0158d5720f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120023,7 +120023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c920102b-989d-4816-b98c-f7c41cf3be97", + "id": "80f1a7ac-e661-479a-bf0d-f6924e6a6cc4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120080,7 +120080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c80d227-dd27-4aa6-a044-cd0289cfa4ef", + "id": "04d290bc-96e3-4951-b385-e0100a41a740", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120137,7 +120137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56bfc119-8fac-40e2-8745-b410c4fcec2d", + "id": "ca42e0a9-0eff-4966-aa0f-2dc40ff5f614", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120194,7 +120194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d967bee3-25b0-4f8d-af21-c491c7004335", + "id": "084029b2-0033-480e-a4a3-e2046d2d1544", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120263,7 +120263,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/idn/docs/transforms) for more information about transforms.\n", "item": [ { - "id": "9f04ff2d-8415-448c-a8d8-6e62bab7d2ac", + "id": "f629ff6e-4c36-430f-9c47-7e230f6f67d0", "name": "List transforms", "request": { "name": "List transforms", @@ -120338,7 +120338,7 @@ }, "response": [ { - "id": "84759bb3-f054-4261-b211-a05ae958385e", + "id": "d4e461f8-1313-4e8e-b7c3-78daf0c5c79e", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -120427,7 +120427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82264b92-3686-45bb-b311-c9fe1a285091", + "id": "c01c740e-8782-4fb1-8479-a11c2be354f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120516,7 +120516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82206a51-eceb-43dc-aa9a-30f84601d89e", + "id": "03e8edd9-14ff-4d99-af81-7c3e8a49ee95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120605,7 +120605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb336f67-e5e8-4411-ac60-9683c120e20f", + "id": "1baf0110-0b99-4c4e-a986-2ca8648e44fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120694,7 +120694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e994ab-19c6-4c62-ab8e-86277931b1b8", + "id": "e4ead4e5-34ce-4bf2-8b1e-60548f6e926a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120783,7 +120783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b8d1e4d-2b55-436f-906a-1271e85c2d33", + "id": "952cda8a-29d7-4fd5-8475-6c770e4cda3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120872,7 +120872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d65896-9f16-40a5-a550-40fef230813f", + "id": "2db24291-38e8-4562-b47c-c062af79fe86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120967,7 +120967,7 @@ } }, { - "id": "5db1ba08-10b7-42d5-a040-58468302f821", + "id": "86e42c99-1706-4037-83cd-a6840a2e591a", "name": "Create transform", "request": { "name": "Create transform", @@ -121009,7 +121009,7 @@ }, "response": [ { - "id": "9cc896e9-7449-4d44-b758-5c33f8932ad0", + "id": "fb7ac1f2-b6d4-42c0-b79d-d7c462767a93", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -121065,7 +121065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d2b855d-995c-4429-abc4-97f83da6bf55", + "id": "6feb4bd5-c3a1-431b-b743-e533b7205f46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121121,7 +121121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4240898c-57c5-43f0-bca0-e54bb07e8985", + "id": "7808d11d-c6c2-4de5-aacc-4c2d39d004c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121177,7 +121177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3deece00-b747-4410-8ac6-8d64dc508400", + "id": "d8f49140-a772-4dd5-8219-188324abc9fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121233,7 +121233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72548a85-e984-4d1d-93dc-3f253199672b", + "id": "fcd3965c-a2a7-4ff0-b28c-31c905416faa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121289,7 +121289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97a0de9-3238-420c-ae50-72dd3403289e", + "id": "995c7969-b5a6-41bd-963f-9f8d3792ddbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121345,7 +121345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2f82bf-3bc3-4af6-98e4-17522f4b0505", + "id": "c5ad0d9d-58a6-4977-b75f-a5c05974238d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121407,7 +121407,7 @@ } }, { - "id": "ec30513e-4789-48d2-a0de-eb327c1624e1", + "id": "a50f6355-0f38-4e40-aba0-d277531b10a4", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -121448,7 +121448,7 @@ }, "response": [ { - "id": "557062a6-9100-48c2-a5dd-77265cf0a9e2", + "id": "5510e9f4-d37a-45ad-8b44-583e8a148acd", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -121492,7 +121492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3f16f3-e152-424e-b844-893002b41b3b", + "id": "38a233a5-6b77-4036-b709-8926ea8fb5b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121536,7 +121536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2919e746-9226-4492-8bfb-511ddbc84203", + "id": "97f234d7-697f-4369-9b03-fbdf0fa4f48a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121580,7 +121580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0298d336-3aa2-4e04-b1c2-25ae79fd9c4a", + "id": "98e90112-aba4-4d4a-b6cb-966cf3e9df14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121624,7 +121624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba56639d-13f8-44be-b0bd-ef0cd7ba3f8d", + "id": "2b95ddb6-d872-4722-9321-040d239f5563", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121668,7 +121668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988dbc14-b584-4a0e-994f-52dccf84ccba", + "id": "812707d5-c5b3-489d-98af-a131d813d833", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121712,7 +121712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a15ac6-f6fc-4083-b84c-c5b54aab1ebe", + "id": "c0cd2b44-d856-412a-8d4d-b85fc467444a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121762,7 +121762,7 @@ } }, { - "id": "eccf049a-46e4-4ef7-a1f6-d5d213fbc67a", + "id": "320f42de-761b-47ae-9375-7551c9e3ab78", "name": "Update a transform", "request": { "name": "Update a transform", @@ -121816,7 +121816,7 @@ }, "response": [ { - "id": "a8f8b062-f619-4d61-b7e4-3be2293200cc", + "id": "6f3597e9-cb5f-47e2-92cd-d736c66aa554", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -121873,7 +121873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21e4f3b7-3b89-46e1-93fa-a4ac6a3e9fb3", + "id": "33579b7d-ba99-4a38-a478-710876edf0dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121930,7 +121930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f53fb2-9d60-44f8-a0f8-0ad76f5cc530", + "id": "70593587-c89f-4271-b6bf-4818839e4843", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121987,7 +121987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da00475-30a4-4ae0-aceb-fb545c2a5363", + "id": "19322711-2ee5-4bb1-8da5-35ebc08b372f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122044,7 +122044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e396e66c-e927-4b34-9c96-3cda4634de88", + "id": "134e5298-d8b6-4715-bba8-f442036a709a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122101,7 +122101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b4e8988-cead-4216-b915-626f50212c2d", + "id": "c4d7d8b8-e2c7-4de1-8429-f4e8df96ce01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122158,7 +122158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2723ed40-70c8-46e0-9f0b-0fe41f4c0dd3", + "id": "b7194f0d-68a5-4838-ab34-bd238349f1a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122221,7 +122221,7 @@ } }, { - "id": "e4e6dc35-df23-4479-98f2-193f2d69b6c6", + "id": "30e0ee7c-11f4-433a-9756-64583bc638fc", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -122262,7 +122262,7 @@ }, "response": [ { - "id": "6cf9bd95-1e8f-4baf-a1a0-fdda8c3d7457", + "id": "86d261ec-71b3-467b-b5f5-0a2b65a68696", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122296,7 +122296,7 @@ "_postman_previewlanguage": "text" }, { - "id": "de5e698b-b611-4ea8-a21a-2001fb88081f", + "id": "79347e4f-cc34-41a8-9955-ca40345f1819", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122340,7 +122340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9aef850-3814-4ad7-afe4-383a0891efe4", + "id": "26e19fff-d6aa-4756-b049-d9c56ff5cf39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122384,7 +122384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a1622ab-f245-4ee2-aa84-e4978f1453d1", + "id": "c4acdddb-9b58-4f74-b989-b4dcb213a0c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122428,7 +122428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add19ded-0818-484f-ac88-9b0366486c2d", + "id": "c847bf02-59c8-4228-827c-d43059537a77", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122472,7 +122472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713179fc-211a-43af-bd05-8fcc3fa8ea3e", + "id": "d88720e5-b1ba-4008-a9bc-e3d367eb8816", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122516,7 +122516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fb76085-f828-4974-b2b7-0bd6ef6e3aa5", + "id": "fbe51a59-5fc3-4e80-873d-a1e996c8f1ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122572,7 +122572,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in IdentityNow's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "fce227fa-3ba9-463f-9df3-a0d74a0b7d9c", + "id": "f87934c3-2217-4e5a-81c5-5db6576f33f5", "name": "List Work Items", "request": { "name": "List Work Items", @@ -122638,7 +122638,7 @@ }, "response": [ { - "id": "bf8087a4-c13f-47ee-b1b3-5f760668ff61", + "id": "e680688b-811d-4fe8-a785-e41a205f4b36", "name": "List of work items", "originalRequest": { "url": { @@ -122718,7 +122718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a763d66-78ee-4a0a-a30c-a2c5fb6a8579", + "id": "40fff577-389c-4c67-8565-93e801511b15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122798,7 +122798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d57fa6e6-11c5-421e-85e7-236ba5f620b0", + "id": "0704bbaf-fd1c-46ed-a1cb-c61a8ef52e7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122878,7 +122878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3cb3fdd-55c9-402e-91ba-15c020637004", + "id": "1782279b-74ad-4d42-b566-11c7e6fb1a72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122958,7 +122958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4f0914-bd06-481a-a991-5798da2b83ce", + "id": "bf0e0c2c-a303-4d97-a782-074597d09d92", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123038,7 +123038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0396e918-d0c8-4cf6-b004-879bbffbd2c3", + "id": "b157d9fd-86bc-41f6-9953-4724c1db394b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123124,7 +123124,7 @@ } }, { - "id": "9e733656-43e9-4b31-ba95-6c485090eae0", + "id": "f067b5b0-dbc6-4fd3-8714-f62fb5ffa561", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -123191,7 +123191,7 @@ }, "response": [ { - "id": "9893a0b6-c661-4d41-ac76-c0c861ad64c4", + "id": "d9959a31-3929-46d3-9f31-e418bb363c6b", "name": "List of completed work items.", "originalRequest": { "url": { @@ -123272,7 +123272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d516ad8-0d62-4f33-a4be-b315975d90cc", + "id": "e583577d-2116-424d-9dab-f924f353a306", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123353,7 +123353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd63b2ad-91cb-4fdf-9f29-933704853ab4", + "id": "1d62434d-9cd5-47b2-92d1-6791e84e38a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123434,7 +123434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd25a775-23c8-4c1b-bc0c-44891a53e790", + "id": "cda728ea-6e20-47ab-b462-d61f6d03403b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123515,7 +123515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb54252-189a-46a3-9606-235bf01b8f6c", + "id": "3c4f4e56-a91f-4560-ba8f-fa0a3d1dacaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123596,7 +123596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571e1d05-361f-47ca-a5ff-9f0e219d4b2b", + "id": "24d96e67-216d-48e2-93ea-fc7755c708c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123683,7 +123683,7 @@ } }, { - "id": "7ee7d3a7-4451-450b-af73-a5f7e18cb320", + "id": "64704411-5cbb-43fb-92f4-1455994c8b3a", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -123723,7 +123723,7 @@ }, "response": [ { - "id": "1fa5932d-d934-46f0-a7ac-bf646df967b5", + "id": "4f27133d-9a2a-4927-8fb5-f6d4f9bab373", "name": "List of work items", "originalRequest": { "url": { @@ -123777,7 +123777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db3fb9b5-8e67-4b11-9d14-66ad39a3b0a6", + "id": "57fdf6bb-a156-43b8-b780-e1fa9f3ace4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123831,7 +123831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4e0bf5e-c3cb-4e50-982e-1601322a0df6", + "id": "c6498c94-e8e6-43cd-b924-9ff0fcc350ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123885,7 +123885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca499ad-7c24-4b23-9df5-28728418e642", + "id": "7924c248-bec8-4377-9c00-c207c4c4995b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123939,7 +123939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3690e2b8-f896-444b-9044-a7811cf44010", + "id": "fa3451a1-77ca-4c39-a759-2fd80a52d914", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123993,7 +123993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7bcea80-d90e-4591-8bc7-24fb2a594b14", + "id": "a2c0d355-2cb4-42ad-b1c2-38e92cf3fa8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124053,7 +124053,7 @@ } }, { - "id": "37a5f05f-af27-4da0-99e6-d2d28759ad2b", + "id": "472e1c0d-62ee-4d38-a411-b9d780ec61d1", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -124094,7 +124094,7 @@ }, "response": [ { - "id": "2a63bb27-f2e5-45f5-988a-9d7c9043c8cc", + "id": "c0b5cb2a-2da1-4548-a0d6-c4ba6514a946", "name": "List of work items", "originalRequest": { "url": { @@ -124149,7 +124149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f4ab543-50bd-4447-a8b2-5dd03456af8a", + "id": "012769e1-9b4f-4a12-86a2-1b2455be6eb0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124204,7 +124204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a77844a-e25d-4355-9245-128133b11167", + "id": "6b3c218d-a3d4-4e68-9b20-4e84d3e863e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124259,7 +124259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253ff3fa-0698-448c-bf54-5f1464a3315e", + "id": "c8f1b672-c832-495b-8acc-55a528f41987", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124314,7 +124314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a3712a-d6ad-4e8a-b0d6-26ad515eb880", + "id": "c93bc922-7889-4689-baa3-f5ca8574230a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124369,7 +124369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "086173da-462f-4e93-b1de-17df774be24e", + "id": "9b376c6e-0882-422a-b845-9e04b99be9fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124430,7 +124430,7 @@ } }, { - "id": "28bfe29c-9592-46ba-a8b4-00b59eb3eb7e", + "id": "4999471c-4f91-43cd-b59f-9b87c0d6740c", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -124470,7 +124470,7 @@ }, "response": [ { - "id": "b0e6a292-364d-4f86-bba0-783266561928", + "id": "147dff78-5911-424d-9c0c-06789aec18c0", "name": "List of work items", "originalRequest": { "url": { @@ -124524,7 +124524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92988be5-aa4b-403f-97d5-913aa3271b09", + "id": "63fd2af2-2b72-4a26-a88e-072157f75f8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124578,7 +124578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e929ad9-6f0c-482a-9cb2-7cf0bf35b66a", + "id": "b8ce1c49-1d3b-4657-be08-56fcd060e8d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124632,7 +124632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52a7e65-c9a1-4803-99f7-a522a853c5df", + "id": "d5a8e805-68a4-46c0-b4e3-e243e544489e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124686,7 +124686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7950d4b1-b076-451f-9db9-402b35e51a47", + "id": "17d4c37a-d157-4d95-9070-016004660287", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124740,7 +124740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca04ad1-b233-426a-a65e-dfed575878c1", + "id": "6dcabb82-3071-4522-be4e-01e212052de3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124800,7 +124800,7 @@ } }, { - "id": "3a865984-118e-462e-ae0c-d7afaa0f7460", + "id": "5fb3959d-7f7a-44d7-a57a-ee079c62d18c", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -124841,7 +124841,7 @@ }, "response": [ { - "id": "6b6393a0-32f9-45f0-a164-052898e51ce1", + "id": "03f957e8-0742-4074-be03-69be7e9672ee", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -124885,7 +124885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22cb60e8-ef25-4df7-8492-b55f67e77cbe", + "id": "88d63678-7919-43b7-b413-5051b6f3b150", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124929,7 +124929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20f0115b-2f00-4303-8621-7f6df8933bba", + "id": "7c864595-5933-4b20-83ca-cee0c6a998b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124973,7 +124973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8315d62c-2bdd-4352-8244-c084bf238a51", + "id": "c67e2622-b22d-4420-9836-fbfe3c368228", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125017,7 +125017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a96bb516-3205-4a84-86ca-6a0d7d0382dd", + "id": "581c5330-9297-4b01-aef2-40db1353f8d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125061,7 +125061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa14ed6-b3f5-4586-be2c-2edd76f7259d", + "id": "e45df55e-f647-40bb-8f47-a2475f882142", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125111,7 +125111,7 @@ } }, { - "id": "b57685a1-db0b-44d9-ad82-f0fcf6ae7b68", + "id": "b9bb5b2e-ef1c-4bfc-bf6b-e6334501c138", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -125152,7 +125152,7 @@ }, "response": [ { - "id": "403e2cf9-1032-4883-9e97-f5fc52cf5a72", + "id": "d63456f1-738e-4554-a8e9-37f5dde0965b", "name": "A WorkItems object", "originalRequest": { "url": { @@ -125196,7 +125196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0e6636-a96a-484e-95e7-ecb05ccfa0d6", + "id": "fc56b264-66df-4583-8a86-b501a870b82b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125240,7 +125240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165ea4b1-978e-413a-9155-8814f3844983", + "id": "18d0c8bc-98d2-4e18-a422-0b634dcd852a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125284,7 +125284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee2fc85-546a-47f9-99eb-704031fa026e", + "id": "e577f0fb-20ba-4624-bd52-ff884385994e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125328,7 +125328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "345a9004-2849-4cac-bc9d-221d04429a30", + "id": "b21cbf2f-4245-4f2b-a4dd-8099121cdfc0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125372,7 +125372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "519c5659-ef25-4760-bdfd-b50d4a9314f0", + "id": "322a9172-c8a0-460f-879a-9e7cb3239c0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125416,7 +125416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8593733b-d826-4cb5-b57c-fa7146a636c6", + "id": "6ccae16e-aad8-4d1c-944b-e46f1ed847f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125466,7 +125466,7 @@ } }, { - "id": "f83813bf-c9fd-4e16-bb4c-d54d10f3f670", + "id": "b217a9d2-7980-4a01-b1a9-86f92a3d964b", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -125519,7 +125519,7 @@ }, "response": [ { - "id": "0407d863-dd00-4c30-ab12-f8ce33e73f95", + "id": "1a967c2d-1949-4854-9769-1ee49e54e795", "name": "A work items details object.", "originalRequest": { "url": { @@ -125565,7 +125565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1beaedb3-fdd7-4784-9572-f8bc79d984db", + "id": "4da773de-a661-4684-ba30-2a14beb3bde6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125611,7 +125611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "866fd154-b7ee-47a7-a8d4-6851a2bd0d89", + "id": "3f3b2360-650c-47ca-ac3a-c0cb54a17b48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125657,7 +125657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1bd8132-9242-4a5d-8996-ee8e5235bbdc", + "id": "0c9c7fa3-f794-4fb4-97ef-d72386b7db92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125703,7 +125703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116e6c9e-ce69-4c78-8121-65358cf0e758", + "id": "8bf44172-915a-455c-bf2b-97cd704ec2d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125749,7 +125749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc3e31b-4bbb-42f2-9c22-b6c314361b90", + "id": "3e65cea3-be63-4472-8a55-825c0871023e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125795,7 +125795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddcbc4ac-6f06-4599-a6ed-f297b7a6c244", + "id": "c59d059c-5891-4543-9181-229abccf87fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125847,7 +125847,7 @@ } }, { - "id": "a0178185-c9fe-4a0f-85c2-93d389c4dd89", + "id": "7a70da5b-a88d-4952-abf4-43186552e05d", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -125900,7 +125900,7 @@ }, "response": [ { - "id": "d4f467d8-8aa6-4143-8a84-3575feb70282", + "id": "cdffd1f3-ee6e-4117-8bb5-9bdc52afbf1c", "name": "A work items details object.", "originalRequest": { "url": { @@ -125946,7 +125946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7590c8d-99ad-4dc5-8f19-c488c78e0543", + "id": "e6e23e09-1b59-4cb6-88e4-2d4d8d3aa762", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125992,7 +125992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d75a692-48af-4c3b-9c29-91ea54741e91", + "id": "744a1d59-7917-47d3-81d3-750447efa2ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126038,7 +126038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e228b7f-15b9-4709-b568-dc2bbe98cb3b", + "id": "844e56ed-2018-4f8d-96db-43a5aabadaeb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126084,7 +126084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c756fc-8b8c-40ad-a364-493307f5e969", + "id": "b39c7ebd-f5cd-4d4b-8040-0fae0a5b5349", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126130,7 +126130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75964db4-8c6d-4122-b0eb-7b86c5d53046", + "id": "4500eb05-d098-4c2c-94a4-a0dcc0c777d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126176,7 +126176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8cd54a-17df-44e5-a85b-fb067dc2a3f5", + "id": "4fc77e30-ce1a-48d6-9382-c6065c25f593", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126228,7 +126228,7 @@ } }, { - "id": "90fa241e-a092-438b-ae48-c98f4f7ac15f", + "id": "89a3eb89-8ea1-4764-855f-c2dbcfcb5f61", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -126270,7 +126270,7 @@ }, "response": [ { - "id": "b0cf5ecc-647c-4007-aaa2-3a1263d670a1", + "id": "9fc94990-7c22-47b5-8667-931276064fe3", "name": "A work items details object.", "originalRequest": { "url": { @@ -126315,7 +126315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae2dc04-8553-4223-baa8-9f4ec1163a55", + "id": "8a5aefab-5328-4ca5-bd90-d8e3f7553984", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126360,7 +126360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def28635-2540-4664-988b-1fe3a4ad7800", + "id": "b2f93f4e-fd38-407e-a884-43b7fbab785b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126405,7 +126405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0237c74b-2742-4c70-b3b8-d208a77340f7", + "id": "f167493b-ad61-486d-9554-12adb1125115", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126450,7 +126450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06205b04-2bcb-4112-ba41-a30fd0da1b37", + "id": "b88341ea-5df5-4730-aa33-21307905cd2a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126495,7 +126495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60529c26-5efa-4b8e-950f-246b2a1763f2", + "id": "cd4f0915-f8e9-4241-b679-25e025a37a02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126540,7 +126540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb277f52-9341-4d5c-a1c6-bfb0edd5615a", + "id": "130d38c2-27ab-4956-9d62-61081c4d1697", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126591,7 +126591,7 @@ } }, { - "id": "3ceb8f61-2447-4c5e-8259-81819de865aa", + "id": "8562afb2-cf08-4aec-878a-c6063024e708", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -126633,7 +126633,7 @@ }, "response": [ { - "id": "0abf8044-de09-467a-b617-e97230b352ed", + "id": "c316f8b3-5102-49fc-b716-422491ecb186", "name": "A work items details object.", "originalRequest": { "url": { @@ -126678,7 +126678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f97f736f-402c-4379-8e00-be76352fbd29", + "id": "4e3d4b3f-d622-4dcf-b372-32021e335a62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126723,7 +126723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b092c9-a1ac-4cc2-865a-a67ca5e91205", + "id": "0eba00db-d944-4f6b-ab96-fc10bf929c8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126768,7 +126768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a19a2a4b-3b1b-487d-9492-ed386fefa745", + "id": "25faf62b-632c-4942-aa42-0c1f1be3c7d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126813,7 +126813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ff8db4-323d-4825-9a8b-6482a094df93", + "id": "ea450ac4-54f8-4431-8700-5b2039188580", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126858,7 +126858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efaf3c64-188a-4e37-b3e8-4476b91a138c", + "id": "b4130e04-f443-4592-a8f7-1d92ef585869", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126903,7 +126903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65543e9-20d8-4411-8120-bc520b1b2fda", + "id": "ce09b6fe-e974-47dd-9190-7e083574e186", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126954,7 +126954,7 @@ } }, { - "id": "049695bb-bd20-4bb2-866f-5d6130971b1e", + "id": "0b762b9c-af14-4a42-a8a1-ad14f84ccba5", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -127009,7 +127009,7 @@ }, "response": [ { - "id": "cbb336b7-c009-4c8a-aff3-36ac1be9e6e2", + "id": "cff74d2f-23af-4647-a4c2-ef9492cd5e50", "name": "A work items details object.", "originalRequest": { "url": { @@ -127067,7 +127067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd6599c3-76d3-49d0-a306-e69c9a494c63", + "id": "ae3d1344-ea88-401e-a03a-9db19a3656cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127125,7 +127125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5adbccbc-aaf8-4983-b862-20c31fddedae", + "id": "9163cf01-db10-4773-91ed-cd892b3b709b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127183,7 +127183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520733e2-8141-49bb-b8b2-dc3acab902b4", + "id": "3735e3ea-303b-4d80-b716-800a7206e116", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127241,7 +127241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed495aa0-7277-4295-a7a8-7b77505777af", + "id": "455cb280-42ee-40e3-8ec0-fe2ca4a4b847", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127299,7 +127299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386a3ceb-c9d6-4e99-b834-af2ebf710d49", + "id": "584cec19-3a54-41ae-b49b-8e9c50b89594", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127357,7 +127357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdbb49e8-9351-477f-968a-47c9bb9b5a83", + "id": "4965da92-94d2-4ff3-ae86-56909c7e60d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127501,7 +127501,7 @@ } ], "info": { - "_postman_id": "7ee8185e-2548-4227-bb68-2f8e48bf00ae", + "_postman_id": "c9300ed4-82c3-4878-b6a8-cc4fdb8dae56", "name": "IdentityNow V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {