diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index 4e76284..9804c9b 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -107566,6 +107566,2175 @@ } } }, + "/approvals": { + "get": { + "security": [ + { + "UserContextAuth": [ + "sp:approvals:read" + ] + } + ], + "operationId": "getApprovals", + "tags": [ + "Approvals" + ], + "summary": "Get Approvals", + "description": "Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. \nAbsence of all query parameters will will default to mine=true.", + "parameters": [ + { + "in": "query", + "name": "mine", + "schema": { + "type": "boolean" + }, + "description": "Returns the list of approvals for the current caller", + "example": "true" + }, + { + "in": "query", + "name": "requesterId", + "schema": { + "type": "string" + }, + "description": "Returns the list of approvals for a given requester ID", + "example": "17e633e7d57e481569df76323169deb6a" + }, + { + "in": "query", + "name": "filters", + "schema": { + "type": "string" + }, + "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "example": "filters=status eq PENDING" + } + ], + "responses": { + "200": { + "description": "List of Approvals", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "object", + "properties": { + "approvalId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "The Approval ID" + }, + "approvers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of an approver of an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was created" + }, + "type": { + "type": "string", + "example": "ENTITLEMENT_DESCRIPTIONS", + "description": "Type of approval" + }, + "name": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "Audit DB Access", + "description": "Name of the approval" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the name of the approval is using" + } + }, + "description": "Approval Name Object" + }, + "description": "The name of the approval for a given locale" + }, + "batchRequest": { + "type": "object", + "items": { + "type": "object", + "properties": { + "batchId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "ID of the batch" + }, + "batchSize": { + "type": "int64", + "example": 100, + "description": "How many approvals are going to be in this batch. Defaults to 1 if not provided." + } + }, + "description": "Batch properties if an approval is sent via batching." + }, + "description": "The name of the approval for a given locale", + "example": { + "batchId": "38453251-6be2-5f8f-df93-5ce19e295837", + "batchSize": 100 + } + }, + "description": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "This access allows viewing and editing of workflow resource", + "description": "The description of what the approval is asking for" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the description of the approval is using" + } + }, + "description": "The description of what the approval is asking for" + }, + "description": "The description of the approval for a given locale" + }, + "priority": { + "type": "string", + "enum": [ + "HIGH", + "MEDIUM", + "LOW" + ], + "example": "HIGH", + "description": "The priority of the approval" + }, + "requester": { + "type": "object", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of the requester of the approval", + "example": { + "id": "85d173e7d57e496569df763231d6deb6a", + "type": "IDENTITY", + "name": "John Doe" + } + }, + "comments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "comment": { + "type": "string", + "example": "Looks good", + "description": "Comment to be left on an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the comment was created" + } + }, + "description": "Comments Object" + }, + "description": "Object representation of a comment on the approval" + }, + "approvedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have approved the approval" + }, + "rejectedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have rejected the approval" + }, + "completedDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was completed" + }, + "approvalCriteria": { + "type": "string", + "enum": [ + "SINGLE", + "DOUBLE", + "TRIPLE", + "QUARTER", + "HALF", + "ALL" + ], + "example": "SINGLE", + "description": "Criteria that needs to be met for an approval to be marked as approved" + }, + "status": { + "type": "string", + "enum": [ + "PENDING", + "APPROVED", + "REJECTED" + ], + "example": "PENDING", + "description": "The current status of the approval" + }, + "additionalAttributes": { + "type": "string", + "example": "{ \"llm_description\": \"generated description\" }", + "description": "Json string representing additional attributes known about the object to be approved." + }, + "referenceData": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "64012350-8fd9-4f6c-a170-1fe123683899", + "description": "Id of the reference object" + }, + "type": { + "type": "string", + "example": "AccessRequestId", + "description": "What reference object does this ID correspond to" + } + }, + "description": "Reference objects related to the approval" + }, + "description": "Reference data related to the approval" + } + }, + "description": "Approval Object" + } + } + } + } + }, + "400": { + "description": "Client Error - Returned if the request body is invalid.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "error": { + "description": "A message describing the error", + "example": "JWT validation failed: JWT is expired" + } + } + } + } + } + }, + "403": { + "description": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "403": { + "summary": "An example of a 403 response object", + "value": { + "detailCode": "403 Forbidden", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server understood the request but refuses to authorize it." + } + ] + } + } + } + } + } + }, + "429": { + "description": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "description": "A message describing the error", + "example": " Rate Limit Exceeded " + } + } + } + } + } + }, + "500": { + "description": "Internal Server Error - Returned if there is an unexpected error.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "500": { + "summary": "An example of a 500 response object", + "value": { + "detailCode": "500.0 Internal Fault", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "An internal fault occurred." + } + ] + } + } + } + } + } + } + } + } + }, + "/approvals/{id}": { + "get": { + "security": [ + { + "UserContextAuth": [ + "sp:approvals:read" + ] + } + ], + "operationId": "getApproval", + "tags": [ + "Approvals" + ], + "summary": "Get an approval", + "description": "Retrieve a single approval for a given approval ID", + "parameters": [ + { + "in": "path", + "name": "id", + "required": true, + "schema": { + "type": "string" + }, + "description": "ID of the approval that is to be returned", + "example": "38453251-6be2-5f8f-df93-5ce19e295837" + } + ], + "responses": { + "200": { + "description": "Approval object", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "approvalId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "The Approval ID" + }, + "approvers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of an approver of an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was created" + }, + "type": { + "type": "string", + "example": "ENTITLEMENT_DESCRIPTIONS", + "description": "Type of approval" + }, + "name": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "Audit DB Access", + "description": "Name of the approval" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the name of the approval is using" + } + }, + "description": "Approval Name Object" + }, + "description": "The name of the approval for a given locale" + }, + "batchRequest": { + "type": "object", + "items": { + "type": "object", + "properties": { + "batchId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "ID of the batch" + }, + "batchSize": { + "type": "int64", + "example": 100, + "description": "How many approvals are going to be in this batch. Defaults to 1 if not provided." + } + }, + "description": "Batch properties if an approval is sent via batching." + }, + "description": "The name of the approval for a given locale", + "example": { + "batchId": "38453251-6be2-5f8f-df93-5ce19e295837", + "batchSize": 100 + } + }, + "description": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "This access allows viewing and editing of workflow resource", + "description": "The description of what the approval is asking for" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the description of the approval is using" + } + }, + "description": "The description of what the approval is asking for" + }, + "description": "The description of the approval for a given locale" + }, + "priority": { + "type": "string", + "enum": [ + "HIGH", + "MEDIUM", + "LOW" + ], + "example": "HIGH", + "description": "The priority of the approval" + }, + "requester": { + "type": "object", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of the requester of the approval", + "example": { + "id": "85d173e7d57e496569df763231d6deb6a", + "type": "IDENTITY", + "name": "John Doe" + } + }, + "comments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "comment": { + "type": "string", + "example": "Looks good", + "description": "Comment to be left on an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the comment was created" + } + }, + "description": "Comments Object" + }, + "description": "Object representation of a comment on the approval" + }, + "approvedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have approved the approval" + }, + "rejectedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have rejected the approval" + }, + "completedDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was completed" + }, + "approvalCriteria": { + "type": "string", + "enum": [ + "SINGLE", + "DOUBLE", + "TRIPLE", + "QUARTER", + "HALF", + "ALL" + ], + "example": "SINGLE", + "description": "Criteria that needs to be met for an approval to be marked as approved" + }, + "status": { + "type": "string", + "enum": [ + "PENDING", + "APPROVED", + "REJECTED" + ], + "example": "PENDING", + "description": "The current status of the approval" + }, + "additionalAttributes": { + "type": "string", + "example": "{ \"llm_description\": \"generated description\" }", + "description": "Json string representing additional attributes known about the object to be approved." + }, + "referenceData": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "64012350-8fd9-4f6c-a170-1fe123683899", + "description": "Id of the reference object" + }, + "type": { + "type": "string", + "example": "AccessRequestId", + "description": "What reference object does this ID correspond to" + } + }, + "description": "Reference objects related to the approval" + }, + "description": "Reference data related to the approval" + } + }, + "description": "Approval Object" + } + } + } + }, + "400": { + "description": "Client Error - Returned if the request body is invalid.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "error": { + "description": "A message describing the error", + "example": "JWT validation failed: JWT is expired" + } + } + } + } + } + }, + "403": { + "description": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "403": { + "summary": "An example of a 403 response object", + "value": { + "detailCode": "403 Forbidden", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server understood the request but refuses to authorize it." + } + ] + } + } + } + } + } + }, + "429": { + "description": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "description": "A message describing the error", + "example": " Rate Limit Exceeded " + } + } + } + } + } + }, + "500": { + "description": "Internal Server Error - Returned if there is an unexpected error.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "500": { + "summary": "An example of a 500 response object", + "value": { + "detailCode": "500.0 Internal Fault", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "An internal fault occurred." + } + ] + } + } + } + } + } + } + } + }, + "patch": { + "security": [ + { + "UserContextAuth": [ + "sp:approvals:write" + ] + } + ], + "operationId": "patchApproval", + "tags": [ + "Approvals" + ], + "summary": "Change an approval", + "description": "Change the values of a given approval", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "comments": { + "type": "object", + "items": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "comment": { + "type": "string", + "example": "Looks good", + "description": "Comment to be left on an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the comment was created" + } + }, + "description": "Comments Object" + }, + "description": "Object representation of a comment on the approval", + "example": { + "author": "85d173e7d57e496569df763231d6deb6a", + "comment": "Looks good", + "createdDate": "2023-04-12T23:20:50.520Z" + } + }, + "approvedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "An array of identities who have approved the approval" + }, + "rejectedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "An array of identities who have rejected the approval" + }, + "reassignFrom": { + "description": "The identity that is replaced by reassignTo", + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + } + }, + "reassignTo": { + "description": "If reassigning this identity will replace reassignFrom, otherwise this identity will be added to the approval request", + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + } + }, + "additionalAttributes": { + "type": "object", + "example": { + "any": "any", + "additional": "attributes" + }, + "description": "Any additional attributes that the approval request may need" + } + }, + "description": "Payload for changing the fields of an approval." + } + } + } + }, + "responses": { + "200": { + "description": "Approval object", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "approvalId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "The Approval ID" + }, + "approvers": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of an approver of an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was created" + }, + "type": { + "type": "string", + "example": "ENTITLEMENT_DESCRIPTIONS", + "description": "Type of approval" + }, + "name": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "Audit DB Access", + "description": "Name of the approval" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the name of the approval is using" + } + }, + "description": "Approval Name Object" + }, + "description": "The name of the approval for a given locale" + }, + "batchRequest": { + "type": "object", + "items": { + "type": "object", + "properties": { + "batchId": { + "type": "string", + "example": "38453251-6be2-5f8f-df93-5ce19e295837", + "description": "ID of the batch" + }, + "batchSize": { + "type": "int64", + "example": 100, + "description": "How many approvals are going to be in this batch. Defaults to 1 if not provided." + } + }, + "description": "Batch properties if an approval is sent via batching." + }, + "description": "The name of the approval for a given locale", + "example": { + "batchId": "38453251-6be2-5f8f-df93-5ce19e295837", + "batchSize": 100 + } + }, + "description": { + "type": "array", + "items": { + "type": "object", + "properties": { + "value": { + "type": "string", + "example": "This access allows viewing and editing of workflow resource", + "description": "The description of what the approval is asking for" + }, + "locale": { + "type": "string", + "example": "en_US", + "description": "What locale the description of the approval is using" + } + }, + "description": "The description of what the approval is asking for" + }, + "description": "The description of the approval for a given locale" + }, + "priority": { + "type": "string", + "enum": [ + "HIGH", + "MEDIUM", + "LOW" + ], + "example": "HIGH", + "description": "The priority of the approval" + }, + "requester": { + "type": "object", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Object representation of the requester of the approval", + "example": { + "id": "85d173e7d57e496569df763231d6deb6a", + "type": "IDENTITY", + "name": "John Doe" + } + }, + "comments": { + "type": "array", + "items": { + "type": "object", + "properties": { + "author": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "comment": { + "type": "string", + "example": "Looks good", + "description": "Comment to be left on an approval" + }, + "createdDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the comment was created" + } + }, + "description": "Comments Object" + }, + "description": "Object representation of a comment on the approval" + }, + "approvedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have approved the approval" + }, + "rejectedBy": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "85d173e7d57e496569df763231d6deb6a", + "description": "The identity ID" + }, + "type": { + "type": "string", + "enum": [ + "IDENTITY" + ], + "example": "IDENTITY", + "description": "Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc" + }, + "name": { + "type": "string", + "example": "John Doe", + "description": "Name of the identity" + } + }, + "description": "Identity Object" + }, + "description": "Array of approvers who have rejected the approval" + }, + "completedDate": { + "type": "string", + "example": "2023-04-12T23:20:50.520Z", + "description": "Date the approval was completed" + }, + "approvalCriteria": { + "type": "string", + "enum": [ + "SINGLE", + "DOUBLE", + "TRIPLE", + "QUARTER", + "HALF", + "ALL" + ], + "example": "SINGLE", + "description": "Criteria that needs to be met for an approval to be marked as approved" + }, + "status": { + "type": "string", + "enum": [ + "PENDING", + "APPROVED", + "REJECTED" + ], + "example": "PENDING", + "description": "The current status of the approval" + }, + "additionalAttributes": { + "type": "string", + "example": "{ \"llm_description\": \"generated description\" }", + "description": "Json string representing additional attributes known about the object to be approved." + }, + "referenceData": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "example": "64012350-8fd9-4f6c-a170-1fe123683899", + "description": "Id of the reference object" + }, + "type": { + "type": "string", + "example": "AccessRequestId", + "description": "What reference object does this ID correspond to" + } + }, + "description": "Reference objects related to the approval" + }, + "description": "Reference data related to the approval" + } + }, + "description": "Approval Object" + } + } + } + }, + "400": { + "description": "Client Error - Returned if the request body is invalid.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "error": { + "description": "A message describing the error", + "example": "JWT validation failed: JWT is expired" + } + } + } + } + } + }, + "403": { + "description": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "403": { + "summary": "An example of a 403 response object", + "value": { + "detailCode": "403 Forbidden", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server understood the request but refuses to authorize it." + } + ] + } + } + } + } + } + }, + "429": { + "description": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "description": "A message describing the error", + "example": " Rate Limit Exceeded " + } + } + } + } + } + }, + "500": { + "description": "Internal Server Error - Returned if there is an unexpected error.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "500": { + "summary": "An example of a 500 response object", + "value": { + "detailCode": "500.0 Internal Fault", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "An internal fault occurred." + } + ] + } + } + } + } + } + } + } + } + }, "/mfa/okta-verify/config": { "get": { "operationId": "getMFAOktaConfig", diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index fd79d4e..e645a94 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -80651,6 +80651,1609 @@ paths: - locale: en-US localeOrigin: DEFAULT text: An internal fault occurred. + /approvals: + get: + security: + - UserContextAuth: + - 'sp:approvals:read' + operationId: getApprovals + tags: + - Approvals + summary: Get Approvals + description: |- + Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. "Mine" query parameter can be used and it will return all approvals for the current approver. + Absence of all query parameters will will default to mine=true. + parameters: + - in: query + name: mine + schema: + type: boolean + description: Returns the list of approvals for the current caller + example: 'true' + - in: query + name: requesterId + schema: + type: string + description: Returns the list of approvals for a given requester ID + example: 17e633e7d57e481569df76323169deb6a + - in: query + name: filters + schema: + type: string + description: |- + Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) + + Filtering is supported for the following fields and operators: + + **status**: *eq* + + **referenceType**: *eq* + example: filters=status eq PENDING + responses: + '200': + description: List of Approvals + content: + application/json: + schema: + type: array + items: + type: object + properties: + approvalId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: The Approval ID + approvers: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of an approver of an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was created + type: + type: string + example: ENTITLEMENT_DESCRIPTIONS + description: Type of approval + name: + type: array + items: + type: object + properties: + value: + type: string + example: Audit DB Access + description: Name of the approval + locale: + type: string + example: en_US + description: What locale the name of the approval is using + description: Approval Name Object + description: The name of the approval for a given locale + batchRequest: + type: object + items: + type: object + properties: + batchId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: ID of the batch + batchSize: + type: int64 + example: 100 + description: How many approvals are going to be in this batch. Defaults to 1 if not provided. + description: Batch properties if an approval is sent via batching. + description: The name of the approval for a given locale + example: + batchId: 38453251-6be2-5f8f-df93-5ce19e295837 + batchSize: 100 + description: + type: array + items: + type: object + properties: + value: + type: string + example: This access allows viewing and editing of workflow resource + description: The description of what the approval is asking for + locale: + type: string + example: en_US + description: What locale the description of the approval is using + description: The description of what the approval is asking for + description: The description of the approval for a given locale + priority: + type: string + enum: + - HIGH + - MEDIUM + - LOW + example: HIGH + description: The priority of the approval + requester: + type: object + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of the requester of the approval + example: + id: 85d173e7d57e496569df763231d6deb6a + type: IDENTITY + name: John Doe + comments: + type: array + items: + type: object + properties: + author: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + comment: + type: string + example: Looks good + description: Comment to be left on an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the comment was created + description: Comments Object + description: Object representation of a comment on the approval + approvedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have approved the approval + rejectedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have rejected the approval + completedDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was completed + approvalCriteria: + type: string + enum: + - SINGLE + - DOUBLE + - TRIPLE + - QUARTER + - HALF + - ALL + example: SINGLE + description: Criteria that needs to be met for an approval to be marked as approved + status: + type: string + enum: + - PENDING + - APPROVED + - REJECTED + example: PENDING + description: The current status of the approval + additionalAttributes: + type: string + example: '{ "llm_description": "generated description" }' + description: Json string representing additional attributes known about the object to be approved. + referenceData: + type: array + items: + type: object + properties: + id: + type: string + example: 64012350-8fd9-4f6c-a170-1fe123683899 + description: Id of the reference object + type: + type: string + example: AccessRequestId + description: What reference object does this ID correspond to + description: Reference objects related to the approval + description: Reference data related to the approval + description: Approval Object + '400': + description: Client Error - Returned if the request body is invalid. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + '401': + description: 'Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.' + content: + application/json: + schema: + type: object + properties: + error: + description: A message describing the error + example: 'JWT validation failed: JWT is expired' + '403': + description: 'Forbidden - Returned if the user you are running as, doesn''t have access to this end-point.' + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '403': + summary: An example of a 403 response object + value: + detailCode: 403 Forbidden + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server understood the request but refuses to authorize it. + '429': + description: Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. + content: + application/json: + schema: + type: object + properties: + message: + description: A message describing the error + example: ' Rate Limit Exceeded ' + '500': + description: Internal Server Error - Returned if there is an unexpected error. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '500': + summary: An example of a 500 response object + value: + detailCode: 500.0 Internal Fault + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: An internal fault occurred. + '/approvals/{id}': + get: + security: + - UserContextAuth: + - 'sp:approvals:read' + operationId: getApproval + tags: + - Approvals + summary: Get an approval + description: Retrieve a single approval for a given approval ID + parameters: + - in: path + name: id + required: true + schema: + type: string + description: ID of the approval that is to be returned + example: 38453251-6be2-5f8f-df93-5ce19e295837 + responses: + '200': + description: Approval object + content: + application/json: + schema: + type: object + properties: + approvalId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: The Approval ID + approvers: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of an approver of an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was created + type: + type: string + example: ENTITLEMENT_DESCRIPTIONS + description: Type of approval + name: + type: array + items: + type: object + properties: + value: + type: string + example: Audit DB Access + description: Name of the approval + locale: + type: string + example: en_US + description: What locale the name of the approval is using + description: Approval Name Object + description: The name of the approval for a given locale + batchRequest: + type: object + items: + type: object + properties: + batchId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: ID of the batch + batchSize: + type: int64 + example: 100 + description: How many approvals are going to be in this batch. Defaults to 1 if not provided. + description: Batch properties if an approval is sent via batching. + description: The name of the approval for a given locale + example: + batchId: 38453251-6be2-5f8f-df93-5ce19e295837 + batchSize: 100 + description: + type: array + items: + type: object + properties: + value: + type: string + example: This access allows viewing and editing of workflow resource + description: The description of what the approval is asking for + locale: + type: string + example: en_US + description: What locale the description of the approval is using + description: The description of what the approval is asking for + description: The description of the approval for a given locale + priority: + type: string + enum: + - HIGH + - MEDIUM + - LOW + example: HIGH + description: The priority of the approval + requester: + type: object + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of the requester of the approval + example: + id: 85d173e7d57e496569df763231d6deb6a + type: IDENTITY + name: John Doe + comments: + type: array + items: + type: object + properties: + author: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + comment: + type: string + example: Looks good + description: Comment to be left on an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the comment was created + description: Comments Object + description: Object representation of a comment on the approval + approvedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have approved the approval + rejectedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have rejected the approval + completedDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was completed + approvalCriteria: + type: string + enum: + - SINGLE + - DOUBLE + - TRIPLE + - QUARTER + - HALF + - ALL + example: SINGLE + description: Criteria that needs to be met for an approval to be marked as approved + status: + type: string + enum: + - PENDING + - APPROVED + - REJECTED + example: PENDING + description: The current status of the approval + additionalAttributes: + type: string + example: '{ "llm_description": "generated description" }' + description: Json string representing additional attributes known about the object to be approved. + referenceData: + type: array + items: + type: object + properties: + id: + type: string + example: 64012350-8fd9-4f6c-a170-1fe123683899 + description: Id of the reference object + type: + type: string + example: AccessRequestId + description: What reference object does this ID correspond to + description: Reference objects related to the approval + description: Reference data related to the approval + description: Approval Object + '400': + description: Client Error - Returned if the request body is invalid. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + '401': + description: 'Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.' + content: + application/json: + schema: + type: object + properties: + error: + description: A message describing the error + example: 'JWT validation failed: JWT is expired' + '403': + description: 'Forbidden - Returned if the user you are running as, doesn''t have access to this end-point.' + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '403': + summary: An example of a 403 response object + value: + detailCode: 403 Forbidden + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server understood the request but refuses to authorize it. + '429': + description: Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. + content: + application/json: + schema: + type: object + properties: + message: + description: A message describing the error + example: ' Rate Limit Exceeded ' + '500': + description: Internal Server Error - Returned if there is an unexpected error. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '500': + summary: An example of a 500 response object + value: + detailCode: 500.0 Internal Fault + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: An internal fault occurred. + patch: + security: + - UserContextAuth: + - 'sp:approvals:write' + operationId: patchApproval + tags: + - Approvals + summary: Change an approval + description: Change the values of a given approval + requestBody: + required: true + content: + application/json: + schema: + type: object + properties: + comments: + type: object + items: + type: object + properties: + author: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + comment: + type: string + example: Looks good + description: Comment to be left on an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the comment was created + description: Comments Object + description: Object representation of a comment on the approval + example: + author: 85d173e7d57e496569df763231d6deb6a + comment: Looks good + createdDate: 2023-04-12T23:20:50.520Z + approvedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: An array of identities who have approved the approval + rejectedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: An array of identities who have rejected the approval + reassignFrom: + description: The identity that is replaced by reassignTo + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + reassignTo: + description: 'If reassigning this identity will replace reassignFrom, otherwise this identity will be added to the approval request' + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + additionalAttributes: + type: object + example: + any: any + additional: attributes + description: Any additional attributes that the approval request may need + description: Payload for changing the fields of an approval. + responses: + '200': + description: Approval object + content: + application/json: + schema: + type: object + properties: + approvalId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: The Approval ID + approvers: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of an approver of an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was created + type: + type: string + example: ENTITLEMENT_DESCRIPTIONS + description: Type of approval + name: + type: array + items: + type: object + properties: + value: + type: string + example: Audit DB Access + description: Name of the approval + locale: + type: string + example: en_US + description: What locale the name of the approval is using + description: Approval Name Object + description: The name of the approval for a given locale + batchRequest: + type: object + items: + type: object + properties: + batchId: + type: string + example: 38453251-6be2-5f8f-df93-5ce19e295837 + description: ID of the batch + batchSize: + type: int64 + example: 100 + description: How many approvals are going to be in this batch. Defaults to 1 if not provided. + description: Batch properties if an approval is sent via batching. + description: The name of the approval for a given locale + example: + batchId: 38453251-6be2-5f8f-df93-5ce19e295837 + batchSize: 100 + description: + type: array + items: + type: object + properties: + value: + type: string + example: This access allows viewing and editing of workflow resource + description: The description of what the approval is asking for + locale: + type: string + example: en_US + description: What locale the description of the approval is using + description: The description of what the approval is asking for + description: The description of the approval for a given locale + priority: + type: string + enum: + - HIGH + - MEDIUM + - LOW + example: HIGH + description: The priority of the approval + requester: + type: object + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Object representation of the requester of the approval + example: + id: 85d173e7d57e496569df763231d6deb6a + type: IDENTITY + name: John Doe + comments: + type: array + items: + type: object + properties: + author: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + comment: + type: string + example: Looks good + description: Comment to be left on an approval + createdDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the comment was created + description: Comments Object + description: Object representation of a comment on the approval + approvedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have approved the approval + rejectedBy: + type: array + items: + type: object + properties: + id: + type: string + example: 85d173e7d57e496569df763231d6deb6a + description: The identity ID + type: + type: string + enum: + - IDENTITY + example: IDENTITY + description: 'Indication of what group the identity belongs to. Ie, IDENTITY, GOVERNANCE_GROUP, etc' + name: + type: string + example: John Doe + description: Name of the identity + description: Identity Object + description: Array of approvers who have rejected the approval + completedDate: + type: string + example: 2023-04-12T23:20:50.520Z + description: Date the approval was completed + approvalCriteria: + type: string + enum: + - SINGLE + - DOUBLE + - TRIPLE + - QUARTER + - HALF + - ALL + example: SINGLE + description: Criteria that needs to be met for an approval to be marked as approved + status: + type: string + enum: + - PENDING + - APPROVED + - REJECTED + example: PENDING + description: The current status of the approval + additionalAttributes: + type: string + example: '{ "llm_description": "generated description" }' + description: Json string representing additional attributes known about the object to be approved. + referenceData: + type: array + items: + type: object + properties: + id: + type: string + example: 64012350-8fd9-4f6c-a170-1fe123683899 + description: Id of the reference object + type: + type: string + example: AccessRequestId + description: What reference object does this ID correspond to + description: Reference objects related to the approval + description: Reference data related to the approval + description: Approval Object + '400': + description: Client Error - Returned if the request body is invalid. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + '401': + description: 'Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.' + content: + application/json: + schema: + type: object + properties: + error: + description: A message describing the error + example: 'JWT validation failed: JWT is expired' + '403': + description: 'Forbidden - Returned if the user you are running as, doesn''t have access to this end-point.' + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '403': + summary: An example of a 403 response object + value: + detailCode: 403 Forbidden + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server understood the request but refuses to authorize it. + '429': + description: Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. + content: + application/json: + schema: + type: object + properties: + message: + description: A message describing the error + example: ' Rate Limit Exceeded ' + '500': + description: Internal Server Error - Returned if there is an unexpected error. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '500': + summary: An example of a 500 response object + value: + detailCode: 500.0 Internal Fault + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: An internal fault occurred. /mfa/okta-verify/config: get: operationId: getMFAOktaConfig diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index 3d18e74..df7c50b 100644 --- a/postman/collections/sailpoint-api-beta.json +++ b/postman/collections/sailpoint-api-beta.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality.\nWith this functionality in place, administrators can create access profiles and configure them for use throughout Identity Security Cloud, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in Identity Security Cloud. Identity Security Cloud uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements.\n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role.\n\nIn Identity Security Cloud, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones.\nAdministrators can enable and disable an access profile, and they can also make the following configurations:\n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements.\n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked.\nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic Identity Security Cloud uses to provision access to an identity with multiple accounts on the source.\n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "7ec62c28-ee7c-45d2-8c72-17238bc97f43", + "id": "e49150bd-5cd9-4d83-a7c9-e1e389adc7d1", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "252fcf10-76f5-4190-b304-b9ef54082ffe", + "id": "ca4069b9-c327-4836-9dd4-6732e0498f81", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b2b0a26-67f5-46ad-bf13-fcc2e1c30df6", + "id": "ea712010-1335-4827-a907-5f0be9888d8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025b41f0-e987-4976-8953-d83cc24878ac", + "id": "8189d46c-8401-45f5-a485-2233464d7a5e", "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": "9580fd49-213b-4d79-9fe8-c808d81e8865", + "id": "9c3cdece-bf66-4b5a-ad86-e6a89db34b4b", "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": "cf83a081-78a0-4796-bca5-87f81f05a424", + "id": "27aaa145-0dac-4454-9333-68862654bd80", "name": "Too Many Requests - Returned in response to too many requests in 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": "fa54d740-5a95-413a-afc1-b968cb0480a0", + "id": "4035e727-f857-4dcf-8c5c-fcc3263144b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "4214f607-6ab2-477f-9b62-ac9d3bd98548", + "id": "5cd343b0-69d6-40fe-9992-92fd07343bdb", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "a19b7308-e8ed-44c7-9ada-18c1f6b8d22e", + "id": "cf6b70f4-24dd-441e-9824-dc0dd52aa99d", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da647632-1659-43d8-b877-6c217b33ca8e", + "id": "789c7593-db96-4626-9ad7-0a08d70a51aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3541cd69-c524-4ddc-9e16-e1640cb414c9", + "id": "b4fdd036-84d5-492a-b8b7-f29cd6ac1174", "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": "76ff5531-433a-4d6b-af53-513ba9672c0c", + "id": "0a2e311a-182f-4b04-93fd-5e66c1eb5d18", "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": "1a273e3a-b1bd-4e83-9dbe-1ea2b1a22575", + "id": "ef3c61ae-b50e-46ef-ae20-34b775a23a2c", "name": "Too Many Requests - Returned in response to too many requests in 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": "c0a5b68f-b0bc-4c55-9002-2200c3766fc0", + "id": "13f5a7e8-cb63-4799-975b-b7a727dcfe71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "92adfdd8-ab81-4a60-99eb-a7476ea8f831", + "id": "b00a2cb5-45b4-4002-9edd-41328742be0c", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "a46cef71-a269-4e95-892d-62ef16a6b35d", + "id": "bb32a28c-8286-4772-a7e3-4ebb1792f06a", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a558c458-94f2-490d-89fd-8a89cad435ef", + "id": "7a23a80d-aae5-4ec1-9500-3aa7a327e460", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ce4143-19ce-460b-9bb5-dda9ee0fc9ef", + "id": "5c3c9175-c12a-4e4f-b6bb-6fec78b94bbc", "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": "b359df84-2c14-4d11-8249-eb83b9a63942", + "id": "c1b9d271-9ca2-4fc6-8f80-4122ad3e488f", "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": "f60fce59-3562-4cd3-bea7-10e2eb469c08", + "id": "897bb9b8-e8b7-486c-9063-e16cb586c504", "name": "Too Many Requests - Returned in response to too many requests in 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": "cd89724d-a3c9-4531-a2a3-14c4e7519a80", + "id": "86bc43bb-be84-4189-8f0f-15b1fe97ceec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "f294f3ae-ced2-4c73-a959-b0fcc6f12b28", + "id": "8925d7ac-f7d5-4d83-a701-d0c419d220b4", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "eb77378e-2f54-4a89-b4fd-410f6607343d", + "id": "64dd213a-9826-4ae8-ad4c-7bafb09c5b75", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d59ccab8-6462-44a1-b94f-49723a7a4bd8", + "id": "a2bdc571-c9c1-413f-8b13-b6336e911507", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcdda5d8-3150-46fb-aa11-26d4644d0daf", + "id": "7f9939b8-55d6-4a8b-98a0-e2d1c458be4d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a06e0b2b-36bb-43db-816a-b91e9ff444f1", + "id": "e5977de1-2113-48a7-956e-38b99f036ad1", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4e88c2-ba0c-4e1f-915d-e31e99e2a17f", + "id": "87a2721e-436f-45fa-bea3-79f5f9ce4573", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09915c1f-28df-43cd-9203-82fe6b8be1af", + "id": "d38af463-5c6b-4e41-abb3-a766141ae2dd", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca336feb-ea92-4add-bea6-333da199bc35", + "id": "97bcbb01-437a-484b-be06-9e0a8df927b1", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4d6d18-b859-4ba4-9b64-3f0bcb93d9a0", + "id": "07d27e6f-a991-4e6c-89e8-a2d29dee22e8", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85df1853-9e60-44ef-9fba-71411aab29b5", + "id": "5a2d0a9e-54ad-4841-8349-6dfb9721b51a", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec1ae148-25fc-4a73-8c80-cb9b83d2d84b", + "id": "1a6d6591-f103-474b-a01a-d0748083a4c3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb0f67a-0ec1-4499-95fd-e95001a40d88", + "id": "2a80c769-b645-40e8-b2ea-eb6750b0dd43", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34400368-ac6a-490e-b758-67cf243da0d6", + "id": "1308e5e6-4e14-48c1-96ba-dbe14a98972f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "9f982a25-ee0e-4996-843e-402b3eab575e", + "id": "4d3fa9b6-7dc5-4334-9646-3d268e83d721", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "66e0f8d9-a5ea-41e7-b3b7-f2aaf9ca0868", + "id": "199170a8-aba1-4992-bb75-c7de379a7b17", "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": "5764736d-b107-497e-9c66-f7d149e06a5b", + "id": "663bec4c-deae-4df6-9d67-0a15d2dc3ccf", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ed1aef-9ded-4947-a482-d56d483ba0e4", + "id": "f0361c3c-6f80-4e76-b153-5780471c2e9e", "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": "ca2bd31e-07d3-4a26-8cab-383d8f982062", + "id": "3c49580b-e63d-4dff-a415-d3d571787e28", "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": "5b202663-4469-499a-9578-360ac88603b8", + "id": "3c907871-81c7-4025-9a87-c071f1ce432e", "name": "Too Many Requests - Returned in response to too many requests in 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": "b4ec2f5d-8102-4636-afac-a06daa9f05f2", + "id": "5bd440e6-8f74-48f8-8ac4-7c77e38bee27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "a362bc2d-6e43-4225-a5aa-8fcd1b06c2c9", + "id": "ea2cf28e-5089-4299-8a3f-d596ead13dc9", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "5f8dfcaa-3b4b-4329-87a6-a39d0f2046a2", + "id": "8fe5f6aa-5e9b-46c2-ad2c-6b87395562dd", "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": "1a8ab161-dc11-48ec-962a-d1094696bb36", + "id": "b90e2886-5f50-4726-8741-4ab6b723bd0d", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b098c5-1d2c-4448-b246-5cae8654d2cd", + "id": "c25719cb-94ae-41a6-8981-0f3d1615b1aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "473e3245-bc9a-4f93-b63a-f3c54464e28d", + "id": "c7453b1e-3818-4fa9-bbc2-2d63799c7f46", "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": "4cf60d54-7c31-4367-8c20-b2373f61d275", + "id": "107ff1d4-ea8a-4583-b97b-4ac5d471957e", "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": "5f1599f9-29d7-4dad-8014-bfcb52806f36", + "id": "856b175b-5cf5-4bed-be60-90d236881ff7", "name": "Too Many Requests - Returned in response to too many requests in 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": "18de87f4-4ecf-4f8a-9a0a-de9251d26153", + "id": "3fab8159-ed85-46a6-a06a-879c6b4702df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "8e8d470d-7b30-46ca-bdb9-5a303e70193e", + "id": "3b634c02-e4df-4edc-bfc4-31f466c7b443", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -3040,7 +3040,7 @@ }, "response": [ { - "id": "2dc2d6e4-b7d8-491b-aba8-fe7bf4939720", + "id": "adc23100-b483-4b9a-9ea7-3ccb0c02fd5c", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a819c15-17ba-46f6-8708-9143443acb1b", + "id": "e4715399-9168-47eb-be84-c5e90d90e5b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49b459fa-7900-4e5c-8c70-52e536df5377", + "id": "f87ceded-5ea0-44be-86b4-c044d9a93d85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3211,7 +3211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f916443a-a4f4-4376-93e3-2fb0298162f6", + "id": "7d24a807-ab0b-40ee-9e00-9008132ad456", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3268,7 +3268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f91da47-f7c7-43b3-bf23-33dacac849c7", + "id": "d8ff2d03-e435-416d-9ebf-67cfd8d38044", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -3325,7 +3325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e5a51c6-f690-4c14-9979-b46ee336312b", + "id": "fd76ca15-12e3-42b3-bfb9-88b4139652cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3382,7 +3382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b85a488-4686-4582-9440-26877753e936", + "id": "5c4e8cba-959d-4be9-9ebb-139980f2557b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3445,7 +3445,7 @@ } }, { - "id": "dbd3cbba-276f-45ec-ab82-f34cf6d70df0", + "id": "a87639e4-7b3d-4ccc-a386-3f2e9326d03b", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3533,7 +3533,7 @@ }, "response": [ { - "id": "bbffc01b-c57e-4e61-836c-edd45882cd46", + "id": "aa3e52f9-e842-480e-8239-b96a8a3b0f4d", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3624,7 +3624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9cc18c-c4a9-40c9-a0ef-efd73bbb43cd", + "id": "2eb3e04b-b2b0-4e6c-be1e-5101e71972d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3715,7 +3715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6135bb0a-9b67-4070-962c-230953584019", + "id": "c881dc2e-8b78-4de3-afc5-8c88a7c7d4be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -3806,7 +3806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd31f788-3ec2-4cd2-9013-75fb810fba1e", + "id": "86123eb2-4580-44b6-830f-3edacb3daeaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -3897,7 +3897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53825745-28d3-454c-912f-c59501c5403f", + "id": "98da5647-165f-4b21-9523-8487178c9b5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -3988,7 +3988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3762337-4948-40e4-9ae1-afad6c3240c8", + "id": "76739aa8-43d8-4671-a203-8fd501d7762d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4091,7 +4091,7 @@ "description": "Use this API to implement and customize access request functionality.\nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools.\n\nIdentity Security Cloud's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in Identity Security Cloud, users can view available applications, roles, and entitlements and request access to them.\nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them.\n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the Identity Security Cloud Home, managers can submit requests to revoke their team members' access.\nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "d6fc4137-a704-46ec-a107-fefa0ec3414a", + "id": "5abfa1e6-089e-4a8d-b5d3-26fff2cbd95f", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -4133,7 +4133,7 @@ }, "response": [ { - "id": "0b0a03a4-9ef9-44c6-8f0b-d49fb3b957d2", + "id": "4f27f09c-4497-46e9-8c42-70c6787bb794", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4189,7 +4189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22427930-d54b-4653-9176-cc0a51730386", + "id": "4a1bc9bd-fb8b-4fa0-9b62-c80a9eed25f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4245,7 +4245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2d7c4b-d035-435f-bf8d-dbf5af32734c", + "id": "bd71a472-0bc9-4a9c-ad41-e295562d3433", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4301,7 +4301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102c2be0-24e3-4a23-ac7f-6dfde5227446", + "id": "22d8f031-3e0f-474e-a30b-f6c870566c9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4357,7 +4357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed324208-ea32-4d2c-a6f2-3d838696d008", + "id": "13e0adcc-73bc-4526-a8cc-d3d7746acfb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4413,7 +4413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "852f34d3-ed44-4ec3-b6df-4ae61caf5c05", + "id": "3adb2b8f-ba80-4e22-8851-7abf5d7b87a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4475,7 +4475,7 @@ } }, { - "id": "fdf156b4-f6b7-4de5-baf1-0a335266181d", + "id": "6620e1a9-dba0-49ba-b094-380c19e94124", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4518,7 +4518,7 @@ }, "response": [ { - "id": "54349fac-db2b-4604-8837-6e77745b6bac", + "id": "52ad99f9-dcbc-40f3-953a-4e173ce2a997", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4575,7 +4575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650ac837-77fe-473b-9d38-41810dd47dd6", + "id": "babe4a6e-10ce-4778-baf2-d425d52ac901", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4632,7 +4632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d83867-b7a2-4e10-bd5e-3acf4dc713c5", + "id": "ebb06964-0a41-4949-ae7b-12b994684dac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4689,7 +4689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b92c0e-5954-4e3d-b564-41c8770d2331", + "id": "32fbab0a-c8bd-49f8-9f27-35b6c8aebd3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4746,7 +4746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e5a31b6-f14b-4203-9b28-7c53df327337", + "id": "b30e83de-7432-4e8c-b681-54b82089bf6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -4803,7 +4803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b8c92e-2085-4bc4-b93e-53292132917f", + "id": "bd894df4-202e-4dff-8a20-fb108ad7199a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4860,7 +4860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811560cd-dba2-433f-871c-a45e5259e4a0", + "id": "4bed2534-94bd-4942-85ba-c9ceef3db1bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4923,7 +4923,7 @@ } }, { - "id": "b511e8c0-587f-4303-81af-ef4a76087b96", + "id": "0aeb137c-a198-4bca-bc04-387838a84ef1", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -4966,7 +4966,7 @@ }, "response": [ { - "id": "b673ee5c-c768-4472-b046-821be49e49d6", + "id": "3dddc959-1999-4773-9288-96ec4f92d2c3", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5023,7 +5023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da85fde-676a-4a32-98a9-702dc0408d64", + "id": "3c45b5c2-0a8f-4644-bdaf-e021cbc89a2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5080,7 +5080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e792369-915e-41d3-8780-50f206b33060", + "id": "d45e0fdf-fbec-46c5-b460-28b640dc5db4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5137,7 +5137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f1e9e16-5a97-46b9-90b2-664b4e058f70", + "id": "325de5f7-e58f-4595-bf65-8c030fe91bf8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5194,7 +5194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8ad8bb-85bb-4b0b-b535-01c4d4a3cc71", + "id": "ddb79291-b114-43d7-9cec-ace83796874e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5251,7 +5251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321f6e7b-3642-4ce7-b733-8b750b55db07", + "id": "0112a73b-fea6-4a2c-ae66-14b49175eb48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5314,7 +5314,7 @@ } }, { - "id": "a3be79a2-d544-4a57-a4b7-93ac716859b6", + "id": "0adae009-b077-41af-ace6-3fdc4488511f", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -5343,7 +5343,7 @@ }, "response": [ { - "id": "077b02b7-c629-47c5-941e-2688b4dc9adc", + "id": "dc56d971-c000-4be4-a511-5688b5c2a910", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5386,7 +5386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "215df0a7-e26b-42bf-9c87-149f8e0dea09", + "id": "5165e17c-96b1-45bc-92c3-9962e381f331", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5429,7 +5429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f10bcfd-e0ec-41b7-b344-f4269af4c386", + "id": "526db602-a389-406c-96d2-ee4ce45e1477", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5472,7 +5472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f47c71-40ae-4777-b174-a6df034fb4ef", + "id": "c9b1135b-b7dd-4762-b10d-179b8996cde4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5515,7 +5515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da0d57f-6b76-456f-bbaa-31dcb4e25968", + "id": "2bd36c90-2cd3-479d-8b4a-5a33ef64801d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5558,7 +5558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68181582-f779-4a26-bc92-d65538f633bc", + "id": "66e23769-19f0-439d-9647-7838c12d2102", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5607,7 +5607,7 @@ } }, { - "id": "a33b64c9-e956-42b4-8bfe-7785f2a0a97d", + "id": "47dcadb4-46f9-49cd-a0d0-f45a82d10759", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5649,7 +5649,7 @@ }, "response": [ { - "id": "0ad591bb-0bb0-45cb-92cf-9ceb64a1f672", + "id": "a12b9451-1db7-4f3a-a82a-2a5887024f42", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5705,7 +5705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff25053-3292-4611-a00e-cca8ca269ec7", + "id": "93bcdf42-9674-47a2-bac0-99e31e996c5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5761,7 +5761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb23d56-89f9-4510-88ae-b1ff5f9f152f", + "id": "3273bb61-1ba6-4f30-926f-4c74da8cae57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5817,7 +5817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ff1ec23-52e3-4843-8147-4710cbf48693", + "id": "6fabdd08-def1-4b6f-b995-4cf4ef2d1ce4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5873,7 +5873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2980f456-ebe8-425f-a84d-5293a0c94b88", + "id": "7d32ba34-0ef8-4d7b-9538-0d8894191a51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5929,7 +5929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459e66d9-2931-4264-8cfa-810314e8a918", + "id": "b624427c-215c-43c8-a102-0755a3b0acf5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ } }, { - "id": "e6f675b8-8e3c-4925-a705-859f968e0f73", + "id": "b9095c87-7df0-4e4b-b888-e6465e066cd2", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -6102,7 +6102,7 @@ }, "response": [ { - "id": "e4d41188-e95a-43c6-86b8-841f9333d8da", + "id": "7160b696-8888-4b55-bbde-2a8998085c7f", "name": "List of requested item status.", "originalRequest": { "url": { @@ -6227,7 +6227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "050c2f71-d4f6-468b-a0ab-c4d21b15aae4", + "id": "56f12501-5cbf-4a4a-b44f-0bc21d132b2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6352,7 +6352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722619bc-c49a-4b11-811a-b67d8a28b9ce", + "id": "ae08148f-ac57-44df-ac76-f7874f363f63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6477,7 +6477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9efdedc-616c-4870-93da-38aab6282747", + "id": "d49509f6-9158-459d-be45-de4c3ea53457", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6602,7 +6602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5839c647-f0df-453a-a784-bf643cb581c8", + "id": "486dab24-5aba-4ef2-8f20-5ec77d656c45", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6727,7 +6727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc7915f5-c591-4585-be90-b408bcc272f7", + "id": "210bde55-944e-4fd2-b24a-f7b171958692", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6864,7 +6864,7 @@ "description": "Use this API to implement and customize access request approval functionality.\nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles.\nThis enables more qualified users to review access requests and the others to spend their time on other tasks.\n\nIn Identity Security Cloud, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked.\nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked.\nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n\nWhen a user submits an access request, Identity Security Cloud sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in Identity Security Cloud, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval.\nIf the required approver approves the request and is the only reviewer required, Identity Security Cloud grants or revokes access, based on the request.\nIf multiple reviewers are required, Identity Security Cloud sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration.\nThe required approver can then view any completed access requests under the Reviewed tab.\n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "08540faf-f4fc-4687-896d-67c0fc4fb7fc", + "id": "d27cc8f9-aafc-4a32-b097-ac118af0e8e6", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6888,7 +6888,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -6924,7 +6924,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -6933,7 +6933,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -6949,7 +6949,7 @@ }, "response": [ { - "id": "b839c7ee-3890-40da-9b08-c19eab66030b", + "id": "d5acce06-d6bf-4302-8fe2-02d167c91fbb", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6968,7 +6968,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7004,7 +7004,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7013,7 +7013,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7048,7 +7048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ed5f30-fccb-4be7-a42a-1fb79933e569", + "id": "0df72d84-826c-4bcd-b114-eb8616cd02cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7067,7 +7067,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7103,7 +7103,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7112,7 +7112,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7147,7 +7147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dadbee-bb51-4fd3-b9c1-f40a0e77cdcc", + "id": "97d6f387-8bd8-4221-93b2-e5b578cf50da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7166,7 +7166,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7202,7 +7202,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7211,7 +7211,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7246,7 +7246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8563b85-3558-4600-9311-e43699a81e73", + "id": "d383f763-11c3-424d-8b55-c5d9102a9b38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7265,7 +7265,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7301,7 +7301,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7310,7 +7310,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7345,7 +7345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3fc71fa-96a1-4e68-855e-844dded942b2", + "id": "22887024-7d3e-4bdb-9ccf-267a41c0f75d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7364,7 +7364,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7400,7 +7400,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7409,7 +7409,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7450,7 +7450,7 @@ } }, { - "id": "517105c3-8364-46e8-ad02-7e84dbf9c307", + "id": "48899421-5fcd-41c3-8de1-2c03ac285705", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7474,7 +7474,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7510,7 +7510,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7519,7 +7519,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7535,7 +7535,7 @@ }, "response": [ { - "id": "4c38827a-2cbd-4eb7-a042-623552ba3298", + "id": "a53c7560-8510-4558-980e-410387349589", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7554,7 +7554,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7590,7 +7590,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7599,7 +7599,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7629,12 +7629,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"ut ipsum Lorem esse\"\n },\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"dolore magna dolor\"\n }\n]", + "body": "[\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"eiu\"\n },\n {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Approval Name\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c938083633d259901633d25c68c00fa\",\n \"name\": \"Object Name\",\n \"description\": \"Object Description\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Adam Kennedy\"\n },\n \"created\": \"2017-07-11T18:45:37.098Z\"\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"dolore velit sunt\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "64ddcb7a-176b-40e5-963a-b6b578439609", + "id": "bba8ca00-89b5-41d5-80cc-856e47be6f7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7653,7 +7653,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7689,7 +7689,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7698,7 +7698,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7733,7 +7733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd25a99e-4c85-4957-bc33-650aa4f7115e", + "id": "a84f5c07-8c74-4fb6-825f-92a8a13bd2da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7752,7 +7752,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7788,7 +7788,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7797,7 +7797,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7832,7 +7832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0891693c-59b1-41a2-84aa-2c14063ba9a4", + "id": "a7c1e817-bfe5-4ff7-a904-f8762a12d0e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7851,7 +7851,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7887,7 +7887,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7896,7 +7896,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -7931,7 +7931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a701089-8239-44d4-9eb2-4401abf1d7f9", + "id": "25a69272-af67-4d59-83de-987dd3ec0404", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7950,7 +7950,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7986,7 +7986,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -7995,7 +7995,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -8036,7 +8036,7 @@ } }, { - "id": "7aac5adb-6416-4b3c-af4b-fc88767a6f41", + "id": "eaa559c4-35a7-40ec-bc91-b903db92d915", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -8091,7 +8091,7 @@ }, "response": [ { - "id": "54dbaa60-c340-45f5-843d-d959963b822a", + "id": "7357f6b7-63f8-4759-91d5-815ea7e72e3a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8149,7 +8149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca137634-ebd6-448c-8bde-59608b904c52", + "id": "3a02da97-5ea5-4763-8dfd-79d57a693cf6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8207,7 +8207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ced23e-a5b1-4e1f-b657-157c9d0461b0", + "id": "cb3207e2-6438-41d8-ba3b-9bfefe105d65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8265,7 +8265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee34609-b722-406f-a2b6-ede35ab6af55", + "id": "8b040f53-f656-4e52-886a-ff3617df9495", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8323,7 +8323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8c80cd-4b60-47f3-8316-07611ae83217", + "id": "b233a494-40c4-4f97-87c2-ade69262ab7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8381,7 +8381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6451823-11c4-4d43-b713-e2287970b25a", + "id": "c6cdd2e6-ce0d-41ca-971d-ea480f563ac6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8445,7 +8445,7 @@ } }, { - "id": "93efb47b-21ca-4b5b-b960-7f2e84847f57", + "id": "648442e4-1032-43f9-ad6f-b05e67337a08", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8500,7 +8500,7 @@ }, "response": [ { - "id": "9b631ecb-476f-4e93-ac50-7c348c3f823f", + "id": "cc73f010-8a39-4544-9733-8e837c597fc1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8558,7 +8558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00f10182-29ba-4f34-985f-a9a962417e63", + "id": "bb0c16bf-d52c-4507-9eee-f4dcae1221cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8616,7 +8616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8889310d-5d33-4d9e-98f0-863120c975d7", + "id": "3c58efc0-68c3-4c27-b9ff-f4364ab7a31d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8674,7 +8674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "615b9b25-bde4-40e8-b9a7-d3ceef0e6399", + "id": "1c4bf9ee-da4f-43d9-aa74-bb7ff05ffd58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8732,7 +8732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61401472-9011-4235-b0ef-09ed4db473b4", + "id": "9516ae1e-27a2-4975-9f7e-d9633e2d5447", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8790,7 +8790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6335cd7-def0-4e0d-a7fa-1b5bdf3406cb", + "id": "dd4b5960-7e08-4f53-b006-d17697f95d1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8848,7 +8848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218f326c-bc46-435a-8ae8-14b9f01555cb", + "id": "5500caa1-7206-41ca-a43b-6df74a314763", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8912,7 +8912,7 @@ } }, { - "id": "ba97d4d7-5476-4d12-b7c7-273c672e3a0d", + "id": "c8cd5c6f-87f8-492c-8b11-4d8977ada7aa", "name": "Forwards an access request approval to a new owner.", "request": { "name": "Forwards an access request approval to a new owner.", @@ -8956,7 +8956,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8967,7 +8967,7 @@ }, "response": [ { - "id": "d0d1bf39-3a15-40e3-abda-fc9e66453307", + "id": "8ebe97d8-1520-41ab-b763-7ac1ad1ce746", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9003,7 +9003,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9025,7 +9025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22baa3b-7c93-44af-bcbe-b71e20f35557", + "id": "b60a48df-1e59-4828-a3d0-ec4eaffa03e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9061,7 +9061,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9083,7 +9083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784a450e-78b4-4cc3-9c59-e4075863b409", + "id": "d9b069b9-67e2-4fd4-b125-120858b58ac4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9119,7 +9119,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9141,7 +9141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee6db50-4f75-4ac9-a0f5-17c0f3e97165", + "id": "330e7fff-4fa7-4d9e-ae91-8b7d95efef02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9177,7 +9177,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc1b195d-aa85-4a7a-8b2b-14b4ff8bd71a", + "id": "db3b695e-ceb7-4cf3-adda-6a78d31a124b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -9235,7 +9235,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9257,7 +9257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ae9a3d4-3d26-44b0-9c3e-485b62c7ef0d", + "id": "94b70c7c-a485-435d-9bc3-1c9b5e531c96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9293,7 +9293,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9315,7 +9315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2b142cc-e234-4671-aee4-0c155f229f0c", + "id": "4cf904d7-d82b-405c-9f3a-506f045b2415", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9351,7 +9351,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", + "raw": "{\n \"newOwnerId\": \"pariatur\",\n \"comment\": \"in Ut aute nostrud officia\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9379,7 +9379,7 @@ } }, { - "id": "7102f495-368d-4ce5-b5a2-fd4ce94f0591", + "id": "89ec64e4-2489-428e-bccf-3d2750644c2f", "name": "Get the number of pending, approved and rejected access requests approvals", "request": { "name": "Get the number of pending, approved and rejected access requests approvals", @@ -9403,7 +9403,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9412,7 +9412,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9428,7 +9428,7 @@ }, "response": [ { - "id": "bd500737-2869-4373-a9dc-2ceb1796355b", + "id": "d58af7ca-7fe9-476f-a8b6-cf2f8fca4682", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9447,7 +9447,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9456,7 +9456,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9486,12 +9486,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": -66464497,\n \"approved\": -78937435,\n \"rejected\": -40998974\n}", + "body": "{\n \"pending\": -4138383,\n \"approved\": 82391137,\n \"rejected\": 58140985\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8fdacf2f-c786-48ca-9f67-e4ef7585d735", + "id": "87791582-1211-47d1-a7db-d073e7a094ef", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9510,7 +9510,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9519,7 +9519,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9554,7 +9554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69cdd0b4-d899-45fb-a5e1-3a44e595d840", + "id": "fe45178c-efc8-4d3d-9f7e-f2dc8f409824", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9573,7 +9573,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9582,7 +9582,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9617,7 +9617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0792c577-6945-47a2-907c-ecc8ca8b8f57", + "id": "4ce734fe-325d-4e3e-a3ce-032e061862d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9636,7 +9636,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9645,7 +9645,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9680,7 +9680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90197b50-cb97-4c52-ab9c-6356b827df50", + "id": "3635c435-fb40-442d-a6b8-86f016479ed5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9699,7 +9699,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9708,7 +9708,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9743,7 +9743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23f45ff-3a27-4982-9f6d-2fe5abfa0c17", + "id": "fae93f95-8c84-466a-bb8a-e8c7716bd083", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9762,7 +9762,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -9771,7 +9771,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -9818,7 +9818,7 @@ "description": "Use this API to implement access request identity metrics functionality.\nWith this functionality in place, access request reviewers can see relevant details about the requested access item and associated source activity. \nThis allows reviewers to see how many of the identities who share a manager with the access requester have this same type of access and how many of them have had activity in the related source. \nThis additional context about whether the access has been granted before and how often it has been used can help those approving access requests make more informed decisions.\n", "item": [ { - "id": "5cfccd58-0d80-4025-8125-1b8fc65c166d", + "id": "7205738c-831a-48c3-b479-cfddc27d3c2c", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9883,7 +9883,7 @@ }, "response": [ { - "id": "669181d9-68a0-404e-97b1-a402e0a3532d", + "id": "2e0f5d1c-8b37-41e4-8c45-ce46cc8317e1", "name": "Summary of the resource access and source activity for the direct reports of the provided manager.", "originalRequest": { "url": { @@ -9931,7 +9931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45efdac4-7903-4f52-ba30-e558ac3f0608", + "id": "0e5ae181-d06c-4567-bacf-5df525130307", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9979,7 +9979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261e90c2-9510-4fdf-a1b4-3c86694a01b9", + "id": "f40adbb6-4c90-4c0c-af8e-a5abade747a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10027,7 +10027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b2a241-2402-44ed-a47b-8d45e7415de2", + "id": "a8883c31-3548-4309-9a8b-1201f9b209a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10075,7 +10075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5235b094-3f8d-48d8-8ff9-c0bf04b70626", + "id": "7f1277ff-72e4-4d7f-a4ec-b179649cc50d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10123,7 +10123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd24e72-c001-4b3b-a435-3258300bc961", + "id": "19ce4c5a-1b0c-445a-a699-3a9a9e38abb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10183,7 +10183,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud.\n\nIn Identity Security Cloud, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use.\nThis allows Identity Security Cloud to govern the access of identities and all their correlated accounts securely and cohesively.\n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab.\n\nTo view and edit source account statuses for an identity in Identity Security Cloud, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab.\nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity.\n\nAccounts can have the following statuses:\n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in Identity Security Cloud. This can occur when an administrator disables the account or when the user's lifecycle state changes.\n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds.\n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "8c134e78-8625-42f0-8456-aa85ccdabe9b", + "id": "c0bcaeff-9abf-470b-8149-a91293f182b6", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10267,7 +10267,7 @@ }, "response": [ { - "id": "c7757657-12b0-4384-9c43-a09588ed8d1b", + "id": "04ac1182-3d0d-4bde-8a49-d977bf129786", "name": "SlimAccounts", "originalRequest": { "url": { @@ -10365,7 +10365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b6661d9-f124-47f5-a374-8f22d2348ddf", + "id": "a71cbb40-a6b7-4771-bb0e-c47e1657bbe3", "name": "FullAccounts", "originalRequest": { "url": { @@ -10463,7 +10463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f18b4a11-d7da-4d9a-8f26-d25f8054162b", + "id": "9149a835-f59e-4d8a-b030-e5192915c0c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10561,7 +10561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f404ec4-000e-46e6-b201-e538b61af2f8", + "id": "ad249626-d6ea-4445-8a12-82975dcdb6e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10659,7 +10659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b3ef81-43f0-456c-83cd-5a4db2858d2c", + "id": "4395335d-2551-4bca-959b-148c2daf2349", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10757,7 +10757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c9880bb-37b5-4cf6-9ac1-0092520c6913", + "id": "bfe3ebbd-9807-4f42-8075-0f4dfb9279f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10855,7 +10855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cb51764-5324-46d5-8477-169e57dd5056", + "id": "0000d559-d593-4432-929a-3ffe88caa131", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10959,7 +10959,7 @@ } }, { - "id": "c4d14097-1c98-4b3c-a033-f2468a6ade9d", + "id": "238aa3b4-14a3-4723-8ffe-38ea940dd1af", "name": "Create Account", "request": { "name": "Create Account", @@ -11001,7 +11001,7 @@ }, "response": [ { - "id": "1eed1673-6e3b-4070-94dd-68a12f839dd4", + "id": "48ab9696-af6c-45cf-8c85-0932b589aaa7", "name": "Async task details", "originalRequest": { "url": { @@ -11057,7 +11057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1cad04-260c-4479-823d-a609cc870185", + "id": "ed0fa85e-08b1-415c-971d-0e5c9a32488e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11113,7 +11113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26474699-8f62-4b94-97dd-62adcd9da5e9", + "id": "0e9f91e2-4224-40f1-b767-ea63456c993f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11169,7 +11169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1899fad6-1f45-4a01-8d4e-d1130107ed32", + "id": "b2701d59-c133-4272-934b-717b0054ce93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11225,7 +11225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6337fe5-59ef-48de-a2d4-01484820736e", + "id": "313fc52e-5635-47b2-9d37-3414fddb5733", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11281,7 +11281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c18412-249d-4dee-9ec7-c1f6aff17d58", + "id": "13f5c56b-dcd2-4eaf-ab60-3856337db4c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11343,7 +11343,7 @@ } }, { - "id": "ca9d0167-fb15-48ed-a4b0-f4ee8cc7bd62", + "id": "3f831a43-1318-4952-81a4-236441ad6790", "name": "Account Details", "request": { "name": "Account Details", @@ -11384,7 +11384,7 @@ }, "response": [ { - "id": "fc0560be-e5e8-42df-bd37-f5b6b565585f", + "id": "9b88dae9-7fbf-4ccc-bd3c-28c89d76357b", "name": "Account object.", "originalRequest": { "url": { @@ -11428,7 +11428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59089c25-3733-4135-ae7a-bfc3a5fad9b7", + "id": "d5128af9-9f02-488c-94e1-c8ca501d6121", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11472,7 +11472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ee4123-fb47-4acd-99e1-52adba77d362", + "id": "261c3993-0024-4c6f-9e03-7cf02702e86f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11516,7 +11516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de665e36-a3a2-45f9-b6d3-5da50964d7f1", + "id": "4cd9b6e6-f653-47a1-b64d-35d67a099d1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11560,7 +11560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715680d4-bae0-4330-a9be-1f08dc4ab60e", + "id": "7679eec3-418f-44a7-98c6-fd268f422887", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11604,7 +11604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7125d2e-715d-498f-95b9-16523df05ee6", + "id": "eb9bcf9d-7d3b-4ffc-93af-35d012708ee8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11648,7 +11648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78900f5-ed0a-43c5-9d1d-65086999ee59", + "id": "6ba9a61a-1012-48af-bf4b-bf2bbb6a0dec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11698,7 +11698,7 @@ } }, { - "id": "16ac68de-64c6-4b2c-b81b-237cbb13b67d", + "id": "cd418eca-be5a-4824-9592-129688f7c6ea", "name": "Update Account", "request": { "name": "Update Account", @@ -11752,7 +11752,7 @@ }, "response": [ { - "id": "0a5a7251-1ca0-4b30-b57f-2f3fe185956e", + "id": "a42a6af8-166a-4cbe-b52a-fb7bb81bf03e", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11809,7 +11809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09be4813-3559-4f96-b23e-b20ed603291d", + "id": "18a91a09-08d3-4f1e-bed3-8e3eb0eae526", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11866,7 +11866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30600840-7406-439b-b449-c5f1d8ebb476", + "id": "f304ab8a-39fc-435e-9308-c9b3eaca6bae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11923,7 +11923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39638652-5ec3-4a99-9bb0-cb92fb8cede4", + "id": "3702567a-367f-4b86-a80a-80a43ad7487a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11980,7 +11980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce037627-eb62-4a69-afcf-bdceefcc3578", + "id": "c9a2e7dd-cab2-4078-9993-b9db74035fe3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12037,7 +12037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c79990ff-0e67-49e0-92ad-fffca2dcb683", + "id": "aa57dca2-1ee6-4796-a258-d406bfa8f19b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12094,7 +12094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eef8b21-117c-42d5-b745-f8b41e6db006", + "id": "22a2c910-d79d-4abc-ad32-e3c3c124ee47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12157,7 +12157,7 @@ } }, { - "id": "c3e6a1f4-597b-4c5b-ac37-78cb911fb359", + "id": "719fa7a6-232e-41bc-bd8e-62eab1ad9a01", "name": "Update Account", "request": { "name": "Update Account", @@ -12211,7 +12211,7 @@ }, "response": [ { - "id": "0a377f8e-f785-40cd-a1eb-c9c054d48641", + "id": "8931befd-b8dc-4009-beaf-e003941c028e", "name": "Async task details.", "originalRequest": { "url": { @@ -12268,7 +12268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92187792-58c4-49da-bbab-3aeab3912b15", + "id": "ced9f5a0-97f5-47de-a92e-334ec6994704", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12325,7 +12325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf347a4-b7d7-4961-b544-59ac9a0acf61", + "id": "2f107443-40ec-4454-8366-2ebb104be97c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12382,7 +12382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70695455-c649-4f4f-9c0e-8f748ca0c834", + "id": "9a0cbe28-e793-447a-9e60-796a800e5aa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12439,7 +12439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df541de5-13de-448f-977d-06a5dcb3e704", + "id": "68ea67b4-3706-4b2e-b4f9-b18e768e8352", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12496,7 +12496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b9afa0f-697a-4902-b7f5-346d1e470ded", + "id": "bef18580-ed70-4a3a-892a-952e3e4621c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12553,7 +12553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d64afe-fe47-45fc-a0bb-e650bdcb981b", + "id": "1598d84a-7902-487b-87b1-a76879716e42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12616,7 +12616,7 @@ } }, { - "id": "05a22c3e-89f2-43df-b3bd-7ef1267896a8", + "id": "6d72482e-14ac-4d34-a5f4-0a263847fc2d", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12657,7 +12657,7 @@ }, "response": [ { - "id": "de9729d3-decd-493f-94fe-abf1969c36c5", + "id": "7f8c599e-fcd1-4e9b-b902-e25c2311aeb5", "name": "Async task details.", "originalRequest": { "url": { @@ -12701,7 +12701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468dd387-d4eb-4296-9b30-d403a6da0e24", + "id": "580c7ab1-f17e-47ca-88bf-206c1e06ad50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12745,7 +12745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "286172c2-88ec-47df-aac3-a6df68836e43", + "id": "1e9a5778-c496-404c-bda4-3d8498e3cd38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12789,7 +12789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e719ceab-ba7c-43ad-a0fa-f2692993b5ae", + "id": "bea26264-7593-4213-adfb-1b5a89d3588e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12833,7 +12833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdd9809e-0561-441c-9464-0f4faeff5150", + "id": "effccb4b-388e-44a3-9a65-57a1977e978e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12877,7 +12877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "184dc61e-e7b3-4b7d-8c96-4f197e7461a4", + "id": "35f4134f-8eb5-43e1-b0e8-b0d1b32dfdf0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12921,7 +12921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed3bebe1-fd6c-476f-a021-3441c38f4fef", + "id": "bbbdbbfc-191f-468c-8401-0ad00f3d4607", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12971,7 +12971,7 @@ } }, { - "id": "76848eab-7f42-417d-9954-fbc2ddb92900", + "id": "cd10c9c2-b9d4-4696-a945-35ee0ee8c6d2", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -13041,7 +13041,7 @@ }, "response": [ { - "id": "d488f9c9-72d8-420e-903c-8451b1a0aa35", + "id": "782e129b-af5a-4494-92ad-113d2c91fd03", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -13114,7 +13114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9976bfc-6b00-4789-bca6-937efa7d756f", + "id": "459ce82e-063e-434f-a4bf-ee0472c34713", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13187,7 +13187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc47c175-1337-43ac-8e0f-824acf0582d4", + "id": "21a22a6f-ec1f-4175-8aec-77c43df5c965", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13260,7 +13260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc27885-2757-49c6-9111-54f94cc7ab51", + "id": "3cc33a5b-7c5f-45f4-bea0-0a01cd6ce87c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13333,7 +13333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfd2bf72-3a5d-4314-baf1-f0f6f5ff18a9", + "id": "6780726f-77d2-4605-9f33-2a7ea42174b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13406,7 +13406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3d4769-9424-48cc-8dca-95f892ff2e77", + "id": "acc6daff-2f12-4856-8522-32364dbe8748", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13479,7 +13479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb101063-bbc5-487c-8423-072710ad7aec", + "id": "7605987d-3f4d-457f-8c75-bf63fe751e70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13558,7 +13558,7 @@ } }, { - "id": "418acaa9-95b2-4a1a-9f39-d79af6fb7487", + "id": "f6f1758f-a601-4f56-9fc8-2347a85a7e3d", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13600,7 +13600,7 @@ }, "response": [ { - "id": "6798960e-7904-48a5-b55b-911a39c04c17", + "id": "d5898859-6989-4fcf-ab3f-22e71c6218a1", "name": "Async task details", "originalRequest": { "url": { @@ -13645,7 +13645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45e7d056-5122-44c8-9553-e57bd4760c90", + "id": "ec28d4a8-f198-4fa1-b482-9b3c2b2346ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13690,7 +13690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5506aa3-b81e-44ba-9b74-b7461d2606bc", + "id": "0c5aa8cc-89b3-4dd1-8bdf-a75c53f3ec9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13735,7 +13735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb9ec43-1dc8-471c-8c97-5fdd7fb150b9", + "id": "15f4227f-11f7-4beb-a93c-984c45f0e84d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13780,7 +13780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50dd579-64a9-411b-827d-9e0426af8cdb", + "id": "05fb21e5-31c2-467f-b65a-34bbbbb9895b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13825,7 +13825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c2d72a-d699-4b9a-9903-e7bd765015b8", + "id": "5b27a2c0-7927-4c96-ad28-f6d95d5e76e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13870,7 +13870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb6ce14-f2e6-473f-80aa-881c45978cf5", + "id": "2e987374-a86d-41c1-94e0-9906ea8ea030", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13921,7 +13921,7 @@ } }, { - "id": "798a4617-cd5e-45ca-b3e2-1606e53e3631", + "id": "8fbcc4e4-8c54-4c41-973d-da93ad6d955d", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13976,7 +13976,7 @@ }, "response": [ { - "id": "64683970-6417-4f80-bd65-fc0fc1656ec3", + "id": "d44cd39c-c456-436f-b8fa-4d9f63ffed5e", "name": "Async task details", "originalRequest": { "url": { @@ -14034,7 +14034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d660766-b8ce-4523-a265-d05c25655fc9", + "id": "083f9fde-f278-4e8f-9cb6-bf2f2deb71ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14092,7 +14092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8670380-c1e9-45c1-b236-4068981a66a1", + "id": "136cbace-7ad2-472b-9698-b8baf40058a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14150,7 +14150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9614c56c-2232-4df5-8ed7-1e895c2a9432", + "id": "a1b37a19-9735-4dd8-a9b9-00d55883b65e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14208,7 +14208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e974a352-5f61-4ee7-822a-9c7c89bb50b5", + "id": "666b542f-8697-4c53-ae69-a418d336d559", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14266,7 +14266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b961b5c-971a-46c9-8ec8-93b30d582244", + "id": "d65afa1a-84e7-4be5-bfe3-7d37ca9ec5b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14324,7 +14324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b1eda19-f075-47e5-b4cd-59931c15b7ca", + "id": "abae0986-2a3a-4e4b-884c-05549ba58719", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14388,7 +14388,7 @@ } }, { - "id": "cd0afb08-73f5-4886-9386-ff604c246932", + "id": "7be7269b-8c7b-4694-87d8-114c4ea918d9", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14443,7 +14443,7 @@ }, "response": [ { - "id": "d1e9278d-77c1-401b-912d-ba419e7ed99b", + "id": "65d2be6a-b017-42bc-99b6-acefe397777a", "name": "Async task details", "originalRequest": { "url": { @@ -14501,7 +14501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8c02068-b45e-4821-8b49-85ccefaf0d02", + "id": "4f754487-820d-4cbc-9654-bdf29589c1e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14559,7 +14559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf18a49a-a935-439a-bd45-da0e8609af9e", + "id": "7d3d552d-4adb-46b8-95e1-f4abd6fed89b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14617,7 +14617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7919747a-2d36-40e5-b9ae-f946284f8b09", + "id": "86e1593b-cfa6-4740-bf2a-1bc7faf9df69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14675,7 +14675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a5a9ae-59e1-4211-bdaf-1cfd44308f25", + "id": "28c91118-2750-455f-ad2f-f9558ef33561", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14733,7 +14733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06b58c86-395a-451b-8f14-a083679d670d", + "id": "b60aea93-600e-4c65-b61a-73041c967ede", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14791,7 +14791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9d6796-6ae0-448d-8fef-3ca3839592e5", + "id": "a2032674-a235-4c5e-a48e-d650c1b4b7e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14855,7 +14855,7 @@ } }, { - "id": "93509f65-d777-4bff-b71e-e27d08c4b176", + "id": "c7fc59d7-d667-46c7-aa86-dd184224af7b", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14910,7 +14910,7 @@ }, "response": [ { - "id": "dc825932-7728-4007-8bf7-8ecebe0aadfb", + "id": "e64df7d9-3f30-4248-b9e3-4d151f6c3ccf", "name": "Async task details", "originalRequest": { "url": { @@ -14968,7 +14968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa58d42-f9e8-4e44-98db-45887280a1ac", + "id": "4307cd3f-5731-4086-bf36-9aca2d1c75e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15026,7 +15026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ae3e94-c0e0-4cc1-b2be-6862861fd631", + "id": "2b8ff4e6-64c6-4f3b-90cb-972c28c6562f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15084,7 +15084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2d2122-ba07-4f4b-9763-146b771f0a52", + "id": "cb89ac0b-7145-4137-a93b-7e87a0762ddb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15142,7 +15142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31ce6fd-1c45-4701-b57a-bdb1487640c7", + "id": "603bcd25-9783-45d9-8bc5-dac8772459e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15200,7 +15200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34fd7f11-3aad-4865-a4ae-217c4dfc3b52", + "id": "0d21117f-a00a-4ab8-9649-10cf7339711e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15258,7 +15258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7935c252-a09e-491d-bc3c-7d96e7939cf4", + "id": "c642c22c-3fce-4f40-a20e-8dcc09141645", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15322,7 +15322,7 @@ } }, { - "id": "8f5ec3d4-44ca-423c-a0e1-3c5e9180d7bd", + "id": "e896b6fc-6f38-4c4c-85b1-e4ddb4e141c0", "name": "Remove Account", "request": { "name": "Remove Account", @@ -15364,7 +15364,7 @@ }, "response": [ { - "id": "cb7e7867-b105-414a-b71f-c283a6294f21", + "id": "e0bd65e1-437c-4f4f-9fa8-8477f4d8e439", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -15409,7 +15409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "353b2170-ac63-4889-97fb-67e621963219", + "id": "8a810070-5c23-4c14-82ba-0982539d6127", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15454,7 +15454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2379fc-3805-4f3a-9b58-c722cb2cd9cc", + "id": "f03e8408-4f3e-4b76-81e3-9328b98e055e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15499,7 +15499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41e93873-77a3-4013-8161-06fe4fa979db", + "id": "d47365e4-3f8a-4cb9-b588-04aa9a96ef4c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15544,7 +15544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d96c2d4-10a7-46a6-9fb5-9d5f36d41456", + "id": "83a3cb86-fb68-453e-8d10-d4f3f6365912", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15589,7 +15589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b350de-5840-4aa9-803d-62e2c275c866", + "id": "ccfda46e-8a11-48d9-b097-a9f35a6bb4e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15640,7 +15640,7 @@ } }, { - "id": "67119ecc-48d5-404e-b8ac-3c0558b7efe5", + "id": "ca53b77d-72fe-488b-8044-49d8eabc4b2c", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -15682,7 +15682,7 @@ }, "response": [ { - "id": "89fcdc2b-5787-4a76-950c-846331953df3", + "id": "98068be4-7739-4209-a200-c9e982eb0eaf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -15727,7 +15727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f479dfd-2ee3-44a9-8f33-a3a1828556a8", + "id": "fe8498ec-35b4-452b-b2fb-c5e71f6b5f9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15772,7 +15772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ceb566-4259-4520-96bd-0dc7d8b6a9f5", + "id": "7fcd50f3-80c6-4fc3-b77b-4f7422137f25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15817,7 +15817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d24b9b7-f00d-4f84-8c8f-ee1a5571997e", + "id": "eff5ffca-4d52-4558-9e17-a0c4d16ba73e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15862,7 +15862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95aae75-2541-43ae-9ba0-4c57d1cd7c0f", + "id": "f6dbe3d6-ff30-46a7-9dbb-04f436412187", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15907,7 +15907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79e3459-9d47-4dff-9d78-eecd3c478822", + "id": "620662df-a31d-485f-9c9d-d0409a44b3f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15952,7 +15952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acdaf2b2-08cb-477f-b54f-40cf1f819953", + "id": "147c41f3-90c7-4f6c-acdc-6f5675249a5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16003,7 +16003,7 @@ } }, { - "id": "565d8e4b-12b6-4d22-9fbe-0371834ce61e", + "id": "94b7c8c1-1340-4cca-b535-c05789583c5b", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -16045,7 +16045,7 @@ }, "response": [ { - "id": "ab751f9d-8a74-4775-8f5a-8cd8935142ca", + "id": "19ce49be-42b4-4fbb-8a68-ed422e43d389", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -16090,7 +16090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfccc3b2-eec0-4991-b511-65655dfcf5f1", + "id": "8ae4e208-6308-4cbe-9c6b-3e235d191c41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16135,7 +16135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270b35e4-ec88-4f9a-83aa-6557a7269332", + "id": "5859b5d1-d663-4d14-8715-a29bfde6291f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16180,7 +16180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4644061e-691c-4c5b-860c-8878d4f82f7a", + "id": "72d3fa0f-7886-4f75-a20f-9f868e48533b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16225,7 +16225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4eed158-11cf-4e70-b808-2909a2de5e67", + "id": "e84a4f79-2c68-4c72-8f51-6fa8c720ac07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16270,7 +16270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83dee48-a079-4b67-8bd0-3e2700b34fcf", + "id": "c638f198-87f1-412f-8bb3-e4901e145ca3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16315,7 +16315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c8d83cd-25c0-4620-a88c-752558b42120", + "id": "6ef1a34d-f4c6-4ffd-baf4-65d382b2e08d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16366,7 +16366,7 @@ } }, { - "id": "8ecdbdc5-0347-404b-ac22-8a1552e5888c", + "id": "98fa66ed-217f-4636-89a4-992bfbd485d1", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -16409,7 +16409,7 @@ }, "response": [ { - "id": "d67fcd4f-98c1-4305-b0ba-2e57f5219554", + "id": "a7bd32b3-db52-4413-b77b-ef0e48f4ef7a", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16466,7 +16466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64998eeb-51a4-47ba-a141-87cd060f4bce", + "id": "8688c71f-5f15-4a4b-a55d-cb8f49ddd5f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16523,7 +16523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525a9f46-7d55-40a7-a7be-888aacf2b7e6", + "id": "8c117e9e-5f74-4f8e-8cb4-8f1b9ab08d34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16580,7 +16580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82efa578-0813-4f44-bacc-e36e1bf67c6f", + "id": "796421d4-e5aa-4d78-b557-ce7934d57ed5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16637,7 +16637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921961aa-28d5-4bca-aa10-45244635a33a", + "id": "1409a1a4-1860-4f8f-8bb7-edc8bae2f705", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16694,7 +16694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9dc028f-6b42-4f03-84b0-cba0e4763f50", + "id": "68a95de8-7c3f-4485-9146-222760c2245f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16757,7 +16757,7 @@ } }, { - "id": "2455d673-2a02-4056-a237-0e031d03e3b4", + "id": "cc01fd1a-5b0a-4dad-82f4-966c7225717c", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -16800,7 +16800,7 @@ }, "response": [ { - "id": "2c43e7e0-ae12-47be-ae05-f2a41a6b7f6a", + "id": "802291a1-d3c0-4ab3-b87d-d97ccc2ff22c", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16857,7 +16857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7cf062-c65f-4a66-8db2-cb38e94de019", + "id": "cbc835f6-107b-438d-a1bc-07116670af86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16914,7 +16914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559a1930-ff73-47f1-bfee-3539d03e2d6a", + "id": "285371aa-26cf-4b36-8cba-fcfbd20cbfe8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16971,7 +16971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78d29c04-8d33-4a82-8f21-e3379b8ce150", + "id": "0276191d-6775-4df1-aea8-60b62639432a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17028,7 +17028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e85249-f855-4340-9a7e-ad454988d3d3", + "id": "7fe80fdf-3089-4765-b696-9067944ae2c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17085,7 +17085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d975bb-37b9-4373-bcef-ed340790dc7a", + "id": "381dc37a-59f5-4958-910b-ef367cdd34be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17148,7 +17148,7 @@ } }, { - "id": "7a7f3274-9aad-49c9-8aa4-1df49e758eb1", + "id": "20c2639f-269b-4f97-a06c-a3f2ab55741a", "name": "Remove All Accounts", "request": { "name": "Remove All Accounts", @@ -17190,7 +17190,7 @@ }, "response": [ { - "id": "fc11ad6f-89a6-424e-97bf-b1bc0a72e795", + "id": "8fa7d355-f90e-4763-bb79-c511eda1c027", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -17235,7 +17235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f7668da-ec41-4612-98b7-c6f8daaa1940", + "id": "5ffd7087-2b5a-4e7c-83e1-220ecc55d41a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17280,7 +17280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15906a64-37c6-4fff-a856-3caaa94947dd", + "id": "ea1824c9-f155-49f3-bf0c-ad871f24e010", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17325,7 +17325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48723a9-1232-4899-8dad-c2760a431973", + "id": "0332f48a-6406-4077-bfd3-f2a97f5d9d5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17370,7 +17370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2636dc-9cbc-46e5-b8c7-a50d636a3bba", + "id": "a5322656-093c-4a2b-8179-ba2a4ead7872", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17415,7 +17415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6a647f-1ea0-4ce7-a303-06cedc94f956", + "id": "b12d3448-4269-448c-a664-7b3a54859c9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17472,7 +17472,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, which greatly improves traceability in the system.\n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes that occur on an account throughout its life.\nIn Identity Security Cloud's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient.\n\nAccount activity includes most actions Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud for the following account action types:\n\n- Access Request: These include any access requests the source account is involved in.\n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source.\n\n- Account State Update: These include locking or unlocking actions on an account on a source.\n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state.\nIdentity Security Cloud replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to.\n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action.\nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates.\nThese also include refreshes that occur whenever Identity Security Cloud assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source.\n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change.\n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "dd0c91bc-0dc6-4685-b494-c34d2c979b43", + "id": "e1d57bd6-d752-4687-aedf-183d92f2287a", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -17495,7 +17495,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17504,7 +17504,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17513,7 +17513,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17522,7 +17522,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17558,7 +17558,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17567,7 +17567,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -17583,7 +17583,7 @@ }, "response": [ { - "id": "e07de783-9f24-4120-941c-9fca40edbbc8", + "id": "d5fec580-d50b-4c22-9f98-1521dd313a20", "name": "List of account activities", "originalRequest": { "url": { @@ -17601,7 +17601,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17610,7 +17610,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17619,7 +17619,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17628,7 +17628,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17664,7 +17664,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17673,7 +17673,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -17703,12 +17703,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"laboruma9b\": \"esse tempor in nisi ea\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"labore8\": \"officia dolor\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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_6\": \"quis laborum ea\",\n \"dolor67f\": \"nulla reprehenderit Lorem \",\n \"et5\": \"repr\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"eiusmod6f\": \"dolor in\",\n \"ullamcobe\": \"adipisicing qui elit\"\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": "2dd76db0-7774-488a-929c-54b4230189a8", + "id": "ecd1e783-6c56-4901-9d9c-c609086beea3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17726,7 +17726,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17735,7 +17735,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17744,7 +17744,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17753,7 +17753,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17789,7 +17789,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17798,7 +17798,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -17833,7 +17833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f484fea-5ea0-4270-8121-b13acbae7c44", + "id": "502ff8df-d961-479d-8e28-57dc038839a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17851,7 +17851,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17860,7 +17860,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17869,7 +17869,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17878,7 +17878,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17914,7 +17914,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17923,7 +17923,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -17958,7 +17958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c150c79-3d24-4dec-9a2b-4b0d4622aec8", + "id": "6c8b16b7-2c95-465d-baf4-2963a9742f6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17976,7 +17976,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17985,7 +17985,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -17994,7 +17994,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18003,7 +18003,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18039,7 +18039,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18048,7 +18048,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -18083,7 +18083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9a42f3-dd5e-4915-b088-e78e6d03a423", + "id": "f5894995-aa07-41b5-a0a7-91849accd3ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18101,7 +18101,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18110,7 +18110,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18119,7 +18119,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18128,7 +18128,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18164,7 +18164,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18173,7 +18173,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -18208,7 +18208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a9f2a5-5f2c-4213-9e55-798ceecebe9f", + "id": "8ac047a2-81de-4bc3-ac9a-6f7a3862b987", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18226,7 +18226,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18235,7 +18235,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18244,7 +18244,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18253,7 +18253,7 @@ "type": "text/plain" }, "key": "type", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18289,7 +18289,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -18298,7 +18298,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -18339,7 +18339,7 @@ } }, { - "id": "3954e517-4516-447d-8fca-d81b8595c716", + "id": "675fb886-ca48-4658-9cb3-3e817da4f8d4", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -18380,7 +18380,7 @@ }, "response": [ { - "id": "58f9441a-85cf-44ae-8c1f-c48b7a2dacbe", + "id": "02306866-bbca-441f-a38a-1e941fee2681", "name": "An account activity object", "originalRequest": { "url": { @@ -18419,12 +18419,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"sint_f\": \"in aute pariatur in do\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"ut_38\": \"culpa nulla\",\n \"nisia\": \"mollit do dolore\"\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": "dd5b1325-7486-4031-acb0-c67d7b24df56", + "id": "a9f2cc51-e0eb-47c3-bbe3-13efe04c658b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18468,7 +18468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44851b7c-2546-4946-a92c-22dbc2ead19d", + "id": "69d128dd-e747-4835-88f4-e93a35c2cf0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18512,7 +18512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cca2d6-78ee-4e64-a43f-ce9896394fd0", + "id": "1309f4ab-be69-4d79-bacf-c3ae02971cab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18556,7 +18556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2de1669-614e-417b-8605-5d37199fb6ff", + "id": "08ad9517-c4db-4127-9248-603182a01c11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18600,7 +18600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19b75e1-7017-4e48-9485-16bc60126129", + "id": "97224023-232d-4317-a07f-6b1cb73ea43a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18644,7 +18644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff6f3a6-502c-428c-b702-f2b73a546025", + "id": "70100925-50e2-4c43-b15a-d5e2979e254b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18700,7 +18700,7 @@ "description": "Use this API to implement account aggregation progress tracking functionality.\nWith this functionality in place, administrators can view in-progress account aggregations, their statuses, and their relevant details.\n\nAn account aggregation refers to the process Identity Security Cloud uses to gather and load account data from a source into Identity Security Cloud.\n\nWhenever Identity Security Cloud is in the process of aggregating a source, it adds an entry to the Aggregation Activity Log, along with its relevant details.\nTo view aggregation activity, administrators can select the Connections drop-down menu, select Sources, and select the relevant source, select its Import Data tab, and select Account Aggregation.\nIn Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.\n\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.\n", "item": [ { - "id": "da847f6d-b969-4244-b985-23d31b918b3f", + "id": "c3325182-1950-40c9-b8d3-ead66a9aae1c", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -18742,7 +18742,7 @@ }, "response": [ { - "id": "f35c2bbb-5af0-473f-bdcd-a9010aa6b917", + "id": "af7d2bb3-59cb-43b0-ad8f-5368212a91c2", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -18787,7 +18787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405ccf3e-665f-4858-9c92-3c4de42c1c52", + "id": "628ae056-d427-44f7-9794-3e9c0b94b712", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18832,7 +18832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a543786-80c7-44ca-8b89-be2258480c39", + "id": "2b236758-2f05-4297-8332-418c31dcc1df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18877,7 +18877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340b3efb-6b1b-4126-8545-d5969f562b13", + "id": "e415e3ff-8b75-476d-9ab8-85b35b57d71b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18922,7 +18922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7756ca89-5c70-41ba-a3ac-0d76b2e343a2", + "id": "9131cf18-d1d8-4f9a-bf10-adab46ac81be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18967,7 +18967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47fb1434-a491-4177-a41a-03f47fddc2ec", + "id": "17ccc14d-f24e-4b87-a14a-bd6f806a2a33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19024,7 +19024,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "a3c5fa76-1ba5-410c-912a-8d448dbfdca3", + "id": "868b5860-7bfe-4853-964e-bf25846b5cfe", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -19103,7 +19103,7 @@ }, "response": [ { - "id": "1e300685-b5a5-4679-991e-9ef00d2bf2dc", + "id": "284aaf54-d0c6-4de6-9180-6e1456aca197", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -19185,7 +19185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065aa642-f0c4-4824-bb44-e56d05ed0471", + "id": "82f638c4-981b-4e42-9ba2-0c4d2170be19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19267,7 +19267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bdf75e3-e561-47b6-95a8-0d0bf889b6f5", + "id": "9e268ce8-3b9a-4b6c-96f7-c32102bee6b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19349,7 +19349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48244e5c-af33-4e4a-90fb-1b5d2312b16e", + "id": "070ca5b1-c2ff-456a-b228-c41c18a86cd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19431,7 +19431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c8a9613-ac0f-45c6-8d8b-849b0dbe5cb7", + "id": "be1fc90f-2b48-4546-b20a-dc6ddcec5542", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19513,7 +19513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a56dec1c-7a15-4e87-9bed-648f5cfe0afd", + "id": "a3c810bc-a321-435e-9362-30a0eb29922f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19607,7 +19607,7 @@ "description": "Auth Profile - Represents authentication configuration for an Identity Profile. This object gets created when an Identity Profile is created.\n\nAPIs can be used to retrieve and update Auth Profiles.\n", "item": [ { - "id": "5c638930-7d3d-4446-99b1-08cebe59ae1b", + "id": "e9e4ee92-852b-4658-90a5-aecda973368f", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -19636,7 +19636,7 @@ }, "response": [ { - "id": "59514d86-a922-4d62-97ac-b34ec4004e41", + "id": "f0eeeb99-d94e-4ba0-89a1-de8c909e4c09", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -19679,7 +19679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79682d6-742e-4d5e-a6a3-b5dd7d0a78d5", + "id": "c7e01176-0beb-4cbe-b1fa-2e131865ffde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19722,7 +19722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083aa422-db2e-428a-b61a-31dd6a33b3f6", + "id": "c884cfbf-0949-4178-a5af-002507e4da18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19765,7 +19765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2374d83-4e2f-4906-b002-6d46ebae343d", + "id": "4d411574-939a-4d87-9a7c-da0a660b2051", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19808,7 +19808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af2608e-c7e6-40df-8e0b-c1ba0ad06df9", + "id": "87dee1af-5185-4869-9a7d-8a1cd0aad064", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19851,7 +19851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63bfa3ab-3bec-4381-a698-6b5cf7bbdf1e", + "id": "ad9c9d48-8851-4ddc-a4d4-373ff8f67116", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19900,7 +19900,7 @@ } }, { - "id": "e2e5f7b9-c71c-4a79-9756-c15b968779ac", + "id": "0bcc3a08-3a70-4cf6-84fd-37cfad9f9b17", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -19935,7 +19935,7 @@ }, "response": [ { - "id": "5dd1ab92-3e1b-4458-8eb1-d2f5cf2870e9", + "id": "33ae0969-a157-4b02-945b-87de6e189233", "name": "Auth Profile", "originalRequest": { "url": { @@ -19979,7 +19979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "879b18f8-0052-4273-b7ad-a7125ed84b30", + "id": "77399cf7-8133-42ae-878e-fed5a8050fad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20023,7 +20023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b41a97e6-6de4-4961-8f11-f1ba04bfd3f1", + "id": "ca968ea1-3732-47df-b851-87b8a46b4fe3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20067,7 +20067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a090c7-71cb-4598-9c18-c0371373fc4c", + "id": "371fddbf-1141-4fef-8657-f26b6453d3b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20111,7 +20111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc39612-283d-4f3a-ad8b-44793fdf13c1", + "id": "ffe414d4-c6ec-4217-8003-136f7134fe09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20155,7 +20155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab1da75-1977-4b1e-a804-fe2751ec25c6", + "id": "0cfaa2fa-5773-4a26-abae-865ee3f8d32f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20199,7 +20199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86a03a87-a8a7-47b1-9199-787e1f36c426", + "id": "eb47af21-c455-4344-991e-61382240abf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20249,7 +20249,7 @@ } }, { - "id": "0bc707c1-e3a9-4c7f-9d78-58b977e71333", + "id": "62f448fc-1a0a-49d3-90b0-896c1a037e22", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -20303,7 +20303,7 @@ }, "response": [ { - "id": "8f877664-039e-4a40-b4dd-3e2dcf2cca33", + "id": "65ab3c02-308f-423e-9995-998751057e3b", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -20360,7 +20360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1eed53-d101-4a1f-b800-8c88393e78b3", + "id": "da3db2ce-a5bc-4711-ad49-90a33dd71570", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20417,7 +20417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d334e80-09ab-4a10-9c31-c551017487f4", + "id": "b79b444c-92d3-480c-855a-78560a427be1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20474,7 +20474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8916c6d3-1182-42a7-ad38-4bd60da9a87b", + "id": "c3c7845a-10e2-4bf5-adcc-4edadf9a21a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20531,7 +20531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84db502-ddc7-466f-b263-095c797eb5ec", + "id": "c3fda7c0-9419-4b7f-9729-6bf7f28b4273", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20588,7 +20588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed62a5c-2ea4-4a16-ba85-cb10a4501c24", + "id": "694f1e74-e821-4207-8a8f-e431875450a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20657,7 +20657,7 @@ "description": "Use this API to implement certification functionality.\nThis API provides specific functionality that improves an organization's ability to manage its certification process.\n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers.\nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more.\n\nThis API enables administrators and reviewers to get useful information about certifications at a high level, such as the reviewers involved, and at a more granular level, such as the permissions affected by changes to entitlements within those certifications.\nIt also provides the useful ability to reassign identities and items within certifications to other reviewers, rather than [reassigning the entire certifications themselves](https://developer.sailpoint.com/idn/api/beta/submit-reassign-certs-async/).\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "ff668efd-9e67-4ce8-82a3-248b305bc92f", + "id": "3776d144-ec8c-46fb-83a8-54af6fbe78eb", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -20712,7 +20712,7 @@ }, "response": [ { - "id": "672d23f7-635b-4020-a54e-ed340bc6cc92", + "id": "5ff0662a-7e68-4051-93cf-3f1bcf67bb21", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -20765,12 +20765,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aac87041-8f5e-4dcf-9005-5bdef8f7dfa9", + "id": "390fd43c-efdd-4c48-b4f4-0d56c39e6ac3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20828,7 +20828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e0653de-7782-4a7c-ae58-0a989606c4c6", + "id": "8c92221d-ca52-40d6-97e4-eaaa592ba75c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20886,7 +20886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f90df48-a2cd-4053-ac6a-518760b2c959", + "id": "de5bd298-ca57-4720-87ff-1ee0b382990e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20944,7 +20944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa76193-b69b-461d-ab14-b23b788ea72a", + "id": "986b6d4d-dc85-470f-87fc-818f695df157", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21002,7 +21002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "572e3238-bd6e-48e8-800d-f91193c5ee30", + "id": "67bcd270-fc15-4f6e-b942-4f330a1270cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21060,7 +21060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4385980d-fe4b-4677-a7e9-12a1c21e9584", + "id": "2f6a4629-16c0-4a27-967d-5ba9d18ba891", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21124,7 +21124,7 @@ } }, { - "id": "6dd2e04d-6a46-47f2-82b2-8e7335c77252", + "id": "bcf564d9-0a06-43d5-a359-347b2c041b0a", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -21146,7 +21146,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -21156,7 +21156,7 @@ }, { "type": "any", - "value": "q", + "value": "et dolor", "key": "taskId", "disabled": true, "description": { @@ -21177,7 +21177,7 @@ }, "response": [ { - "id": "fb8bd27d-3bff-4eed-8a5c-0a88a59a0f13", + "id": "45d91e25-c9e4-4eb6-993a-e6bbf2e00e63", "name": "A certification task object.", "originalRequest": { "url": { @@ -21218,12 +21218,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"SUCCESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2af6a6b8-5cd4-448c-bd01-70a7834883b7", + "id": "9fc73780-78f4-4c12-91c8-890cffd5b638", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21269,7 +21269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eee8fde-ac10-46bf-bd7d-cdfbc8f3610a", + "id": "965e6504-abc4-4077-8d5d-e2f651b6c5db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21315,7 +21315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76234558-ad88-4276-8d37-6b1a16054a5a", + "id": "b127c9e2-78ba-4e1f-88bc-9b87bc8604ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21361,7 +21361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ffb4c9-97ba-443a-bf0b-f5e9694849ea", + "id": "658209c1-f7f1-4399-ba3a-b09e7fa96d47", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21407,7 +21407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902a2e33-79b5-4ad1-b498-03d148bc580e", + "id": "c131420b-ff6a-43df-b5fe-0730fa753223", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21453,7 +21453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5abd99d4-d8c0-49d4-8337-b3c075c02a59", + "id": "782e6e99-5428-41be-a03e-7314a8b11207", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21505,7 +21505,7 @@ } }, { - "id": "eaa3081a-3f1b-44c5-87ea-5e1fa55ae814", + "id": "0bd0a25d-0d9b-42cc-90f6-4a30b4efbfc5", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -21526,7 +21526,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -21547,7 +21547,7 @@ }, "response": [ { - "id": "7c368312-a195-41a8-9491-e3171c1fc876", + "id": "8a62a095-d12d-4329-ba98-f333b8891db0", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -21587,12 +21587,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", + "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "09fd27b3-43fb-4988-9df5-9c7b96379fdf", + "id": "e210f97e-04a2-4414-9d73-9ca33c64c451", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21637,7 +21637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e451bed0-2176-4cd9-85fa-6e26849a3042", + "id": "527e1f08-e5ea-444c-aa97-40a89a05aa35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21682,7 +21682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab75130-3d4a-4364-8d15-aabead633baa", + "id": "7bdbc5a4-91cf-4028-9ae5-cd160e65e9f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21727,7 +21727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98cce057-9d1e-4e0f-ba44-d8ef1d53971c", + "id": "b1c10edc-4d11-4177-8110-edd484d1aa3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21772,7 +21772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db91156b-3a33-4f49-a37a-084c85f43975", + "id": "c88599bc-c8f2-4f36-ac11-fd7a906269dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21817,7 +21817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53f0cb1-e671-4074-8cca-f2811c68a19b", + "id": "d13f7830-ac24-4675-803a-5088128b3eba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21868,7 +21868,7 @@ } }, { - "id": "e765b96c-17da-4973-9ad9-2c049398b9b7", + "id": "a28af0c9-6230-49b3-8c37-5cbc7ba8dbf7", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -21959,7 +21959,7 @@ }, "response": [ { - "id": "a4b0999e-1cff-40e1-872f-6f20ef3f0d3f", + "id": "de6196ad-fb31-43bd-9390-1367e7f4eee6", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22043,7 +22043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3051bcb0-2aaf-43f9-91cf-e50a06f59fe3", + "id": "66d820dd-afb7-45cc-8be1-f36a32c95cca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22127,7 +22127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6507bb57-e9e2-44c4-ae42-294206332dd4", + "id": "ab25ce55-a8b5-4438-aa7a-0afa97459c5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22211,7 +22211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f329890f-d170-4ded-8568-051600f863bc", + "id": "aa50799a-67b3-4da0-a3eb-295e4330c620", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22295,7 +22295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb1a00c-2521-4779-8935-6c64406e99f5", + "id": "f08ea56a-d96f-438e-a9f0-5b5544c717be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22379,7 +22379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c084ac-610c-48d8-a054-e2d0015e18e3", + "id": "d39e8822-cf39-4ab9-893d-3f5bd53db5d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22463,7 +22463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "747ef9d9-4d60-4728-9d77-f205196dc749", + "id": "13730480-f6e1-4233-b3b2-004b8ed0fbd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22553,7 +22553,7 @@ } }, { - "id": "07ed17c4-6870-4218-8b43-f8cbc9b494b7", + "id": "43af813c-91ca-40ca-998f-9ef92611bbb8", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -22641,7 +22641,7 @@ }, "response": [ { - "id": "fcdaf403-0736-4e12-8411-09204cff03a5", + "id": "888daaee-9695-438c-a2a9-3db5646a2c8e", "name": "A list of reviewers", "originalRequest": { "url": { @@ -22732,7 +22732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9cea57b-36c4-4d55-bac7-056da9ca0c0b", + "id": "6e87155e-c3e0-48c7-8a96-7a8ee49c2215", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22823,7 +22823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7937fb31-8159-40f7-8dc2-0da0a171c6ed", + "id": "26a9a052-d0e5-4494-8986-20a8025a62ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22914,7 +22914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37564e87-8677-484a-9dbc-819d46da2e7e", + "id": "41f3b9d8-712a-4a24-9ea4-28709f8c36b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23005,7 +23005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e821df5b-c789-4653-bf99-c01824b35685", + "id": "9f762dcd-553b-4553-bf09-17f1497ecf5e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23096,7 +23096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8fab302-4b37-4d95-a979-0ddfdb4ab3ad", + "id": "9fbcf379-3cc9-48d8-b2b9-5dff29ce7f91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23187,7 +23187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74d84ca-48a2-4bb1-b3ec-a810bd040c94", + "id": "76402a28-1f6a-4d7d-90b6-f2f1527b367d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23290,7 +23290,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use.\nCertification campaigns provide Identity Security Cloud users with an interactive review process they can use to identify and verify access to systems.\nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements.\n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access.\nThese certifications serve as a way of showing that a user's access has been reviewed and approved.\nMultiple certifications by different reviewers are often required to approve a user's access.\nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers.\nOnce this campaign has been completed, Identity Security Cloud would provision all the access the user needs, nothing more.\n\nIdentity Security Cloud provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in Identity Security Cloud:\n\n- ManagerCampaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access is certified by their managers.\nYou only need to provide a name and description to create one.\n\n- Source Owner Campaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners.\nYou only need to provide a name and description to create one.\nYou can specify the sources whose owners you want involved or just run it across all sources.\n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in Identity Security Cloud is to use a specific search and then run a campaign on the results returned by that search.\nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns.\nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified.\n\nYou can use Identity Security Cloud search queries to create these types of campaigns:\n\n- Identities: Use this campaign type to review and revoke access items for specific identities.\nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign.\n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them.\nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign.\n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria.\nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign.\n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in Identity Security Cloud.\nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them.\n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview.\nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it.\n\nOnce the campaign is active, organization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers.\nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review.\nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items.\n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase.\nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed.\n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision.\n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "3f1d8bd4-06a6-47e9-9816-dd614e744bf0", + "id": "0cb13c8b-51fc-4e8a-8a6c-5df74bf407df", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -23374,7 +23374,7 @@ }, "response": [ { - "id": "053f206a-5855-440d-80cb-5c68447191d9", + "id": "adc89160-18d4-4c46-90f2-9d68c90c999b", "name": "Slim Campaign", "originalRequest": { "url": { @@ -23472,7 +23472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dae63e9-e852-4cdd-b6a4-ceec91c5d9cb", + "id": "b033210a-b2cc-4283-955d-368e7ccc2a70", "name": "Full Campaign", "originalRequest": { "url": { @@ -23570,7 +23570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "429e921d-642f-429c-8a77-9abb06dc4074", + "id": "3cc08069-514b-41c1-ba31-297bb5d835c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23668,7 +23668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50f3173-45ad-4349-9243-e3fecf5c1fd3", + "id": "198330b7-ac9c-412f-b619-1918f718207a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23766,7 +23766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadf1c98-4e19-42e8-bba0-e33ee77a87f8", + "id": "05780ef9-f1c1-4f6f-8cae-8c1dde8cd289", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23864,7 +23864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165d148f-a6e4-416d-8a29-c87ed8209032", + "id": "09bd6a08-7db3-446c-bb54-762b151928aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23962,7 +23962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361e9387-b73d-4e05-83e5-efcba341fd5c", + "id": "41a136aa-1a2f-4c07-8662-9747ee1f320b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24066,7 +24066,7 @@ } }, { - "id": "e1143aac-240a-4a52-a77b-5e6e75f1ad4c", + "id": "414fff87-a1fb-4e5e-bd38-4764816bf9d3", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -24108,7 +24108,7 @@ }, "response": [ { - "id": "f8f67b4a-acc8-4997-84ed-72139e7f8a21", + "id": "dc1e5dc1-9811-4386-adf4-ebfacc0afebf", "name": "Manager", "originalRequest": { "url": { @@ -24164,7 +24164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77827d88-83ad-456f-b5b2-fde1aaceb75c", + "id": "208253ab-db29-4229-8d46-dd056069721c", "name": "Search", "originalRequest": { "url": { @@ -24220,7 +24220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b374079-81db-491f-ab05-9d8cf7eaa5bc", + "id": "b8b4baf9-5d16-4ee3-9f97-87a869cade2b", "name": "Source Owner", "originalRequest": { "url": { @@ -24276,7 +24276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569bf29b-0edc-4a52-a042-afce9415bd44", + "id": "5baca4fe-6777-4e0d-8cb2-47425247d245", "name": "Role Composition", "originalRequest": { "url": { @@ -24332,7 +24332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e855e6a-c590-4765-9baf-b3654bb6078a", + "id": "d956c637-71cd-4761-878d-e2be250f58c6", "name": "Manager", "originalRequest": { "url": { @@ -24388,7 +24388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cc6b5f-0652-4c62-ad84-4c1394e146d4", + "id": "7a30c85f-9d1c-4ecc-92dc-e6b98d40867e", "name": "Manager", "originalRequest": { "url": { @@ -24444,7 +24444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10da6947-6c3a-4eab-b078-50633ab52a4e", + "id": "3b7bc53d-ae00-4cc8-9997-47b90c32707d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -24500,7 +24500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b3998e-f9f3-4aee-b6b3-4413117bd617", + "id": "ffed511b-d86c-42e9-a808-7a2c511838d0", "name": "Manager", "originalRequest": { "url": { @@ -24556,7 +24556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a28d8b8-5036-41c9-8046-d5cb6b55367b", + "id": "adbfd331-c580-4d16-a848-9e2142fe555a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24618,7 +24618,7 @@ } }, { - "id": "d8596ecc-bf3e-45d3-9164-4cd008ef3a4a", + "id": "94737f6f-19a3-49c6-988c-89069c563f1b", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -24661,7 +24661,7 @@ }, "response": [ { - "id": "a0fc1685-d4ea-4072-b8a4-d603868add44", + "id": "031b7dd9-261a-4ff3-9a86-afe1436f484b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24718,7 +24718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeef32f0-5600-4f9c-8fa4-e78265321a03", + "id": "fdca6798-f47e-4090-b0d2-b2e27141ef96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24775,7 +24775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59d66a97-0722-4030-a8d1-50e22dc4991b", + "id": "a5f729c8-6586-4ab5-876b-81e8dab04655", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24832,7 +24832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd533d2-dd12-43c9-ad3d-bca22c645c04", + "id": "ecf436fe-7212-4bbb-986d-0b1a1ef020e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24889,7 +24889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6199417d-72d7-4fd4-8734-b7c435a11335", + "id": "ea058862-cb32-4142-90e6-d949028806c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24946,7 +24946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a6a6abc-9ac2-4d60-a877-0cdcaf0704de", + "id": "bbb420de-d80c-47b4-b865-c2ec443017bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25003,7 +25003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de136c0-3ab1-48e8-acdb-956bcc919f00", + "id": "c1bf42e2-086a-4c42-9d54-bf4c1effdabb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25066,7 +25066,7 @@ } }, { - "id": "0792e445-ed8c-4a61-8fcf-2b5f1448f2a0", + "id": "60fad529-85d4-431d-ac54-d04415855793", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -25107,7 +25107,7 @@ }, "response": [ { - "id": "9dd005f5-e643-4671-a08b-a2add73c6a70", + "id": "d7f545cf-796d-4b02-ac33-441e62bd33b9", "name": "Manager", "originalRequest": { "url": { @@ -25151,7 +25151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175abd16-978b-4014-8bf3-e902786a5046", + "id": "724db3b4-8c0c-4f78-b418-7cd4bd52bf57", "name": "Search", "originalRequest": { "url": { @@ -25195,7 +25195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046f1d6c-8b64-4bad-9b96-308c1b66249b", + "id": "25c7b5b4-b072-4f62-a679-e4aaa39da608", "name": "Source Owner", "originalRequest": { "url": { @@ -25239,7 +25239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c585a8f0-56d1-459c-a52a-cf0a5d057a30", + "id": "c64dcd3d-91f4-4533-86c4-e55decb5c38e", "name": "RoleComposition", "originalRequest": { "url": { @@ -25283,7 +25283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b3c7ad-2c30-41e8-82ad-071a7706f2bd", + "id": "639f6a9b-9f42-4952-bacc-b35e2e2980d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25327,7 +25327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "207fa12e-7d25-4c0c-970c-f3f211f1c476", + "id": "2578e5b6-4055-4cd6-881a-14a7e0026366", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25371,7 +25371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7633f4d-fc62-4bfc-b44c-6fb5d1310db2", + "id": "d7c7700f-41df-445f-986a-aa35385d862e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260aef0b-13f0-4c25-bd53-8cdf46fa27a0", + "id": "f0444601-3fa3-4185-8c1c-df8b7d8fc255", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25459,7 +25459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f4e9d3-6c30-4a63-a5a0-91c4f5399619", + "id": "05065586-c301-4222-a576-46fb4c112851", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25503,7 +25503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9bc4036-b3fe-41bd-95f0-960cfc7ffac1", + "id": "06cdbe0e-f67d-42c3-8ebd-7bce0daea92a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25553,7 +25553,7 @@ } }, { - "id": "7af73b0c-0c20-453a-a689-7037f7c59ce2", + "id": "c9125b43-ae67-43ab-b468-acc8e9b79489", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -25607,7 +25607,7 @@ }, "response": [ { - "id": "5a2db4d7-ca7a-4d60-989a-8f759faec005", + "id": "dd7e5482-93b8-4fa2-ba41-cacbf6a1a675", "name": "Manager", "originalRequest": { "url": { @@ -25664,7 +25664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a9f6d97-9709-49e2-a2a9-14e7cd75dbb3", + "id": "33b9c48b-3277-48fc-b425-06e36b05a20b", "name": "Search", "originalRequest": { "url": { @@ -25721,7 +25721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938f0b09-83a9-49f9-84ca-824d4a2221e0", + "id": "9b856b04-227f-4a88-b005-f94e27eb2468", "name": "Source Owner", "originalRequest": { "url": { @@ -25778,7 +25778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66580bee-f9d7-494d-94ac-b6b5072ef8ea", + "id": "f55b44ef-c73a-45a8-bd0f-68e0f881b5a4", "name": "RoleComposition", "originalRequest": { "url": { @@ -25835,7 +25835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abe29117-e7ba-4aef-9c46-2a478c3e37cc", + "id": "07042117-f437-408b-961f-fec5085f9978", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25892,7 +25892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0724a1-d562-4e08-a5ab-ab009dca7b52", + "id": "4dbc5f96-fff6-4e78-95ec-f4ec286be098", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25949,7 +25949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2aa48f5-a7ee-4ddf-9622-1de678f17ef9", + "id": "1d12446f-4010-4a07-970a-06d26d4877b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26006,7 +26006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cace7419-1d34-4b65-9fd3-5c50e04f340e", + "id": "86fe689e-4a04-40eb-860a-ced1103ab7d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26063,7 +26063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de81644-a6f5-4163-a300-de76202d0d42", + "id": "a5e1351c-1cad-4423-94af-7580642679a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26120,7 +26120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9867e8-af6b-446e-8f69-08f1ab2b2900", + "id": "b96095cc-f718-4c04-b4b7-475d11250567", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26183,7 +26183,7 @@ } }, { - "id": "ce72e48a-32ec-4ddd-8ae6-06148d5fcb57", + "id": "50500fe8-a0fb-4718-b4f7-57f1ed9b24d4", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -26238,7 +26238,7 @@ }, "response": [ { - "id": "17d259bd-2744-4c9f-8821-e36f93fc905d", + "id": "aa05fa8c-b60c-4016-adbb-456bef131040", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26296,7 +26296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2a0980-e3dd-4894-b019-aa44f3810469", + "id": "9d818735-b532-4d1a-84db-3e2e1021c555", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26354,7 +26354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b6fca05-685a-4d5a-a611-272656e05c27", + "id": "7983e9d7-9b8f-4376-9cdb-0981c1c7c44c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26412,7 +26412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006ca3b4-e163-4546-bda1-b456749bf500", + "id": "4d676292-14a8-47f3-bb7e-9fbcf67f395e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26470,7 +26470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe13508-c6ba-4a8a-a4a4-e1ce51c692a0", + "id": "8f03ddc2-b8b5-4452-b745-7828d0ba2878", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26528,7 +26528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1723971-51a6-472d-a2ed-ce98e41005a0", + "id": "1ac4fc2b-7a0b-47b4-be92-6a7b0d491e7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26586,7 +26586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ea1720-2dc3-4ad8-b3f4-c236393fb7ed", + "id": "e6ef87d1-ad9f-4ee8-82c7-63f86c9a2b43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26650,7 +26650,7 @@ } }, { - "id": "4b7a4ab8-b2d4-40fd-a85e-1e4f219d60c7", + "id": "a113981b-4615-4efe-8784-88561dd36940", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -26705,7 +26705,7 @@ }, "response": [ { - "id": "1cc2b36b-ccbc-4022-87d9-6e3e307d9e4a", + "id": "5451fdf1-9e95-4104-98af-f59a5f21ff18", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26763,7 +26763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df34a3be-27e5-4551-b4c1-afa48de597f4", + "id": "0df1723f-f0af-439f-8a1b-0ee8327dfa1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26821,7 +26821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaf3bae5-086d-4a11-8ccc-a27fa0306dc1", + "id": "0a41bff1-4104-4dda-a407-de63be3d096d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26879,7 +26879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa842e96-ed06-46ce-801e-aae7d5a6d6d7", + "id": "f36f596b-55ef-4f6f-8a9e-27a555fdd829", "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": "f399cf45-ee6e-49f4-9261-a69b1a587e25", + "id": "5a4f49e3-9c99-43d1-b49d-48d39b0ec080", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26995,7 +26995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d70347-a121-429d-b7dc-8b4904b0ecba", + "id": "1c246fe9-bd9a-4806-976a-eb7137f05a0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27053,7 +27053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52cb43b9-28d7-47ec-9fe4-c069167ef34a", + "id": "3e51746f-758a-4877-a705-34e29f31a4b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27117,7 +27117,7 @@ } }, { - "id": "10886e40-480e-4f0f-9788-806454ed70d7", + "id": "051ee066-319c-4f75-9cc6-5ddfa4dec07e", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -27159,7 +27159,7 @@ }, "response": [ { - "id": "9f7bf00e-6c2c-43a5-9049-462122d12465", + "id": "5866667d-7734-4a4e-af98-7a18dd1ba8ee", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -27204,7 +27204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db73947f-6d4f-4a30-8ae1-d9fbea9e5c60", + "id": "1b61ad3c-6cc1-40fd-9d10-34619ec978cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27249,7 +27249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362f2855-f12d-4931-8abb-c0e85a4e4f00", + "id": "51c4cdf0-ac09-4c5a-9d71-0f129f0c0ccd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27294,7 +27294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd47a044-58e7-4b0b-b818-415cbc6fb199", + "id": "8c8cb056-b9cf-4233-b819-cd8db1540780", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27339,7 +27339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefef1ab-4abe-4b16-8475-09501d606e7f", + "id": "7a6eacae-704d-4c58-8aff-4586e019eb6e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27384,7 +27384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb301420-cbf8-4f23-a12d-ae0d61454c60", + "id": "1a720646-11bc-4ed2-b489-156bea6ca0a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27429,7 +27429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3f20e1-6775-4fb0-815a-ee34d4ce3c35", + "id": "bffcc4ab-3705-4e2c-8613-abe534c28800", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27480,7 +27480,7 @@ } }, { - "id": "1fae83bb-c8e0-44a1-b44f-396adefef097", + "id": "a3e02fd7-cdab-4b99-bedf-6d717847d01c", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27535,7 +27535,7 @@ }, "response": [ { - "id": "36d18b06-ac95-447a-a251-8de99f6b5e61", + "id": "806b79bc-590d-4cda-8f0b-c261f8f62965", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27593,7 +27593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6aff4b4-b565-4f94-aa09-94deae123b61", + "id": "9c8b3193-2e78-4c01-95e0-80bef3a48a7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27651,7 +27651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79ae33e5-7516-4e02-91a3-6af464939ee7", + "id": "d42b8159-05be-4edb-abb0-8455ea6cd169", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27709,7 +27709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c5c68b5-501a-43f0-b486-f2c3e62b6139", + "id": "5c112f86-3ac7-4402-b751-d544b2e46270", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27767,7 +27767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff59038f-a01f-493f-90eb-46c63d06ef8a", + "id": "b03a457e-ef28-4a7d-a124-d815a67dab5c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27825,7 +27825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3cfef6f-328b-44b1-80d2-bdfa46211417", + "id": "b306c0dd-7752-4c1a-afc7-3543eb471da4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27883,7 +27883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507f0aae-2d57-4786-995a-ff69bb066d15", + "id": "9fcc6c48-cdfe-4f2e-8add-ba9747d0448b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27947,7 +27947,7 @@ } }, { - "id": "d0d0e6a3-74db-4698-8bb0-5b03e06d4ec1", + "id": "66c2624a-e2e2-4691-a2e5-70fbe195fe1b", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -27989,7 +27989,7 @@ }, "response": [ { - "id": "c47c752b-00e8-4017-b76e-a570f1e328f5", + "id": "a4a1621f-676d-417a-99e8-d84afaddf6d1", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -28034,7 +28034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49540d28-5f3c-4c0a-a170-362abbc40e81", + "id": "76668a7f-edef-46df-9a13-e23378bcca22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28079,7 +28079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d7f40a2-f40a-4d39-a079-bec6932352a9", + "id": "2c014a8b-3608-490b-b9b0-067a66b42915", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28124,7 +28124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d480e703-12f0-40ae-9917-898c6f0079e6", + "id": "129f4d07-2aca-4d64-9a06-800a560ea029", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28169,7 +28169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6e454d0-3a03-4455-8d2b-e6e88a070b19", + "id": "9f0a46b7-1d80-4e13-aedb-79933bc8efff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28214,7 +28214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7789dca8-7caf-4362-bdc7-64a65d187f6c", + "id": "e185fd18-e3bd-4e52-aea7-fcefe905b4fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28259,7 +28259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2999b496-ffbd-44c3-b343-39e421da0ff0", + "id": "5cae42f4-261b-4f41-a546-831c7f4236c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28310,7 +28310,7 @@ } }, { - "id": "6db69496-53e2-4702-bd4b-24ef94e73a27", + "id": "96e125b3-90a0-46c1-bda4-dd9e52074c3b", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -28363,7 +28363,7 @@ }, "response": [ { - "id": "951e1a2a-7592-431e-af96-a1233efb941b", + "id": "f8eb97cb-cf84-481f-803e-48a4ec10cd66", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28409,7 +28409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9da02d-0185-4a33-a751-9d2dc9e2fd95", + "id": "b4452c8f-0f74-4037-9dd4-f72310f4b374", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28455,7 +28455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b508182b-2454-416c-8c61-f74a097f6193", + "id": "27940a87-ca09-42fc-9eaf-e0416219daba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28501,7 +28501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b17ae46-d2d2-49a5-89fa-59e1a6d2d2a8", + "id": "81a1cd0a-ab41-4fc6-852d-462fa69595d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28547,7 +28547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ace2fd-eca3-47ce-88e4-580183ca5fe0", + "id": "8db909fb-8f41-483b-ac88-1e7dfe70872c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28593,7 +28593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c421d0b4-61c6-4848-8f0b-914d3e898d06", + "id": "beabe120-da28-4fdc-bc8b-5cba0f7f45db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28639,7 +28639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3aaad11-7107-4368-a2f4-4f09a57c1539", + "id": "d0c59601-9446-472b-a3c3-40531846c8db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28691,7 +28691,7 @@ } }, { - "id": "9cc61498-401c-4658-84f1-75dd0854e807", + "id": "29e25b02-3b41-4ada-ae22-6d50f729d375", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -28721,7 +28721,7 @@ }, "response": [ { - "id": "c70612de-c12e-49d2-91d2-caa4fe030eab", + "id": "59cfa2d1-60d4-4f9b-a7c7-16749b248fce", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -28765,7 +28765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eba298fd-26c7-4f18-9c22-79ddd30be65b", + "id": "aa8bc037-8173-4074-921e-0e60636c562b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28809,7 +28809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9926fb17-d39d-4e49-b86a-9bf3fe662ffa", + "id": "ef5fe2ca-432e-4dd6-a319-f0f09aebae11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28853,7 +28853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ea75a9-18ae-45bb-b5ad-6bb1ce7089c1", + "id": "b217a43d-881d-4190-9777-81ada01d76c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28897,7 +28897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c230e13-4fbf-4c08-a4d3-06c1b9b0a653", + "id": "69a5565c-8f2b-4e9c-880d-5f755a38b89f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28941,7 +28941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83c2080-3279-40c1-bef8-138e9e30597c", + "id": "f2e831c8-178e-44c5-b953-a794ec8e1085", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28991,7 +28991,7 @@ } }, { - "id": "77da1a42-63eb-4bb2-8752-863b3ae22ec7", + "id": "697f496d-5186-441b-a9ba-0fe1a92280b7", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -29034,7 +29034,7 @@ }, "response": [ { - "id": "2b6973f0-421e-49f0-a971-b08f8d79d973", + "id": "3c21e0c6-42f9-4c51-897e-e9abdab7c05b", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -29091,7 +29091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4637364-9cf5-408c-9374-02f8c1c6ae60", + "id": "07b1a514-c653-4233-b7bc-7f858d67536b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29148,7 +29148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f990ccf5-c978-4d36-bd37-68db9cad971e", + "id": "cc106e1c-bde7-4334-bdb5-88b964f0993c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29205,7 +29205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427d0f4c-8ca1-4c9d-82a1-c85e3960d23f", + "id": "abbb6842-0eb6-4847-935d-3c7488b13b99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29262,7 +29262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a611204-a37d-4923-82fe-bfd24755d776", + "id": "c6827572-5032-4b2d-b473-0f6e47bafa50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29319,7 +29319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b482b88-76d7-47ee-857f-d70d44858b5d", + "id": "94a9948e-14b3-49c7-a18a-df56cba8df4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29382,7 +29382,7 @@ } }, { - "id": "2c33d655-f244-4a42-bba0-ea5623eb877d", + "id": "55ded029-cf22-4cd1-90f7-1701dea4be1c", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -29457,7 +29457,7 @@ }, "response": [ { - "id": "7899b0e8-e723-41a5-90e2-49ca59893c4f", + "id": "674f2843-e280-4015-b4ca-e70dd641b47f", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -29546,7 +29546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76df47f-befc-4a78-b50c-ec8b5dccd1c3", + "id": "7e3d92e8-3166-487e-adeb-89f21002f1e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29635,7 +29635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de5f9756-3a37-4041-a042-c58dad218dde", + "id": "e2914be6-d148-402e-adf6-a01d7ab7d31b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29724,7 +29724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b48442-08e5-4694-a346-5fadca5cbbd0", + "id": "5b8c3270-4ede-46b9-b731-911d727ac119", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29813,7 +29813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b213320-8e0b-4c02-9e1e-6aea8e0340cf", + "id": "5c9d22c5-f403-49b6-992f-b1aff9144571", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29902,7 +29902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ce9ca5-e601-44d8-9810-be44dadaaf64", + "id": "1e4671ea-5c7d-48ad-b9f4-41563630e640", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29997,7 +29997,7 @@ } }, { - "id": "30a66801-4993-4fc5-8056-b112bc6f6f6e", + "id": "b6b06d44-0fc8-40a3-89b5-d963b2ebb2bb", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -30039,7 +30039,7 @@ }, "response": [ { - "id": "9ee6ad75-95d8-4796-9302-00948f85bf33", + "id": "e5fa1df9-127e-4822-95e7-d936212820a5", "name": "Manager", "originalRequest": { "url": { @@ -30095,7 +30095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef6a8ec-0f69-432e-822a-d7dbfc8bd84c", + "id": "3d0486f9-fa9c-4008-b956-c87f216d2324", "name": "Search", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48570e62-91dd-498c-8ef1-eb25ffe6695a", + "id": "17565bd4-aff2-42c3-9fe2-f1e4a0fa4bec", "name": "Source Owner", "originalRequest": { "url": { @@ -30207,7 +30207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079acc77-c691-420b-ae5b-d0ef7f757b4e", + "id": "c86f7bd0-6802-4c42-b5ea-74ad74faef09", "name": "RoleComposition", "originalRequest": { "url": { @@ -30263,7 +30263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e658bfe3-025e-4b14-a9af-d8569bad936e", + "id": "3b34e4cc-3a68-45e0-80fd-0ed7e74f0fed", "name": "Manager", "originalRequest": { "url": { @@ -30319,7 +30319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000fc3b2-56a0-4026-a23b-52493588f38b", + "id": "9fe3703c-d6c1-402e-81bb-5948ac289472", "name": "Manager", "originalRequest": { "url": { @@ -30375,7 +30375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0131be00-db1d-4e32-9059-9bc28ffc8682", + "id": "155b2b7c-74d0-487e-a2b3-3b3d9b1a2bb4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -30431,7 +30431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888a6885-49fc-43c8-9862-dcb27605ec20", + "id": "74f2c5fd-3d03-43ee-9911-ee8006f56a3d", "name": "Manager", "originalRequest": { "url": { @@ -30487,7 +30487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1da61cea-9469-4be5-bc2a-3ccef2258f55", + "id": "2592483a-560d-4355-8d70-7d224902ddb5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -30549,7 +30549,7 @@ } }, { - "id": "624fa08c-0bc5-4546-ae83-018fb2b7b07d", + "id": "9c355fa8-801a-41b4-b6a9-61ac647c4d12", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -30590,7 +30590,7 @@ }, "response": [ { - "id": "59c5b073-44d3-41ac-90df-582ee3114ad7", + "id": "058e4be0-b54b-4991-88c3-b2f762852ccc", "name": "Manager", "originalRequest": { "url": { @@ -30634,7 +30634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3775d05-213f-488e-a1e9-7af4f48ef612", + "id": "836c1699-98c1-4e03-ac05-1e2e91880042", "name": "Search", "originalRequest": { "url": { @@ -30678,7 +30678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b94a2914-e4b8-476d-b562-425ae319e31f", + "id": "a430174e-00eb-483c-992c-4587049cd547", "name": "Source Owner", "originalRequest": { "url": { @@ -30722,7 +30722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b067ab61-3d4b-4d1f-8fa7-46fc296cb77f", + "id": "b6b63341-598c-4205-bc44-9a704d233e29", "name": "RoleComposition", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abe9967e-6199-4f0d-ad59-e1c97ad34d07", + "id": "16640475-a67e-4bba-82cb-af650d14098c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30810,7 +30810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66507f91-ef19-4cbf-a223-97960f39364e", + "id": "f3cfe317-3e85-4ab8-a317-a74149c9722f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30854,7 +30854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "259f9a31-2914-4a1e-9e3c-af183317d51e", + "id": "ab70ae54-3ee1-4269-a971-3a50dfc41396", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30898,7 +30898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd551cc5-cff6-4a4e-b435-21dfc2e5d3a7", + "id": "ea9d15f6-0de0-47f8-bf7a-3816af920ee1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30942,7 +30942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11d6e22-7e1c-4d1b-86f1-dc0eb67c4805", + "id": "2c745595-5081-45a2-9af0-504dc2956396", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30986,7 +30986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d057f14a-4071-4183-a0bd-58af840f5418", + "id": "42ede28a-c15f-4418-81f9-b16d4f04f22f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31036,7 +31036,7 @@ } }, { - "id": "533495b3-cf48-45c8-9b05-4d759c038b11", + "id": "51db0b04-1ff0-42ca-b434-b0f3a7b6cf4c", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -31090,7 +31090,7 @@ }, "response": [ { - "id": "9bb30b4a-3bed-4dd1-9d98-149abb41ea1d", + "id": "6e7cabc5-29cf-4e74-bbd8-498d5cec3273", "name": "Manager", "originalRequest": { "url": { @@ -31147,7 +31147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e637628-6384-4cd9-b9fd-6d28cecf35ed", + "id": "7ddb70de-9b64-4d6a-bf73-05cf7b10a08f", "name": "Search", "originalRequest": { "url": { @@ -31204,7 +31204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b871376-1a6a-4b4d-97fb-cea49e760bae", + "id": "709420fd-10b4-41a6-984f-64d8ba26708f", "name": "Source Owner", "originalRequest": { "url": { @@ -31261,7 +31261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647adfb4-b61d-497d-bcce-2723f0913d41", + "id": "74fac959-9523-4b8f-b7e7-98b50efcff6d", "name": "RoleComposition", "originalRequest": { "url": { @@ -31318,7 +31318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9437508-7a4e-4f7f-9770-7e5eca0dfccc", + "id": "eed56a1f-6900-42ce-a4d5-76d1e6162be0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31375,7 +31375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd4aa2b-7c63-4d6c-9a7e-e0066f10a9cb", + "id": "90251af2-0c4b-4f11-850b-1f40f7520ec4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31432,7 +31432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504a94e3-e50e-42a7-95de-92bb610c34f1", + "id": "23403df5-a328-4392-9e5c-c635ae52ee9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31489,7 +31489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da8e367-0b46-4fab-8c8d-3fa6ebf25461", + "id": "02c78e61-7932-49a8-8289-cc81e55bb61c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31546,7 +31546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bfe1aa9-2d62-4a4a-b1de-5625fe035a3e", + "id": "31bd7436-f4d1-4dee-be6c-6caf657abb1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31603,7 +31603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9ec6e1-1d7b-4c28-8abe-a2ed98ef3ba9", + "id": "d4234148-37a2-4274-ab55-b17e44d7aa9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31666,7 +31666,7 @@ } }, { - "id": "178794d0-1238-4de7-b39e-d8636945e043", + "id": "3d3c8116-cc2b-4dfd-81ee-7ea15687d40b", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -31707,7 +31707,7 @@ }, "response": [ { - "id": "de46296c-f12f-4e3d-bdd9-f5e946edde72", + "id": "8bbe1dc5-8790-43ec-9623-29aa05c48c15", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -31741,7 +31741,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6e889ccf-1b12-4d54-8471-b6b268f7615f", + "id": "4cf3eb12-12b9-400c-a6ee-86c065ce03ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31785,7 +31785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ac4328-99fa-42cd-8c19-1ccef18d0c09", + "id": "be3d72f1-7630-4b3b-9ed4-753c63232147", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31829,7 +31829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc097f67-652d-4e68-b4c3-dae197f0260f", + "id": "c2ae1ebc-7e5d-4840-a5a8-81d9197afb5d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31873,7 +31873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "931bbd81-7778-42ab-9c05-f893e948ed6b", + "id": "6f287dc4-d2dd-4bbc-95f4-851d9ebd7a39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31917,7 +31917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50140b3d-1031-4e0f-a157-e15ff8eca00f", + "id": "6ec2a687-6bdc-4dd0-9898-bd89bc60c23c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31961,7 +31961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c6399f7-dfca-4836-98c6-c9bf5999726f", + "id": "196e22ac-e42e-424f-bde3-bad0c3463b02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32011,7 +32011,7 @@ } }, { - "id": "8fb740b0-46a9-4177-886d-45fffe009bb8", + "id": "436fcab4-397b-4651-b4ed-00dc9df60700", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -32053,7 +32053,7 @@ }, "response": [ { - "id": "2917c8e7-413f-485a-96d2-b575d7effcad", + "id": "20b81b7b-79cb-4e07-a1c4-3c71f25fc9a1", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -32098,7 +32098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2656d60f-3a4c-4e52-bec5-c13889b7c8dd", + "id": "eeb2cfd9-3bdc-4a28-8adb-91ef406cc445", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32143,7 +32143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a39075b-3db5-429f-b8c3-9f28e70fe5b1", + "id": "09f556ba-690b-4de4-97e6-84abee7b9c69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32188,7 +32188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c4989c-c044-4564-b17c-459c0f2d302c", + "id": "16be7597-106d-46fd-9cec-e2e57d1fc75d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32233,7 +32233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf89a4c-1ee3-4d55-ac2b-722cae946b95", + "id": "235686eb-75b2-4936-9801-d9d244d943f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32278,7 +32278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b3b84e-a66e-4e89-b3d4-1c1d8ef4c7ec", + "id": "bf4f7fba-e41c-4f19-92d1-c112847ea016", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32329,7 +32329,7 @@ } }, { - "id": "6fec00d9-790c-4b4b-b1ad-fdc6b99a6cfc", + "id": "be7b1fa7-1dfd-443e-a844-d0d14296d06b", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -32371,7 +32371,7 @@ }, "response": [ { - "id": "6c38a0f2-ca8d-48b7-a932-c093a17823f9", + "id": "0d5563ac-17a3-43f1-86e7-9164480b6390", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -32416,7 +32416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67dde4f6-9394-4e36-a6e6-279cf23d49bb", + "id": "ada4e31f-4386-479b-a2c0-a74eab2db024", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32461,7 +32461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f988853-430d-4d83-a2f1-807d78047b1d", + "id": "f0606da4-d86c-4beb-a66e-60df495791a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32506,7 +32506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89075510-fd3d-455a-a6df-f84f221fe0f3", + "id": "a5a44175-56e6-415d-971d-dc6ddd461550", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32551,7 +32551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0718ed54-2ab9-491d-a4b2-a7e9b31c07ab", + "id": "904e1a9c-077e-4744-8148-f0ea5b61258b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32596,7 +32596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2a3c600-6ef6-46bf-98b2-dd9c2a34e4df", + "id": "efed1ad8-afee-4531-926b-afa747c4bd99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32641,7 +32641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729aa02f-1e9c-45ab-a867-ef3e36152e4a", + "id": "92d5af58-b085-4023-97f3-0c8f5953cee0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32692,7 +32692,7 @@ } }, { - "id": "ff91b813-92ba-4552-8633-b9d3c6549ff8", + "id": "78bff883-8ea6-42c7-846e-cc514137673c", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -32747,7 +32747,7 @@ }, "response": [ { - "id": "512d2f8a-a556-49a7-9d7d-96d367ce6575", + "id": "afa10b36-74dc-4194-8098-c457e06fbad8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -32795,7 +32795,7 @@ "_postman_previewlanguage": "text" }, { - "id": "72e504e9-aeee-4c7c-ab69-1cfd9ed30207", + "id": "0741491e-04d7-4eb0-b329-2c14071b1f64", "name": "Monthly", "originalRequest": { "url": { @@ -32853,7 +32853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c08a46d-e566-426c-8f1d-522e2b3b96f7", + "id": "e8d36357-fb43-4fe3-8b2b-a70d7fc16b84", "name": "Once a year", "originalRequest": { "url": { @@ -32911,7 +32911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffacb28f-f8af-4a86-97a9-59d5c64bda0f", + "id": "e7df4b2b-8bad-4068-9518-fe6d3b20e2e0", "name": "Quarterly", "originalRequest": { "url": { @@ -32969,7 +32969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b87def-9b2d-4602-ad10-e66e5e00218d", + "id": "aa6d6995-a32e-4728-9542-8cb6345aa0de", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33027,7 +33027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52447fd5-9a6c-4564-b8c9-df9358d69703", + "id": "79b1cc73-8710-4048-9106-8853d07890da", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33085,7 +33085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f3796e8-3327-4632-953a-7fd1b107e8a5", + "id": "b4d9e3e0-f5c4-43a7-a295-9bfb7ac45245", "name": "Once a year", "originalRequest": { "url": { @@ -33143,7 +33143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4674ad52-9e28-4be3-a427-fb0326e70a0f", + "id": "96d571b1-5434-4269-8d61-080e189b1f38", "name": "Quarterly", "originalRequest": { "url": { @@ -33201,7 +33201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08f6e800-e0c7-4757-9d9a-4056afb4b0e8", + "id": "d40975de-65e1-49ff-b418-54f82846ff42", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33259,7 +33259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32bbf271-8aff-4b08-bd56-6a731e9f171e", + "id": "0cc5b1a2-9d9d-4b40-9d64-24c7d068d1df", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33317,7 +33317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c5ea40-276b-4cfb-af8c-2a69970070ad", + "id": "d1fe86de-a606-4e1c-8d1c-8f389deb7a73", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33375,7 +33375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a3d14e-77a3-4dae-8876-a8ce985c9c78", + "id": "56b013e4-44c2-4b0a-82a2-640f19a8541f", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33433,7 +33433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a79582b-d20b-42c9-94b9-c28d9fffb587", + "id": "49569f84-316e-4051-a264-4171d974e211", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33491,7 +33491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56274b16-d32c-40b5-9cf3-fd6fff1541c0", + "id": "8239d7ff-6012-4d94-ab2e-b9bf925b518f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -33549,7 +33549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "809b6886-92dc-475d-96a0-e4f15749ffca", + "id": "1cb00d55-af84-45bb-a154-54b67a661882", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33607,7 +33607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222735fd-6dea-4190-b221-c28c4a2904d7", + "id": "a94e25f0-b057-4065-b9d0-73e3a263717f", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33665,7 +33665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85098c4-2b18-47d4-9425-abb26bac915b", + "id": "7a050566-993d-4157-b893-f0bfd49d046e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -33729,7 +33729,7 @@ } }, { - "id": "6b000abc-3cad-402a-bc6f-a70f036ac5db", + "id": "9b5efc0d-99ec-4ffd-84dd-d1ba31f78287", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -33771,7 +33771,7 @@ }, "response": [ { - "id": "052f3d3b-c42a-43a7-8a72-37d35743c983", + "id": "fe0d9a2b-46a8-4601-b50a-c214c4266470", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -33806,7 +33806,7 @@ "_postman_previewlanguage": "text" }, { - "id": "95918640-bab4-44bb-9656-1a889a651c3f", + "id": "37985f57-adc7-46e9-bef9-a4178a2d18d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33851,7 +33851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ce29e2b-94a0-40e9-89ee-f552d350d95c", + "id": "d5d4e9f0-0b65-44f9-8fa6-1c2dad4bce1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33896,7 +33896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "251a1ce6-fb0d-4647-a8dd-a299a3dd86bd", + "id": "f1f67a6e-1a6f-467c-a7ac-8c0a02d566ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33941,7 +33941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e71ab513-8eb5-4bdd-a9be-65cb6c8579f7", + "id": "eac9f00d-2be3-4085-a894-694bb4aa6ead", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33986,7 +33986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e686387-b579-4e05-af80-3d3b0ab7e4b4", + "id": "676605f7-95c4-499d-9d47-eb93dec9e9e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34031,7 +34031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e464b3-861f-4074-b292-ee59ae29a3f1", + "id": "1491d484-66f6-4a33-9c1e-6f6f90864121", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34088,7 +34088,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in Identity Security Cloud.\n", "item": [ { - "id": "7e41a147-80a2-405c-b6a0-8383ed13bb82", + "id": "b24f4976-e5e0-4442-a13e-a9508ce36b1a", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -34163,7 +34163,7 @@ }, "response": [ { - "id": "9083e3cf-d11e-42de-9c23-9dda0872a86f", + "id": "22fd6270-3a92-41d6-b76b-28a76268c557", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -34252,7 +34252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf77dddb-fe7b-4907-be37-17b4bbc44bcc", + "id": "03e62fbc-a5c0-4dee-acf2-0332bce6e295", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34341,7 +34341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2fc94b-7614-4b2e-a7ab-73361f04248a", + "id": "dac38fe3-cd45-47a3-bed8-d6379fd9678a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34430,7 +34430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac3a885-7789-45d8-bdbd-b60eec5a6aad", + "id": "13e3bc5f-d4ba-4d0f-be6c-5d266d72ba55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34519,7 +34519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9e2170-8034-4dbf-a440-af1e999f67ec", + "id": "94a04303-be73-477d-9bd3-86670628b313", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34608,7 +34608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00687259-67f1-4e6d-9422-d0791ba530c2", + "id": "230efa67-c967-449d-9f1b-83c3e09714d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34697,7 +34697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b3a733-366c-423a-878a-252875b50299", + "id": "85ac07c2-c2d9-456c-adf7-3977c92022ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34798,7 +34798,7 @@ "description": "", "item": [ { - "id": "d2c5dba6-3157-4e7c-ba81-65fe5d594c98", + "id": "7313f5c4-e653-4f55-b354-3b6539790b22", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -34827,7 +34827,7 @@ }, "response": [ { - "id": "95018003-b834-4bf0-9059-9e7f44e84a4c", + "id": "17bb064e-0b8a-4a6a-b991-22242d2b3fee", "name": "A list of connector rules", "originalRequest": { "url": { @@ -34870,7 +34870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f26b23-a528-4bf6-b017-f7055f822c3b", + "id": "35202495-3b3d-466c-a13b-4b95a20eca95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34913,7 +34913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434d5ea8-881c-454a-8d08-bfc746b1b4e5", + "id": "e01d62c9-534d-48d3-ae5f-ece8d1fa10f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34956,7 +34956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275ac5fa-6822-44df-b4b7-5f9b04880239", + "id": "1b321ed3-37ce-409b-94b3-2415e9384eff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34999,7 +34999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c05eb060-355b-4eaf-8293-70c583e1db58", + "id": "b4012f98-3934-4b41-a4cd-99f5163a7f3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35042,7 +35042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f223f2f4-fb97-4e86-a430-45e3567dc490", + "id": "c5345a69-a3fa-4b28-90f4-0f63d05d3fab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35091,7 +35091,7 @@ } }, { - "id": "3e659c8f-31dd-4f07-99f2-668234c66e98", + "id": "e54f56b5-17f5-4727-822a-de1301f92889", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -35133,7 +35133,7 @@ }, "response": [ { - "id": "fb58ae32-de44-4086-b61d-ed54c7d41de0", + "id": "dccd64d0-9f1d-45e7-928e-10db1e6edd43", "name": "The created connector rule", "originalRequest": { "url": { @@ -35189,7 +35189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53ad913-db84-4727-b06c-24862664246e", + "id": "495bea61-98bb-48f7-8066-ffe4deae77d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35245,7 +35245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae06138c-5a2f-4cd6-9ab6-5c09dba8860a", + "id": "2550df9e-60a1-4a7d-9b70-8f8173750fe1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35301,7 +35301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e78c68c7-07af-498b-b249-edc9447bb208", + "id": "f5887e1e-e94b-4b46-a7bb-4867a88b2799", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35357,7 +35357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae852e23-1b75-4c57-8a42-f0de4ae343d8", + "id": "1e8797ea-11ad-4650-881d-44bbf11bc515", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35413,7 +35413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3b4b42-6cbb-4032-98d5-063946416ac5", + "id": "4823d3b3-aaeb-43e4-9d02-bf925d94d876", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35475,7 +35475,7 @@ } }, { - "id": "68c75040-753d-46ed-a2be-d99e34842966", + "id": "088e6d56-05a5-4a25-ae85-32682658505e", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -35516,7 +35516,7 @@ }, "response": [ { - "id": "c7fedae6-4f77-4ef6-b387-60403c59daae", + "id": "cbabacbc-cbf4-431f-a0db-a417e38c8c56", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a9fe771-b4ab-4b6c-971d-4bbe80c4566d", + "id": "4db0d59a-0ba2-4a9a-a46f-39a1bb4da976", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35604,7 +35604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ee172c-75e6-456e-bb8b-4ebe6aadccff", + "id": "0e219ab9-21b1-4500-b4e8-b886e3163f3f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35648,7 +35648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69409a57-3502-4c1c-81cc-bcc2e4523b51", + "id": "3cee0ac2-3619-4069-b939-9e5dbb27c30a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35692,7 +35692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0da4fe-90b0-4c08-87df-3300419f4f2a", + "id": "b8c467fd-2263-4394-9451-c39eaf8e3d0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35736,7 +35736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3497125a-463d-48c8-8b0d-58944c4aed58", + "id": "1d775908-bed4-4e33-a969-91b32d36465d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35780,7 +35780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1130ae6-5991-4112-8999-0afecb7d5171", + "id": "2680c5ae-4dd3-4e71-a4d1-7eb4260b374e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35830,7 +35830,7 @@ } }, { - "id": "650d8405-dab0-4a07-b03c-7a3e3ff5ff61", + "id": "b31f651e-414a-43e5-b822-6e55dce38f5c", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -35884,7 +35884,7 @@ }, "response": [ { - "id": "7a10152a-8960-4ed3-97d8-964405f49ef9", + "id": "3567b35e-d398-4151-932c-5e43ff47da56", "name": "The updated connector rule", "originalRequest": { "url": { @@ -35941,7 +35941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e3f5a5-b678-40d6-aa1e-d93f4a3f2914", + "id": "73513d91-43a1-4316-a76c-078fad50dcd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35998,7 +35998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7683ebc-5254-418b-9522-41bbf85a2434", + "id": "5cd6aa62-5f4c-4d7e-99a1-ed275407be6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36055,7 +36055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7a59af-f1d8-403d-853b-8afd76d5f8fa", + "id": "4e6d933c-a4a5-4a53-8638-50bd043c554c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36112,7 +36112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e31c6b3-32d5-4183-9c2b-acbf90fab3dc", + "id": "2cc5dd85-a19a-4a67-bcfe-f17b51626baf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36169,7 +36169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c067af48-e84d-4b26-acd5-003f520a237b", + "id": "d0e3b11b-1de7-4df5-9338-ab80637c73f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36226,7 +36226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1d469e1-8145-41f3-8247-fef3fb1efc34", + "id": "b23b920b-4f7d-4ba9-837f-f8e8c6a576e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36289,7 +36289,7 @@ } }, { - "id": "2d28dcdc-f1a5-4ed0-a82f-9143d21f6f8b", + "id": "1b52aec7-cafc-4e72-ab54-3136dd65bc50", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -36330,7 +36330,7 @@ }, "response": [ { - "id": "1e7262b3-55e5-477d-9407-0315ae726f9c", + "id": "9a18fd02-f682-479b-b46e-cc5bbfeb7140", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -36364,7 +36364,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d360cf42-5983-488f-ba4e-f14fd21c71db", + "id": "a5ee62be-8c72-46b6-89f5-999526edf353", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36408,7 +36408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9c87455-daa8-4098-8415-1fa48ca4e202", + "id": "2bc501e2-b36e-4c0b-843b-ca7ddeb2c592", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36452,7 +36452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ba461c-ff32-43f8-ae5a-9c0a86b78b5f", + "id": "61aa1f9d-241e-4ec9-923d-194165f57ac5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36496,7 +36496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d43ff6-5891-41a2-b7ff-ec6d6a49780d", + "id": "032c16a6-c083-4a29-accc-b30d047ef6ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36540,7 +36540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a059cf-a94a-4eb3-8ae8-3a1ab359eacb", + "id": "083a480c-e2ca-4ee4-aeed-4bdddbe360b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36584,7 +36584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd3f358-443f-4f1d-aa41-a93b592c3a4f", + "id": "438c021b-74e5-4584-8be3-570be42eb68d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36634,7 +36634,7 @@ } }, { - "id": "6b478cc1-3018-436e-8091-12571f53ee6d", + "id": "e5f3f859-eff1-41fb-b375-5424ef4ebbbd", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -36677,7 +36677,7 @@ }, "response": [ { - "id": "d608639a-6584-42d5-af2f-f445a5e0fcbe", + "id": "373addfc-7bb8-44a1-b87c-703d771af7c8", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -36734,7 +36734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fe20cf-43da-4af5-b418-7f9c072edd11", + "id": "b600be45-8043-43fd-98c7-86a02d0e80c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36791,7 +36791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4506aa9-4441-4f52-8175-6c3cd73b4061", + "id": "a70a83b6-e647-4d5e-b375-e7010566c117", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36848,7 +36848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2194b274-4273-4452-8488-a5aef97e8802", + "id": "d70dbd48-b9a9-4930-825c-b9902432c11e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36905,7 +36905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae05915-f4c4-44f5-8e51-6060ebd1ef95", + "id": "1863fb72-86fe-49af-8404-f299bab71804", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36962,7 +36962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e2ddfa-c43b-4bf7-a14d-9ea009bbbe04", + "id": "eae98442-c68b-4308-8a49-722da1265544", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37031,7 +37031,7 @@ "description": "Use this API to build and manage custom forms.\nWith this functionality in place, administrators can create and view form definitions and form instances.\n\nForms are composed of sections and fields. Sections split the form into logical groups of fields and fields are the data collection points within the form. Configure conditions to modify elements of the form as the responder provides input. Create form inputs to pass information from a calling feature, like a workflow, to your form.\n\nForms can be used within workflows as an action or as a trigger. The Form Action allows you to assign a form as a step in a running workflow, suspending the workflow until the form is submitted or times out, and the workflow resumes. The Form Submitted Trigger initiates a workflow when a form is submitted. The trigger can be configured to initiate on submission of a full form, a form element with any value, or a form element with a particular value.\n\nRefer to [Forms](https://documentation.sailpoint.com/saas/help/forms/index.html) for more information about using forms in Identity Security Cloud.\n", "item": [ { - "id": "a339826a-64a5-423b-8121-f6d93791251c", + "id": "d022b802-140f-479c-8d71-901902a0ece7", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -37097,7 +37097,7 @@ }, "response": [ { - "id": "0ca9d677-34fa-4610-9de7-d6b350a45d8c", + "id": "d05e5cbf-2d04-483a-97bf-fc98880f9964", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -37172,12 +37172,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"id cillum magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem ipsum Duis\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur tempor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"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\": \"velit minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod sit 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\": \"deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea dolore Ut laboris\"\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\": \"aute irure\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi culpa consectetur Duis 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 ut fugiat nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim reprehenderit ullamco sunt in\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"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\": \"fugiat anim cupidatat officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt qui amet dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea et l\"\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": "d1c29e44-1091-4ea8-84ee-6400d84f1b68", + "id": "f4a366b9-0ef0-40d4-bfb2-76d44cecea32", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37252,12 +37252,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c493255d-1573-46cd-b888-6792ed45b107", + "id": "afde86a6-d8c2-499c-804e-b7d8c507585a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37332,12 +37332,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b7588f7a-0df8-47aa-a48b-42237ce0db73", + "id": "f9bbfc1b-81e9-4199-821c-452cf5d98e1c", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37412,12 +37412,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "315917b5-b7e0-4ee3-913a-42f06995841b", + "id": "534a259c-f615-47e5-a973-7dff9e83c78a", "name": "Too many requests", "originalRequest": { "url": { @@ -37497,7 +37497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08535ea2-6d9e-41f9-9231-c96616692185", + "id": "1260f366-4e33-4c13-813c-10e5ceddd2ac", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37572,7 +37572,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37583,7 +37583,7 @@ } }, { - "id": "aebd0460-bfcd-4a4e-a2c9-324aed7b5e6f", + "id": "8c1e83c8-36b0-44d6-9a87-1469cbb64771", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -37622,7 +37622,7 @@ }, "response": [ { - "id": "b5611423-334f-431c-957a-a822f44dd43b", + "id": "7226ccba-60cc-4859-94e5-d6ad7307505e", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -37673,12 +37673,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat occaecat in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in culpa cupidatat 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\": \"id consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nulla \"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris dolore est incididunt veniam\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse elit dolor aute\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur velit in cillum eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi mollit laboris\"\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": "e6e82f4c-c58a-4586-8ef6-635a3a671f84", + "id": "9df1dd73-a736-4b86-90ab-1942bd8f1466", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37729,12 +37729,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c27dce8-c986-40e0-8eec-63b98b6925d9", + "id": "7e39b041-690d-4242-b795-a3579307aed7", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37785,12 +37785,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a703a9d9-6a3e-43ac-988f-8010475378d1", + "id": "4ef142fb-bbe8-4b63-aac6-606a21458391", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37841,12 +37841,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f17eee65-703a-4213-8f90-0126d9a1d220", + "id": "27b105f6-a57f-40e6-89ec-ba1558baa804", "name": "Too many requests", "originalRequest": { "url": { @@ -37902,7 +37902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c337394b-b748-4215-b156-e856a587bd4d", + "id": "9b04b74d-8ae8-4e89-b4c7-fb14be79f513", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37953,7 +37953,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37964,7 +37964,7 @@ } }, { - "id": "e803654d-ad00-45f5-907d-45efabba3730", + "id": "31683b66-7dbe-469b-875a-43ff120c19fb", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -38005,7 +38005,7 @@ }, "response": [ { - "id": "a5490e96-bd24-452b-bd2a-dab0d8483ba7", + "id": "d34fb8ff-a92a-4b33-acaa-b3220bcc0740", "name": "Returns a form definition", "originalRequest": { "url": { @@ -38044,12 +38044,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat occaecat in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in culpa cupidatat 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\": \"id consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nulla \"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris dolore est incididunt veniam\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse elit dolor aute\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur velit in cillum eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi mollit laboris\"\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": "dbcf2640-808a-43b1-849e-3567a2c26b16", + "id": "aece9f8f-0bd2-4375-b95f-b76fb9688464", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38088,12 +38088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ebbaa96-9522-470f-97af-8eb52096b8b4", + "id": "fcb467e5-3b49-4de1-91ba-d83bc7c007a7", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38132,12 +38132,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "435df45d-2a4c-43a1-98c3-b9470fec1717", + "id": "51d6c34d-2ef9-4d89-bd8f-2224c7bfbc8d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38176,12 +38176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6529c6c9-734a-4c28-b36a-417395ace5e4", + "id": "9380b0a3-10f7-4fc8-86e0-65a5dcd353bf", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38220,12 +38220,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10633380-03b4-4a6c-a147-da16b6e91315", + "id": "3ba5e428-9328-4947-aa09-187bc32e54d6", "name": "Too many requests", "originalRequest": { "url": { @@ -38269,7 +38269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b2b5b4-a0b7-4388-aef4-f3a3e81b4e70", + "id": "793c78e4-36dc-416f-980d-8f66fd147193", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38308,7 +38308,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38319,7 +38319,7 @@ } }, { - "id": "02230920-2de8-4b86-9ecd-cc753bf1fd7a", + "id": "c422b785-ddce-4160-87f7-3e617037cdbc", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -38360,7 +38360,7 @@ }, "response": [ { - "id": "f4f65aee-6fae-48e2-b4cb-c1cff5c5bb01", + "id": "330ef1d6-c3da-432e-b13a-9113faf0261a", "name": "Returns an empty body", "originalRequest": { "url": { @@ -38404,7 +38404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0a5840-9043-4de5-939a-857a8d69c983", + "id": "e8ac0878-c5de-4a7f-b3ba-3d9f09dc0d2d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38443,12 +38443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9e013d2-0b93-47ea-b290-bb6d7719ccfe", + "id": "0de74a84-70f7-48bf-99fe-8af6f8abc375", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38487,12 +38487,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51c36e72-acdd-42fb-af17-b02ef03c9eda", + "id": "ff54bd71-ec72-4201-8589-d32fa4a145a5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38531,12 +38531,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a21cd226-3ad7-424e-b808-9b04c7339c36", + "id": "0805f9f1-e1a1-42bf-8c6f-46b9f31f9849", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38575,12 +38575,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f86b361d-8e75-4a37-b7a3-5781114d7787", + "id": "cbac8dc0-1a4f-47ef-b451-e0e8ed1088ae", "name": "Too many requests", "originalRequest": { "url": { @@ -38624,7 +38624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee91e45b-908d-415d-8e27-44cabfc035fe", + "id": "e5f95d1c-d274-4dbf-9ce8-9c42aee4f90c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38663,7 +38663,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38674,7 +38674,7 @@ } }, { - "id": "7b977e0c-a726-4c54-9385-97a795fa2ee7", + "id": "4a92ba95-47d0-4e67-bb51-56a3e44df91f", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -38728,7 +38728,7 @@ }, "response": [ { - "id": "920fb3fa-8b17-4cd1-94ff-a06be83c2df3", + "id": "bf4847ca-5565-4e24-81ff-d0fa1e788c87", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -38780,12 +38780,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat occaecat in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in culpa cupidatat 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\": \"id consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in nulla \"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n}", + "body": "{\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris dolore est incididunt veniam\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse elit dolor aute\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur velit in cillum eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi mollit laboris\"\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": "b22001dd-b094-4f2d-886c-4355b8669af0", + "id": "f83bf07c-ed67-4356-8669-e509e680145d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38837,12 +38837,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d3185d4-74ce-4f47-ac05-55162a2b6062", + "id": "686cc7d3-33ea-47fb-a74b-63e24194f066", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38894,12 +38894,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f741979-c420-4e60-9640-86fcf3e63ec7", + "id": "34b84150-86f0-49ec-8758-09210b23f036", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38951,12 +38951,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34c11c91-68c6-4c0d-97a9-135922677543", + "id": "062469bf-a933-491c-bf0f-2ec21bff8b89", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39008,12 +39008,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a0073e63-1b7b-410c-a41c-a64c626434f4", + "id": "d9eef822-5e3d-48bc-8612-fe4aa05f92c4", "name": "Too many requests", "originalRequest": { "url": { @@ -39070,7 +39070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ebcb63-bbe2-45e8-be40-8ede07983817", + "id": "d5ed72f6-7c39-4e6c-8d20-88a58e4360e2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39122,7 +39122,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39133,7 +39133,7 @@ } }, { - "id": "aa5b928f-66c3-4282-9c50-18dc61e7518a", + "id": "6ab3bed0-7bfe-4c22-ad3a-72c51b9d5869", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -39213,7 +39213,7 @@ }, "response": [ { - "id": "f174c753-f031-4511-a3c0-af75dae860ba", + "id": "df6f40e3-4e26-41b8-9940-58efe1c75b79", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -39299,7 +39299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8610eba6-e430-4f9a-975d-ae2726c0d9e9", + "id": "c7447673-12ff-416f-956c-f2fe6b722fde", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39380,12 +39380,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dda56b45-0554-43c7-8eae-0814439b6afd", + "id": "7b83c8cb-506f-4266-997a-686eef657860", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39466,12 +39466,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "403567b2-4ad2-461f-b094-d88e8e3d9209", + "id": "f4ed4a6f-fc46-49ec-9c79-961631e394ab", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39552,12 +39552,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ee222e98-a808-42e1-8010-4827235eba5e", + "id": "17a542df-307d-4874-b01d-83074cd8ddda", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39638,12 +39638,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ceff964-81b1-49b0-b082-ffd520c07e9e", + "id": "ef50593a-838f-48b2-911d-3cf8126a416e", "name": "Too many requests", "originalRequest": { "url": { @@ -39729,7 +39729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4457d15a-72d0-44f1-914f-b586ef000330", + "id": "b004abfd-f59f-404e-ba31-1f4c4dbda87a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39810,7 +39810,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39821,7 +39821,7 @@ } }, { - "id": "e3c93a67-4ae6-47b0-9b75-c93ac9bdbbb8", + "id": "30828ae0-9dde-472b-a098-155b441318cb", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -39888,7 +39888,7 @@ }, "response": [ { - "id": "6e877905-ec49-4521-a5ff-c82d2d058047", + "id": "0277d37b-60da-4d8c-a27e-34931659e73f", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -39964,12 +39964,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"object\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"name\": \"My form\",\n \"description\": \"My form description\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n \"usedBy\": [\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n },\n {\n \"type\": \"WORKFLOW\",\n \"id\": \"00000000-0000-0000-0000-000000000000\"\n }\n ],\n \"formInput\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"STRING\",\n \"label\": \"input1\",\n \"description\": \"A single dynamic scalar value (i.e. number, string, date, etc.) that can be passed into the form for use in conditional logic\"\n }\n ],\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"occaecat commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt eiusmod aliqua 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\": \"deserunt laboris officia sed ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla ullamco\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"aute ea\",\n \"version\": 86482608\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\": \"sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna consequat cillum enim esse\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu ad dolor sunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est minim\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"do cillum sed eu voluptate\",\n \"version\": 55983558\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\": \"in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"commodo quis sint ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut elit 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\": \"adipisicing in non nisi exercitation\",\n \"version\": -96531143\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\": \"nisi exercitation\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud ex\"\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\": \"laborum sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint culpa Duis\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"exercitation\",\n \"version\": 96062704\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a2c2cb7-9bd1-4eeb-bb3a-bdb0c48a3c3d", + "id": "ea74125c-c338-452c-84f8-b8402630f87f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40045,12 +40045,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "446b64ea-2290-46b9-9b43-6be12989d3e4", + "id": "bf1edd01-bee0-4bd3-abe4-787209ff7b73", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40126,12 +40126,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53b93eb8-61b7-4c90-b84d-353347875453", + "id": "ff18a41d-ca1f-488a-a29c-326b16c868f7", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40207,12 +40207,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "63f3c24b-7240-4505-9195-6a1c17168828", + "id": "0223dac6-bea0-4a47-a59e-d824af025dd2", "name": "Too many requests", "originalRequest": { "url": { @@ -40293,7 +40293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045d1d46-54d3-4b66-ae35-8f1885101224", + "id": "3dce7f10-234e-4324-aa3c-6acc9d08ceb6", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40369,7 +40369,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40380,7 +40380,7 @@ } }, { - "id": "ec0313c4-783c-4389-ad10-17c244e408df", + "id": "edf8bcba-1adc-4be5-8008-f84ffa888267", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -40420,7 +40420,7 @@ }, "response": [ { - "id": "21947ad8-cd3b-43f5-b0b9-06ace14fe209", + "id": "403d888e-cfcf-46ff-a69d-93560a2001c5", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -40477,7 +40477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ebb4bfb-b569-433e-81e9-85bbd7817531", + "id": "19e9ac24-578c-4796-859c-e20153cbeb9f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40529,12 +40529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53a2b199-cb66-40e9-96a6-af4167fc8aad", + "id": "d5932176-edf5-473d-986e-41ab0497c07c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40586,12 +40586,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a09dc894-5d2a-4832-bc5c-7fdb71289543", + "id": "35d1654c-b0db-4f58-af2f-7005748235b9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40643,12 +40643,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4397a227-15b8-4d83-92f8-ff37d7388f53", + "id": "b51ab6e4-864b-4d5e-b8f6-b64d67f03f5f", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40700,12 +40700,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "608f37e4-d4ef-4f8e-97f8-5f6cc901b88a", + "id": "657c8edf-a5fb-4038-8041-151aa41f2739", "name": "Too many requests", "originalRequest": { "url": { @@ -40762,7 +40762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2088173-e5ef-4ab2-81d4-a5b2dd7b7e50", + "id": "961081bb-6cfd-4e9f-9ec7-2bd480722e62", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40814,7 +40814,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40825,7 +40825,7 @@ } }, { - "id": "fe5659b6-58b7-49cb-b576-e5444e51d15b", + "id": "23fdb60a-74b4-450c-aba3-4d3c872e9630", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -40865,7 +40865,7 @@ }, "response": [ { - "id": "fa87b919-1805-43d3-8b7d-2cecf6f88bd2", + "id": "59c3412e-4c9c-4690-841c-d8f3e0a5b0fd", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -40917,12 +40917,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"labore_2\": {}\n },\n \"key\": \"consequat sed non\",\n \"text\": \"nisi exercitation o\"\n },\n {\n \"detail\": {\n \"ipsume\": {},\n \"ex_e\": {}\n },\n \"key\": \"adipisicing laboris\",\n \"text\": \"\"\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\": \"ex quis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed irure do\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laboris magna culpa dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit deserunt\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"fugiat aute labore\",\n \"version\": -87820692\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\": \"enim eiusmod velit reprehend\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure sed 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\": \"Duis ex non adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"non elit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"non anim tempor cupidatat deserunt\",\n \"version\": -74352327\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"adipisicing__3\": {}\n },\n \"key\": \"ea labore pariatur ullamco\",\n \"text\": \"commodo ad dolor\"\n },\n {\n \"detail\": {\n \"Lorem5c\": {},\n \"pariaturf4d\": {}\n },\n \"key\": \"consequat anim sit velit\",\n \"text\": \"fugiat dolore\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"Duis49\": {}\n },\n \"key\": \"mollit nostrud\",\n \"text\": \"reprehenderit ad ut nisi\"\n },\n {\n \"detail\": {\n \"enim9e\": {},\n \"pariatur7\": {},\n \"exb2\": {},\n \"ex_c7b\": {}\n },\n \"key\": \"amet labore\",\n \"text\": \"aute dolor sed\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"adipisicing0\": {},\n \"dolorf1\": {}\n },\n \"key\": \"dolor ea consequat velit deserunt\",\n \"text\": \"dolor voluptate irure\"\n },\n {\n \"detail\": {\n \"laboris_6\": {}\n },\n \"key\": \"ea velit reprehenderit ut\",\n \"text\": \"esse qui laboris aute\"\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\": \"cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim laboris culpa\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"officia est Lorem ad cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis esse\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"nostrud\",\n \"version\": 30611756\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\": \"laboris aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut dolor qui dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit labore minim in ipsum\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"consectetur in in\",\n \"version\": -92210254\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"sunt_8\": {}\n },\n \"key\": \"ullamco est consequat\",\n \"text\": \"ut\"\n },\n {\n \"detail\": {\n \"exercitation_15\": {}\n },\n \"key\": \"sint aliquip quis\",\n \"text\": \"ea deserunt\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"irure_a\": {},\n \"minim_3\": {}\n },\n \"key\": \"incididunt esse nulla\",\n \"text\": \"elit anim laboris qui tempor\"\n },\n {\n \"detail\": {\n \"ad4ed\": {}\n },\n \"key\": \"incididunt nisi est Ut\",\n \"text\": \"nostrud minim\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7af7a022-3b39-4637-9ba1-136d8fc57419", + "id": "88724ad0-d07f-4f85-8c22-2041ff94530b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40974,12 +40974,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "add2662e-5d04-481c-90e3-1125bb9a80c2", + "id": "c1d5d48f-8276-4cf4-8eee-f91380cf1517", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41031,12 +41031,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11070c1a-454f-4296-b7ee-a6cef3e80923", + "id": "8b501549-917e-41e9-93da-9efe2bc42ae2", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41088,12 +41088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd1adbe5-e935-4480-9c03-9763c159081a", + "id": "14ba6eaf-82c3-4bc6-8039-d487fb338ba6", "name": "Too many requests", "originalRequest": { "url": { @@ -41150,7 +41150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a172776-bba8-4596-94cb-b619d026942d", + "id": "752bcb25-1ebc-43bb-9747-585c826e13cb", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41202,7 +41202,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41213,7 +41213,7 @@ } }, { - "id": "802bcd3e-f167-4832-8145-2993bb5a319e", + "id": "e05ed9c5-58a7-45b4-a162-e63638defc21", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -41264,7 +41264,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41273,7 +41273,7 @@ }, "response": [ { - "id": "0cadae43-077e-4923-9048-0d838c2369eb", + "id": "dd319fd4-afc5-472f-b04e-86ca6d114930", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -41316,7 +41316,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41336,7 +41336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6bcafa-c425-42fe-b440-f473c7f70a3a", + "id": "af0703df-61f5-466a-a53d-3da73cb3427a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41379,7 +41379,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41394,12 +41394,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d2ced70f-3aaf-4f14-95a4-8ccd0515f2fb", + "id": "71aa7b1d-7631-4c91-b47f-f4f7370282ef", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41442,7 +41442,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41457,12 +41457,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "325029e1-c4a9-4bc6-ae5c-81b7de9b5d44", + "id": "1d7c7b4c-37cf-40c1-ac29-24f3f687b833", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41505,7 +41505,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41520,12 +41520,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "08bf6f86-35da-4d54-b2ea-f27856a6f3b9", + "id": "dc25d684-c31d-4db4-87bc-629fb05b7819", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41568,7 +41568,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41583,12 +41583,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b12c682d-805a-4a41-9204-769a8c2e40a7", + "id": "0d8ba972-5531-4a1b-bfac-7442b1d3971d", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -41631,7 +41631,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41646,12 +41646,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4538da99-9d6f-4b44-a06f-3efc73aaa2d9", + "id": "9acf47d8-6e50-4fe6-aff6-3b038043dd67", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -41694,7 +41694,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41709,12 +41709,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "857a611a-df56-4796-9352-3db28240d8fc", + "id": "8426aa6a-e586-477f-bdc9-8f4c00afb5a2", "name": "Too many requests", "originalRequest": { "url": { @@ -41757,7 +41757,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41777,7 +41777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f35726-12b8-4282-aa4f-aad25a528c36", + "id": "ffeb0389-8d9d-4d55-a205-78c45ef9e338", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41820,7 +41820,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41835,12 +41835,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6867f494-7d82-484a-8d5f-faabb0b44743", + "id": "73ff68c2-ff73-40db-b103-f03af2b8ad8f", "name": "An external service is not available", "originalRequest": { "url": { @@ -41883,7 +41883,7 @@ "type": "text/plain" }, "key": "file", - "value": "ut laborum", + "value": "velit est anim exercitation Lorem", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41898,7 +41898,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41909,7 +41909,7 @@ } }, { - "id": "614dff94-d707-4aac-8122-ca5934264b35", + "id": "c5f6f62c-c973-4b91-8095-bb3e76eb2eb2", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -41959,7 +41959,7 @@ }, "response": [ { - "id": "57120eb0-7b31-4e5c-8e6b-b9051c773869", + "id": "4ee052ce-f79d-445b-9396-23d305b54f92", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -42000,12 +42000,12 @@ "value": "application/json" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "43838fc9-9197-4232-9ff9-1e7027003a31", + "id": "23f93934-d9bc-4353-b693-ad43af3bccb7", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42046,12 +42046,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fce6ddbd-43b0-423f-be67-5881a750a1ef", + "id": "3fda2532-96ac-45d6-be3a-544933406026", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42092,12 +42092,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58c72f04-2785-488c-97b8-6ef041909d54", + "id": "d1330d56-2ac6-4388-bacf-df8f6b82c852", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42138,12 +42138,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "edbf5ce5-9d14-4f08-a028-2c1f345f14a6", + "id": "7c828fe9-054e-4a46-9c12-67a19b265bef", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42184,12 +42184,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da34e150-4167-4247-be83-28bf725802f1", + "id": "5350bf67-f82a-4b0f-8fd4-23c3ea6dceda", "name": "Too many requests", "originalRequest": { "url": { @@ -42235,7 +42235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89f7b3b8-b1da-4484-bca4-91c76608b7d8", + "id": "5cb0a6fa-8f9e-483a-bd47-70a7d2aec07a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42276,12 +42276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "148108c3-e272-4ce7-92cc-b339bc8f566a", + "id": "af287154-e695-466e-9898-0497c5cfca97", "name": "An external service is not available", "originalRequest": { "url": { @@ -42322,7 +42322,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42333,7 +42333,7 @@ } }, { - "id": "0caec5d2-6f77-475a-9e07-327f9bf4cfa2", + "id": "f2853da0-e17b-4105-a84f-651c730cc136", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -42362,7 +42362,7 @@ }, "response": [ { - "id": "89760130-7455-4131-9c6c-5ef1c8619467", + "id": "19b91f1c-7f3e-4533-9ac3-8a3852a0451a", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -42400,12 +42400,12 @@ "value": "application/json" } ], - "body": "{\n \"count\": 1,\n \"results\": [\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in magna Duis exercitation dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt deserunt cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident eu et\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"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\": \"dolore velit nulla ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et minim labore laboris\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation qui amet\"\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\": \"irure in fugiat dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea voluptate eu irure\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in ut non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui in labore ut et\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"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\": \"nostrud aliquip id incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu nisi eiusmod et proi\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud irure nulla minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation magna 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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc1d06e6-f19c-4873-aed4-8702565f3950", + "id": "920ef088-39fa-41bf-bd98-3a7d02f888b6", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42443,12 +42443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "86e2d049-a20d-4864-be29-c706389735e4", + "id": "b4b9c5df-71c7-46b1-8e23-b0406293df01", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42486,12 +42486,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab34e2c1-dbfe-4d04-aae8-221664971b4f", + "id": "ced20cc1-1655-44bd-8b0d-f47a59ad4bde", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42529,12 +42529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8f2633f-4520-497a-8e56-b93a7d2e335a", + "id": "22105e54-2c9c-49eb-81a3-5cff39828167", "name": "Too many requests", "originalRequest": { "url": { @@ -42577,7 +42577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4725b26-552d-403f-815c-578e817f1aa2", + "id": "868dc1ee-c943-41f7-bf2c-125cb82d008c", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42615,7 +42615,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42626,7 +42626,7 @@ } }, { - "id": "2a50d541-21da-4aa4-895e-bf441eff1003", + "id": "8dc8aa0e-1193-4ffa-acba-3db65e6d39a1", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -42665,7 +42665,7 @@ }, "response": [ { - "id": "6e2f8181-7b94-425d-bb0d-be188a3114ac", + "id": "b75a230f-d377-4ffa-b1e6-100ba3960373", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -42716,12 +42716,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit aliquip mollit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure velit pariatur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut in officia commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore laboris eu quis\"\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\": \"labore in qui dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod et ex\"\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 deserunt voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo\"\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": "0fa61e54-341d-4a37-8906-2c3b5dc5a5ac", + "id": "0a84ff96-51fc-49e8-a422-7c1457d6ccfb", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42772,12 +42772,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ea87025b-cd6e-491d-a205-047b6a1b7c5a", + "id": "ea0ce1d8-acc6-4bc1-9705-f2d834340351", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42828,12 +42828,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b5392b5e-6668-4505-a3a4-a0a035b2d903", + "id": "e9d2daeb-82f2-46a7-bd6e-a4ac762930f1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42884,12 +42884,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa8a1105-dc8d-4563-a1af-06290a4157f8", + "id": "11aefcb2-bcd4-4457-8934-26ed35b762cb", "name": "Too many requests", "originalRequest": { "url": { @@ -42945,7 +42945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e22e8afd-a4c2-46c6-be4b-2085abc447ef", + "id": "6639d512-2487-4fad-bccc-2186820fc04b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42996,7 +42996,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43007,7 +43007,7 @@ } }, { - "id": "12d9a402-0e62-48ec-ab9d-aff60f537758", + "id": "3bb8531e-bf1a-4047-b2ce-55bc3f70ae7b", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -43048,7 +43048,7 @@ }, "response": [ { - "id": "3da86ecc-6130-4185-8b64-2cdef210cf3d", + "id": "efcd1cc5-ffff-4cbf-849a-8b299e92a8df", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -43087,12 +43087,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit aliquip mollit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure velit pariatur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut in officia commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore laboris eu quis\"\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\": \"labore in qui dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod et ex\"\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 deserunt voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo\"\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": "fe340601-2d60-4df0-bf27-af8ea068704a", + "id": "9b232788-9551-4974-8c5b-19bd30066802", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43131,12 +43131,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cca48dba-9a15-496e-810e-5ec63a16e6d9", + "id": "84074c44-fa7a-415a-a834-02a0d1c4907b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43175,12 +43175,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "727af899-fdc9-4821-a519-61dae7e70e22", + "id": "6ed22640-8a40-44f0-a57a-8af67ddae146", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43219,12 +43219,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0da6413b-ee26-469c-b070-cd5bc30f0abe", + "id": "cf99debc-675c-43da-912b-b14c35f0338e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43263,12 +43263,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b925e536-a651-4b97-97dc-ed3be3ac78e6", + "id": "0f6d8326-8392-4df0-ad9b-9e4c5bf519f6", "name": "Too many requests", "originalRequest": { "url": { @@ -43312,7 +43312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee007f9-2d74-4642-bd15-87936ec5adab", + "id": "badc6f0e-686a-4df9-8dc9-50456c0fb043", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43351,7 +43351,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43362,7 +43362,7 @@ } }, { - "id": "2c2468a1-a841-407b-82b6-f46a8f4bcd31", + "id": "2dd05e72-b976-4026-a60b-5943a113d6dc", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -43416,7 +43416,7 @@ }, "response": [ { - "id": "eb1086a0-5a2c-431d-87ee-985e46e3026e", + "id": "c140471b-8da2-40d0-8418-64b7d8e3995f", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -43468,12 +43468,12 @@ "value": "application/json" } ], - "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit aliquip mollit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure velit pariatur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut in officia commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore laboris eu quis\"\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\": \"labore in qui dolore\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod et ex\"\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 deserunt voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo\"\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": "4987f0a8-3d56-4ae5-9299-a99716cc462a", + "id": "406e2c1d-84c8-4c2f-87a1-6f9aad0dbf6a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43525,12 +43525,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ba370fe-f2ef-4d87-ac83-753abc954a8b", + "id": "88dd6abf-d27c-4b50-99fb-1ef434652e25", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43582,12 +43582,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad4bd4f3-e04f-475b-9163-574ffceed471", + "id": "a18cd319-3a38-42a3-a57c-247213b98073", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43639,12 +43639,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eccd594e-37cd-4f0d-bcfc-d5cc12775606", + "id": "7d48606c-2e51-4678-94b0-ec474fa9820e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43696,12 +43696,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b587ecf5-114d-4c1d-b023-afd7758c4fa7", + "id": "b0150ad1-1c59-4288-b6d0-409728396400", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -43753,12 +43753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bae9b14e-b40f-49cb-8b4e-8842f0af48b2", + "id": "2df1012a-9776-45c6-a32a-284abdb9f227", "name": "Too many requests", "originalRequest": { "url": { @@ -43815,7 +43815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb54c07-e200-4e9a-b1b9-e219098f8eb4", + "id": "4ca933c1-682f-49c7-8302-a7c08fb8e31f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43867,7 +43867,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43878,7 +43878,7 @@ } }, { - "id": "38db1810-e0ba-443b-9ba4-c8e64449c5ee", + "id": "488370c4-14c5-4184-920f-c6d2e2c687e9", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -43950,7 +43950,7 @@ }, "response": [ { - "id": "3d468512-166f-430d-bf5f-5ebd98b308fb", + "id": "4a188641-aee2-4b7c-9c22-2be771c9228e", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -44015,7 +44015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b31ed7-ea26-42eb-98d5-f4df8a166d0f", + "id": "76a68501-e145-4877-9a4e-97db1ed78118", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44075,12 +44075,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "769bd34e-550f-4c21-984b-fcb191131c53", + "id": "08491645-48e1-4724-ae5a-bf379f47d934", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44140,12 +44140,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a39b5697-8cd0-4600-b9a5-a31afd5b174a", + "id": "661ad020-e4a7-4222-b071-08ba828bdca2", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44205,12 +44205,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6229f905-d13c-48d7-a2fd-940b64a93993", + "id": "626cef89-64cb-4e03-894d-5f22d0ad56db", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44270,12 +44270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1e0cd2f-5b7f-44a8-a544-2e4df4e4128d", + "id": "4558a001-3daf-4055-9655-e6e000c8f979", "name": "Too many requests", "originalRequest": { "url": { @@ -44340,7 +44340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980c057f-5abb-4dd6-82b6-57af9520f803", + "id": "e7e57ce8-ab4c-4d99-93ce-bbfc188c5a3e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44400,7 +44400,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44411,7 +44411,7 @@ } }, { - "id": "2dfe359e-4a74-47db-9218-5bda4d2527b6", + "id": "bce21ded-c5c9-41dc-8aac-b83dbbea2542", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -44461,7 +44461,7 @@ }, "response": [ { - "id": "d492d34b-5308-4a45-8826-3355ebe68a6f", + "id": "62e34fab-e939-4143-ae30-7e086098ae69", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -44502,12 +44502,12 @@ "value": "application/json" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f379fb61-dac9-4174-ad29-a9c71c59ac6e", + "id": "e35a04d6-6f0f-4e66-8cb5-830e7a261ce1", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44548,12 +44548,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b0d91df-f9ad-4b7a-9663-66e4fde21211", + "id": "5a07510d-19d7-4dc8-be06-3c7548f60343", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44594,12 +44594,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c9d7b3ee-fd00-425a-8e2f-e7f2ed26ecbd", + "id": "03aa80a3-3e52-47aa-87fe-9fffad96e8ab", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44640,12 +44640,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b541057d-1ea4-48dd-8cba-5e8d60ba2c3c", + "id": "8ea668de-b5a4-405a-b5c6-2203f122ab81", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44686,12 +44686,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "632b65d0-fcca-43ac-a466-3b29463b91ac", + "id": "c4195466-a66f-4ab6-85a5-3db7f94c71a3", "name": "Too many requests", "originalRequest": { "url": { @@ -44737,7 +44737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b77942-9f24-444c-b5a7-74827037c7c0", + "id": "a49a8ba0-6c40-4550-9fcb-f9cda203db11", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44778,12 +44778,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8e7d758b-4ad0-408a-830c-8e40c6bf5bd8", + "id": "b4054786-05d2-4e9e-be23-967cdade8c76", "name": "An external service is not available", "originalRequest": { "url": { @@ -44824,7 +44824,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44835,7 +44835,7 @@ } }, { - "id": "b6605c10-ecce-4c6b-aeee-31912daba3cf", + "id": "4d39cebf-25e0-431c-82ff-f165c659a525", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -44865,7 +44865,7 @@ }, "response": [ { - "id": "ec4a56c3-5b3a-4b01-abaf-493b7e8ad92f", + "id": "7e62df4d-7d7f-4689-936a-159ba33d0c76", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -44909,7 +44909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5981bff4-382d-42ec-8d4f-5944ace849d1", + "id": "d9214bc8-15fa-4277-b9c1-db729fc9c6ee", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44948,12 +44948,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6c860438-9489-4bf1-8108-9d1dbd6cf003", + "id": "63501887-3306-473c-89a2-ca22e2026e34", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44992,12 +44992,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "baf66f17-d02b-46d0-9163-d3872580e152", + "id": "4431617f-d0a1-488d-8b81-2ac6e03f73e4", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -45036,12 +45036,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36a307ab-db4c-4869-8d79-05a9489874d5", + "id": "320ac7a1-9e96-4d4b-a63c-3f96c44574d4", "name": "Too many requests", "originalRequest": { "url": { @@ -45085,7 +45085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca21157d-ce51-4651-a80d-42f31a45df48", + "id": "b98f66bc-0669-47c0-a65f-10b82cccf709", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -45124,7 +45124,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nisi irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 58650087,\n \"trackingId\": \"sunt Duis\"\n}", + "body": "{\n \"detailCode\": \"Lorem sed consectetur\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -85319809,\n \"trackingId\": \"dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -45141,7 +45141,7 @@ "description": "Use this API to implement custom password instruction functionality.\nWith this functionality in place, administrators can create custom password instructions to help users reset their passwords, change them, unlock their accounts, or recover their usernames.\nThis allows administrators to emphasize password policies or provide organization-specific instructions.\n\nAdministrators must first use [Update Password Org Config](https://developer.sailpoint.com/docs/api/beta/put-password-org-config/) to set `customInstructionsEnabled` to `true`.\n\nOnce they have enabled custom instructions, they can use [Create Custom Password Instructions](https://developer.sailpoint.com/docs/api/beta/create-custom-password-instructions/) to create custom page content for the specific pageId they select.\n\nFor example, an administrator can use the pageId forget-username:user-email to set the custom text for the case when users forget their usernames and must enter their emails.\n\nRefer to [Creating Custom Instruction Text](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html#creating-custom-instruction-text) for more information about creating custom password instructions.\n", "item": [ { - "id": "50c73ddd-0a43-4d30-91dd-d57a64459e9d", + "id": "b9133799-55de-4ac4-999f-653326a0e25b", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -45183,7 +45183,7 @@ }, "response": [ { - "id": "e3f3a2b4-b7cc-4413-9d15-e0e82e022963", + "id": "31c7bf5c-2560-4c8b-90d8-f9838abb0552", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45239,7 +45239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd79dce8-f731-4f58-b9b2-d763aa843ab6", + "id": "fc253e29-26b3-4c17-aeaf-7e60a028591f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45295,7 +45295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51738c67-671c-46d3-b0c8-cdb33ada1653", + "id": "415c9182-441d-4530-bcfa-2693269309fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45351,7 +45351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf05c3f3-365f-439f-9303-35f8ad3ac0dd", + "id": "28f18ba5-06bb-455b-af14-e493e9489f68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45413,7 +45413,7 @@ } }, { - "id": "880b9dfe-0de0-409d-b05c-adbf8bf1c8f3", + "id": "8090794f-b789-4edf-a8e9-bb1bd6e85cd7", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -45437,7 +45437,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [ @@ -45464,7 +45464,7 @@ }, "response": [ { - "id": "6e0cd890-c0f3-46cf-9106-1c111e409f65", + "id": "a22535e1-6642-41eb-88bf-d639e5f0f7ab", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45483,7 +45483,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45518,7 +45518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f35a69b-39f4-4c03-93cf-67fac19dd040", + "id": "d15c8745-f548-4556-97b5-41f8c31f9b25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45537,7 +45537,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45572,7 +45572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddcca7e8-ea9f-4cb3-a054-370129b921ad", + "id": "0726790a-1b51-4a60-9251-57bb37483012", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45591,7 +45591,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45626,7 +45626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd45a0ab-c769-4531-b225-7cbbdf135283", + "id": "c539ba4b-c413-4d2b-a9b2-90342022e87b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45645,7 +45645,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45680,7 +45680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e2e83d3-4207-4e07-9ed6-b8c01b313cd3", + "id": "1db74bd9-7bc7-4e3e-8fac-6839ad65e734", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45699,7 +45699,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45740,7 +45740,7 @@ } }, { - "id": "22cea22e-3702-4e19-bc00-3fa2d84a134b", + "id": "3b33e3c4-5c1f-4202-92a6-3a7e138bad3d", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -45764,7 +45764,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [ @@ -45791,7 +45791,7 @@ }, "response": [ { - "id": "948f23eb-110f-4150-b5a4-dab481a3dafc", + "id": "c02a42c3-2875-4232-84ab-07a2ae7a0429", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -45810,7 +45810,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45835,7 +45835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97a1274b-ae6e-4e56-bd15-c766aea73ecc", + "id": "34fa68c8-0de8-4487-b900-e78981a80a92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45854,7 +45854,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45889,7 +45889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969eb8a3-12f3-4c77-a9a5-3a8700952073", + "id": "26c9c45c-289e-4b9a-902e-25bc7bb58896", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45908,7 +45908,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45943,7 +45943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7603b78d-2182-412f-adf3-8ba8f55d4f56", + "id": "e4c4c2cd-0b04-426c-a843-0bb0a78c3379", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45962,7 +45962,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -45997,7 +45997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf70f0bc-40f3-4376-8bef-2bfed9e1d61f", + "id": "43f43048-c671-431a-a97f-0f699c7e5a30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46016,7 +46016,7 @@ "type": "text/plain" }, "key": "locale", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -46063,7 +46063,7 @@ "description": "Use this API to retrieve all the available discovered apps for a given tenant id.\n", "item": [ { - "id": "d3c7b594-2693-4522-9976-8ab0bab0c997", + "id": "ca0f3d0c-6f1e-4b02-b109-8bacf5d104bf", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -46129,7 +46129,7 @@ }, "response": [ { - "id": "068c22c8-2985-4546-aa3d-a6925676ded0", + "id": "f23cd2ca-8c8b-4dc3-b6ae-d3cd64d2cacc", "name": "Successfully retrieved list of discovered applications.", "originalRequest": { "url": { @@ -46209,7 +46209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72973202-e161-4bc5-9173-558d522cb8bb", + "id": "477738f2-c642-4bfd-a4c0-8974222e8df1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46289,7 +46289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64009ed0-e2e9-4568-bf1f-031a0627061c", + "id": "86dd8ff2-6b16-4e23-9138-0a5445ee2d2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46369,7 +46369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a49f278b-9d09-4aba-b9d6-df3af08b2d33", + "id": "6c47bc35-4f1c-40ea-b91f-0372dfc90679", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46449,7 +46449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b013cc95-4187-49d2-aa4b-b3bee6cccb99", + "id": "c2fe0074-6c9e-4d1a-aec0-8897e2e416dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46529,7 +46529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c82d906-0548-4597-99d8-cff67afc8156", + "id": "7360bcc8-02e2-4719-aeda-dd665591ad13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46621,7 +46621,7 @@ "description": "Use this API to implement and customize entitlement functionality.\nWith this functionality in place, administrators can view entitlements and configure them for use throughout Identity Security Cloud in certifications, access profiles, and roles.\nAdministrators in Identity Security Cloud can then grant users access to the entitlements or configure them so users themselves can request access to the entitlements whenever they need them.\nWith a good approval process, this entitlement functionality allows users to gain the specific access they need on sources quickly and securely.\n\nEntitlements represent access rights on sources.\nEntitlements are the most granular form of access in Identity Security Cloud.\nEntitlements are often grouped into access profiles, and access profiles themselves are often grouped into roles, the broadest form of access in Identity Security Cloud.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nAdministrators often use roles and access profiles within those roles to manage access so that users can gain access more quickly, but the hierarchy of access all starts with entitlements.\n\nAnywhere entitlements appear, you can select them to find more information about the following:\n\n- Cloud Access Details: These provide details about the cloud access entitlements on cloud-enabled sources.\n\n- Permissions: Permissions represent individual units of read/write/admin access to a system.\n\n- Relationships: These list each entitlement's parent and child relationships.\n\n- Type: This is the entitlement's type. Some sources support multiple types, each with a different attribute schema.\n\nIdentity Security Cloud uses entitlements in many features, including the following:\n\n- Certifications: Entitlements can be revoked from an identity that no longer needs them.\n\n- Roles: Roles can group access profiles which themselves group entitlements. You can grant and revoke access on a broad level with roles. Role membership criteria can grant roles to identities based on whether they have certain entitlements or attributes.\n\n- Access Profiles: Access profiles group entitlements.\nThey are the most important units of access in Identity Security Cloud.\nIdentity Security Cloud uses them in provisioning, certifications, and access requests, and administrators can configure them to grant very broad or very granular access.\n\nYou cannot delete entitlements directly from Identity Security Cloud.\nEntitlements are deleted based on their inclusion in aggregations.\n\nRefer to [Deleting Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html#deleting-entitlements) more information about deleting entitlements.\n\nRefer to [Entitlements](https://documentation.sailpoint.com/saas/help/access/entitlements.html) for more information about entitlements.\n", "item": [ { - "id": "30a0bf97-219b-42c1-aac4-ba1b7a84227d", + "id": "c47a5c49-bc0f-40e9-8c19-ba2c22bc770a", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -46732,7 +46732,7 @@ }, "response": [ { - "id": "14450ca7-9264-4dff-b6a3-518d39f3b889", + "id": "aef8ef45-568d-4b1c-8ac0-b8d061d20c81", "name": "List of entitlements", "originalRequest": { "url": { @@ -46857,7 +46857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e8e4ab-8ac1-4f5b-b768-7256a02f747b", + "id": "fbb8c1c9-e662-487f-88b6-1f053362ec14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46982,7 +46982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf1afd6-595a-44c0-876e-f37da8496811", + "id": "f7ffe752-0553-4048-83ad-b9d21394beba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47107,7 +47107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa2f071f-f28e-4772-a089-8a67d1ad0542", + "id": "791d36b6-ef87-4ef3-a1d4-3a4b79171a95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47232,7 +47232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eccd844-f788-43a2-a620-2e4e3bfa2ac4", + "id": "a1bc8342-e406-4063-a6e0-af4b76b19e95", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47357,7 +47357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e403e91-7b2e-498d-9451-6f5ae327baf8", + "id": "92d49971-53b1-4632-9abb-f5c097dc981a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47488,7 +47488,7 @@ } }, { - "id": "1aae41cc-d514-48f3-9fbf-42c26bf8126d", + "id": "5ae085ca-de23-4bb3-9c62-79bede9f689b", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -47529,7 +47529,7 @@ }, "response": [ { - "id": "3f29f600-6e4f-47a1-95be-a9d1a791b844", + "id": "4bd12e48-0442-4a9e-9a3f-27a018c64687", "name": "An entitlement", "originalRequest": { "url": { @@ -47573,7 +47573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf40706-dfbd-4ea7-b559-a66464e9163b", + "id": "2050eadf-4e05-4f00-90cb-f73464a06435", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47617,7 +47617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ea624a-368d-49e9-aac7-4dcf86440f90", + "id": "9e7228a3-5938-4e82-a4f5-92a82374d4cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47661,7 +47661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87cf5f23-3247-403f-b271-d43d7b30c263", + "id": "30d95221-e271-4d8c-a7bc-00578c062c3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47705,7 +47705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f57d91c3-01cc-483a-a61e-5b585b69f51b", + "id": "f24f2c95-bdda-4a8b-be1e-59c08abd19c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47749,7 +47749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cc847c-fd26-411f-ab48-7908c62511e2", + "id": "e17aa04c-2357-435b-8bd2-ebbf74cff6e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47793,7 +47793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83f493b5-3227-486b-a6e1-5d066ca0810a", + "id": "735deba5-5ee8-486c-8a23-e1625553e6c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47843,7 +47843,7 @@ } }, { - "id": "7def8ffb-51b7-4526-a30a-1b7c3dda93f9", + "id": "5d610100-ecf7-4f52-a091-4f043276428c", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -47897,7 +47897,7 @@ }, "response": [ { - "id": "647c8d2b-74a4-4df1-b6ae-b498b1bdcfc4", + "id": "abd82c44-d246-4f23-93d4-81d8858341cc", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -47954,7 +47954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60bdb551-7b69-4a90-84e4-c53bb8705766", + "id": "484b39fa-bca5-429c-9c88-bebfdd2eaaa6", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48011,7 +48011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67bfcd72-fd95-4697-bae7-49874761a838", + "id": "a4ec35bb-dc53-4858-af2b-379b19aa01d4", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48068,7 +48068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a5feb79-0ed8-4feb-8a8a-4309551ea116", + "id": "f6d154ed-691d-46cd-a5b2-97c2c99b49f1", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48125,7 +48125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89ee2ef-b5cb-46cd-9099-fdd22bdae508", + "id": "0ef4b5cf-d8bf-4294-8dc4-e9a06b9232d4", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48182,7 +48182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6455abd5-f976-4ccf-a31e-9971f241f65f", + "id": "2e092762-6faa-4aa5-bf0a-82d829464e3d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48239,7 +48239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0658782c-7c16-4328-add1-0f01697bdfd9", + "id": "d684852e-f0d7-4d3e-887c-e0fd683445ab", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48296,7 +48296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ff0fb7-6643-493f-a86f-7388b7c6758c", + "id": "5c17673d-499e-4d1e-bb89-eaa0e2390434", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48353,7 +48353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "802f5c16-fc1b-4a6c-8775-c06eb967fb18", + "id": "e9c6d4a7-5c89-4fcd-8b0d-8a0f8d43d5d8", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48410,7 +48410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df12a5c-2c4c-4c0a-8c06-6c543395a6fc", + "id": "47e5e786-2036-498b-8cbb-4ed0d23faa68", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48467,7 +48467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e785a9f9-efd2-4a67-a3d8-d6c43a2aa7dc", + "id": "f6366398-9fd9-4440-88d5-a20c3633e2a2", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48524,7 +48524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11386044-aad8-4b4c-bb7d-71bbdd883271", + "id": "49beb981-e5e7-4d66-8176-a8c2c78b2a78", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48581,7 +48581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c46c80-95e4-4df3-b0ba-c584570f31eb", + "id": "fe9f4e9f-970b-4e53-97a6-42d485b8c723", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48638,7 +48638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea8a13c-e841-46f2-8e21-48936dd1d470", + "id": "186b3b29-609b-4a9c-bc64-33faef49c2da", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48695,7 +48695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d0fb17-e638-4154-a8d5-a8eaba740fa2", + "id": "cf6752eb-ff18-4dbc-8ba2-5e5eca5149ce", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48752,7 +48752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab1e4fc-80b1-474a-b02f-325daffe2ad3", + "id": "8ff26f16-5457-4bc3-b8af-7d59d22eee1c", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48809,7 +48809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae3ddc37-fc11-43d5-8114-8052a1c2fc0b", + "id": "406bfca0-bfdc-45f4-999e-3e79b89de124", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48866,7 +48866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdbd12cd-68ae-4f6d-b652-90dbea1fea26", + "id": "69a06e8e-13da-4c24-8c5b-b743c5ddc4f8", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48923,7 +48923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283aef6d-6169-4550-8fed-f34233ed1b4b", + "id": "d1517b2d-cedb-4395-9c47-a339a41904b7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -48980,7 +48980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd60531-9db4-458e-a6c1-962ea273aafc", + "id": "a4cb528a-dda1-43c6-93f9-6e67301eb833", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -49037,7 +49037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de48f5d2-c63b-44d7-af45-1e0a9c8e1e17", + "id": "bd78b26e-8110-45bb-9405-31d06a6eb6a3", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49094,7 +49094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e106e582-0285-474a-a5c0-c8fb14bae7f5", + "id": "8eb69db4-eef2-41cb-96d9-8c35963dd15d", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49151,7 +49151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b84bac-f351-404c-a2a9-bd415786494d", + "id": "12bc388f-2f70-48b2-8087-eb64d1f1653d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -49208,7 +49208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eca0ed3-4e05-4442-a635-9a96fbfb323c", + "id": "09a7e2bf-e3d1-423e-bc2e-4f315f9639ac", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49265,7 +49265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81ae6547-6dd0-429c-a87b-4c1fc806fb05", + "id": "4343ab37-1a38-46c2-bd95-4e3de54bb17c", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49322,7 +49322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "146ee45b-9c08-4acd-8b52-71d48e13b421", + "id": "77b308fd-9830-4495-a6d3-4e61f07c5dde", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49379,7 +49379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670c2a70-8934-41dd-a82c-1c56b8afe968", + "id": "aeacbe64-f263-417b-8f6b-524608637593", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49436,7 +49436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f28bb6-7618-4ef8-8911-63abe560ed34", + "id": "bac207b3-dea0-4207-9f86-4643ce5168b7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -49499,7 +49499,7 @@ } }, { - "id": "ee4512c7-7ba6-4a4a-b031-1609d5f02ccc", + "id": "f39135b5-982e-4a09-97e0-c2b68f6f3493", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -49587,7 +49587,7 @@ }, "response": [ { - "id": "6fcbcb1e-47ed-490f-9a52-7266069099e6", + "id": "6a49b859-4982-49a4-9b16-bc8984e9ef4e", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -49678,7 +49678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe655b0d-3f59-4016-b13b-bf51561e949d", + "id": "33c08a44-f869-42ed-a8be-ee6306d44622", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49769,7 +49769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ff5ece-3fb3-4d1b-86cb-3d63ffb6a07d", + "id": "ccfd9053-97d9-4627-a03f-79caaf4eac16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49860,7 +49860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c097086-8598-4c2f-9364-112d45e42dcb", + "id": "296d3cf0-317b-478c-bc67-9af1bc761171", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49951,7 +49951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9832089d-99ea-4ba1-a626-2252837a8cad", + "id": "b72e8233-2ed6-45f5-a5f2-9625a3d350ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50042,7 +50042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2dca96-bbf7-49e7-a8ff-8ad900937bf3", + "id": "8232e98c-ad5d-4e43-8e1e-4089823b23a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50133,7 +50133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe810aed-00a6-48a1-ac25-95d40cceb943", + "id": "8cde51a8-5c75-474c-8f90-10c304a343f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50230,7 +50230,7 @@ } }, { - "id": "edd84971-b319-4866-9dcb-ee1fd0d929da", + "id": "014b9fe9-1763-4917-b1e7-7a1f36b9da70", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -50318,7 +50318,7 @@ }, "response": [ { - "id": "1450b9a6-0aa7-41aa-b41b-868a8e7132bf", + "id": "2c49f2e6-7951-4f86-9a37-6e949b747364", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -50409,7 +50409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50b746e-e871-416c-831d-b5bdecbd84e2", + "id": "ef5d2826-ded4-4dd4-ac37-d115b8fa3fef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50500,7 +50500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ff7983d-6104-4866-b659-f8ece5ac91ae", + "id": "28489086-5e60-414b-9146-ef8dc3aecb39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50591,7 +50591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ca2be8-e6be-47a2-a558-d3e9b0ad836d", + "id": "dd7672b1-a5f2-4e5b-aefc-566c6e7bc74c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50682,7 +50682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bdee0fc-0315-4467-8ebe-6ff3ea8727d8", + "id": "5b5053ad-b133-4a29-a715-94d85bf16071", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50773,7 +50773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b88edd-c872-42b7-aa15-bdb028d79e80", + "id": "1e3c5a37-c72c-4910-a969-15f73364c259", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50864,7 +50864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c6ceee5-7752-4cd8-a5a8-82245540c2a0", + "id": "ed45e9d6-861a-4db1-963a-34aafc992786", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50961,7 +50961,7 @@ } }, { - "id": "231655b0-d398-41f2-a255-f23119283871", + "id": "e002f4f8-882e-4c95-be64-7f709995d398", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -51004,7 +51004,7 @@ }, "response": [ { - "id": "ccf99cf2-c010-46a1-ae96-57d06909ba5f", + "id": "b30b1731-45da-4a42-8e3c-63f4797aefa0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51051,7 +51051,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3e6dbd39-3c66-4c00-86b2-61190a818e72", + "id": "8ac69e62-e982-490d-bff4-98c2e0a2b5e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51108,7 +51108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf2a4ae-fbd9-4f96-a05b-f6a6471dbc07", + "id": "66375f3d-e798-47e8-bb9a-8bd1372ceb80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51165,7 +51165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a41c74-9036-460f-b52b-60b3ea61e0cd", + "id": "13a1f7d0-8347-468a-9939-858c7c51082c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51222,7 +51222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e932d304-ea46-4300-933f-5f60dfbce6df", + "id": "1cb6d8ad-18d4-49d4-9540-29a75d2cee9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51279,7 +51279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f32f96-1d74-438b-9a85-608ef3c1a69d", + "id": "3f39c622-4b3c-4878-8016-a6bf5bd30f63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51342,7 +51342,7 @@ } }, { - "id": "36518d61-6962-4438-a8f2-aa9bdf73f15f", + "id": "b2121b20-a4fd-4252-8c36-b903e4fa3b41", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -51384,7 +51384,7 @@ }, "response": [ { - "id": "c41fbc45-71bd-4ece-8a13-4a66f1f77698", + "id": "10b9285e-9782-4242-bed3-fc6a89071a97", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -51429,7 +51429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0131ea-db87-4d21-b75f-49917386ef6f", + "id": "b96b9cdc-ea6e-4572-8112-6e9b6bc12b29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51474,7 +51474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f77fa16c-14d3-4f0f-8d22-1c78d91ea1e1", + "id": "bdec3261-7f68-4758-89bf-d39a5a925463", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51519,7 +51519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cb8f710-9988-41bd-be56-298f17a36d37", + "id": "89508ee5-32a4-4bf2-9ac9-4b2b78a620f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51564,7 +51564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6263d9-1719-4ccd-85cc-e6e52d02fced", + "id": "4ad969e0-2e9d-486b-b4e0-8f0108f7e091", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51609,7 +51609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b601a0-f385-4ddc-8c09-70043b0fd14b", + "id": "4d300cf3-4f08-4683-97b3-9e89f4ea789a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51654,7 +51654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1dd8c7f-f8a8-4096-a1bc-4f8f0f5b52f9", + "id": "c17db83c-8120-4bc7-a61f-105f49b833a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51705,7 +51705,7 @@ } }, { - "id": "f23ce946-79ac-4074-bdb7-2bcfd17403c9", + "id": "e072be2b-f0ac-4e84-a41c-c87b34d4cd80", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -51760,7 +51760,7 @@ }, "response": [ { - "id": "f020b9ae-64d3-4c5e-80d1-9385ffaaa7a6", + "id": "f875561d-f93c-442f-ac34-7e45ee5c2bb3", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -51818,7 +51818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df97b31-c5c9-4e1d-aaff-cd98edf0eb4d", + "id": "eac55a86-9f76-4102-a3a3-73f3bd45065f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51876,7 +51876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ead6af6-faec-4df7-879a-fb6583c02813", + "id": "e0d7f620-235d-4dec-9302-271713c0edcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51934,7 +51934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90792541-d3be-4346-a476-79a86e0f3b83", + "id": "6b832910-71fc-4264-91df-b2ec74dbf837", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51992,7 +51992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ff0c59-8bcb-4d7f-966d-601c828c77bc", + "id": "05968953-6b54-4aee-95ad-bee8ea7c613b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52050,7 +52050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67100a61-a85c-4cec-abfb-b337825a03fe", + "id": "b155bc03-020a-4b05-be0e-aa04597fd432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52108,7 +52108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849b3c53-8287-45f3-944d-68c54bb4732f", + "id": "ee76dd97-97f2-4252-a21b-2bbebb1bc322", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52172,7 +52172,7 @@ } }, { - "id": "cf62a4dc-2414-4fc9-8a69-81484887ee2c", + "id": "5f2354bb-2046-4c86-b80e-f7ac8a6fd665", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -52215,7 +52215,7 @@ }, "response": [ { - "id": "bb07eafb-db5f-4526-a174-5bf4d307269a", + "id": "2a3361ce-7a6a-49c6-9b34-533c079a476c", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -52261,7 +52261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba064f9b-b74e-4782-bb45-4d171414c97b", + "id": "f83e70c8-8604-4789-9aa0-0ed8ee724bd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52307,7 +52307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dca1977-a536-4280-9d45-8327671d2082", + "id": "03024f0b-c5b1-44a7-aa32-40b112953f21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52353,7 +52353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b609c64-d4ce-412c-812e-3ca8a327d3d5", + "id": "872665b9-6fcd-4791-b82a-085f18f4521e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52399,7 +52399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a617a266-aadc-4584-8f49-cac3241c0d8c", + "id": "b0954f7d-6715-466b-a795-d5fea302e3b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52445,7 +52445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c7cd17-26a0-491f-93e0-2225f9e8c15e", + "id": "52e9ce86-0c0e-42d6-aaaf-60c7e7864042", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52497,7 +52497,7 @@ } }, { - "id": "1d934efd-953b-4813-8047-428cfce2542a", + "id": "d08aa617-ac38-487d-9144-091b186e9904", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -52549,7 +52549,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52557,7 +52557,7 @@ }, "response": [ { - "id": "1d186216-09ba-4471-843d-bc4e3bedf8ac", + "id": "24aabd48-ec19-4c60-91bf-82e232f344b0", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -52601,7 +52601,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52620,7 +52620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec3dda87-fcb9-4a6a-a308-0d1db2bfafa8", + "id": "8e0bfd43-6f5a-4291-9d31-60453e583fba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52664,7 +52664,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52683,7 +52683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d87dd8b-7c57-4a4e-b9b4-9103b2032cbd", + "id": "8a729b04-af18-4d65-992a-ef2844717875", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52727,7 +52727,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52746,7 +52746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b23337-db4e-4c24-b564-e164da29bce4", + "id": "4ae92169-20ef-47e0-adb8-ce2f4b422bb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52790,7 +52790,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52809,7 +52809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5003520c-26be-4010-985b-fa9dad7e373f", + "id": "cb064fb4-c9f6-42ba-a33d-7dd0b3f02756", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52853,7 +52853,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52872,7 +52872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b07c9f7-f38f-48b1-94e7-156013a1d35d", + "id": "24856409-f7ba-4a80-bc51-6a6043439d73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52916,7 +52916,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -52947,7 +52947,7 @@ "description": "Use this API to implement and customize Governance Group functionality. With this functionality in place, administrators can create Governance Groups and configure them for use throughout Identity Security Cloud.\n\nA governance group is a group of users that can make governance decisions about access. If your organization has the Access Request or Certifications service, you can configure governance groups to review access requests or certifications. A governance group can determine whether specific access is appropriate for a user.\n\nRefer to [Creating and Managing Governance Groups](https://documentation.sailpoint.com/saas/help/common/users/governance_groups.html) for more information about how to build Governance Groups in the visual builder in the Identity Security Cloud UI.\n", "item": [ { - "id": "b127ad3b-cea1-413f-ba76-ec079c15ee83", + "id": "3ee91240-cf84-45a2-ad84-4850b73f218b", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -53022,7 +53022,7 @@ }, "response": [ { - "id": "bbbf9be7-e01c-4c34-ad38-2b074321d722", + "id": "2dbf2a5b-5e02-4b8f-ae8d-e2801442eec5", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -53111,7 +53111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51dd1ef7-6f36-4b29-a71d-510ea3e105c6", + "id": "593e9dd3-5ef6-44fe-bb93-c1416718954f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53200,7 +53200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a05a9a-4cde-4e0b-a8a8-c88cdd31e7d0", + "id": "9eddd809-8e94-49a7-858e-f42afa956f9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53289,7 +53289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1199c1d1-3dd8-4dbf-b310-d4cbb17b011b", + "id": "460c7d62-56f3-4b0d-8ffb-d4d0f803c7ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53378,7 +53378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23ff5ba5-87ee-4896-b310-923198f878a4", + "id": "77d07f2f-8323-4f64-b3e9-52cded801a57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53467,7 +53467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6cf9fb6-a97b-4e33-b3c7-0e622e262edf", + "id": "328ad331-9e59-400b-a1e5-cca72fd2f1f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53562,7 +53562,7 @@ } }, { - "id": "a96921a4-f3ae-43b4-858e-630ec185a277", + "id": "4823fa8b-0621-444e-9326-c7a6349f9818", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -53604,7 +53604,7 @@ }, "response": [ { - "id": "78b002ab-d047-4b75-8e31-6fb26fc1fe5f", + "id": "d541d7f7-c7a5-4524-adf0-a6d11b0d6a9e", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -53660,7 +53660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f4bb819-5514-4c63-9d0c-a3b8e36a6dd1", + "id": "63c4666a-9020-4134-9f17-43578f5d5b58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53716,7 +53716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4bf295-11c6-42f2-8f95-fcfdd673c8d2", + "id": "5c8e8a0f-ef0b-4d8d-9834-dddcb5f2df63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53772,7 +53772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefc88c5-13f6-447d-802c-d44c02cbf91c", + "id": "6a4909e4-3fa2-4f98-88ac-d7d0c7100561", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53828,7 +53828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bf87e69-5adf-4ed6-8c58-77571fca9ad3", + "id": "a03c3a9e-c1b3-4e55-b87b-946177f64d79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53884,7 +53884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dd93feb-b170-4784-b928-1ee3f5d87f7c", + "id": "45f3a6f8-f218-403a-8b3f-903a90251def", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53946,7 +53946,7 @@ } }, { - "id": "772e63d5-7124-49a1-a4fe-e7bf46948a56", + "id": "398c49e9-efd1-4865-a830-12fc81e8683e", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -53987,7 +53987,7 @@ }, "response": [ { - "id": "486a6ab1-7fbf-44c9-ab28-44c6c37be49e", + "id": "d0e4739b-533f-4ed1-8da8-8be90e1e2a99", "name": "A Governance Group", "originalRequest": { "url": { @@ -54031,7 +54031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dccb956f-5013-4dcb-bdcb-7fe767926443", + "id": "70cf41c4-c61d-48b0-bc9b-9fee87cbfc75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54075,7 +54075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506805f4-fdd3-4362-9daf-d305b30ae398", + "id": "ebafa781-18e5-41c7-8132-f7dc95c44cab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54119,7 +54119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "223edef8-c7e3-4e64-8791-3349ee2d4cfb", + "id": "a1a54c5e-0e22-4751-866e-e31bed4ca31b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54163,7 +54163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2801e78-2dde-4a98-9889-7e3af6bdf99a", + "id": "91e30088-c094-404b-9601-ecca9fa981ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54207,7 +54207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a31c26-b01a-4734-a4d4-31dd19e2a711", + "id": "6a81571b-7deb-4315-8924-ff7a795367bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54257,7 +54257,7 @@ } }, { - "id": "155355dd-b6b4-4646-a048-3aa363bce48c", + "id": "f8ca8076-193f-4c9a-827e-66372fff0ef6", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -54298,7 +54298,7 @@ }, "response": [ { - "id": "39b2be31-0675-4ee8-a96d-e6a7b2a9f11d", + "id": "24d68631-f481-45f2-8579-7c547dbecab5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -54332,7 +54332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c5ef8515-aa84-479f-beac-9f3b272f1258", + "id": "149a3cee-92cf-4c43-8890-9f1941b86257", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54376,7 +54376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6ae8c9-5dfc-4957-b264-3df7de8fdaa3", + "id": "4343e542-dccd-47c0-aa19-66412feb9aaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54420,7 +54420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a16a7e0f-f1fc-4670-8b66-cd42179c3cba", + "id": "f04ffbb9-a7ee-408d-8c00-e2ea47fd652c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54464,7 +54464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a38deb9-5090-4569-94b6-6f3214018145", + "id": "b7e8f13e-22cd-4c96-a99f-dbc793049126", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54508,7 +54508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52c0f2f-417c-4f18-acf4-4229178314e0", + "id": "388f6244-e301-48c3-af24-17b2ca2c2696", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54558,7 +54558,7 @@ } }, { - "id": "fc4d0263-6fae-48f2-99ad-fd904f4b4967", + "id": "5d89e98a-312e-424c-97ad-d6de80faa0f3", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -54612,7 +54612,7 @@ }, "response": [ { - "id": "9b0b25d8-97d1-43b6-bf25-62280ffcc3a2", + "id": "a84cd93d-cf2b-4933-8bce-eade24a161a4", "name": "A Governance Group.", "originalRequest": { "url": { @@ -54669,7 +54669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5b6122-f583-435f-b2fa-7e25522a8ed5", + "id": "77dc229e-2cd5-449d-89b5-a906ba150015", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54726,7 +54726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa5964d-253d-4c69-a9b5-31f2c5d75a5b", + "id": "39528fc2-e05b-4f27-b59a-1dd1f787d5bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54783,7 +54783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63076807-38db-4846-93af-26dbe90c7a5a", + "id": "97555259-289e-4b41-a0d9-d7cbc34f2504", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54840,7 +54840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2ad5830-d2b2-4518-bee1-dcc4bee6d9f5", + "id": "3dc170ff-1492-46a1-87d2-56f3be2a2e85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54897,7 +54897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a105aa7-3151-43ed-96f1-924d2a39ddba", + "id": "fdec69ae-46ed-4e26-83df-00c8f207fb1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54960,7 +54960,7 @@ } }, { - "id": "9ccd0153-a274-422d-8563-8fcefad2a24a", + "id": "368fa299-7d66-4d61-85a6-e560a95f163a", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -55003,7 +55003,7 @@ }, "response": [ { - "id": "efbc1e08-5684-44d0-ad1d-ed9c2650af7b", + "id": "fc2cdf57-427a-4f8a-9a77-aec127049b08", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -55060,7 +55060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1d20cbe-367b-4d30-a88d-5ce0b1406f04", + "id": "db803da1-ed07-4993-b389-c6bce71d63f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55117,7 +55117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8cbc241-81da-4db3-ae8f-d83e1c71690e", + "id": "294e3980-aee5-41e2-9d47-725879474882", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55174,7 +55174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d494dfb6-f982-4566-b290-9f27bdbd3f02", + "id": "01a30456-251d-4a7d-9bd1-06bc31322446", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55231,7 +55231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8aee1c7-6786-4705-85a3-71819c7e795e", + "id": "ff3a335f-8c76-46cc-89f4-5deef1bdb08b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55288,7 +55288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bbf3aee-c054-4989-a575-985253064aee", + "id": "ad451f1d-eb83-4d04-b1a3-45c80df02613", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55351,7 +55351,7 @@ } }, { - "id": "557c63d4-6d6e-4081-b188-169aad55fca0", + "id": "636ad767-c0b1-4095-9b55-2201847fe252", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -55430,7 +55430,7 @@ }, "response": [ { - "id": "bc5a33ca-68d7-4ac7-a314-dbd6ee287cc8", + "id": "aec14543-824a-400f-916d-02f1d5964b3a", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -55512,7 +55512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de0207ce-59d1-431c-939a-aaa2b61abf8b", + "id": "097d8f17-8388-4c41-b885-1d2fb7a190c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55594,7 +55594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfa936cf-6842-46f1-950c-3fc37a602625", + "id": "73ddd3b3-8067-4279-91ee-ccb751894135", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55676,7 +55676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0846395-39ab-45bc-95ff-76c4700291d3", + "id": "6017fbad-f04b-486c-bba8-39f5de7542df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55758,7 +55758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a003903e-0f4c-4139-8457-489023bac7b7", + "id": "0e7309fa-145e-4599-bc20-734e1fc7da75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55840,7 +55840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fe89ac-9144-4ebb-9b08-1b4732dc48cd", + "id": "4b5a6d9a-42f7-4e95-8d18-a0038986385b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55928,7 +55928,7 @@ } }, { - "id": "e8e95d45-2aaf-4e9b-9e48-6f5dbb5be354", + "id": "bafe0071-b4f4-40e6-9e00-07ce1a1a911c", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -56007,7 +56007,7 @@ }, "response": [ { - "id": "96b293c1-b3c6-4165-9683-bd839259902e", + "id": "0bc8ca7e-d672-477c-a11c-7632755ad4fd", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -56089,7 +56089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa8350d9-190c-4278-9f49-eb8c6a991080", + "id": "9b40a3e2-1290-40a1-92e6-6c4ac4452d21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56171,7 +56171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e107a3-6cf1-459e-b6c3-2083be46af52", + "id": "1ce95376-3c83-4b42-bbbd-e077ce5e671a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56253,7 +56253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a44a2e-7ee9-4118-846e-b43de83d8123", + "id": "1e4bb7fb-c8db-4426-863c-4267ea4fc41d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56335,7 +56335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f167d1e9-14e8-45a4-ad3e-e056b0e2e261", + "id": "3e1fd096-55f0-4ad3-95d0-a43ad8ee3346", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56417,7 +56417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2045391c-0a72-4214-bb22-7f18c89df722", + "id": "2488a0fd-6e95-4900-84cd-2b5c51ba443c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56505,7 +56505,7 @@ } }, { - "id": "871f6cb0-20da-4c0c-aa8d-43b8b99c77b6", + "id": "4f37d3a2-d85a-4d33-a05b-bebd0e4f0ff4", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -56561,7 +56561,7 @@ }, "response": [ { - "id": "4fab696c-e173-4efc-920f-bacfa5583f85", + "id": "8621ba03-29e1-4766-9027-8fe4be1c965e", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -56620,7 +56620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d21f6a95-f30c-4647-8fde-242e4bd0ed5e", + "id": "ee83891f-b1af-43ff-a980-f5cf2d367ad8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56679,7 +56679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b6aa84-4ba7-4366-b0c0-0e25f0b4ad17", + "id": "89e8d45a-937d-407f-9a18-a955dba14550", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56738,7 +56738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1057bd1a-8cdb-4962-bd94-9b3723e6c594", + "id": "39c0fe1b-c07b-4b20-9dfb-441e60c58b21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56797,7 +56797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f96307e7-766f-4555-81e7-ba020518601c", + "id": "df91273b-0134-4359-ba60-8dafb216d961", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56856,7 +56856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f599e77-aa69-4fd4-bcb7-b9621a199062", + "id": "4def8d9b-b912-45a0-b1a3-ac4c40214930", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56921,7 +56921,7 @@ } }, { - "id": "51e4e3a2-b692-4ceb-a28b-b32b6dd1cb2a", + "id": "69af0d55-a791-4777-a972-9b2050efec19", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -56977,7 +56977,7 @@ }, "response": [ { - "id": "f6e7c1bc-9db9-455f-9cb6-d2ebfedeb41d", + "id": "db727d15-437f-4a1e-9311-5983b64f6199", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -57036,7 +57036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "124748b3-1d31-4a0f-8e10-6314b78d894e", + "id": "2cd69379-00da-47ec-bc2c-a5cd3480310f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57095,7 +57095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad728120-ea7c-4681-9ad4-7f676d718f50", + "id": "d8181d85-556c-45c3-8730-cefab36e4e6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57154,7 +57154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b36028-44a2-41a5-959f-08839e40b9aa", + "id": "e328896d-198e-4711-8500-5e68e46540f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57213,7 +57213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb3cf1b-75f7-4eff-9d2c-19b578c27d42", + "id": "b2899bba-615d-424b-a823-68dcad8ec0a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57272,7 +57272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9fcc547-23df-44ac-aafe-7623692b2a66", + "id": "cfb5dc1d-27c8-4ba5-9ad1-ecbed479cf46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57343,7 +57343,7 @@ "description": "", "item": [ { - "id": "b4ecbb8e-77cd-4a67-be64-2f270f38aaae", + "id": "2d89be3d-a732-4a55-9ce1-53529c420402", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -57420,7 +57420,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57436,7 +57436,7 @@ }, "response": [ { - "id": "4fb7feca-e487-4473-9b0b-6128c88c2906", + "id": "c7026498-2f0c-4e0e-a707-1de21638aace", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -57508,7 +57508,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57543,7 +57543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec2e4df-588b-43e3-8c07-fc3154701d4b", + "id": "df8ffb9a-eb99-4c67-874c-539e7fad1c46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57615,7 +57615,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57650,7 +57650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18897ad7-92f7-4ac7-83e7-1a79ada7f2e3", + "id": "ae6040ec-491b-4213-9a95-85f5efe69105", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57722,7 +57722,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57757,7 +57757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "643ee9f7-52ea-42ad-af9b-6f0a2d365e8a", + "id": "7ce9be15-463f-46f1-96e2-c083b7a379e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57829,7 +57829,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57864,7 +57864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f1c336-f6a7-4f7f-aba4-f989e0e85bec", + "id": "935ca529-33ec-4ff3-891c-5c5b1df57899", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57936,7 +57936,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -57971,7 +57971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ec034e-1477-4c49-b26b-a6ae4b155d55", + "id": "73f309a7-af84-4a48-9eff-b31dba5b6aeb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58043,7 +58043,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -58084,7 +58084,7 @@ } }, { - "id": "4b3c62ed-e442-4bd7-883d-514d9db38e07", + "id": "5c3da2eb-00d8-4a3e-a124-8c64d30d7637", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -58127,7 +58127,7 @@ }, "response": [ { - "id": "cef62f5b-ab3a-4470-bc05-089ec0a12694", + "id": "58c19069-a0f5-48a8-a5c1-811c430cc3f8", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -58184,7 +58184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d42095-eb72-4e19-949e-ea961dcb4912", + "id": "0190573c-6023-4394-a498-84be8b3b1d33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d595ea-7773-4bc7-8569-c67c6e1370b1", + "id": "8ed4a104-b4b3-4f28-b4ad-31e325d8dfd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58298,7 +58298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78554c55-80fb-49df-a405-6a720e37261d", + "id": "9f280716-7ee2-471a-80f0-8bb3a6112843", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58355,7 +58355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b54b28-5dd7-449f-85e3-d6d7dfb7628b", + "id": "71d88744-df41-4067-89a5-0066d2776a10", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58412,7 +58412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c7b6c0-51ab-4e6f-bf7b-2fd3106a23db", + "id": "2aec953f-25f7-42a0-b2ee-717024594b90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58475,7 +58475,7 @@ } }, { - "id": "f6496e36-168c-4e67-b923-5d68d50c810f", + "id": "76b38fb3-fc63-4400-a46b-7232c1ce287e", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -58551,7 +58551,7 @@ }, "response": [ { - "id": "c2b6930d-ed7f-4fe5-9bf0-3702707705ae", + "id": "c54d2309-81f7-46c7-9f15-e8e70301591a", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -58641,7 +58641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81887f7a-c899-493f-80a3-89424658ec30", + "id": "fe8f82ec-bdf3-4a6d-af96-4e1519b1eb30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58731,7 +58731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f6f5229-9a36-4254-b011-3d4ef125ccd3", + "id": "168df690-3174-4529-ba9c-40b11bb41386", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58821,7 +58821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23993b0-cce7-4ba2-91ca-81b61a68bc27", + "id": "5c8e4ae2-e25e-4d14-92f9-90fedf65f0ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58911,7 +58911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "294d282f-6a11-4d33-a6d0-1a9db05274ab", + "id": "60047fb4-f995-4624-bdaf-10a8267cabe4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59001,7 +59001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5a11a4-623a-4ee7-810b-eb89d2ec68dc", + "id": "6d37d027-a88f-4a10-b95c-b6109bcd8535", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59097,7 +59097,7 @@ } }, { - "id": "1b0c56af-01ff-49bd-bad8-e7ea544fe94d", + "id": "1c220392-a466-4e62-b9ad-cc25221624a4", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -59140,7 +59140,7 @@ }, "response": [ { - "id": "562aa31c-ed89-4ecd-9218-4e3fd6578026", + "id": "ad29525e-c2bd-4ed9-be75-48505e023b58", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -59197,7 +59197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "048367d3-9233-4cfc-888e-0fdd6ebe787f", + "id": "912538b1-8c30-4f55-96d2-62796c2a7cdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59254,7 +59254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037e042f-31a5-499a-bcf3-2cacde878818", + "id": "4618a4d0-83f0-4775-9551-a31432189d68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59311,7 +59311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a007f7c4-ce53-4a39-a0d7-d15d2eff2de4", + "id": "a45493d8-e412-468b-8987-6b761d6e3dd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59368,7 +59368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67737cb4-6b1c-46c5-a310-fd4aabbe71b7", + "id": "76b647c2-7088-4964-b233-46ea1ea0ab63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59425,7 +59425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90106b19-75c7-4a48-ac78-17ad67cdeb93", + "id": "9c21a72f-9d7a-4dca-8b1a-84d7b7ab1406", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59488,7 +59488,7 @@ } }, { - "id": "1f02a967-81d2-4fec-864b-6a8a5fd3970a", + "id": "8678bb4d-7398-4bc6-9e3f-9fa3f09d1ce0", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -59548,7 +59548,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -59564,7 +59564,7 @@ }, "response": [ { - "id": "72f6a78a-62b0-424b-8529-b489bf8312ce", + "id": "9f7f36a0-c7d2-4ac0-8762-5674df292d5e", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -59619,7 +59619,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -59654,7 +59654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a35c94af-3a42-43c8-a38e-d1695955da42", + "id": "1358455f-70f8-4c41-b321-2af2bcda8b63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59709,7 +59709,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -59744,7 +59744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47fab6a-43f3-4e05-b9db-1b6874d555dc", + "id": "e10fa287-5fa5-45f9-8607-369a85011356", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59799,7 +59799,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -59834,7 +59834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6357bb01-5917-4c47-9a7f-e6cdfbd15364", + "id": "3fb6de06-c217-4e2a-b22e-a60f204c7711", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59889,7 +59889,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -59924,7 +59924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2ac4ca-432f-42f7-af99-5f111cb84147", + "id": "e8fe3192-0925-48d7-a93e-fadee48889f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59979,7 +59979,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60014,7 +60014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa6a198-9dbd-41dd-a209-00e41da6b951", + "id": "ce391fa4-4de5-4f6a-b7f3-df640af0c76e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60069,7 +60069,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60110,7 +60110,7 @@ } }, { - "id": "e631deb2-a2eb-45d9-8765-fed6c666cfb6", + "id": "8091894c-0561-4175-ac4d-0460e4355fda", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -60153,7 +60153,7 @@ }, "response": [ { - "id": "4ca3554d-387f-4680-8bc4-653a8dea3df3", + "id": "c89a732d-1567-4f93-9300-5e3b5820219e", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -60210,7 +60210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44a79fe-2009-4ac1-a909-a6b70f7502e2", + "id": "8f8e0c40-849f-4331-9f7d-95f475783910", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60267,7 +60267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b68f438-5327-4ddb-9a95-0bcedcbe2667", + "id": "28263d67-fd2a-4e38-9b91-00a198258ea6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60324,7 +60324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d7a8d9-cc08-4a64-a829-adf5e56cf6a2", + "id": "63554f15-6962-4f2f-84f8-69979b9fa0c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60381,7 +60381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b180c9-9ab4-40ef-97fa-2b1617d44c65", + "id": "de5bb0b8-df2b-4b0d-b00e-974eff230431", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60438,7 +60438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778efad3-d39f-4c2a-95e4-d40019beb95a", + "id": "6f9ec9ca-461e-49c2-b17a-8b9b056c4e04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60501,7 +60501,7 @@ } }, { - "id": "68951a4b-fa16-4cd4-88c5-a75e452fcbe7", + "id": "34399036-488a-467e-9ae5-0cfc31e19d83", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -60561,7 +60561,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60577,7 +60577,7 @@ }, "response": [ { - "id": "d4e27d5d-ffcc-4061-a212-dd4c76d8ba80", + "id": "130e067d-c6cf-4621-9e4e-ad872ccd8b1d", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -60632,7 +60632,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60667,7 +60667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c03b663c-9826-4bd5-9e47-f2b86181d122", + "id": "78e8afd5-d7c4-454d-8058-8af2728e5806", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60722,7 +60722,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60757,7 +60757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bce6f90-9c22-4527-95cf-3becf0ec9e61", + "id": "54a617dc-3b66-401d-b669-99e1e412c85d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60812,7 +60812,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60847,7 +60847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67665982-1e73-4043-97af-6a8a776f7803", + "id": "216bfb53-6536-4022-9791-cdfedf77bd6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60902,7 +60902,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -60937,7 +60937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8b4a537-03fc-4501-8d0b-a2769bd423ae", + "id": "9db291fc-7d61-41da-9759-5cc560366b5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60992,7 +60992,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -61027,7 +61027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52cf0262-b5f8-4401-ba5a-36fe08b2e87c", + "id": "c4d277a9-8158-499e-8b77-babf0cbd0b2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61082,7 +61082,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -61123,7 +61123,7 @@ } }, { - "id": "a538dd83-8920-442e-a876-ff4e1fd0ba88", + "id": "7ff6b1af-d2e2-43f9-aee2-1c1e394c7d28", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -61167,7 +61167,7 @@ }, "response": [ { - "id": "57b9ee7d-c7d4-4a80-9f78-7cd382cf475b", + "id": "336acb9c-0125-4cf6-a499-c789284147cd", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -61225,7 +61225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01e90d0-5c4e-4d34-ae42-57868a3b80b0", + "id": "2d4113fe-0957-44f2-8278-f33f37b76c57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61283,7 +61283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447cf785-4541-4552-b86c-72c0c8b2f05e", + "id": "9cf144cf-7ce4-452f-927e-12b492ed21d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61341,7 +61341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d020c6bd-d330-4aec-ab15-bafdbe23de21", + "id": "7f9337ba-1373-4dd9-8190-b3e8ae4fcff9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61399,7 +61399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27f98fad-3a7c-4a00-9258-6757553c4f58", + "id": "5f24d066-9aca-488f-82b8-cc2c78478256", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61457,7 +61457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d22e931-8d6b-4b70-8a6b-7a6000e2db4a", + "id": "64c3c44b-0841-4340-9cbb-9a47259f5ff2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61527,7 +61527,7 @@ "description": "", "item": [ { - "id": "4b4def8b-080b-4e73-889a-8e848887c1d0", + "id": "560678b0-5ea0-4fa3-82da-f74b7f4347dc", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -61602,7 +61602,7 @@ }, "response": [ { - "id": "80f63561-0ce0-4d23-8479-5327cc4279b1", + "id": "13b54deb-e703-4d99-9fa0-f578f39565c2", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -61686,12 +61686,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"id nostrud labore\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"sit veniam ipsum amet\",\n \"description\": \"Excepteur occaecat officia ex\",\n \"ownerName\": \"voluptate \",\n \"ownerId\": \"in voluptate\"\n },\n \"status\": \"ea proident consectetur est\",\n \"lastUpdated\": \"1998-10-02T04:24:27.950Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1990-12-31T06:27:34.383Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"e\",\n \"type\": \"ROLE\",\n \"name\": \"ea id\",\n \"description\": \"quis elit ipsum consequat\",\n \"ownerName\": \"et ipsum ut deserunt \",\n \"ownerId\": \"dolor qui culpa quis\"\n },\n \"status\": \"sint sit ull\",\n \"lastUpdated\": \"1968-01-21T15:15:46.402Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1996-09-24T15:04:13.808Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"pariatur deserunt\",\n \"type\": \"ROLE\",\n \"name\": \"reprehenderit adipisicing\",\n \"description\": \"reprehenderit volupta\",\n \"ownerName\": \"nisi ut\",\n \"ownerId\": \"magna\"\n },\n \"status\": \"do proident\",\n \"lastUpdated\": \"1970-11-22T20:52:09.361Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1976-10-21T07:06:40.029Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"mollit sunt laborum\",\n \"type\": \"ROLE\",\n \"name\": \"tempor consectetur exercitation anim\",\n \"description\": \"pariatur cupidatat\",\n \"ownerName\": \"nulla\",\n \"ownerId\": \"cupidatat dolore sed\"\n },\n \"status\": \"ullamco sed\",\n \"lastUpdated\": \"2022-10-03T03:09:26.939Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1991-07-05T08:58:27.899Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5898d83-a307-4d77-a8b9-523e15828816", + "id": "2115d10e-5661-4ab6-9bdf-8b0cff39ae1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61780,7 +61780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ec6d90-38c9-443d-9148-2ca8691aa832", + "id": "c4233723-f17e-47f6-aa4f-67baf9648376", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61869,7 +61869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922881a3-1d7c-4114-a09b-d0d6c5104b12", + "id": "f3cf248b-e102-47e2-89c6-1425b1c8d9d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61958,7 +61958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a00cf04-8099-4bbf-978f-658897b8626f", + "id": "a9d5fc09-bc58-4da0-ab6c-765b1cd79c1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62053,7 +62053,7 @@ } }, { - "id": "407e70a4-cf43-4126-8f55-29318b480572", + "id": "d8d7be9b-2669-4807-ae42-2e5622198725", "name": "Create common access items", "request": { "name": "Create common access items", @@ -62084,7 +62084,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62095,7 +62095,7 @@ }, "response": [ { - "id": "15239fc8-0934-4085-a691-843c4dda74c8", + "id": "1b84b067-56eb-4c7a-8347-116e947d621b", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -62129,7 +62129,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62146,12 +62146,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ex dolore ea Duis reprehenderit\",\n \"access\": {\n \"id\": \"nulla fugiat anim\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"sit ut\",\n \"description\": \"sunt\",\n \"ownerName\": \"nulla\",\n \"ownerId\": \"velit ullamco dolore fugiat\"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"Duis in consectetur\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"enim anim consectetur\",\n \"createdByUser\": \"ut adipisicing deserunt\"\n}", + "body": "{\n \"id\": \"dolor\",\n \"access\": {\n \"id\": \"veniam exercitation culpa adipisicing\",\n \"type\": \"ROLE\",\n \"name\": \"et\",\n \"description\": \"Ut dolor laboris\",\n \"ownerName\": \"nul\",\n \"ownerId\": \"laborum\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"Du\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"pariatur veniam ex aliquip\",\n \"createdByUser\": \"aliqua in esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "349c1be8-a1c4-4e03-8b52-eed7f0f83953", + "id": "5c6aa5cf-1a24-4fbb-9ea8-9468a1b8a6e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62185,7 +62185,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62207,7 +62207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceaaee80-cda6-44ba-8291-499f89e88c63", + "id": "76efcb27-f5bc-429e-a477-3efe89883329", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62241,7 +62241,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62263,7 +62263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d7a6ae-ded7-4002-98fa-c553d15f211d", + "id": "c2df76e2-ab3c-489e-85b3-3a819b37d9c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62297,7 +62297,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62319,7 +62319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98592584-6978-4314-ace1-ed7c8669b52c", + "id": "3bd9308b-3736-4d28-babe-c6ccb56631a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62353,7 +62353,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62375,7 +62375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42139c1-4eeb-491e-908a-91b58db7eca8", + "id": "137a9063-02b4-48b4-9835-e2b1a1229a2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62409,7 +62409,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"officia\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"esse in\",\n \"description\": \"ullamco ad\",\n \"ownerName\": \"deserunt eiusmod labore\",\n \"ownerId\": \"non dolor culpa\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"culpa sed velit\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim do eu exercitation\",\n \"description\": \"m\",\n \"ownerName\": \"dolor tempor\",\n \"ownerId\": \"eu irure eiusmod aliqua\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62437,7 +62437,7 @@ } }, { - "id": "ae277c56-27d9-4a52-829c-9ee9e3383f18", + "id": "2b5e8767-5029-403b-a942-bcd697309690", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -62469,7 +62469,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62480,7 +62480,7 @@ }, "response": [ { - "id": "b5657446-3335-45ed-b407-cf40787f5c95", + "id": "3a7d66c6-d91e-46a1-8659-c8427dd6c174", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -62515,7 +62515,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62537,7 +62537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26869914-3160-4313-951d-76a93216a7f4", + "id": "42b5b5c7-7a3f-46e0-839f-8c26cb3f8a00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62572,7 +62572,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62594,7 +62594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c159e90-9287-438b-8443-bf1b60f631a0", + "id": "7f44d74c-eaaa-48b8-a02e-38f7f915b0de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62629,7 +62629,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62651,7 +62651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4481a928-da19-4d0b-873b-a70bcd0647a1", + "id": "3c2c4f38-28ca-4469-8529-c715d62dbe17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62686,7 +62686,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62708,7 +62708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeef8751-fc54-494b-a5aa-a522ec8a35e2", + "id": "b76ff991-af4b-4664-a320-6c5c295ba5db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62743,7 +62743,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62765,7 +62765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927744b0-532d-44a4-b6e8-d468cc5df096", + "id": "f7363b76-5597-4347-8df6-3cab2148588d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62800,7 +62800,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:113357ec-e68f-e3f0-82d2-c53c16c973e7\",\n \"f81e80c9-91b8-b053-d361-3018907c0c30\"\n ],\n \"deniedIds\": [\n \"dce91ddb-5288-c5b0-a3ad-95a211d71572\",\n \"c5525200-9ab5-0343-4388-cf6c767ac522\"\n ]\n },\n {\n \"confirmedIds\": [\n \"e95bfb32-0a7f-ff35-2e97-a988f6684b75\",\n \"7ed436f8-9ddc-c7d3-c612-e70615767063\"\n ],\n \"deniedIds\": [\n \"urn:uuid:70d57532-e955-fefa-7009-6c09b1ed9893\",\n \"ca7c89ac-caec-1aca-4484-af4e31c80bcc\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e22fa23c-a251-45ed-0f2f-b8f4b94c1a16\",\n \"09334f16-cdc1-ad28-c481-4637479f3aac\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a2b8429d-8281-88d1-6200-8c7828197c5a\",\n \"urn:uuid:c51da607-66dc-b788-d3ec-c64dd5f61c64\"\n ]\n },\n {\n \"confirmedIds\": [\n \"115742bf-ea9f-9827-04a2-477c50c2963c\",\n \"urn:uuid:166db7bf-f1e4-2db3-a8b3-42919a0d4eb9\"\n ],\n \"deniedIds\": [\n \"c79fcfc7-7f6a-169d-f633-3fe72b82a8d1\",\n \"urn:uuid:18f68531-d0b0-f5d6-d8a4-7f1db8a84c63\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62834,7 +62834,7 @@ "description": "", "item": [ { - "id": "bbbaaff3-f97e-4e99-a968-f146ca202e45", + "id": "deeb0568-7bd1-4d95-9d23-63196694e811", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -62875,7 +62875,7 @@ }, "response": [ { - "id": "d972c21f-d4da-42b1-b0c6-e0cb663b23d0", + "id": "e9927233-ab12-492c-b1ef-48dd380faf90", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -62919,7 +62919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edd76636-4c79-4338-ad7f-04ce24eecdd4", + "id": "5b37e0b9-b4a7-439c-a526-0543f8d664c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62963,7 +62963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e7a2ad2-c735-4567-962c-03c3ca3b9dcc", + "id": "cbe9840d-1eb7-4762-a56a-16f8fe5559a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63007,7 +63007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "329cefba-314e-4cc9-ad64-61b3adfe3bda", + "id": "ae3102b5-e6f2-41cb-a140-5160c61a49b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63051,7 +63051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3405a93f-5872-4080-969b-cca4e9526366", + "id": "e677db7d-1471-4d3f-9e3a-c91132a867e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63095,7 +63095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "134a9abf-8d1d-4ca2-8f47-411d4fbdb431", + "id": "075f3d38-26ec-40a6-ace5-987ece9e5495", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63151,7 +63151,7 @@ "description": "", "item": [ { - "id": "2a5e3167-c8c9-46f2-b14f-07b3b9e236de", + "id": "4054969b-1fac-43f5-a465-60c7c983ba9a", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -63226,7 +63226,7 @@ }, "response": [ { - "id": "28d916a5-4eb1-4db9-8fc6-4ac103f2aa20", + "id": "f3e62da7-61b4-497c-825e-8377e7f19d77", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -63316,7 +63316,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "5002332" + "value": "-37920042" } ], "body": "[\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n },\n {\n \"type\": \"LOW_SIMILARITY\",\n \"snapshotDate\": \"2021-05-01T18:40:35.772Z\",\n \"totalOutliers\": 50,\n \"totalIdentities\": 5000,\n \"totalIgnored\": 0\n }\n]", @@ -63324,7 +63324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60da591d-425e-47bf-86f4-7a65a3d76453", + "id": "0de3bece-00e2-4758-87df-6028ead317ff", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -63413,7 +63413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d841a3-6ae3-4070-917c-aaab52e4c8c2", + "id": "5e7b48a9-cd78-49f8-a82e-4783d77ef63c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63502,7 +63502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3bf2d5b-b986-4491-bd85-8c1703834ead", + "id": "71cc0398-5d63-4de3-94df-9496a3fa6375", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63591,7 +63591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446def78-bdb5-4312-8a85-44878b786249", + "id": "56addf6c-d151-4a71-a179-b548c17e0c94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63680,7 +63680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49634df6-6d40-4323-b5cd-478035faffbb", + "id": "fd9662a7-a804-4eca-96dd-7e53fc0b21a8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63769,7 +63769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ada6b0-0591-4dd2-bee0-78bec4730134", + "id": "cbef5617-129d-4483-8f04-3b468bcccade", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63864,7 +63864,7 @@ } }, { - "id": "19fcb7c7-f82a-4b39-a5f0-2758977e61b4", + "id": "cf252d95-0ecc-4035-9920-cd77dc5de584", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -63904,7 +63904,7 @@ }, "response": [ { - "id": "d0a8a319-a282-4dd1-8e90-eaa9acd76d95", + "id": "2a47758a-a197-4e30-877f-1e52854389d4", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -63958,7 +63958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ff0d3a-0755-4741-888c-c7b54a0bbd13", + "id": "f4560716-02f5-4a4f-a470-28403d876213", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -64012,7 +64012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3157d9-be8d-48ed-b5aa-76eb8605a47f", + "id": "31f358a3-aa25-4ed1-a23e-009cecc2e5cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64066,7 +64066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6084fede-cf59-4503-b3d2-ea3df663b503", + "id": "9381ac09-e9f7-48c0-b368-0036a27508e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64120,7 +64120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf736e55-1cb2-450b-ae99-b41262b56198", + "id": "9dee5f80-a706-4b75-b16d-cadcf3b0b4ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64174,7 +64174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e255cd-92bf-45e3-9c94-971b336bac5c", + "id": "b6c185cc-8044-4267-8dc9-43ebe3e95974", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64228,7 +64228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2364a83-a0fa-476b-af1d-9f4b3f1ff957", + "id": "23f45d58-7607-48c1-8d22-07b78a94870e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64288,7 +64288,7 @@ } }, { - "id": "61a23ce0-4ae6-4afe-9d26-3a4a0161fb52", + "id": "946cd7d0-b58f-4a7d-b962-b607b44eb629", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -64372,7 +64372,7 @@ }, "response": [ { - "id": "4b1af6ba-6a8e-4684-982f-e93c391a1139", + "id": "1564071f-e8b9-4e49-8a8d-1f5e1e3934ba", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -64471,7 +64471,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "5002332" + "value": "-37920042" } ], "body": "[\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n },\n {\n \"id\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"identityId\": \"5be33d3e-c54d-4ed7-af73-2380543e8283\",\n \"type\": \"LOW_SIMILARITY\",\n \"firstDetectionDate\": \"2021-05-01T18:40:35.772Z\",\n \"latestDetectionDate\": \"2021-05-03T18:40:35.772Z\",\n \"ignored\": false,\n \"attributes\": {\n \"displayName\": \"John Smith\",\n \"jobTitle\": \"Software Engineer\",\n \"department\": \"Engineering\"\n },\n \"score\": 0.92,\n \"unignoreType\": \"MANUAL\",\n \"unignoreDate\": \"2021-06-01T18:40:35.772Z\",\n \"ignoreDate\": \"2021-06-01T18:40:35.772Z\"\n }\n]", @@ -64479,7 +64479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba9cfbd-dd38-46c8-b74a-ffe794ee3eaf", + "id": "2dfb1202-d99d-419c-9c96-1d9020c1821c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64577,7 +64577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3514a7-34a5-49a1-8006-24b06f913445", + "id": "a50c51b1-48d8-4caa-a564-de8d71fbf358", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64675,7 +64675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3352880-1821-49da-9034-a7edba678b7f", + "id": "31fcc86c-3c43-4d89-902f-aa2b9b730a01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64773,7 +64773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef317c9-29af-4558-ae73-6b61a53904d8", + "id": "0eff5404-4e19-40dc-bfde-0be86f0d3d5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64871,7 +64871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d942002a-fb37-4f15-a642-2d550d3547f0", + "id": "8d4d32b4-7fb3-4385-81b6-a7d2d06c5966", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64975,7 +64975,7 @@ } }, { - "id": "8958b295-08ae-41cf-8e6f-6e17af5b9e91", + "id": "05246548-be92-40a1-baaa-47b2ad5a7f1d", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -65063,7 +65063,7 @@ }, "response": [ { - "id": "35c2eb56-7cb5-4b21-8b3d-4d5583358974", + "id": "d8a432ec-6f0c-4755-9b87-30fbff5cd289", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -65155,7 +65155,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "5002332" + "value": "-37920042" }, { "disabled": true, @@ -65164,15 +65164,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "q" + "value": "et dolor" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.3853770390792586,\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.6214307833727855,\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.5255275310262539,\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.10175087291135654,\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": "854344c9-48d6-481a-be99-223cf90019ac", + "id": "2544c17d-63b4-43a4-b6e8-f614eda9caba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65263,7 +65263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c008457-ef4f-45d1-ab99-4a325cd14056", + "id": "21379522-f503-45b9-b526-d04b23c328d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65354,7 +65354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17720a4-3838-4890-bde9-afe51c57968b", + "id": "403ae4d6-2eee-41ad-ab24-32d9b4b919b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65445,7 +65445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c511fc89-6c5a-418d-ab61-3f845e78d92e", + "id": "ed4ac928-80b9-4985-a64e-11db44cebf42", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65536,7 +65536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4635e188-1c54-46cc-b082-c5b83a6ed804", + "id": "63e1cd83-f172-47cb-b71c-e524529d59fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65627,7 +65627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72bef324-6afb-4bad-909e-4330e7a1e2da", + "id": "bec1ce95-c80f-4a3a-8ac6-41294aeac81c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65724,7 +65724,7 @@ } }, { - "id": "e84fb3d2-ffef-45a0-90ea-8f26e6a8bfb4", + "id": "bcec9dc5-e291-4e7d-9f41-ad2bdad29d3c", "name": "Gets a list of access items associated with each identity outlier contributing feature", "request": { "name": "Gets a list of access items associated with each identity outlier contributing feature", @@ -65824,7 +65824,7 @@ }, "response": [ { - "id": "80237b3d-fa54-407f-a4cb-6a688f3640e9", + "id": "1c90de6e-66a7-406c-afcd-7805b78e1bba", "name": "The list of access items.", "originalRequest": { "url": { @@ -65917,7 +65917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf04f3da-dfb6-4394-93f5-91b602275c94", + "id": "bd5f40a2-cdaf-4372-9e50-6f5aa49255d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66010,7 +66010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87714f62-7de8-4f7e-8804-8d2121d632c2", + "id": "ddcdddce-d777-4c4e-9528-632bbed2f78e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66103,7 +66103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66fe8b56-26c8-4d0a-9ac6-68812b920153", + "id": "97669902-130c-4c3f-bcd5-9122d7984b64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66196,7 +66196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abff711e-6918-4eb3-a645-25aede134723", + "id": "dd3b8ccc-3a52-477a-b83d-b72356d4bbb0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66289,7 +66289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c96c004-f77f-423c-b696-17d4f31c4ea2", + "id": "2fbfd852-d112-47da-ab34-366ee26280f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66382,7 +66382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f784179-bca8-46ec-bd93-d44d7026fea3", + "id": "11bbd56a-18f4-42d5-a059-82b3a613fcfb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66481,7 +66481,7 @@ } }, { - "id": "7354cd79-ba55-4eb8-97e3-8b31b1643dc8", + "id": "dddc2839-c810-4d26-b1a9-d9ae4a87a001", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -66524,7 +66524,7 @@ }, "response": [ { - "id": "5c6e99d7-4dfc-4d2c-b5ac-9b89beb1f6e1", + "id": "658390d7-50b2-49bf-b546-7e7cb50b0370", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66571,7 +66571,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0b6e6cbb-bb30-4730-919c-206182ba556b", + "id": "c6e3d12c-8b97-45d0-a710-6dfe458f7166", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66628,7 +66628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b44866-37d4-46e7-a4e6-a91cdf01cbb3", + "id": "507bfe95-e0ca-4a3f-a404-bc43b2b29b90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66685,7 +66685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bb7d451-4770-4c98-94e7-6f2fe831f988", + "id": "ab673dc7-bc5f-4935-99b0-340376c4607d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66742,7 +66742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07843e2b-d4ba-4326-9f20-d4da9cdfee1a", + "id": "47436928-2e85-4c1f-9e05-5f4507c263e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66799,7 +66799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a859e21-7eb6-4959-bbdf-e8251ae0f5d4", + "id": "d59ce69b-cf22-472f-930e-cc5bfc0c7a33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66862,7 +66862,7 @@ } }, { - "id": "da2e1ac4-f6d9-4f45-ac3c-fe4c8887b2c3", + "id": "9cf6fa12-b049-4a76-9a05-77c8f4cc0217", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -66905,7 +66905,7 @@ }, "response": [ { - "id": "1a1042ec-4974-44a2-9f6a-84cb871cfdbb", + "id": "879e9ae0-2c44-490f-900b-184ef34a549f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66952,7 +66952,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e2a27f57-aa22-41d5-9669-48929caed327", + "id": "cf9ac369-e2bf-40a6-a984-8dd8539a07e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67009,7 +67009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a246a80-690c-4bfe-8978-8d8381541b2e", + "id": "4571ca9b-bf73-42cd-8ec9-92d682b95446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67066,7 +67066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b02723dd-035a-4bcb-aee6-6941492c0673", + "id": "7b681f7d-2418-4104-b542-1bb9df6e9fb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67123,7 +67123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c98d6f-7e50-4e03-8972-993f5b377370", + "id": "24aeac74-08ac-42e2-9988-c986f1ac0dda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67180,7 +67180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ac7467-5dd5-45e4-9959-e41f9eec9585", + "id": "6ecd7805-b96d-4b17-af29-15a9e2aff865", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67243,7 +67243,7 @@ } }, { - "id": "78199de3-1476-4607-b560-40962ed65740", + "id": "c9f5cf81-a72e-425b-9070-eb9c3a035c71", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -67283,7 +67283,7 @@ }, "response": [ { - "id": "5d363b33-a4e4-49a1-a4f2-14165c2c9a23", + "id": "8d1441be-ed60-4c04-a0dd-41bd5a216dd2", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -67332,12 +67332,12 @@ "value": "application/zip" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "0ea37026-660a-4139-a05c-9b274bb1f205", + "id": "592527c2-f85b-4439-9730-9073d56a863e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67391,7 +67391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1e3171-293a-4109-a06d-34e533411583", + "id": "629b0dfd-a1e1-42e1-88c7-e7dfb3651a01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67445,7 +67445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d6496f7-9330-45f0-8b27-866f9d223142", + "id": "6f200907-2038-48cf-946a-d92298134866", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67499,7 +67499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec79b1d-9117-4498-9877-2f8256da7e94", + "id": "064d49a5-b193-4d7b-9798-5ede89d670af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67553,7 +67553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ec29ce-f578-413e-8f89-d70c1a0fc521", + "id": "ef7637a9-85fb-4c94-9253-8df72e921abe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67613,7 +67613,7 @@ } }, { - "id": "7b97aaba-453c-42fc-9c5d-741b690973b5", + "id": "e822eda3-4a9b-407a-b1c1-4366f8322701", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -67654,7 +67654,7 @@ }, "response": [ { - "id": "7a43fc69-4ee0-4973-9902-17ea9af0ce0b", + "id": "3d66c513-9b5c-4bb6-89d2-317b65c1c393", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -67699,15 +67699,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "q" + "value": "et dolor" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"dolor veniam\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"et do\",\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\": \"esse aliquip\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"reprehenderit\",\n \"valueType\": \"INTEGER\"\n }\n ],\n \"featureDefinition\": \"Identity total number of entitlements\",\n \"featureExplanation\": \"An identity that has too much rare access has a higher change of becoming a security threat due to the unique access they possess\",\n \"peerDisplayName\": \"Mary Jane\",\n \"peerIdentityId\": \"9f9d5d53ad0e48fba7352f6da9f1b8gbg\",\n \"accessItemReference\": {\n \"displayName\": \"All Rare Entitlements\",\n \"searchPlaceholder\": \"Search by name or description\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10ab5e65-9062-4874-a7c1-048acf6d9938", + "id": "0357ecf7-77a9-489d-8de0-f35e31d8eb99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67751,7 +67751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b01b41-e91e-47ca-afee-dd9246fc5788", + "id": "ed17369d-79f1-4406-b8aa-5e567ac63fab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67795,7 +67795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c7b8ad-63a7-478b-ba26-a7f31b987341", + "id": "559d7167-38d6-44a6-b311-93f4535282c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67839,7 +67839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d05cb28-ff30-4c9f-bac5-24e64805845c", + "id": "0bc012e8-7339-4e7e-a334-1c9b40881de2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67883,7 +67883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8019e9b0-3ab2-4bef-b810-cc5a9e69e1ee", + "id": "2c913269-feb3-4ea2-842c-f23b77a41f73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67927,7 +67927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470bf615-e2ea-45f8-a1c9-52e579cc2ec4", + "id": "9e57f902-7e08-4a05-a9a3-b31bd895cc99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67983,7 +67983,7 @@ "description": "", "item": [ { - "id": "2f9f46c8-4eec-4d95-9ffa-1b63903eef9b", + "id": "87ee752f-b28b-4afc-8a64-42412d56f018", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -68053,7 +68053,7 @@ }, "response": [ { - "id": "50d61215-5d8d-4bf1-b553-2b4aed421a76", + "id": "3a1d586c-eaa8-409d-96b8-0a46a02fc212", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -68121,12 +68121,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"culpa in elit temp\",\n \"type\": \"in nulla do incididunt\",\n \"peer_group_id\": \"Duis dolor nulla ut\",\n \"attributes\": {\n \"adff\": {}\n }\n },\n {\n \"id\": \"non aute consequat sit\",\n \"type\": \"comm\",\n \"peer_group_id\": \"consequat in ex\",\n \"attributes\": {\n \"Duis90\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"cupidatat\",\n \"type\": \"pariatur mollit magna\",\n \"peer_group_id\": \"in ipsum Duis\",\n \"attributes\": {\n \"velit_0\": {},\n \"quis4c\": {},\n \"ind3\": {}\n }\n },\n {\n \"id\": \"commodo \",\n \"type\": \"amet est aliquip consectetur\",\n \"peer_group_id\": \"deserunt\",\n \"attributes\": {\n \"quif0\": {},\n \"sed_c\": {},\n \"eu1e\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0bc197f1-77a6-45ba-81c0-e7f3ec71c220", + "id": "9582b003-bc11-4733-bd24-013e26203a33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68199,7 +68199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf59df75-f6b3-4957-a519-6b417c9275a6", + "id": "663b3689-d049-4536-9514-6c8d947f323a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68272,7 +68272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c876cbd-caf2-4824-a98d-6d51e7934219", + "id": "a48d1504-b7b0-443d-ac72-a9cbcdab43f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68345,7 +68345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a183d0-c0e9-4b6d-93eb-bb16eb9d43c9", + "id": "166fd696-d81c-496a-bf69-56d79f77b116", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68418,7 +68418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57eb72a8-f072-41e1-9c02-eac8945df4f5", + "id": "b1fdbc15-a8de-41a3-93cd-3ec563ce37a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68503,7 +68503,7 @@ "description": "", "item": [ { - "id": "da06752a-eabf-4fd0-9076-dd31090402e9", + "id": "651bc9ac-9523-47c7-9fb4-e0764e6a1330", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -68546,7 +68546,7 @@ }, "response": [ { - "id": "87cff8b3-f43a-4218-a938-f3de9d9b59ca", + "id": "1aa0df5e-1c61-4ca7-8775-b889ef9ed332", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -68598,12 +68598,12 @@ "value": "application/json" } ], - "body": "{\n \"response\": [\n {\n \"request\": {\n \"identityId\": \"2c938083633d259901633d25c68c00fa\",\n \"item\": {\n \"id\": \"2c938083633d259901633d2623ec0375\",\n \"type\": \"ENTITLEMENT\"\n }\n },\n \"recommendation\": \"YES\",\n \"interpretations\": [\n \"75% of identities with the same department have this access. This information had a high impact on the overall score.\",\n \"67% of identities with the same peer group have this access. This information had a low impact on the overall score.\",\n \"42% of identities with the same location have this access. This information had a low impact on the overall score.\"\n ],\n \"translationMessages\": [\n {\n \"key\": \"recommender-api.V2_WEIGHT_FEATURE_PRODUCT_INTERPRETATION_HIGH\",\n \"values\": [\n \"75\",\n \"department\"\n ]\n }\n ],\n \"recommenderCalculations\": {\n \"identityId\": \"2c91808457d8f3ab0157e3e62cb4213c\",\n \"entitlementId\": \"2c91809050db617d0150e0bf3215385e\",\n \"recommendation\": \"YES\",\n \"overallWeightedScore\": -47418605.72053458,\n \"featureWeightedScores\": {\n \"consectetur_a6\": 5818750.893364742,\n \"est_c\": -65698394.59535238\n },\n \"threshold\": 79031731.21284518,\n \"identityAttributes\": {\n \"Loremb\": {\n \"value\": \"enim occaecat\"\n },\n \"enim_1e\": {\n \"value\": \"exercitation\"\n },\n \"in_3\": {\n \"value\": \"amet velit sint qui\"\n },\n \"nulla_ce\": {\n \"value\": \"elit irure ex\"\n },\n \"nulla_\": {\n \"value\": \"eu 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\": 74621007.94729865,\n \"featureWeightedScores\": {\n \"elit__d\": -8370661.115300313,\n \"utb\": 66868838.839989394\n },\n \"threshold\": -85187333.41971645,\n \"identityAttributes\": {\n \"exercitation__ae\": {\n \"value\": \"veniam deserunt\"\n },\n \"sedda4\": {\n \"value\": \"exercitation eu\"\n },\n \"incididuntd\": {\n \"value\": \"cil\"\n },\n \"elit5_\": {\n \"value\": \"proident est elit ut\"\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\": 7578234.184074402,\n \"featureWeightedScores\": {\n \"ea_6\": 51705618.193478465,\n \"labore30\": -4657134.770683542\n },\n \"threshold\": 20762323.60251011,\n \"identityAttributes\": {\n \"aliquip_3ed\": {\n \"value\": \"deserunt est\"\n },\n \"enim_dca\": {\n \"value\": \"Excepteur esse dolor id\"\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\": -24344574.656402826,\n \"featureWeightedScores\": {\n \"laborum_7\": 90413202.5333586\n },\n \"threshold\": -35635029.08094169,\n \"identityAttributes\": {\n \"cupidatat_e3e\": {\n \"value\": \"sit fugiat laboris in\"\n },\n \"pariaturd\": {\n \"value\": \"Lorem labore est\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b19c64ec-b932-47fd-ac95-f2b092acabaa", + "id": "75f399c5-ff1e-4245-a883-f7ecee375cec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "160d100f-18b9-4d99-9f41-604172b46c42", + "id": "bea521f5-0c12-4ed4-9a4d-fabc01174e63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68717,7 +68717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dddf72b0-f5cd-4a5c-9137-02375612a9c5", + "id": "8c0d1474-9293-4578-a1cb-57aea484c578", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68774,7 +68774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084cdb43-a497-420f-b908-92426bb84dbe", + "id": "69623314-ef3a-48bd-897a-7824f4844706", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68831,7 +68831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45fc54d2-d363-4f0b-9e86-a140f0bf3510", + "id": "e44c619c-5020-41b3-857c-6f0b0b911a9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68894,7 +68894,7 @@ } }, { - "id": "5b174652-47be-4f84-95aa-b76f22b9f0aa", + "id": "27e0ab98-7499-48af-b46f-e8818945434f", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -68924,7 +68924,7 @@ }, "response": [ { - "id": "53fcb4ce-58f8-48e2-b5d5-2a3453c07bc8", + "id": "43f73de5-570d-409a-824e-88d750bc70da", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -68968,7 +68968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec83da07-638f-488a-b78b-a6571150cb71", + "id": "8d073bb2-1578-4292-9a76-3b6b454e51d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69012,7 +69012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f01509a-e1e4-4572-a79c-195adcc44e8f", + "id": "b504de72-0936-4d83-9c05-35664fae55b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69056,7 +69056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ffa6ca1-e1f9-48cd-95d5-4256adcfe77b", + "id": "3195a6bf-156f-48ce-97d8-7a0869da25aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69100,7 +69100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3604ff3-e143-44e3-9072-732982fbf8c2", + "id": "08ee1a48-290f-416b-9bfb-29b9685cd7d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69150,7 +69150,7 @@ } }, { - "id": "9b4952ae-3476-4b8f-bb60-eda893805624", + "id": "f6fe05e7-276d-4369-88ea-821f9bbe0d6b", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -69193,7 +69193,7 @@ }, "response": [ { - "id": "f8652608-ee8b-436c-88b7-64015ae15de7", + "id": "f88cec75-ecc3-474b-acc8-031a23dffbdf", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -69250,7 +69250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b2eec7-ea65-416a-9107-8501e6230ada", + "id": "cd65a393-f8e8-403d-aceb-b5f3188d987f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69307,7 +69307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3323f456-c728-42ce-83e5-8b50824af8d8", + "id": "2a3129f9-be0e-47bd-a883-dc3064b0af33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69364,7 +69364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f2b365-4c8b-4ea0-bb2f-8c6053ad4291", + "id": "5f1b71fa-42da-4e95-a91c-7dab15b20e21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69421,7 +69421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7520482-3840-428e-ba3a-72bd181919a8", + "id": "5f8d77a1-181b-4dd0-a87b-fab6338f308f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69490,7 +69490,7 @@ "description": "", "item": [ { - "id": "d64c6bcb-2ff6-42e7-97ef-2f02f7bf64a9", + "id": "7b8bd0cd-8454-410d-954e-3673e9d5e476", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -69532,7 +69532,7 @@ }, "response": [ { - "id": "5251adc9-fb65-43ec-a89f-9fa3fd483503", + "id": "94067bad-cc0b-4147-bd94-57d3a70b9aab", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -69588,7 +69588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad5ff7f9-4731-4090-97e3-24f878130bc6", + "id": "4167a6e8-bd5b-4ab4-a2b6-bd00c1747b2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69644,7 +69644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da1462d-fbfb-441b-8fd3-24ee4b0f0a47", + "id": "4c68d7b9-a5c5-4eb1-ae9f-cc5a16f3c716", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69700,7 +69700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0704fd-b307-4864-9824-b1c95601995d", + "id": "4cbd7b52-fa52-417c-ba4d-778b3571fbf7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69756,7 +69756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81408a58-ebc5-4a85-9bab-a6a5bb8df4fc", + "id": "2a02b711-b5e8-4add-8cad-f7f8e85e6a70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69812,7 +69812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a302294-cca2-4867-b6b8-d4538c02d8d2", + "id": "9261f6c3-1131-4870-b22e-23cd9e4c02d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69874,7 +69874,7 @@ } }, { - "id": "12c85a31-690b-4f4e-b285-29e3fc1c2943", + "id": "cd07b49c-e9b6-4166-a9e9-b9d634c69cd5", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -69949,7 +69949,7 @@ }, "response": [ { - "id": "17b4969b-aae7-4c80-8326-c31030cc9cd5", + "id": "3bb101a7-713d-40a8-84f2-243d57c01c4c", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -70038,7 +70038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab07fc8-219e-42c8-a740-17d562265afc", + "id": "ce3c563e-fccc-4147-99f3-c421aa42f20d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70127,7 +70127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b24e8f-3fdd-489d-8bbe-c2e07c571599", + "id": "ec3090bc-d716-4ab8-89d1-4dda37c9b843", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70216,7 +70216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62ab7a5-f5d5-490c-bf3b-c813a0d79772", + "id": "f914104c-4839-4ed0-b7df-773c25d2493d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70305,7 +70305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8f4a8e9-9ff5-44ea-81b2-72f53027b1ca", + "id": "de54b58d-1d78-475a-a7ca-09137e3005bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70394,7 +70394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824ea97e-4854-4789-936f-ff09c6802bb4", + "id": "6024b876-83de-4cc6-bb7a-5b9259f327ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70489,7 +70489,7 @@ } }, { - "id": "effec70c-4478-44cc-9e80-914b710586c8", + "id": "7b728055-4749-459d-9ec6-1cfd2b401850", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -70543,7 +70543,7 @@ }, "response": [ { - "id": "e63d1a11-6675-47c5-a6f8-2f49bf96b57b", + "id": "ced17659-2206-4248-86c7-37155eeb6cf3", "name": "Success", "originalRequest": { "url": { @@ -70600,7 +70600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a31ab49-261d-4f92-ac7c-9a660cc8172d", + "id": "30584a7a-feff-4277-9cdf-97cfd3624810", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e09fae-df30-4470-8ed6-be03ccdba6da", + "id": "9ab3e894-b68b-4ceb-86a4-4f38bd9ec74e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70714,7 +70714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3321c8b9-f74f-446b-afde-d0ba29c06e86", + "id": "dac145a0-d23d-47ba-b93c-12612da7d08e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70771,7 +70771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94605d6-883c-4660-9353-20b794fa7a7a", + "id": "7d1fe0af-2513-45cf-939c-0f6d58d44ad2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70828,7 +70828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53100c61-3108-4a1f-bf8c-802ca1d3fb02", + "id": "1fa4cb53-f6a6-406a-bef4-6c18471cdce2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70885,7 +70885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d3517a-410a-4cbc-9fad-6de4ae91f018", + "id": "9a8408d8-01c8-494d-90b3-bacf085e86c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70948,7 +70948,7 @@ } }, { - "id": "48efe6bd-4c72-475c-b20d-c8cd6ca285ed", + "id": "2abe64b8-cd9f-4178-9c41-b90d928dd502", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -70989,7 +70989,7 @@ }, "response": [ { - "id": "89fb1d09-c616-40e1-b83f-bd0056df1e5e", + "id": "61db7866-b7f8-40bf-a6a5-c116dec74fd0", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -71033,7 +71033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3815297-74ed-4273-baef-c338fe2deda8", + "id": "69332e81-5273-4bdf-ad6e-5b6d6da74fda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71077,7 +71077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c0bf4b5-9908-465f-9a90-b608f298c286", + "id": "6018d11c-1c44-455a-9b8b-9cef0b96537f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71121,7 +71121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b3118eb-d43e-42e4-ae79-f506d2109307", + "id": "4bc92c3a-436d-476e-960d-0555ae3dbad8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71165,7 +71165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24a172e-fda6-47e6-a541-996f18e1da81", + "id": "f93cb770-e2dc-4d28-ace2-c2b94a77faff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71209,7 +71209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1800d8bd-0ecb-4a2a-8f68-5a4e59d267d6", + "id": "a27094f2-1259-41f8-b194-799b22b72d65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71253,7 +71253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540c5a18-f7e0-4f00-82ad-2c605419501f", + "id": "8c0d3125-98c6-4430-ba5f-863bda365619", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71303,7 +71303,7 @@ } }, { - "id": "5721e7d4-31dc-4c35-91a2-c461734eb644", + "id": "2af6a1d5-d473-4ddf-969a-8e150adc7cd9", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -71345,7 +71345,7 @@ }, "response": [ { - "id": "3a8db49a-0716-43d1-947a-ea014adea888", + "id": "b8d08c24-b91b-46d7-b014-61c670c1bd3f", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -71390,7 +71390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1149bc04-be6b-4082-bd4d-d06b3abafa29", + "id": "b4d84f88-1636-48a2-a683-c2cee8ded536", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71435,7 +71435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34cc7481-f621-495d-80fc-80c9f4b18a18", + "id": "9467f3ec-f96a-45f4-a130-04dbc5c68ac2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71480,7 +71480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105f8a4e-6f99-48ba-8204-6e21ab24a255", + "id": "aa34fe60-b3ab-4c3b-b574-70214371c328", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71525,7 +71525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2b3275-b7df-4b99-8aaf-432871c11acd", + "id": "297a393d-c74e-4114-b3a7-524946bc457b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71576,7 +71576,7 @@ } }, { - "id": "5efb4729-9b31-4625-9dd9-61a898ffd46f", + "id": "e85ae2df-742e-4b1d-8968-ee459ca4fa67", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -71664,7 +71664,7 @@ }, "response": [ { - "id": "633e40d6-2419-49b6-92e9-ba0e12f794a2", + "id": "8bcdaad7-b09c-4b85-a995-f7d215e471ab", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -71755,7 +71755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14df0ade-ff66-4cc8-ab8e-e91c7ea74a24", + "id": "7f7bcbbb-6d0c-4fe2-8edf-c7c0326cd66d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71846,7 +71846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2502476b-9924-4a7e-bccc-bfd3beb07b35", + "id": "ecc9f85d-845c-4d29-ae0f-c0a20b3bef95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71937,7 +71937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860c5648-e9d0-49d1-a94c-baa5ec81882f", + "id": "b78d56af-b89f-43fc-9450-bd89cc6e0094", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72028,7 +72028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57718b82-65c4-4fd9-9a25-4cc23a52b27c", + "id": "340bd5a3-cd80-4bff-8f49-73f4100c6fc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72119,7 +72119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe52339-130f-4e5b-bf00-547962e2072b", + "id": "0fc093c2-e92a-4297-9210-b869d9612ad8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72216,7 +72216,7 @@ } }, { - "id": "0d519fbb-aaa1-4905-8cd8-27c07c728905", + "id": "f891b34d-dbbb-4ece-9a06-2867f46ec464", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -72269,7 +72269,7 @@ }, "response": [ { - "id": "abac1d83-baca-41ea-bc32-ef1a5ce7a0bb", + "id": "7a819fba-99c8-4320-ba33-e39c581f683f", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -72310,12 +72310,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nulla_0\": \"aliqua incididunt\",\n \"elit_2\": \"ea culpa eu exercitation sint\"\n },\n {\n \"quis__b9\": \"eiusmod eu\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolor_2b\": \"est qui\"\n },\n {\n \"deseruntb4\": \"Excepteur ex non eu\",\n \"ea_a1f\": \"commodo Duis minim\"\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 \"occaecat15\": \"cupidatat non adipisicing dolore et\",\n \"in888\": \"ut quis dolor laborum\",\n \"Lorem6f\": \"labore adipisicing laborum sit\"\n },\n {\n \"sed_d\": \"Lorem nulla sunt\",\n \"tempora1a\": \"laborum reprehenderit\",\n \"ex959\": \"ad\",\n \"elit_79c\": \"irure ad pariatur ex\",\n \"laborum_8c\": \"eiusmod nulla dolor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"magna5\": \"proident sunt fugiat deserunt\"\n },\n {\n \"amet8\": \"est in Ut aliquip\"\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": "ed665a7c-7ee7-4d97-a89e-5aaa726e1d44", + "id": "d8ca91a2-351d-4b2c-8dfa-b606e9d6795f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72361,7 +72361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d7c4dbb-4b79-4415-848d-cb3322b20aa4", + "id": "d97fcdd7-a862-44b0-8ad0-ded2348ea898", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72407,7 +72407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "087e4c05-273c-483e-8e38-d4ebd701f902", + "id": "565b0e0c-6918-4731-a8b9-c444d60617ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72453,7 +72453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4780537f-31a1-4b51-ae23-f35ead006717", + "id": "8aff1c0c-94f7-421c-bf70-81bf31ecdc55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72499,7 +72499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac4ea55-c5d2-4856-b193-eaf08ab6e57e", + "id": "11a53bc2-7ffc-47de-8c30-2f8b12e9edda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72551,7 +72551,7 @@ } }, { - "id": "dfe95181-cc99-4a4a-87b4-cb30f6afd47b", + "id": "fb8acb8b-930b-45ed-bd03-d9942283378e", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -72617,7 +72617,7 @@ }, "response": [ { - "id": "87ed65cd-7d47-4eca-be68-d98224c40cd5", + "id": "72e25ed5-2e36-47ef-b7ad-a607d42f3176", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -72676,7 +72676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da06857-67fb-4940-955f-da635bf14251", + "id": "369ef175-e578-4954-9e93-be5f79d9bafa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72735,7 +72735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5645e97e-6c22-4bb5-834a-df2c022e9a6f", + "id": "d8092b24-f6e5-451a-aa0d-a872a14aacaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72794,7 +72794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7b5da4-b910-414c-8b79-cd4443a4ce7d", + "id": "c87f7231-1af9-4b51-b9c0-9148e4352a9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72853,7 +72853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44436ca9-719c-4b7c-9355-457df7424fa1", + "id": "82d5c94c-a397-4c68-bd94-d301814c8a66", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72912,7 +72912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98835ee5-ce7a-4daf-9b8b-cfd015cd6a92", + "id": "b1cb582f-7d1f-431a-bbb3-d31945a05d5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72971,7 +72971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9822bee8-5ece-49a2-bfd1-40e6defe4f64", + "id": "800ea25c-330a-4c23-90af-97b1a747c5bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73036,7 +73036,7 @@ } }, { - "id": "16d8e699-74fe-45d1-b2c4-85fe9ea72c04", + "id": "0f4a83a5-d25c-4771-bc6b-6f2d704c9de8", "name": "Retrieves the applications of a potential role for a role mining session", "request": { "name": "Retrieves the applications of a potential role for a role mining session", @@ -73118,7 +73118,7 @@ }, "response": [ { - "id": "e0b4f2a7-693f-4897-92bb-e896aa2168b0", + "id": "3ac9293a-a8c4-4af4-9480-fb86ff8bd881", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -73193,7 +73193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabbcf44-1861-4d10-8398-5aa76643714a", + "id": "9b63572b-4120-44d7-8a02-6d8584cfcc34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73268,7 +73268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "568c5ffc-30ba-461d-bc84-e447b1931d23", + "id": "7de06f3e-bba3-4522-96c9-834bff44b3ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73343,7 +73343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c1478b-8e94-487d-832a-fbf7366c1892", + "id": "5de0383e-bc98-4e64-9162-81e9b8606535", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73418,7 +73418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8557fd0-4c64-40a2-afaa-7adfbf8cd981", + "id": "8d8aef45-34b8-44e2-a090-318eb69385b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73499,7 +73499,7 @@ } }, { - "id": "0309ea63-0293-41d9-ad81-f9b6e8906e9f", + "id": "e306f1e0-6202-428e-8d66-c7354960740e", "name": "Retrieves entitlements for a potential role in a role mining session", "request": { "name": "Retrieves entitlements for a potential role in a role mining session", @@ -73608,7 +73608,7 @@ }, "response": [ { - "id": "1aa52916-4f34-49b1-bf17-3574dc100a72", + "id": "e9827516-e0a4-49d8-8d1b-ca26b4e0e38d", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -73710,7 +73710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703ae4ec-c2eb-4a7d-9f94-f280baa63104", + "id": "863afce4-5218-48d1-a839-e0f924b20398", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73812,7 +73812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1259e19-5b46-4f45-aa26-b5012e2c8413", + "id": "649f5b43-28c6-468b-8cf8-d0853ddfa613", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73914,7 +73914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d14e25de-bc6c-423e-837c-21b572dd7e5e", + "id": "219fa021-b457-446a-939b-bde83d0dcb06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74016,7 +74016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27fa2781-ec88-4c46-b281-2108f4d360e9", + "id": "8d3a1b19-1461-4577-9d5e-62d0920cdc8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74124,7 +74124,7 @@ } }, { - "id": "2bf147ec-3a4f-4023-aed1-c57a06f32402", + "id": "7095ad33-2197-4623-8935-d0e1fcbf1341", "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", "request": { "name": "Retrieves entitlement popularity distribution for a potential role in a role mining session", @@ -74188,7 +74188,7 @@ }, "response": [ { - "id": "5f504cfc-8f34-4c53-9f71-d33e6a259c1d", + "id": "fbb9cfe4-5463-4b96-b72b-cf68188c0c2f", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -74240,12 +74240,12 @@ "value": "application/json" } ], - "body": "{\n \"ea_a82\": 53360187,\n \"commodo262\": -31822200,\n \"est_335\": 4037334\n}", + "body": "{\n \"Ut_9\": 98394477,\n \"est4\": -38625310,\n \"qui_ca2\": -78279650,\n \"dolor_fd\": 79216588\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a3c87994-c77d-4cf5-9b90-dc42678c652a", + "id": "540ae620-049c-4daf-b23b-5b9adadd2073", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74302,7 +74302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3ebcc3-fd76-4306-9c8e-0078bd04b8f9", + "id": "b361f3ca-ad2e-4f0b-b0a4-ea871d9a0ae6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74359,7 +74359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628872f0-d8bb-4b47-b366-f34acf0c7037", + "id": "60078d06-189b-4382-821f-fc2628b69241", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74416,7 +74416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ecb2f07-a171-4f44-9af0-19077a0d0d3b", + "id": "613dbc76-0839-4dcb-87e4-28ad6804b681", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74479,7 +74479,7 @@ } }, { - "id": "b80fde93-75bf-42c7-8d3e-f1541d236f09", + "id": "92c88f96-c41c-4c68-a4ca-0b5c934eae30", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -74546,7 +74546,7 @@ }, "response": [ { - "id": "2b631dc4-6b94-41e0-95fa-5da8d1acfd8f", + "id": "70afab9b-6339-47a8-af51-b574af52f71b", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -74601,12 +74601,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nulla_0\": \"aliqua incididunt\",\n \"elit_2\": \"ea culpa eu exercitation sint\"\n },\n {\n \"quis__b9\": \"eiusmod eu\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolor_2b\": \"est qui\"\n },\n {\n \"deseruntb4\": \"Excepteur ex non eu\",\n \"ea_a1f\": \"commodo Duis minim\"\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 \"occaecat15\": \"cupidatat non adipisicing dolore et\",\n \"in888\": \"ut quis dolor laborum\",\n \"Lorem6f\": \"labore adipisicing laborum sit\"\n },\n {\n \"sed_d\": \"Lorem nulla sunt\",\n \"tempora1a\": \"laborum reprehenderit\",\n \"ex959\": \"ad\",\n \"elit_79c\": \"irure ad pariatur ex\",\n \"laborum_8c\": \"eiusmod nulla dolor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"magna5\": \"proident sunt fugiat deserunt\"\n },\n {\n \"amet8\": \"est in Ut aliquip\"\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": "725fa377-0c99-4b3a-b064-5e44c59fe5d4", + "id": "f2e1ea09-98cc-4c40-915b-000bd909633b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74666,7 +74666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6ace1f7-22fd-4c24-8f79-36312165df2d", + "id": "795ef8a9-5ae2-46cd-9ff5-1cfb06b9ba61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74726,7 +74726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33a19e45-d84e-42bb-b9d0-91fd5d55ba5e", + "id": "12fc16ce-c1dc-4bc3-83a7-714cf20311af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74786,7 +74786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba6059e-16b6-4160-8227-305d67a086dd", + "id": "ad51cb93-e9de-49c5-bd72-a46629bf1919", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74852,7 +74852,7 @@ } }, { - "id": "9cc5f03c-c798-48ac-84fc-fac67997a660", + "id": "d7a93185-3475-40cc-8ab5-21d19daa875f", "name": "Retrieves identities for a potential role in a role mining session", "request": { "name": "Retrieves identities for a potential role in a role mining session", @@ -74888,7 +74888,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -74952,7 +74952,7 @@ }, "response": [ { - "id": "0d38a4e3-183a-41b5-8b30-8ad64bd80cc7", + "id": "1b331868-2bb4-4cbf-83b5-ed52f22cf124", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -74983,7 +74983,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -75045,7 +75045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f1457b8-0eab-4cb9-8b8e-4c5900c88599", + "id": "50a60e55-a81c-4c3c-83d6-b60e3063445a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75076,7 +75076,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -75138,7 +75138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730b2931-a4f5-4d44-be01-9dda0214aa42", + "id": "d301155e-baf6-4ff4-b9b9-ae17a7bd6a6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75169,7 +75169,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -75231,7 +75231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d183b06-2a40-4ac5-8c51-10a5b2699b84", + "id": "c740d8c8-e5c6-40cd-bac5-b5d4f9fa3dec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75262,7 +75262,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -75324,7 +75324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d03afda-a732-4324-8c28-b51e3ad8f89e", + "id": "bcdd7adc-68f4-4b8a-ae21-7366cc275aea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75355,7 +75355,7 @@ "type": "text/plain" }, "key": "filters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -75423,7 +75423,7 @@ } }, { - "id": "2d892d10-98aa-47e1-b8c0-eed865e91ef1", + "id": "f1bc6214-ffe9-4d4c-b8c9-1eed5453ee3d", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -75477,7 +75477,7 @@ }, "response": [ { - "id": "0b61b656-5b2e-4e6e-8960-ea29a9ac3a45", + "id": "8e5f6ed8-f25d-44bf-96c8-a48187ca3e93", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -75519,12 +75519,12 @@ "value": "application/zip" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "5726390d-4e17-4087-b79f-44f384c4b460", + "id": "2c501608-49bc-4465-9697-b1e8234770a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75571,7 +75571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cef9dd3-e880-4bf0-bb0a-727fa733180e", + "id": "63b02d9f-137b-4bda-9e38-3a67cab14c23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75618,7 +75618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1275eec-f16c-4762-b429-df2a59d2f25a", + "id": "694c5ea4-12dc-44f4-9920-823b8b09f77d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75665,7 +75665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcca79cb-8242-45fa-ad2b-95f94543b92e", + "id": "152264ba-cae9-42a9-815c-1c0da3113222", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75718,7 +75718,7 @@ } }, { - "id": "89f83853-c985-4331-be3f-4f9f19375000", + "id": "7c913573-a4d4-4bf4-9719-2219c6734392", "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", "request": { "name": "Asynchronously export details for a potential role in a role mining session and upload to S3", @@ -75785,7 +75785,7 @@ }, "response": [ { - "id": "17c7dc1e-78a4-459a-b250-edb14342a2fa", + "id": "8e965ace-550d-4aa8-9255-ad2b98dc8d92", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -75845,7 +75845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a748a51-039e-48e8-85cc-2c7ed6856e9a", + "id": "d252e281-37ed-48db-b24e-ffca72c020d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75905,7 +75905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312b7a8f-2318-4fe1-94a7-c2673dbb795e", + "id": "df3ebdef-4052-49a4-b54e-75bd4e3eec19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75965,7 +75965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0b7653e-1ded-41c0-acea-33a474193637", + "id": "7ff51b4d-2d99-4e59-aee3-31359d5f4dea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76025,7 +76025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36db43e8-889b-4c51-b318-1c6055c4c160", + "id": "4f0f96d7-ef1b-44b7-ae35-b2220d917db2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76091,7 +76091,7 @@ } }, { - "id": "dbb385ab-0269-4f04-a312-9b4c1416963e", + "id": "1c9c9d94-3998-4de9-85ff-54436a2e2c15", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -76156,7 +76156,7 @@ }, "response": [ { - "id": "a1bf1e7a-f629-4c23-bedc-5bb98816b211", + "id": "0178a4cf-3449-457c-8d89-151a4d3af887", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -76204,7 +76204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0831990c-bd0e-4836-b2b6-14fa6009cf66", + "id": "e12fdfc3-b2ce-4093-ad3d-a8969c1775fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76252,7 +76252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1641875-5f43-4093-a078-f29c739a3d49", + "id": "f76b7b7b-fc69-4324-83d8-9dbc0e3af7d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76300,7 +76300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f1c1c97-e001-4c29-8e03-4b0f1b0b8884", + "id": "f89100a2-8fb9-4cfb-8f81-0e5c6d6e53ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76348,7 +76348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb675211-c337-4449-a2ca-bf454820acf3", + "id": "17add132-4afc-4e01-aca4-2b5bb01a7742", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76402,7 +76402,7 @@ } }, { - "id": "a7c5899f-7e98-4306-b471-61c913312609", + "id": "66cc4a57-a766-4993-9c37-62d1635bad9e", "name": "Export (download) details for a potential role in a role mining session", "request": { "name": "Export (download) details for a potential role in a role mining session", @@ -76468,7 +76468,7 @@ }, "response": [ { - "id": "a21af9d2-a146-4193-a8f7-b0cab3cfdf10", + "id": "3821f0f8-4b0c-418b-8376-e9d892b0db7b", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -76512,12 +76512,12 @@ "value": "application/zip" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8e4cfe40-e3cf-4c56-8214-dfcf3c0be6b8", + "id": "d286a26b-1cd5-4a59-87bd-9b8f90291895", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76566,7 +76566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7e15c45-ecaa-4d50-a172-fd532f27d512", + "id": "599110d9-eb0d-4d26-b952-5e6b57d59fd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76615,7 +76615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c411ba-f2a7-4b27-bfcf-b7bf5c0375ab", + "id": "36911bb5-29a3-4067-a5e2-ad0b7fc93d17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76664,7 +76664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb0437d-65d9-4b3a-83fe-d507d159b15d", + "id": "9ba65768-ce1d-4be9-8161-b703168ba8e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76719,7 +76719,7 @@ } }, { - "id": "e9535b6a-44f3-4b7d-a9c8-8d258b33d281", + "id": "8e35ee81-08c2-40af-b962-15160b9b6d29", "name": "Create request to provision a potential role into an actual role.", "request": { "name": "Create request to provision a potential role into an actual role.", @@ -76805,7 +76805,7 @@ }, "response": [ { - "id": "48393185-bc02-400c-a616-14b699275f9e", + "id": "cafde67d-d011-49ed-9ea4-15c6cb86c661", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -76884,7 +76884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df975451-cbd6-4c21-aa70-8d22290b4644", + "id": "412876ba-bb7c-46c3-8fa2-def95a3bc0ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76963,7 +76963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44c72871-4c69-47e5-8466-aabd41a2cc9a", + "id": "1c09f285-33f8-484a-8d7d-e412e2778a39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77042,7 +77042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6fdd195-3848-4b23-a2f3-573a026a95c5", + "id": "0b7e7e03-7f00-47cf-94c1-b540c33c818b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77121,7 +77121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0c1a6b-9675-4389-84cb-9c577ee904e8", + "id": "3d6c09e2-b665-4ab7-93d5-c8d18c4673e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77200,7 +77200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1d0044-5724-410b-9c78-7b8694fdc3f9", + "id": "20cc7168-dabc-4051-a520-25656c985424", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77285,7 +77285,7 @@ } }, { - "id": "8ef8ad92-9464-427a-93ba-a8a89d13a2ce", + "id": "a3cf0e2e-726e-4eeb-80d7-a2d2512b2361", "name": "Retrieves excluded entitlements for a potential role in a role mining session", "request": { "name": "Retrieves excluded entitlements for a potential role in a role mining session", @@ -77385,7 +77385,7 @@ }, "response": [ { - "id": "be692fd5-284e-48b9-bb6b-823b3333d468", + "id": "01bddbd9-10f9-4ffe-9203-abfe99312b8d", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -77478,7 +77478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff18f7a-173f-4717-b6a0-c5199d8f03b5", + "id": "c05a2b3b-dc84-44b4-9365-05d3190c5554", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77571,7 +77571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff86ce6-4381-42f5-8530-33f93bf787d4", + "id": "306675fb-a50f-48ad-81ce-f93fcb399d61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77664,7 +77664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685d8a3c-a467-4566-bad8-b0808bc3c394", + "id": "a464513f-37c5-4590-9a24-f214494df120", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77757,7 +77757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f29d3e9-735e-45ce-b0c1-414a30ddfba4", + "id": "91a12b04-2e98-4aa5-b47d-be103e12b0b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77856,7 +77856,7 @@ } }, { - "id": "33587a31-dbdf-46e7-a2d2-487dcc9f9ab6", + "id": "9bf7aa27-2f0e-41df-85c1-7001f6feb828", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -77931,7 +77931,7 @@ }, "response": [ { - "id": "98ee2db1-eb22-42e4-a88a-0c57e5440f11", + "id": "079c3a9f-deee-4025-873f-d94f539380e7", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -78020,7 +78020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f0b79e-b78f-4c40-aa22-d46e6cc2542c", + "id": "b6af8813-a1cc-4644-b605-07a166b81406", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78109,7 +78109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07bb38f7-227f-4318-a0c0-b4c9f7481613", + "id": "6b848825-5214-4399-aeb2-1d372a677634", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78198,7 +78198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad60d75-35fd-4f2e-8d1a-5702b5e2b0ee", + "id": "b9cb492c-cd55-4ca9-b1dd-ab780b4bc035", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78287,7 +78287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de63cd9d-331b-4ae5-a022-876a76e82b96", + "id": "5a08d0c1-015d-4745-8b0c-4d7e0f379574", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78376,7 +78376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02eab502-f6a2-49aa-9a94-3ffd70397552", + "id": "2e8c8aba-bf05-4f94-92f1-d939718f63c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78471,7 +78471,7 @@ } }, { - "id": "244a54c0-7a6c-4330-b508-96f73d1f92a1", + "id": "7fdba4a6-6cc9-4a64-9c36-f4dbdd04893e", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -78512,7 +78512,7 @@ }, "response": [ { - "id": "a5e5394a-669f-4440-9d2f-ddf4c8d238a3", + "id": "c205459d-0377-4f96-9164-e1e247bd2b82", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -78551,12 +78551,12 @@ "value": "application/json" } ], - "body": "{\n \"createdBy\": {\n \"id\": \"2c918090761a5aac0176215c46a62d58\",\n \"displayName\": \"Ashley.Pierce\"\n },\n \"density\": 75,\n \"description\": \"Potential Role for Accounting dept\",\n \"entitlementCount\": 25,\n \"excludedEntitlements\": [\n \"07a0b4e2\",\n \"13b4e2a0\"\n ],\n \"freshness\": 75,\n \"identityCount\": 25,\n \"identityDistribution\": [\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"nulla_0\": \"aliqua incididunt\",\n \"elit_2\": \"ea culpa eu exercitation sint\"\n },\n {\n \"quis__b9\": \"eiusmod eu\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"dolor_2b\": \"est qui\"\n },\n {\n \"deseruntb4\": \"Excepteur ex non eu\",\n \"ea_a1f\": \"commodo Duis minim\"\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 \"occaecat15\": \"cupidatat non adipisicing dolore et\",\n \"in888\": \"ut quis dolor laborum\",\n \"Lorem6f\": \"labore adipisicing laborum sit\"\n },\n {\n \"sed_d\": \"Lorem nulla sunt\",\n \"tempora1a\": \"laborum reprehenderit\",\n \"ex959\": \"ad\",\n \"elit_79c\": \"irure ad pariatur ex\",\n \"laborum_8c\": \"eiusmod nulla dolor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"magna5\": \"proident sunt fugiat deserunt\"\n },\n {\n \"amet8\": \"est in Ut aliquip\"\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": "37a29209-4f67-4f26-bdb0-27f0d007ff67", + "id": "1b816b16-78b2-4ae2-9203-1ef3acab3df3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78600,7 +78600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "114970c2-670f-4a1c-b561-2678c26bd7eb", + "id": "2d37824f-3558-4c1f-967e-24788cecdeeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78644,7 +78644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4067b5-dc33-482d-9697-0fdc49535ffe", + "id": "d6d245c6-8da4-4072-834f-073c09ada7cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78688,7 +78688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d148aa73-6f2b-4bca-acd5-a9929bf5f439", + "id": "4e5184c5-a647-4e60-856b-d7c2c59557a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78732,7 +78732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6c1e09-7fd3-436b-aad8-171ba1965bb7", + "id": "5c111419-18df-4c3d-b42c-63e7e8b40cc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78782,7 +78782,7 @@ } }, { - "id": "b3bce909-8f08-4188-8afa-8a33c3578c82", + "id": "70b9d193-4db1-4e6f-87f6-feb2251fefed", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -78846,7 +78846,7 @@ }, "response": [ { - "id": "38dc9293-40be-470e-9402-b6b582879137", + "id": "9d2a8bf9-99a9-4a08-94eb-9683d9f000ec", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -78903,7 +78903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4830c2ce-956c-4671-b4eb-e0b5c82eceab", + "id": "839bfc64-e7f3-4eaa-b056-318de6d064dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78960,7 +78960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba03618-9fc2-4b5d-a452-949924904cf4", + "id": "6923502b-cfde-46c8-896c-0144ccfcec7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79017,7 +79017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2eefe9-df6f-46cc-bcf3-b3b834a763f7", + "id": "a91f5521-15f4-4623-8436-dcf296aa8594", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79074,7 +79074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb6dc96d-39d8-4b4e-a73c-06d4dbda2cc4", + "id": "a95b1758-8741-40fd-82d3-f4059201e920", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79131,7 +79131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5159697-894a-42c8-be52-a9e4e6b5bca5", + "id": "ad747395-fc62-480e-8d25-ffb15d98d483", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79188,7 +79188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac5d20f-86a4-4066-9293-5e9ed838532e", + "id": "7d343208-fc62-4b61-b15d-5fc976b2be23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79251,7 +79251,7 @@ } }, { - "id": "6e76eee2-9c7d-4a6f-a9d8-44ad583de41a", + "id": "e4b1a63a-d138-4fcf-bc04-2d9319e6f608", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -79318,7 +79318,7 @@ }, "response": [ { - "id": "7c4756ab-30a5-45e1-b4d1-78fa72214a6b", + "id": "12422681-7159-4346-8f8d-7b9504bdf55d", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -79399,7 +79399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa27c75a-7f41-4953-a110-5e3e8c2e9f5d", + "id": "ebf11eb1-2d52-48d8-b4ba-0655d3272284", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79480,7 +79480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2644fa3-b686-4ce2-89d0-340920876ed6", + "id": "13e87b67-9dc6-49aa-b651-d40763a58e4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79561,7 +79561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5e681c-53dc-4a6d-97d1-61154fabfb99", + "id": "2d0c5bcd-d16f-42d2-b182-6f454b8dc368", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79642,7 +79642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71885691-225b-4527-a3c5-36cba93700e3", + "id": "9b3400aa-064a-444f-8b53-936dfb74b598", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79723,7 +79723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e67357-68e0-461e-b5c9-7c9cfc9fe6e9", + "id": "383682e2-a625-4cb7-8b7a-7d175c9093e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79810,7 +79810,7 @@ } }, { - "id": "c532248e-b102-46b5-8dc4-29a8e9c45279", + "id": "1bf984be-f33c-4a38-9e70-bad4fbc53ba0", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -79901,7 +79901,7 @@ }, "response": [ { - "id": "ee9f27ac-f000-4e3a-a6d5-a9a1256b0e11", + "id": "dcdbacc3-ee28-413f-8845-5be5aee62ea3", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -79985,7 +79985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765a512a-484d-44f6-aa88-ac68fd3bcd02", + "id": "c4a0caf0-840d-4def-99af-7d818ee170b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80069,7 +80069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9733a02-3252-4c45-ac97-6959c723a7aa", + "id": "84a01598-31a3-4dfc-a230-2ca791edc6b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80153,7 +80153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20de391f-f036-47f9-af66-7166b637f080", + "id": "6549a93c-671c-4785-84a8-26d14f6e2bab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80237,7 +80237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5215af-dd13-4276-9092-19bcdd4bbd92", + "id": "8e8a02db-d28c-4e70-a3b4-6eced83a5519", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80321,7 +80321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf800ca9-ef1c-4601-81e3-9b50bb5dfa2c", + "id": "60ff3d67-db51-48d2-8495-74f45049e3bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80417,7 +80417,7 @@ "description": "Use this API to implement functionality related to object icons (application icons for example). \nWith this functionality in place, administrators can set or remove an icon for specific object type for use throughout Identity Security Cloud.\n", "item": [ { - "id": "062e5c85-1e8e-4adb-81d5-181ecff3676e", + "id": "cb8677f2-f6ce-41f8-9b01-a0c4c8402526", "name": "Update an icon", "request": { "name": "Update an icon", @@ -80486,7 +80486,7 @@ }, "response": [ { - "id": "8dd0dc5b-cba0-44ef-9395-cb34d9b42c38", + "id": "07cc942c-0dc7-49d4-a929-733af47e4072", "name": "Icon updated", "originalRequest": { "url": { @@ -80548,7 +80548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7821766d-453b-45b0-aee2-0dcc46182f14", + "id": "a28a6d1a-71d3-4e6b-873f-5f24214aade2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80610,7 +80610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "198e475b-90bf-4ebb-a259-2aa1576f683f", + "id": "62ee2a9a-c90b-4ffe-b188-d69407462c06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80672,7 +80672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604749ab-bd56-4f5d-9f64-cadd15f0062a", + "id": "d707c84c-7b14-4b2a-9211-23bd7366c606", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80734,7 +80734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b082383-b069-4566-8696-e0f40690db27", + "id": "3305189d-297d-4f20-abeb-fac2fc665557", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80796,7 +80796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "620a24ae-de97-4ee1-98d8-a94219e0ad80", + "id": "9693ab99-0e71-4360-8f90-46d33f29154c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80858,7 +80858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21289ab1-9fcf-4388-ac15-2159cb9ba363", + "id": "cc035b24-c5ce-4c27-9422-c1f4dbee07cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80926,7 +80926,7 @@ } }, { - "id": "aca4b5f5-d6db-471e-b58b-dec71de294a1", + "id": "6d63768e-0da5-4013-b74d-a132b1f9f4d0", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -80978,7 +80978,7 @@ }, "response": [ { - "id": "125e59f1-e0e4-4105-8db2-ddfc5e95c681", + "id": "535cb30f-2826-4015-bfa8-f1b5713b0a53", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81013,7 +81013,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7d160a0d-6780-4349-a255-7d945454913e", + "id": "ec4fcf89-c188-4c2a-ac3b-96e302cd00e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81058,7 +81058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae0ef11-4aec-47c6-bde7-cd0681666997", + "id": "df037f48-015d-4a22-8dc7-1ca5f904e4ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81103,7 +81103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd395969-f8b0-4cdd-8d8a-3fb29bbe0bc1", + "id": "a3f32bea-a50d-4160-8f2b-3f11e9fed72c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81148,7 +81148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f3c9aa1-ad4e-4f43-b9ba-348fca4c2948", + "id": "079da39d-c8b8-4272-afc2-1ad4246c7131", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81193,7 +81193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b70b72-1fc8-4d32-aaa9-061ef9268e75", + "id": "62a74ef8-a611-4b65-a2e3-a78b02357e96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81238,7 +81238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f25c241-972e-4598-9d78-c3056a404312", + "id": "02be53fc-b737-4ead-8191-d831d43e7d57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81295,7 +81295,7 @@ "description": "Use this API to implement identity functionality.\nWith this functionality in place, administrators can synchronize an identity's attributes with its various source attributes.\n\nIdentity Security Cloud uses identities as users' authoritative accounts. Identities can own other accounts, entitlements, and attributes.\n\nAn identity has a variety of attributes, such as an account name, an email address, a job title, and more.\nThese identity attributes can be correlated with different attributes on different sources.\nFor example, the identity John.Smith can own an account in the GitHub source with the account name John-Smith-Org, and Identity Security Cloud knows they are the same person with the same access and attributes.\n\nIn Identity Security Cloud, administrators often set up these synchronizations to get triggered automatically with a change or to run on a schedule.\nTo manually synchronize attributes for an identity, administrators can use the Identities drop-down menu and select Identity List to view the list of identities.\nThey can then select the identity they want to manually synchronize and use the hamburger menu to select 'Synchronize Attributes.'\nDoing so immediately begins the attribute synchronization and analyzes all accounts for the selected identity.\n\nRefer to [Synchronizing Attributes](https://documentation.sailpoint.com/saas/help/provisioning/attr_sync.html) for more information about synchronizing attributes.\n", "item": [ { - "id": "c27bda21-146f-46c1-8acc-4710391c30ad", + "id": "d89dca9b-e2cd-4260-9f60-4f2fd75e0676", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -81316,7 +81316,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "identityId", "disabled": true, "description": { @@ -81337,7 +81337,7 @@ }, "response": [ { - "id": "8402b1de-b777-41bc-8413-80d362e3fa7c", + "id": "10e6e42d-3d52-4bc3-ab7f-2d51961958dd", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -81382,7 +81382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4775abc1-2c84-45d1-9a7b-fa7ab8ca7cfe", + "id": "49985079-b5da-439f-a32f-fe2463afebf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81427,7 +81427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc78dab-bfa2-4d19-95f5-f62a909455f0", + "id": "b0063ac3-9f1d-4d6a-acbf-6d2d80bcec09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81472,7 +81472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a73b1e73-9f6e-4a3e-9c75-24151c8246d2", + "id": "49cd383c-f293-4813-9c69-3a80f2d2ca6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81517,7 +81517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcc92dd7-c826-42ed-b8ab-7712a0cedf96", + "id": "9995d09d-7a03-46e2-ade2-482fcd0ea4eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81562,7 +81562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11c46655-2937-42b6-bb03-c63326898bf7", + "id": "85f832a0-d01c-4bc7-9513-42380a4bed6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81607,7 +81607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d96aaf-f109-4839-ac9a-b6b165f0c9fd", + "id": "684e3158-3d94-4385-bf9d-175049ac72ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81658,7 +81658,7 @@ } }, { - "id": "03340ed8-f3a8-49c6-8fb2-5f3110bfd243", + "id": "37abd703-ae1e-4096-896a-865237fa1298", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -81700,7 +81700,7 @@ }, "response": [ { - "id": "81399736-47f1-4c96-beb3-72b05d0d3844", + "id": "3b8ccb3d-e5f0-4e9f-98b4-e49a5645fe47", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -81745,7 +81745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f58776-a00c-4438-b67f-6938697680db", + "id": "b06d095b-2aaf-446e-b9ba-0b5029bbecb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81790,7 +81790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b6497ce-a252-4722-883f-69f104815ef9", + "id": "2a92eaa3-2e75-4099-a3ac-6ca6a9453f51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81835,7 +81835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3e6e381-66db-4228-8582-6abca3830ac3", + "id": "ddde349a-956e-4b0a-9b8a-35c1469de3ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81880,7 +81880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa46c611-cbec-47b2-bde3-4595c895bdab", + "id": "8e9f28d4-cad7-40e7-b93c-6e95c0618d4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81925,7 +81925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c8ee21-634d-42c9-aaed-01e5745e4229", + "id": "3297d17b-f33a-44a3-9491-c40c946137b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81970,7 +81970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd00890c-5eda-47c9-aeb3-de851b1e5e31", + "id": "3356dcd2-41dc-4ff0-8569-491a6eabc908", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82021,7 +82021,7 @@ } }, { - "id": "0e9294c0-ea65-40ff-b525-7e9fef081a8a", + "id": "9c4ff6fc-8402-4042-a965-bec2d734bb74", "name": "List Identities", "request": { "name": "List Identities", @@ -82105,7 +82105,7 @@ }, "response": [ { - "id": "0a2cbfd4-2dff-4ea7-b89b-e796bee1d7ef", + "id": "d002aa69-9313-4905-bcc2-61e6a0320eff", "name": "List of identities.", "originalRequest": { "url": { @@ -82203,7 +82203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc11ac2-e499-4677-ae6b-5673cb674aa3", + "id": "d920220a-b196-49c7-be93-5cbe506eade2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82301,7 +82301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "830b9dee-bbc9-4206-b346-e7b75395ddf4", + "id": "2ffc6e8d-c190-4728-839f-6482f8f6b10a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82399,7 +82399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e690da3-e9d1-44cb-b020-4cdcca5784eb", + "id": "340306cd-1312-4107-aa82-299218a46d41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82497,7 +82497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdae26f-f1b0-4708-a428-95feeebf8d7a", + "id": "fa672f67-207d-49e4-842c-cf43565c5e01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82595,7 +82595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc99fa3-6728-4bb9-b518-a25039124720", + "id": "1d00ca1b-c508-4178-bfbb-8387717d8cb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82699,7 +82699,7 @@ } }, { - "id": "2f276fec-d06e-426a-bd21-fb8ea94a307a", + "id": "deb88010-5da8-4b53-90d1-a21415fd1283", "name": "Identity Details", "request": { "name": "Identity Details", @@ -82740,7 +82740,7 @@ }, "response": [ { - "id": "5609a4b2-2a8a-41b4-a2df-0b3e7773a6c4", + "id": "2cf5a5dd-e2e9-4c68-bb16-d56ccf7e1191", "name": "An identity object", "originalRequest": { "url": { @@ -82784,7 +82784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0438d4c3-cdbd-41ba-86df-3c4c242bed13", + "id": "e87e7c39-de45-44e3-9420-ab6d85ea17be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82828,7 +82828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4050bc7a-0ae2-46dd-aba0-fc6bf267abc4", + "id": "cd785d9c-2bd4-48ac-85ec-11be6f5137f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82872,7 +82872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d5d9e79-c6f0-4b15-91d7-13376ceecbe4", + "id": "5a53c4e0-eefc-4097-bc9c-5d3501a525ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82916,7 +82916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2415c22c-9ba8-4996-93cc-62962ad148f5", + "id": "fd07920a-05bf-4296-b0c4-0f45691f3d18", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82960,7 +82960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29bbc5a5-c590-41c2-9501-8339ee3926b4", + "id": "c491221e-071f-4e4c-9dfd-810b5ae74afd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83004,7 +83004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9e81a3-29a7-4167-806e-1845a2150091", + "id": "58a344c8-7d99-4d6e-8522-fd45bc01335a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83054,7 +83054,7 @@ } }, { - "id": "ff63ea4a-ed29-49e1-95c7-b4ba24759024", + "id": "6933f5b8-4d99-4eaa-ad59-68f563b68433", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -83095,7 +83095,7 @@ }, "response": [ { - "id": "44c03ff3-9a8f-4351-88c5-ee323fc7bee8", + "id": "e6914c89-f877-46d6-8bc6-e4cbf6d3d76a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83129,7 +83129,7 @@ "_postman_previewlanguage": "text" }, { - "id": "28c814b7-1e6b-4de5-bc81-aa9bb6f08253", + "id": "f03caa4e-07d2-442b-8429-4866b54b1b1c", "name": "Client Error - Returned if the request is invalid. It may indicate that the specified identity is marked as protected and cannot be deleted.", "originalRequest": { "url": { @@ -83173,7 +83173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943da2b1-b650-4508-b44a-85425903701a", + "id": "202c61a5-9b81-4e8e-bae7-9c377769b6de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83217,7 +83217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ec43fd6-02cf-402a-850b-dd9a0fa0b290", + "id": "61a289d8-6926-4e72-a25f-472a533edd76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83261,7 +83261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0f8a423-4b78-4115-8271-4e52fc6eb81e", + "id": "8689e995-b15d-4801-92ac-2385891aba89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83305,7 +83305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a63d763e-73c6-40a1-8005-dcde77200791", + "id": "dc9bc495-db17-44c9-82d8-75faa0e900e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83349,7 +83349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ab7562-33e2-490d-9ec5-b8eb645a0d18", + "id": "db1b6b93-c892-4932-916d-a3861e86ff29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83399,7 +83399,7 @@ } }, { - "id": "ce00e892-9664-4284-8392-b86831c164d8", + "id": "7d5eb38b-bb13-44cd-8927-f206ef5d6e56", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -83442,7 +83442,7 @@ }, "response": [ { - "id": "b760d44a-dd28-4b43-bbde-ee89d3285f27", + "id": "0691ebad-3133-4e21-a1dd-bcdd224e68e1", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -83499,7 +83499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ed349f-06c7-4963-8b99-dde13d469b3b", + "id": "400ea8f6-a40f-4a97-8c22-4640a8bc7a5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83556,7 +83556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01916d50-3d68-4d55-b27d-ebb664daff70", + "id": "8a4b7f4c-bc5e-49ff-b23d-9aaeace3b383", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83613,7 +83613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d481495-b95b-4cb9-9f2b-17340aece312", + "id": "8df8d434-9aee-484c-9182-640f05a6454f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83670,7 +83670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "207238d8-ab15-410f-b667-fdd9e2ceac5f", + "id": "862b37cb-555d-49f7-8e00-58b3cfd712a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83727,7 +83727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c83eb7e3-21a6-4b78-bf84-3d505cd849a2", + "id": "84c22a19-2fbe-4d94-9bbe-e99a10087a3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83784,7 +83784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932c5dc2-64fa-4948-97de-72b383421c34", + "id": "27f2f1c2-0c82-44c4-8746-7b7fca58c968", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83847,7 +83847,7 @@ } }, { - "id": "d40a8f87-bfe3-46a2-9355-92e7d4d55dac", + "id": "8d8d9487-ba3c-44c0-8330-fbb291484d88", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -83893,7 +83893,7 @@ }, "response": [ { - "id": "59185922-b2e8-4e5c-9170-e57b0ba8fbd0", + "id": "9a69da8d-242c-4e42-b22f-f74eb53076cc", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -83928,7 +83928,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e0730111-5060-4453-b89a-ed317eaba0a8", + "id": "df899076-7abe-4954-9f59-5b46251872b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83973,7 +83973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c09c8d-98ff-4acb-9efe-a8a2fd671b3a", + "id": "35f01ed0-33f6-450e-ae17-dbe3cd744e8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84018,7 +84018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82825d5-8108-474a-8f77-4bf68b9be4ef", + "id": "5c6612b4-2584-418f-8ffb-25f1f2257fef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84063,7 +84063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3797ba28-4931-4b2d-96f6-86b49ab9840c", + "id": "35e71411-f62e-4272-acb8-0309d74cd4dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84108,7 +84108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b01fd98-6f95-408d-ae61-b1519c4bd60b", + "id": "31b66582-cd3a-43d9-a130-37d23ded7729", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84153,7 +84153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2da0f35f-b277-47df-ae71-99b6146363c0", + "id": "afc7d5c7-eaa9-48bc-8ebe-7b1929b93901", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84204,7 +84204,7 @@ } }, { - "id": "bc79c03d-7117-4842-aa7b-daae064604ee", + "id": "b6d0b332-5118-4576-b41e-4e9b296c8c91", "name": "Get role assignment", "request": { "name": "Get role assignment", @@ -84254,7 +84254,7 @@ }, "response": [ { - "id": "f32fa993-b13c-48c5-a1f3-6caafc1039a8", + "id": "a9f06f98-261b-4578-89c5-23901a337767", "name": "A role assignment object", "originalRequest": { "url": { @@ -84300,7 +84300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be30546-006a-4c8f-9f24-9678e2e5367d", + "id": "e7e3afbf-8753-4553-b537-71c7bfe2f3d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84346,7 +84346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ae9115-86c1-4f12-8918-b289a9ce3252", + "id": "7be22ea5-da64-4000-a258-73f5dd64cf97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84392,7 +84392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b89d194-8e61-4d14-a6b9-0a6317a54a22", + "id": "9ba65d85-fd66-4926-9ff9-474b862f34c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84438,7 +84438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ed3116a-158d-43ca-99f3-fb6348205285", + "id": "a471ea94-c496-408d-9a1a-12b7e2f71334", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84484,7 +84484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25cf4afd-b85e-4f82-8b8f-0f136f0543f9", + "id": "166dfb7f-5cfd-425d-86f7-d03d3420fe11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84530,7 +84530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06faa615-7101-4b54-bc0b-1fc9e72e72e6", + "id": "a55ebe9c-dcc9-4581-8ada-e1111ce5d5c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84582,7 +84582,7 @@ } }, { - "id": "9e066a2f-fa1e-4501-8cc4-2d7855dac7e7", + "id": "3406ddc9-df68-42ab-83c7-eef4014fc2c0", "name": "Get role assignments", "request": { "name": "Get role assignments", @@ -84643,7 +84643,7 @@ }, "response": [ { - "id": "2b81dfca-6b3a-4766-9a76-732d1b045fc8", + "id": "e0de0f13-6ce6-4300-bb57-0af8670e1b0e", "name": "A role assignment object", "originalRequest": { "url": { @@ -84707,7 +84707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0270435c-ed53-4b1f-ab81-dd8af5fa1add", + "id": "5bc05929-f3b8-4572-b40a-4c4c0843d62a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84771,7 +84771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b8beae8-3b61-4d90-a46d-0adeb2831244", + "id": "da02fa15-e59a-4bd3-848b-847af44dc174", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84835,7 +84835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aa212d1-3cde-4a92-b014-e822176a4dca", + "id": "de7469e6-418e-4054-81d2-afa66f650d59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84899,7 +84899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19be72e6-04e6-4288-95df-89efa8a52898", + "id": "88f4ede3-18bc-43ec-86e7-13d5e148ae26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84963,7 +84963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7553868-6de4-45b4-9fdf-1a0b8e91a6c6", + "id": "06e282da-9677-4c85-a106-d60fe7976e55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85027,7 +85027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3aa2a02-3036-40f3-afb9-17f00df78053", + "id": "568eb756-2b61-4f44-b92e-8e6926077355", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85103,7 +85103,7 @@ "description": "", "item": [ { - "id": "3f2d57a8-47df-47f2-9b64-c21f78a99ed1", + "id": "5350118e-14aa-4903-839a-4c5e23ca8025", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -85169,7 +85169,7 @@ }, "response": [ { - "id": "c233ff98-cb22-4fc5-b3d4-cc3dd1b4ca13", + "id": "f314f431-e452-4a94-b3fd-629d52e1a9d3", "name": "List of identity attributes", "originalRequest": { "url": { @@ -85249,7 +85249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b51ba00-4fba-4cb9-850d-234a0257b9fc", + "id": "6d933a98-69b2-4559-9070-7166e18395b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85329,7 +85329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8bc0760-6b88-4c39-8df7-157575a90894", + "id": "71432c7c-b9f2-48bc-8f93-7b8116bdf602", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85409,7 +85409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2997d9-35ba-42ca-a44d-03d6c16411a1", + "id": "9e5bb7ec-0d6b-46e4-ab39-4dbd4eee3b1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85489,7 +85489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92289177-a2bd-431f-a19b-8c1273792450", + "id": "6ce4bf85-1c8f-4c51-9206-7e440e76e1c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85569,7 +85569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe30483e-ffe2-491f-a249-78875e4672c1", + "id": "c4c7d03f-08eb-4db9-af3e-67a604b50644", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85655,7 +85655,7 @@ } }, { - "id": "4e5b4478-3d29-4559-ad3a-1abf587f0fbd", + "id": "cbf7b65d-c934-4043-b075-83122f1da896", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -85697,7 +85697,7 @@ }, "response": [ { - "id": "5ee52c8c-1551-4c53-b8eb-ab0ab2ec87a6", + "id": "d300d28d-0a0b-4300-af17-ca14d2a51c80", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -85753,7 +85753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1847ffbb-3523-4d0c-a97d-e61f463e4a27", + "id": "fc7fe610-f8ac-40fb-bcea-26e2e77d4fb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85809,7 +85809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2513234-4917-4020-bb5d-449a6da6f405", + "id": "13a87495-b349-496c-b24a-2ecac58b28f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85865,7 +85865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f71d3a9-9012-4421-8b1d-43b5655cbdc4", + "id": "0fce9f35-2599-40a8-b0ca-9dc5bbd1c23e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85921,7 +85921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1309c8d2-99a4-405a-b346-3188bd6d1518", + "id": "5a06bb67-83f0-4391-95ad-c19efbb4487f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85977,7 +85977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a4d5ea-7fe9-4f87-9128-c134d08acc38", + "id": "c6780edf-ba2d-4f45-9903-2991a6f8882f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86033,7 +86033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5158a39-a469-4162-947a-84ef1eb13056", + "id": "17b00c7a-ad23-4af7-9a1f-e95638cb190b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ } }, { - "id": "164d0360-2736-44e2-bdf5-72b1292ea5fd", + "id": "5fff015d-c5a2-4dd3-94ee-1015c71424e4", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -86136,7 +86136,7 @@ }, "response": [ { - "id": "f4d15411-dd8f-4c8a-bb5d-e9cd1d94e5bc", + "id": "e76d85eb-0a85-4708-a833-736aa7357ff7", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -86180,7 +86180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb43cba-b7eb-48b0-87d1-5e5c5e9723e2", + "id": "dc7d2b76-a13b-4750-b51b-8e1ce2e4c8e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86224,7 +86224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2426a6-26f6-4341-82f2-2b57d8198822", + "id": "d3ecc7bb-70db-4de3-a10e-d799aaa6c94f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86268,7 +86268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69eda2aa-b35d-420f-88a2-3ef2ec14719a", + "id": "ea121e82-5117-45c0-83e2-0a2e79ad5689", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86312,7 +86312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df885d4-d15d-4891-818b-57dc561bb20f", + "id": "a5e36dc4-583d-458c-af17-9ecb01854e6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86356,7 +86356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e4f9e04-8bf2-4af6-ad36-38390f60e485", + "id": "b626b7ee-f909-4284-abbc-832ce5a10741", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86400,7 +86400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0faa0cd1-e70d-4a25-a5c4-f8c356b18a45", + "id": "50cd27ad-bb65-493d-8477-f3c9aa1f6d82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86450,7 +86450,7 @@ } }, { - "id": "9c5ee446-e65e-4b2d-98d8-ac6dcc504210", + "id": "4707fbff-47b5-4e3e-8a22-8831edf700b6", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -86504,7 +86504,7 @@ }, "response": [ { - "id": "6fbbb4cc-9b7f-4a42-a7f4-ea6e14a3dbdd", + "id": "99188dc5-ebe2-4d0a-b589-4195b2a7db7b", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -86561,7 +86561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef2b075-cb34-40d8-9e62-b288d0d805e8", + "id": "5a87e646-bfc5-4010-a60d-be85435726e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86618,7 +86618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e22fe35-2540-4328-bd31-13027e9d6952", + "id": "69fb0e4b-61d6-4ab9-9a60-67bd396c67ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86675,7 +86675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42089f63-fb06-42c2-87b8-7d3ba9fc2a2b", + "id": "841e43d5-777f-4ce0-a30f-db8751c50133", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86732,7 +86732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dde27d77-f519-46c7-b8fd-61f1642afae9", + "id": "2f2cdb57-9b42-4632-be63-25b1db61b656", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86789,7 +86789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65efaa1f-a245-4484-9b7a-ab9638eeb9dd", + "id": "e781354c-0d78-48d1-9761-319e10574af1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86846,7 +86846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cece231f-7875-4f22-b069-480c59622456", + "id": "2dedba0d-a28c-4241-a857-2b8853113a93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86909,7 +86909,7 @@ } }, { - "id": "e94888c2-64a7-4d33-92ef-46000455229f", + "id": "f5e03ecd-54d5-4d94-8c42-1466b7200f41", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -86950,7 +86950,7 @@ }, "response": [ { - "id": "0555406c-2cd1-41ee-a7f8-6a453dbd4537", + "id": "efe20156-5f4e-4600-980b-809066e799c7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -86984,7 +86984,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4eefde39-b580-469a-a9dc-abc66508f0aa", + "id": "09eb7a10-1ba0-4482-8876-f2f824cdb2b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87028,7 +87028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dce4ab39-3a85-4965-868b-7921bafeccc5", + "id": "3f9a4caa-4b1f-4e41-bc6b-cbebe131ae68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87072,7 +87072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1eb0eaf-6855-4ecb-b420-b10753b2eae0", + "id": "6636817f-b73f-4f42-ae77-de0360f48f03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87116,7 +87116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc7bdd6-7998-47f9-b57d-fc633ca04e59", + "id": "0b61a615-b42c-47e7-bda6-b466bb25717f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87160,7 +87160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7907252e-ee8b-4afd-b5d1-91b12b693c0d", + "id": "e2d5e81a-deef-4949-a0ab-72bb00191dc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87204,7 +87204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7df955-e533-4099-ab3f-5da2e35f6342", + "id": "cc980926-70bc-4f85-909f-3e2b5440c79f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87254,7 +87254,7 @@ } }, { - "id": "d99db8e4-e1eb-401d-bcf9-c799f1a519b4", + "id": "6c9f0049-2a86-448c-aa7b-94cb3c1e59ae", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -87297,7 +87297,7 @@ }, "response": [ { - "id": "095f02dd-3227-4994-8a2b-36876b617c25", + "id": "e0d8d1ec-6d68-4e2c-9d21-469de074e007", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -87344,7 +87344,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c433d6d9-4ee4-4982-8855-2885c52e56b8", + "id": "995031e7-c90d-461a-995e-4d377e02df6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87401,7 +87401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17dc79c8-b55e-4e7e-a18b-32fff5acc02e", + "id": "861b39c7-cb35-40a2-8a44-b55034c4c237", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87458,7 +87458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24d72652-50f2-4375-b6c1-061b76e9517d", + "id": "6cee067c-d178-4dbe-8c2e-046e5b373130", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87515,7 +87515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e135eb9-9882-4871-b136-ec839f947d4e", + "id": "8456abef-2825-40eb-a29d-3f5688a0f713", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87572,7 +87572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1b8eba-4f7e-4db7-aa20-c23eaf54b658", + "id": "e6873993-3854-4e84-84f1-f28d130edb4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87629,7 +87629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "546d45c3-d39a-4b18-8c4c-e67ae6ecd7ae", + "id": "2021c2a7-a53a-4dfe-b088-0398e70e114f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87698,7 +87698,7 @@ "description": "", "item": [ { - "id": "74b69c71-36f0-484f-92ba-61f1a1e58753", + "id": "63f35fa1-f655-4b15-a9f3-be752ce315ed", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -87773,7 +87773,7 @@ }, "response": [ { - "id": "98e56e0d-e1fe-4e63-84b6-cd6720185196", + "id": "31cc11e0-8da2-45f2-bf8a-ea435d588ee3", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -87862,7 +87862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06e2c79-7383-41e2-89d8-602ac4c8e413", + "id": "a7ce25b3-759a-48af-b525-2c413aa7b50e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87951,7 +87951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cbab4a0-d48c-434a-968d-c3b48072cfd1", + "id": "f104e3f5-0fae-41c7-86cd-0dc2b9b006e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88040,7 +88040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be5b751-874e-491a-add4-50617e5976fe", + "id": "93ca3bd5-902c-450e-9d20-fdf14a295fb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88129,7 +88129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de548e93-56ee-4143-936a-bcc5889cb68d", + "id": "075aa9a6-e4c2-4131-97e0-93b2715af68d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88218,7 +88218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019621d8-7b86-425c-9338-8ff013967c19", + "id": "f002d9d3-369b-470d-8a50-860dded57d0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88313,7 +88313,7 @@ } }, { - "id": "b4c74ed2-4bb6-4fc0-a7e7-33c4ed50b41c", + "id": "aee477b3-740d-4b32-b316-d4d358d90bf0", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -88354,7 +88354,7 @@ }, "response": [ { - "id": "f9b829a2-9bb3-477d-a6aa-eff9cd418ea6", + "id": "a8037bd4-41bd-482e-8c24-112d2ea347fa", "name": "The identity object.", "originalRequest": { "url": { @@ -88398,7 +88398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fb955c0-0962-4cac-b8d7-21b676458141", + "id": "567b80af-a28f-423a-b8ab-fdb998b93146", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88442,7 +88442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7b11a8-1c55-45fe-89d2-a50cd4398764", + "id": "2bd4d111-5281-40ea-87a1-dd2506efcb02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88486,7 +88486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82dc826-f17e-42c3-98e7-52fedc576e43", + "id": "23e63d57-0e2d-495a-8e99-9610c201e47b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88530,7 +88530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ca89b32-aa32-4a98-b319-6538cdde41f5", + "id": "06dfcfe6-1db3-47d3-be16-193b35ff77d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88574,7 +88574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e2018f-3c35-43f2-b506-cf4994c0402d", + "id": "fc3d4f1b-4864-47a1-b827-25cd56ea0611", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88624,7 +88624,7 @@ } }, { - "id": "eb4d8c2c-020d-4d79-abbf-1bfae060744a", + "id": "0c03a5ac-e16f-42f0-ad3b-e46d93d85bfd", "name": "Gets a list of access items for the identity filtered by item type", "request": { "name": "Gets a list of access items for the identity filtered by item type", @@ -88676,7 +88676,7 @@ }, "response": [ { - "id": "6cd550c1-44b5-4fef-af8d-daab8441dfea", + "id": "e397c195-82f1-4ce5-947c-78cf8554b475", "name": "Access Profile", "originalRequest": { "url": { @@ -88731,7 +88731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be40caaf-a894-4045-a9cb-9165785b5143", + "id": "56fb4b3f-78fc-429e-a905-cb3db6af2507", "name": "Account", "originalRequest": { "url": { @@ -88786,7 +88786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b7bf42-aaf9-49f8-8f84-29f1a1644967", + "id": "6230a1ba-41a7-427c-814c-3424dc64033b", "name": "App", "originalRequest": { "url": { @@ -88841,7 +88841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e6f4d6-82fc-414b-bd00-7adc5f62a672", + "id": "5dbff130-0e55-46d0-8815-34721813b6e8", "name": "Entitlement", "originalRequest": { "url": { @@ -88896,7 +88896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4853e3e1-5ae2-4810-8e08-267cf544ffbf", + "id": "1d77144e-aa59-4826-b42d-58786f11105d", "name": "Role", "originalRequest": { "url": { @@ -88951,7 +88951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00c30e7-50bf-4672-8204-456ea2333320", + "id": "96ae9f1e-1369-47da-800e-6b3811b44b97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89006,7 +89006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7feef8-61b2-4009-b1b4-e342b9f832fb", + "id": "5a1e1b2f-0933-4919-aa61-0484b3aab4c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89061,7 +89061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6ec47e-5a08-491f-9b1f-be01c32044d7", + "id": "3666eb20-0be6-4f04-9bfb-9854b966c91a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89116,7 +89116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a093617-2eb5-4f82-94e4-ace32cc087e2", + "id": "d2b42655-ea6b-4606-82f3-88543c614a5b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89171,7 +89171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24b5821-14e6-4b18-bae5-9f7b4e027998", + "id": "82a0002f-7b77-4d24-ac71-9eef83da09e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89232,7 +89232,7 @@ } }, { - "id": "e792be5d-812d-4e22-93b1-84f03245dd05", + "id": "d785da2c-340f-49dd-b56b-c977a57f70ae", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -89266,7 +89266,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89320,7 +89320,7 @@ }, "response": [ { - "id": "133beda9-74af-4806-8552-27a5ac20a053", + "id": "b8bea15d-638b-4501-a54b-e0c751640b30", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -89349,7 +89349,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89411,7 +89411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecf1b11-aaad-4a41-8873-a322e48f4f5e", + "id": "1107919d-621c-4810-b6d0-56e147caee6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89440,7 +89440,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89502,7 +89502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37bf43ce-0219-4be2-b58f-1c465d7dcd40", + "id": "0da69188-3c80-4dd1-ad11-aac6f3348301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89531,7 +89531,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89593,7 +89593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e45520-1fba-40bf-afce-5417d060a056", + "id": "eb3c7fcd-62b8-4c56-8185-33ea3c4f8ae1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89622,7 +89622,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89684,7 +89684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88df591-b2b6-474e-bf29-f33e4c87166b", + "id": "f8d58dfe-0303-4626-8b09-cbe7b9398f4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89713,7 +89713,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89775,7 +89775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b104a07-addc-470a-a51e-2a7c2980bc01", + "id": "de3ee978-013e-456a-883b-6d300b1f7470", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89804,7 +89804,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89872,7 +89872,7 @@ } }, { - "id": "1cb82990-aa35-498c-886b-e0586de7cb9b", + "id": "8b455ad3-cf66-46e3-829b-c83874833168", "name": "Gets the summary for the event count for a specific identity", "request": { "name": "Gets the summary for the event count for a specific identity", @@ -89906,7 +89906,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -89969,7 +89969,7 @@ }, "response": [ { - "id": "2fd67b6a-abb7-4bd2-8f7e-f746c9081c9c", + "id": "06d32616-f77e-46ab-90e6-f52b18261388", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -89998,7 +89998,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90069,7 +90069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d45e2f9-380d-4f7a-a73d-257886f89285", + "id": "5f21f538-d40d-49ce-973b-447633c28676", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90098,7 +90098,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90169,7 +90169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10516a61-3ad7-48cb-b817-4f76aa0b9829", + "id": "a0f3a67e-837e-44d9-9542-f071b09b8343", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90198,7 +90198,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90269,7 +90269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8b50b30-1a35-45bb-9896-dc39843ec21f", + "id": "8a56a008-3d30-4799-8cd4-6034eeba95c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90298,7 +90298,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90369,7 +90369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b07932f-db34-4b7d-9a49-3d16311f8880", + "id": "d642bf9d-2f0c-4835-80dc-f8ff2180bf70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90398,7 +90398,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90469,7 +90469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a483713-e5d0-49b6-ae02-ba3e7beb3d64", + "id": "e96bc2cc-f0a3-43a8-8bf2-359451b02df1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90498,7 +90498,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -90575,7 +90575,7 @@ } }, { - "id": "b392968a-356f-4b7a-880d-1fae67ddb997", + "id": "cc79a873-0f5e-4662-89e2-a08705f541e6", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -90628,7 +90628,7 @@ }, "response": [ { - "id": "8296f479-1520-415f-899d-61b8581d0541", + "id": "4e42826b-4476-46ab-ba46-cec1fb4e64df", "name": "The identity object.", "originalRequest": { "url": { @@ -90674,7 +90674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed539f28-703d-4b78-aa56-fa934a2d548e", + "id": "a1394b78-238b-4b47-b8dd-4af79632d847", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90720,7 +90720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377e16f1-9c35-4df2-9b25-abc648e15fdb", + "id": "08ac935a-d121-4bd0-9a2c-2517296cd542", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90766,7 +90766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5358cd99-e59b-491a-beed-3638267e2657", + "id": "d5fa47de-c8e6-4671-ada3-4df3f422c913", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90812,7 +90812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a1ccdff-81fb-45ba-9888-dc2420cc3e7c", + "id": "6848ae25-6b7b-4195-8095-eba19cc85c76", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90858,7 +90858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be15803d-2624-4712-af80-d070000d4454", + "id": "abf6661b-3420-4be1-9bd0-7008dce35315", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90910,7 +90910,7 @@ } }, { - "id": "dadf2afc-5b7e-4f48-8b5e-319127c50fd9", + "id": "317bd436-b1b5-476a-87a8-d2c1501d1ca0", "name": "Gets the list of identity access items at a given date filterd by item type", "request": { "name": "Gets the list of identity access items at a given date filterd by item type", @@ -90974,7 +90974,7 @@ }, "response": [ { - "id": "d34626a4-43f1-4ef6-a2d5-9e33f47077d6", + "id": "d8be1bce-d5d4-423a-b84b-eeb8a67f1b85", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -91031,7 +91031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfd719e8-ce50-42ae-92b6-fa543c0def86", + "id": "df712e4a-1037-475e-a4f3-2132c62a09fb", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -91088,7 +91088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db3ec3b-409c-497f-a0d8-62cb1a8ad643", + "id": "df135548-4b35-4a0a-856c-f939fdbe143d", "name": "Access Item App Response", "originalRequest": { "url": { @@ -91145,7 +91145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "740f222a-c77a-4262-844a-df3366def445", + "id": "2bf5c1c3-5f69-4585-a769-526f36072143", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -91202,7 +91202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "117c89c4-9651-49f0-8b91-64a9b33711ca", + "id": "012ca1d2-5c3f-452a-8194-b48036bd9a33", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -91259,7 +91259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24017a3c-e576-40fe-980b-cf24b2a9e3a9", + "id": "36f56a5f-5a8d-4f47-88be-74987f0e950a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91316,7 +91316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab20cc5-3ce7-435f-885c-b73bce2e0fc8", + "id": "8eb85970-d0a9-4bd8-b787-54f3466c37e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91373,7 +91373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc45239a-8418-47ea-9c94-dc6946d13ca9", + "id": "c761fbd5-b74f-42bd-8d9c-790b17717fae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91430,7 +91430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a6a4b3-4451-4e5c-b543-f1a3b95c92c0", + "id": "aed19a44-f3a2-48d7-ad81-8dd54f8a677f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91487,7 +91487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aae4941-f84a-4381-a816-cec02623bfc0", + "id": "45ac2886-22b5-4b90-a0f9-07c24053b7d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91550,7 +91550,7 @@ } }, { - "id": "3aa1a9f1-8f7c-4244-a0d0-3dc66ea9cd6f", + "id": "05911034-b9f8-4523-b271-a4a5a2e581d0", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -91665,7 +91665,7 @@ }, "response": [ { - "id": "c0e5b48a-026e-4dba-8287-6c6f8ae349ca", + "id": "9d6e7e9d-f041-4844-8a99-00125a7cd29c", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -91765,7 +91765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53247bb5-f881-415d-af34-c2c23938c894", + "id": "450c767a-824e-449e-9ea5-ea86767d1200", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -91865,7 +91865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be4c820-6cab-46af-995a-bd96d3441cab", + "id": "2c0f8ee5-cd14-45a5-815b-f6ee7901ee45", "name": "AttributesChanged", "originalRequest": { "url": { @@ -91965,7 +91965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c4e6e25-2693-43f1-a9f9-4f524dfb74f7", + "id": "38af2598-5b52-413f-bdd4-552652e4d80b", "name": "AccessRequested", "originalRequest": { "url": { @@ -92065,7 +92065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00140d50-b3bd-492d-bc44-87d82f710dde", + "id": "39bf85b9-98af-4089-9f7a-f665b99368db", "name": "IdentityCertified", "originalRequest": { "url": { @@ -92165,7 +92165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbdc4b16-3a26-4b53-8669-dc271b5a1052", + "id": "93d07245-633e-4c1d-b8ca-ac9d85083be0", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -92265,7 +92265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0a086a-18ed-4b2b-ba48-aa5a03f2acc5", + "id": "81682ea1-68e3-4ef2-810b-31ab8ce984ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92365,7 +92365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626edb1f-dbdf-4677-a64a-b3dff1caaabb", + "id": "5455b99c-ab0a-4530-895d-b68788f072c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92465,7 +92465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b311b1-3f89-46e6-a6e0-8c5caa48579c", + "id": "8b02b87c-d85a-4933-9ad9-a390d4b0beda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92565,7 +92565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e22addfd-af86-407c-99f2-f89741e6debe", + "id": "4371c67b-1820-41e6-861b-bb5d4633312e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92665,7 +92665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa77778-e24e-45eb-9f29-6bb73329ba1e", + "id": "420c4cc7-0bd7-4e63-9b87-7a71ec813cec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92765,7 +92765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7784beb3-56e2-412b-b9c2-c79dfc8d194a", + "id": "359b878b-e287-4cb7-886e-371307a63ef8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92871,7 +92871,7 @@ } }, { - "id": "0d415846-4e41-4d43-aa7d-14c4c2246f24", + "id": "ab8ad670-2069-49eb-a877-f4027747daa5", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -92913,7 +92913,7 @@ }, "response": [ { - "id": "c2967f39-3e11-4c78-ad6e-788f8bc652d9", + "id": "1b25848a-1779-4d76-9c44-8efec60ca82e", "name": "The start date of the identity", "originalRequest": { "url": { @@ -92958,7 +92958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24bc166-d2c8-449d-848b-8584c06dd64f", + "id": "b7ef9348-c46d-490e-99d0-a2bded47539f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93003,7 +93003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "640de748-6aca-49cc-b508-48cb9a190d54", + "id": "b8dca320-02ca-4b02-b133-1fba8464e1a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93048,7 +93048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0376d3ae-ae73-491a-9cb0-3fa8dbe3f99e", + "id": "a09e359a-064a-4e1f-9b85-8c389a839273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93093,7 +93093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89722fc3-c35a-452a-8b1f-bc53beab4ff2", + "id": "0c2fb71e-0fc2-46c4-9091-74a86ac58fbb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93138,7 +93138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df18995f-55c5-4e0c-978b-367dbb587059", + "id": "e43a207b-b1a3-4c68-bf6a-8e3900735251", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93189,7 +93189,7 @@ } }, { - "id": "520ac364-79eb-48a3-9288-e0f038e5728c", + "id": "4176853f-3bfc-4757-97de-115e00fa6e5c", "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", "request": { "name": "Gets a difference of count for each access item types for the given identity between 2 snapshots", @@ -93232,7 +93232,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "elit sit" + "value": "enim in non sit adipisicing" }, { "disabled": true, @@ -93241,7 +93241,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93295,7 +93295,7 @@ }, "response": [ { - "id": "5a9dfc26-6c2c-4bbf-829e-da549ac0b4cf", + "id": "b5014ca8-6bb1-4fe6-bb05-cb3e3927d57c", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -93333,7 +93333,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93395,7 +93395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb37a668-4083-4cdb-8a66-02c91b42c2bb", + "id": "3be75541-6171-4378-bf62-2b062c2f3f39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93433,7 +93433,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93495,7 +93495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbdb2f8-052f-4e43-8e72-c923f27efa94", + "id": "4e755d35-5def-4958-8b29-722e743e5345", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93533,7 +93533,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93595,7 +93595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da0580a0-179c-4007-8d7e-566659e59056", + "id": "c8cb3eb3-c3ee-40bd-acea-ef72fdbde6aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93633,7 +93633,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93695,7 +93695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12adb245-cdcb-4320-8b93-35ab40641691", + "id": "af8fbed5-e902-458a-ba57-438575241cb2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93733,7 +93733,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93795,7 +93795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cdd09bc-84bf-4592-b23b-4ddafb058db0", + "id": "d9dd6c96-4807-4bde-ab58-acd39fba1b9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93833,7 +93833,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "pa" + "value": "est laborum" }, { "disabled": true, @@ -93901,7 +93901,7 @@ } }, { - "id": "21ef5eb5-7288-46ec-9381-daef0f069173", + "id": "73100212-63eb-460d-b3ba-e26634bb9069", "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", "request": { "name": "Gets a list of differences of specific accessType for the given identity between 2 snapshots", @@ -94013,7 +94013,7 @@ }, "response": [ { - "id": "80002e79-7bc5-477a-8fdb-216f03d67350", + "id": "e4c25941-44b5-4f78-aa02-bec042d6f398", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -94114,7 +94114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b218616-a7ab-4ace-9ad1-31ad88132502", + "id": "f4de4deb-aa98-438e-ad3a-110f8c9d1427", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94215,7 +94215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ca3a25-f68c-4408-a172-68810cee6a10", + "id": "b44ffa93-2e3d-4729-8804-fbda948aadb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94316,7 +94316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc60960a-2b93-4697-b22f-51dfdc74e329", + "id": "a8990463-41f2-4bda-abe5-d3b8344875c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94417,7 +94417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d602181-b30d-4571-af9d-427b33a5c069", + "id": "e37d5dec-379e-4311-97e0-db486b0673fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94518,7 +94518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71403d88-82ac-486a-a3f6-f48e2f941d95", + "id": "c59d5b73-e24e-4316-8c0c-d22f850eb5e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94631,7 +94631,7 @@ "description": "Use this API to implement and customize identity profile functionality.\nWith this functionality in place, administrators can manage identity profiles and configure them for use by identities throughout Identity Security Cloud.\n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes.\nThis allows administrators to save time by applying identity profiles to any number of similar identities rather than configuring each one individually.\n\nIn Identity Security Cloud, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles.\nThis list shows some details about each identity profile, along with its status. They can select an identity profile to view and modify its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings.\nAdministrators can also use this page to create new identity profiles or delete existing ones.\n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "d202e0f3-590c-4e09-9075-7c3bd186577f", + "id": "bd0e3417-31ca-447e-8898-82aec498499c", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -94706,7 +94706,7 @@ }, "response": [ { - "id": "f7222810-c301-46ac-a4c4-86b7285e6972", + "id": "f9d4499c-4266-4e20-8c34-930fbf8af76e", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -94790,12 +94790,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"d0d214a1-f2d4-cae2-3abe-3a50483dd04a\",\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:fcd52739-6d2f-1537-d8a2-544939b00b26\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", + "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:9f2bae01-0244-4e5e-6950-1b3fb23c883c\",\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\": \"5eaae05f-5582-f5b4-77e7-25df230bea81\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e30928bd-2277-4657-8e34-84781dd00aac", + "id": "a5305114-6b5a-4d3e-a790-0607e0f78505", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94884,7 +94884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57e85c5e-8969-4a39-9e6b-5bc713d934df", + "id": "1228642c-4899-4c4c-859a-57ab4544dd1f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94973,7 +94973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b3ff134-a906-4613-a016-5687a00fb123", + "id": "28507cf0-3d12-42a1-b8b0-e195f1446b65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95062,7 +95062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6cd25c7-073f-495b-9efc-b51a601a5a7f", + "id": "8497a44c-14c4-4051-b3a3-4de0e9c9d202", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95151,7 +95151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9ba089-593d-42df-9413-6221cc5b88a1", + "id": "b16fb80b-e5ad-479f-8b5d-0449c9ed16d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95246,7 +95246,7 @@ } }, { - "id": "fac4e35e-26eb-400a-891b-dda4da181dbf", + "id": "ae3bb0c6-3b9e-4b37-a21b-613ae838fd46", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -95277,7 +95277,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95288,7 +95288,7 @@ }, "response": [ { - "id": "5a119a83-6428-495b-8a13-a7429f8f4d7e", + "id": "5a489aff-a35f-4902-bd5d-3be18eaab516", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -95322,7 +95322,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95339,12 +95339,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5a9ca087-00e4-47be-b754-8d2502673a0a", + "id": "0d9e0ec2-af52-4c2a-9a0f-4b9bb4ef776a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95378,7 +95378,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95400,7 +95400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5cb468-aeb2-45b8-98a9-36c4bda6bd76", + "id": "72693cc0-cc6f-47fd-9f80-d70786ba1d7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95434,7 +95434,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95456,7 +95456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19ef3df-18a6-432c-b559-a4c7faa30719", + "id": "b3c2940d-f96a-4fff-8df9-00712a8b025c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95490,7 +95490,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95512,7 +95512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f01495-39d8-464a-ad38-0b1ad5fd6461", + "id": "2ceb1867-d7c0-48d6-8b6e-6980ed0e2e33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95546,7 +95546,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95568,7 +95568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a31625-5edb-4a04-8dc1-1b54662c8564", + "id": "d0cda01a-dd03-4b2a-a74c-8b24799ea603", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95602,7 +95602,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95630,7 +95630,7 @@ } }, { - "id": "5920bff1-3990-437c-8634-0be1a4170da1", + "id": "928b423c-f6cb-4972-8845-98fec52323c9", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -95673,7 +95673,7 @@ }, "response": [ { - "id": "1dd2b4e5-adc1-4157-a7a4-9dbe5f4f1d73", + "id": "da6f1afe-68e0-4d57-847c-c8f88b30ddb8", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -95725,12 +95725,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2020-05-31T17:58:37.498Z\",\n \"launched\": \"2017-02-24T03:50:33.860Z\",\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\": \"1956-10-03T13:37:35.131Z\",\n \"launched\": \"1987-03-22T20:45:44.426Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3782a389-d5c5-49d7-b0a3-8ade92dd07eb", + "id": "590d247d-4459-44aa-af44-bceecb0d05c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95787,7 +95787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdf18d3-45b3-423b-ba09-95cb71a973ba", + "id": "b35932da-ab20-46e7-8944-fa01f976dda4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95844,7 +95844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bac7f8cd-fb3a-4dfc-9125-f975e9e03e5a", + "id": "1e365cbb-1228-42c4-84ed-504d99415843", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95901,7 +95901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b084ee7-e3e9-40bd-a179-84e8881972e2", + "id": "48521a3b-46fa-498e-b8c8-99b1e8e534cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95958,7 +95958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b59d61a1-97f8-4ca3-ab5f-0361c05d975b", + "id": "15730587-d25a-4412-afcf-dc6796b16c11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96021,7 +96021,7 @@ } }, { - "id": "97e46c4b-342b-4165-bfff-8bf4bd6a5a67", + "id": "f20725b6-be44-459e-aadc-6a3328beba95", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -96097,7 +96097,7 @@ }, "response": [ { - "id": "e2c811ce-4460-4079-831c-d2f116bca750", + "id": "8ff145db-db84-456b-86e7-03b6d821dc6d", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -96187,7 +96187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "467dbd8a-c05f-4e5b-b571-243f149b012f", + "id": "51ad699d-d9cc-40e2-b7e3-f8738134f8c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96277,7 +96277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94020ab-99dd-495a-a85a-b24fbae8cd21", + "id": "dbe34522-8164-40a1-af41-83ff24a401f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96367,7 +96367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af833938-5966-41cb-b286-06ab72971cfd", + "id": "17795ac5-5f82-4470-b9bb-c2de0c0abd33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96457,7 +96457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5faab9-9e42-4d81-a63c-52884d31ecf9", + "id": "3d42b66d-d18c-4139-8a3a-636887b95519", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96547,7 +96547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5b2c86-a288-4dd7-a68f-384f22c27b2f", + "id": "d0a0e8ba-caab-41d3-9793-7397228a96d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96637,7 +96637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3006d482-607f-49f2-98b2-de0c75820033", + "id": "67c24fd1-cfe3-4507-89bb-2ec7e7897564", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96733,7 +96733,7 @@ } }, { - "id": "38e13b36-839e-4b95-a9b2-f0614ec23eeb", + "id": "dc81566a-1a79-405f-b761-e7dac50345bf", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -96776,7 +96776,7 @@ }, "response": [ { - "id": "d75aa529-5ded-4e4c-933f-4593b3c804d1", + "id": "359838c2-caab-4d71-90e7-599f70f4b07c", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -96828,12 +96828,12 @@ "value": "application/json" } ], - "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"doe0\": {}\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 \"deseruntf\": {}\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 \"ut_15\": {},\n \"sitd6\": {}\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 \"culpa3\": {},\n \"qui9bc\": {}\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 \"dolor84d\": {},\n \"sunt_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 \"dolora\": {},\n \"enim82\": {},\n \"laborum_68\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n}", + "body": "{\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"cillum_f9\": {}\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 \"est6\": {},\n \"labore_f72\": {}\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 \"ad_b7\": {},\n \"Lorem5\": {},\n \"consequat_9\": {},\n \"cupidatat6d0\": {},\n \"officiab61\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sed_8\": {},\n \"commodo6e2\": {},\n \"dolor_72\": {},\n \"ipsum_1\": {}\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 \"ad_911\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"in_6\": {},\n \"eiusmod_3\": {},\n \"anim_69f\": {},\n \"in_417\": {}\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": "004424de-1909-4f92-85e2-a11f10622be9", + "id": "374b2aac-3118-4578-9c32-7168e91dcbf7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96890,7 +96890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef94d62-37fe-41cc-a472-494105dc1b18", + "id": "26dbcde9-7aa2-4915-a694-a51c16da5186", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96947,7 +96947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12be8da2-25d9-41bf-bf3f-70cde09ee049", + "id": "77085dcb-ecbf-4db7-82fe-7bf73a21e014", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97004,7 +97004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7cc62e3-a337-48f5-aa3e-9c8473e69dd4", + "id": "1bc3afcb-b144-413d-9745-b917f1d79707", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97061,7 +97061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "064214e9-93f8-4c44-9b2f-4c8e48f6073e", + "id": "f82dfd42-20f2-410e-a1ea-19367e5c9185", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97124,7 +97124,7 @@ } }, { - "id": "f71d413e-ed08-47f3-a46b-4bb5473de22e", + "id": "d7cfec1d-7ced-4b5d-98a5-24bd63a0e19d", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -97156,7 +97156,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97167,7 +97167,7 @@ }, "response": [ { - "id": "8af24782-6d85-4930-badf-8289930c0b79", + "id": "485c1a31-ab31-45c7-8493-725999b185ac", "name": "Object representing the preview object with all of the identity attributes using the current mappings.", "originalRequest": { "url": { @@ -97202,7 +97202,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97224,7 +97224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11333a6-d24b-4650-b328-acf9798496bd", + "id": "c16c6ce9-0242-4c59-8df0-c3f2678ced33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97259,7 +97259,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97281,7 +97281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299993fc-82a6-42e1-804b-eaa02bc139c7", + "id": "082c3885-d279-4ceb-9af4-ea202e011630", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97316,7 +97316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97338,7 +97338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee27285-1402-47ae-b7c5-96f26c02c951", + "id": "aeb75d1c-c56b-4108-bd6f-4d07272f266f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97373,7 +97373,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97395,7 +97395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec4ad2d5-3817-47f1-ab45-1178a2493986", + "id": "71c4e553-eeb0-4e07-9432-3e681bdaa644", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97430,7 +97430,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97452,7 +97452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d1d3c2e-f3a4-46e0-98b9-da1e1d000966", + "id": "5c313668-707e-4cc7-b1a2-f9e21bdb96c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97487,7 +97487,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c1666777-5c0f-b92b-d5c2-f4a681e0c901\",\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:087f9fb2-639e-35ec-387e-9402b5e65668\",\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -97515,7 +97515,7 @@ } }, { - "id": "124d3b58-4f81-422c-8657-4e3a66ebc45e", + "id": "ab10859a-682c-48fe-b86c-eebc6358002f", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -97556,7 +97556,7 @@ }, "response": [ { - "id": "e0a7858e-8385-4be4-801c-2cf6a3fcfd27", + "id": "ab0255bf-3971-4959-8b65-fb69dbbae88e", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -97595,12 +97595,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b25eb755-9438-4806-8f78-7a53aaf0f311", + "id": "5abe755d-a810-43e1-8f0c-29f0f9378dc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97644,7 +97644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b94c8d6-b548-436b-a4c6-3fc59ed9e82f", + "id": "0759210c-793c-4230-9522-e4ba9401947a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97688,7 +97688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51eecbf6-34ed-4a8b-89c3-6d00d594409e", + "id": "a7289b7c-44bd-48af-adb0-c1632840a330", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97732,7 +97732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00a27a6-44cf-4164-bacd-4c36cddf1f53", + "id": "2327d073-381f-4341-9dff-26c1b5738f29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97776,7 +97776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3113a207-d3e4-4402-8458-cea12634863e", + "id": "5d1416cd-f12b-401f-bed8-58b71b366ffd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97820,7 +97820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f920eaf-5945-4e13-9eef-3bcf7a4fbcc1", + "id": "d58d868c-96f8-4b78-9dc8-3da574188ab4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97870,7 +97870,7 @@ } }, { - "id": "b4a0d885-f9f4-40dd-bcff-3801dc8e784f", + "id": "8596243a-082b-4b8a-bd31-f36043300c05", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -97911,7 +97911,7 @@ }, "response": [ { - "id": "0a4ce565-0d54-418a-8980-761ea9332f14", + "id": "185b58d4-7dde-4232-bf9a-289f2639f726", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -97950,12 +97950,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1996-11-30T22:08:31.667Z\",\n \"launched\": \"1999-11-07T23:08:04.596Z\",\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\": \"2023-12-16T13:49:08.861Z\",\n \"launched\": \"1960-11-23T12:34:25.048Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf167b78-1126-4f89-bb8a-3c94a2ca97f9", + "id": "0c774b01-524d-4be5-8f3e-46f25b059546", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97999,7 +97999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d80566-e22e-4aec-b629-39767302fe38", + "id": "220739f0-1fb1-4367-ad1c-e22ce804aaff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98043,7 +98043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bfb2ee1-9967-45e7-94a7-a03dcb97732f", + "id": "34ee2e5a-7b62-4085-8ef2-4cb15e0b1fd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98087,7 +98087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e03ed8-b9fd-46e1-a5cc-88cab74983db", + "id": "5d7cf058-dccf-412f-af2f-fa772491b6eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98131,7 +98131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "528d66a3-8281-4a11-9702-bd4ee7c7d3dc", + "id": "4649cc88-2d6e-4bf4-97df-432a119bf4cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98175,7 +98175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14513f41-e406-4254-ad78-3e8c8ecebae6", + "id": "6ce02c25-3f27-4f86-8e0a-dadc1918590e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98225,7 +98225,7 @@ } }, { - "id": "dca09a9e-1799-4b7f-902b-bf53b66af09f", + "id": "cabc44bb-f219-432a-8188-5e3d281b0bd0", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -98279,7 +98279,7 @@ }, "response": [ { - "id": "c69026e6-12e5-45c4-91aa-0c6986d2a4f9", + "id": "4d6b7f81-cad3-44c5-9bea-a9390ce69668", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -98331,12 +98331,12 @@ "value": "application/json" } ], - "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:8056a666-bf91-a4c7-e36f-1144947c4df3\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ee508248-6486-4b62-8c5b-037a28859ec4", + "id": "0fb7546e-5c42-49c7-b07b-96a78686737e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98393,7 +98393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49230b2b-10a6-49a0-8369-22ba1032d955", + "id": "e94d1b2e-e6ac-4777-8f17-f26ea75ecbb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98450,7 +98450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2344e0-71aa-4824-aa0f-031bde1e2793", + "id": "532830a8-71f1-44dd-a3e8-3f056a94ffb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98507,7 +98507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "515833e9-b4a9-4a86-a406-e3718bbbbcdc", + "id": "c1818939-f9a4-4528-a918-10e243c067af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98564,7 +98564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd4cb40-e5c8-4a39-8cf6-e895f6adf14f", + "id": "b285da93-3053-4e23-ba5b-0d13043d2377", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98621,7 +98621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bcd8d41-6919-4775-98f0-5c38b7ab657d", + "id": "1935b1d1-a25d-4ef9-8e3a-4e04086255a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98684,7 +98684,7 @@ } }, { - "id": "4283bb82-c921-44b8-ad84-31d4c3daf699", + "id": "8bce4937-0b84-47b8-b5c3-74c1125e1624", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -98726,7 +98726,7 @@ }, "response": [ { - "id": "f8c736ef-d50f-4ef2-9c29-197657b30c02", + "id": "256b282c-7deb-434c-b5c8-2e1904050b58", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -98771,7 +98771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48dc1a0d-a7ae-41c9-bec2-bc9d16304d2f", + "id": "2c9fe2ef-1c46-4f13-9e23-a5de9b0b563d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98816,7 +98816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ac01f7-8b88-4dd9-b302-5543aa9011b6", + "id": "e39dca54-e6cc-4081-a21d-6b873dfab931", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98861,7 +98861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d9cf3fe-1283-4176-b2c5-92267c816657", + "id": "592bf911-07bd-4d0d-adec-a9757138e3d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98906,7 +98906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0279c05a-2e83-4ec7-a367-342337f366a0", + "id": "a201fa86-b546-4590-a01e-858a3bf7c349", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98951,7 +98951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d399a2-53d1-4f99-88e9-4aef4ec01333", + "id": "6d38f046-bd62-4d5d-8b84-6d245d26453f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98996,7 +98996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b285bf60-1958-4fd7-9b4d-d4c3f4f38adc", + "id": "0649b431-05eb-4462-bb22-997ded4f7fe7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99047,7 +99047,7 @@ } }, { - "id": "904fcd6b-0b7f-40c3-af54-34c53555e8fd", + "id": "6e54e600-9dc3-46ce-93a9-8617d6481b1c", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -99089,7 +99089,7 @@ }, "response": [ { - "id": "de0060f3-d4bc-4309-a89f-1d8da6a98e45", + "id": "6d51c4a7-9a4e-4fa7-afc7-1b89539248ee", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -99134,7 +99134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3f22265-f40b-4c3f-aed7-85fcd347f2c3", + "id": "87425f21-a834-4fd2-98c8-23400c776d9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99179,7 +99179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97bbaabf-bae1-460b-96e1-aea214b248af", + "id": "1b1b3118-3669-4981-85af-51751646b6fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99224,7 +99224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b992a114-1afa-4de4-9a46-1a76118c616d", + "id": "ca57be82-1168-430f-8e15-77b4e480b8c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99269,7 +99269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e667cf53-06a5-4646-a426-50ec92f9355c", + "id": "e6dbe004-d976-44b1-ae1b-793c5950f30d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99314,7 +99314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d46bc0a-01d3-4764-98a5-d0bf5e738ea5", + "id": "1ebaca76-bb82-4595-820e-9da6ff0a6d65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99359,7 +99359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "144a7798-bd12-43d3-bcca-af7c38dff828", + "id": "dbf9bdbe-865f-4c2f-bd06-3a8cffd4ee0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99416,7 +99416,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can view and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with Identity Security Cloud: 'Active' and 'Inactive.'\nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes.\nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored.\nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to select the lifecycle state they want to modify.\n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state:\n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state.\nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state.\nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, Identity Security Cloud evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles.\nIf the identities are missing access, Identity Security Cloud provisions that access.\n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud to send whenever an identity with that identity profile has a lifecycle state change.\nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.'\nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses.\n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "d54bc110-32cc-45a5-aea5-40983bed5562", + "id": "380bee8e-57c4-4e52-9ea0-9fc29d06c78e", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -99438,7 +99438,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "identity-profile-id", "disabled": true, "description": { @@ -99448,7 +99448,7 @@ }, { "type": "any", - "value": "q", + "value": "et dolor", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99469,7 +99469,7 @@ }, "response": [ { - "id": "648fe67f-34a5-462c-9420-2117eed641be", + "id": "6d563052-80ea-47af-bd03-a29e9dd09e7d", "name": "lifecycle-state", "originalRequest": { "url": { @@ -99515,7 +99515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c3b3f91-d2b7-4dfa-a3c4-c6b55214423d", + "id": "f20a89f7-1aeb-4ec1-813d-0a3567669de8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99561,7 +99561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f92ce9-abf3-4fc2-bcf0-168508669f23", + "id": "1355aba5-3ad4-41c3-956b-ba3a3edf04f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99607,7 +99607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628e10ac-3b4f-4e95-affc-2ad7e3156152", + "id": "82c28f9d-6a8f-4595-8828-cdb9fc8fb39d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99653,7 +99653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39207413-795e-49eb-9124-1c69da079faa", + "id": "96fda681-ecec-4f41-869a-65e77c972fe2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99699,7 +99699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da19dd58-f6f9-44e4-a8d6-188ed7ebf43f", + "id": "6e1c6124-6a75-4bdb-a1c4-1beceb09a65d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99751,7 +99751,7 @@ } }, { - "id": "127c77a8-785b-4b08-ba91-873e2ba222ef", + "id": "3e7cbc16-9ecb-4a47-95fa-1daed27bddcc", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -99773,7 +99773,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "identity-profile-id", "disabled": true, "description": { @@ -99783,7 +99783,7 @@ }, { "type": "any", - "value": "q", + "value": "et dolor", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99817,7 +99817,7 @@ }, "response": [ { - "id": "b89d861b-cb0a-45a6-8c30-2baec9d91d21", + "id": "465aadd6-ecf4-44b1-aeab-8bdad31156d3", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -99876,7 +99876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10fded75-b43e-4bb3-a87c-6b92e390b4ed", + "id": "72406768-00f3-4f94-ab5d-c84835eecde8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99935,7 +99935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cb37786-abfa-48da-8cfc-bcd0d6167c59", + "id": "8ef5d526-de52-4441-b237-bf683514740c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99994,7 +99994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c771095-950d-4db5-89a1-271d97229115", + "id": "6176a5ff-07c1-4f9d-8bbb-5ab249b478e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100053,7 +100053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cfc307-4cce-445a-8cee-0d8503284980", + "id": "ed4ade6e-1d25-411b-b96d-431df9afa71d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100112,7 +100112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4925de87-7d70-4296-8410-9daa93cf31e3", + "id": "7962f54a-e3ce-4ba8-bc70-139eb05557a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100183,7 +100183,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "4b20f68b-302e-47da-8607-78f6f7401667", + "id": "763538dc-53f3-4112-b803-21c0043484d1", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -100235,7 +100235,7 @@ }, "response": [ { - "id": "fc37d8bb-dbca-4800-a7ed-3ae1d91caa82", + "id": "ea256323-66c9-4d1e-97b3-5b7536fa90da", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -100285,12 +100285,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3c6bb8a2-e79d-4cdb-aa8d-e45e01ea8ae4", + "id": "6bb9637f-249a-4593-88c4-1c865e7f23d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100345,7 +100345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc89578-6ffd-4532-824c-5fdb463fab61", + "id": "427c32e8-060b-4431-8aa7-a3c0b2168af1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100400,7 +100400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff4bc3a4-8b4b-4a43-ad9c-63ddbf341e80", + "id": "e14e5f8f-977c-4940-b4da-a1b3eac7b73b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100455,7 +100455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741f9b66-1b94-4031-bbf1-89145e08ecbe", + "id": "7e81b782-17e7-41b2-b250-6e5189c84f02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100510,7 +100510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ddfeda-f50f-4eb7-afd1-512dd315ace7", + "id": "3167a7e6-7185-4262-a9ed-fe7e05b18f94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100565,7 +100565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b63d6994-9d2f-45c4-a3d6-0fec6df07c91", + "id": "2fc864c1-618b-4b85-9cff-e4c46abe875e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100626,7 +100626,7 @@ } }, { - "id": "7c88c1b3-9c6e-4cc8-a368-9638c9041da1", + "id": "476dedda-1c8b-4499-8c1d-04b8f365fa62", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -100670,7 +100670,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100681,7 +100681,7 @@ }, "response": [ { - "id": "ec3d1e46-8aaa-43ca-9e1b-6052f175b53b", + "id": "4459b3a6-6177-4e38-9a02-eccf623a864d", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -100717,7 +100717,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100734,12 +100734,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\": \"WARNING\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3fda2bbe-5bac-4c07-90a1-1a695a6bca7f", + "id": "3216d7dc-4a65-48cc-8d00-7e308acf29dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100775,7 +100775,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100797,7 +100797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d254b01-f133-415d-a802-8f4c24fe1606", + "id": "f2c32091-0e2d-4efd-9386-8a4899b51874", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100833,7 +100833,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100855,7 +100855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30120a69-2a32-4fd2-9ce7-234be9bdc476", + "id": "6c193c4e-e602-44ad-942e-e459c959a2d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100891,7 +100891,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100913,7 +100913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a807d7e7-ca8d-4c80-b32d-2b2bc76366f7", + "id": "1f5b2c44-81c9-47c5-97fc-eab923acef9b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100949,7 +100949,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100971,7 +100971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d5f954-946d-480b-9819-cef26aa2272e", + "id": "ff7eaa1b-35b6-43c4-a06d-6dcf51ce588f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101007,7 +101007,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101029,7 +101029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6b85e8-e389-48f3-a032-8e2784c5a321", + "id": "ae8b2e93-0a04-4abe-8534-57620bb5c82c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101065,7 +101065,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"FAILED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101099,7 +101099,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "9590c4a1-258b-4829-98f1-1c2195e41946", + "id": "fe493397-4440-4e29-9b11-c8f89420ff64", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -101140,7 +101140,7 @@ }, "response": [ { - "id": "03fbf586-bfb4-4fd6-b37c-4825f61ab354", + "id": "60bd1973-9580-4c86-a8d1-853099ecea46", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -101184,7 +101184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27e38467-f95c-428e-9e71-abcfb82853ae", + "id": "5a9a28fc-6f3f-4a2d-bf65-855c34caee10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101228,7 +101228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab341ac-5e69-436b-bc15-eac32bc024d4", + "id": "e82fbb37-25ff-4c1a-b3e6-a9df08aa87b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101272,7 +101272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ab0616-e5f1-49af-b1dd-6f8ee6603686", + "id": "c3e6879a-df57-48b1-919a-08afd65bb7b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101316,7 +101316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24db888d-2fef-40f9-b707-03b39ab1b1f8", + "id": "47b47eab-4531-42e2-afe6-cb68b8f6bf87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101360,7 +101360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0946607e-26b7-4731-92de-1189482eaba3", + "id": "26ffed1a-42f6-474c-a959-360c55e577ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101404,7 +101404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6721abe5-d9c8-4e19-ab3d-6e64904ef45e", + "id": "ec71f94a-eb27-411e-b64c-f8ba8a27d895", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101454,7 +101454,7 @@ } }, { - "id": "66917f9f-c183-487d-98d2-6419dd93a2fc", + "id": "ecc759e8-6fc1-4756-a610-e2f199ad6438", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -101496,7 +101496,7 @@ }, "response": [ { - "id": "6446efc7-161d-4255-9e2f-45f3ab087fe0", + "id": "4f46f4a5-9fb0-48b0-a5f5-d0489fe0cff2", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -101541,7 +101541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58610c32-8f52-40fa-a88b-84113b03f6c8", + "id": "2bf02e02-9ad3-45cf-87c9-f12ebc22f295", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101586,7 +101586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7908aa3-0b59-4315-9852-4a33aad413a0", + "id": "ce1ed9c7-6d15-45a7-9867-831664f5fc3f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101631,7 +101631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52df0d0-66bf-4fde-8fa7-79e7cf728f0e", + "id": "24b07801-0753-433c-b137-2bcf0934eb2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101676,7 +101676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fea1286-3128-485c-9296-0b0fa9e972e8", + "id": "1622cd68-14e6-47e9-9bc9-becf3eab5fc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101721,7 +101721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb37540-19d7-4224-8ef4-0967be8ec1ad", + "id": "8eb80b2d-faba-4c93-9c74-79e1cf1e8fbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101766,7 +101766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19de304-e782-411f-877b-f670a74f832e", + "id": "3f432a14-6537-4994-b479-89e5dc886831", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101817,7 +101817,7 @@ } }, { - "id": "b2a2b831-02c6-4bfd-bb82-0fb68100ad7e", + "id": "f2479c86-130a-4e42-bdb7-21a4c46e413c", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -101872,7 +101872,7 @@ }, "response": [ { - "id": "cb228e36-d091-4e2b-a04b-f4ffaefeb34c", + "id": "ee3826ff-7120-43d9-9fed-d97f96ce378e", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -101930,7 +101930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278761bb-192f-476a-b25d-0e00298ab713", + "id": "b83824f9-bdf7-4e50-a22c-10c9e2526827", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101988,7 +101988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1833c581-7761-4831-b41c-b8915cc74cde", + "id": "61a2875f-810f-4a97-be83-66155b0c67a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102046,7 +102046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f94181d1-1b2a-4e78-9afb-12ade1c6d8b4", + "id": "eb86da77-3302-425b-b572-6e7eed5a47b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102104,7 +102104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02442a45-95ef-410f-bb67-f264a60ef14d", + "id": "1ed7ff12-8e01-4a5c-a985-dd5e47c4b12a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102162,7 +102162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad3a70e-ec7a-47cd-96aa-25aa2f4f65c3", + "id": "ebefebf3-660a-4a1c-8676-f0a0b96040f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102220,7 +102220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f74e967-3071-44e6-9352-c6878bcd8c07", + "id": "9ff65890-e89d-4467-abfb-762388a82cc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102284,7 +102284,7 @@ } }, { - "id": "20aebd3c-021c-494b-83dc-e6ed65c8c345", + "id": "ae9e7617-8ff8-4515-bd63-3312d3f31465", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -102350,7 +102350,7 @@ }, "response": [ { - "id": "a9d690b3-de9b-439c-8f80-ebfe8f69483f", + "id": "18708ce8-b184-462e-941c-45dd184d4ff7", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -102430,7 +102430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ae03a1-ef4e-49d3-a300-ac8a249e3c9b", + "id": "1db9c230-cb47-42cb-944c-3c1da212eeb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102510,7 +102510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a7017e-5a2c-4518-bf14-c0fa3630f1fd", + "id": "83d9942a-22f0-4716-b299-9dcc29d4b3f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102590,7 +102590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3589b58f-0231-41cc-bef3-312fc8f5fdc6", + "id": "9035d76d-43ae-473a-bc41-e32424184f3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102670,7 +102670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bb75648-61a8-4377-aebf-80a3be516dbb", + "id": "557e7b93-e8d6-4b35-b7f5-771bd38235ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102750,7 +102750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "480cabe5-6e60-4724-acf0-c33eb6e60fc3", + "id": "aa72faf6-c00e-4247-9d15-588037093ed1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102842,7 +102842,7 @@ "description": "Use this API to manually upload application names to be correlated to an ISC connector.\n", "item": [ { - "id": "7439106a-9979-4d7b-8de6-07c5405b14e2", + "id": "6b9ef947-0b3e-4983-8bc3-71aa677a4e87", "name": "CSV Upload to discover applications", "request": { "name": "CSV Upload to discover applications", @@ -102880,7 +102880,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -102888,7 +102888,7 @@ }, "response": [ { - "id": "10f1c323-cd2e-44ac-9992-46fbfa6848ec", + "id": "60e9ace4-99e7-44da-95cf-504fef545a0d", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -102929,7 +102929,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -102948,7 +102948,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a22b8ba-a8aa-4142-9322-fb6a498565dd", + "id": "7d54cae0-d661-422a-a0cf-3bccb751c191", "name": "Bad request - There was an error with the CSV format or validation failed (e.g., `application_name` missing). Error message should be provided in response.\n", "originalRequest": { "url": { @@ -102989,7 +102989,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -103008,7 +103008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63bdd16e-fe7f-4d60-8736-ad2ef23703ca", + "id": "ee9d045c-4fdc-42d2-b483-5f9dfb774416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103049,7 +103049,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -103068,7 +103068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b93d7a-15c5-459b-a105-1f687d4fd9f2", + "id": "06f9f4c9-f1ef-4b0c-9eff-1e7be4cc789d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103109,7 +103109,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -103128,7 +103128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3371786e-7e4d-4926-8161-91feffc61f65", + "id": "fe7fe95b-b43f-44c9-af35-a4bcd554ad23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103169,7 +103169,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -103188,7 +103188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f57b71b2-ca2b-433a-a15d-f723700ddf2a", + "id": "bea0d72f-e2ad-4fd2-a08e-9973d8049663", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103229,7 +103229,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "in ea occaecat consectetur eu", + "value": "aliqua incididunt", "type": "text" } ] @@ -103260,7 +103260,7 @@ "description": "Use this API to download the CSV template to send to the application discovery service.\n", "item": [ { - "id": "3d8659db-73f8-4965-abac-8442b6c03984", + "id": "9ccc214f-e123-434b-b760-a260c4135b9d", "name": "CSV template download for discovery", "request": { "name": "CSV template download for discovery", @@ -103289,7 +103289,7 @@ }, "response": [ { - "id": "72f1ee94-baed-4d68-aa0c-e271137ee763", + "id": "c413bb51-d855-4c76-a4ba-0149ee656d9d", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -103332,7 +103332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bc25c49d-3850-4e6f-b249-30a4dd4ca5e1", + "id": "21805dbd-34ad-4cc7-87db-5988e071dc49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103375,7 +103375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dad84031-a575-491c-9882-ebf8048837c8", + "id": "56bdd5b2-b200-466a-bdf3-4bb7611bb8e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103418,7 +103418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71558438-6c0e-4059-ba4a-b902f41f2319", + "id": "f644d733-fdac-47ed-8468-55fbccd174db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103461,7 +103461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e3aa0d3-a97d-4a0e-abd8-2cd69ec4bd26", + "id": "2cd6d4b3-4da0-4df1-9708-b6e3f3b56bb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103504,7 +103504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a436fb3-5d9c-401a-8e21-33b70d54b338", + "id": "3d2a6e52-7d59-46f7-9d00-52b7da1a6821", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103559,7 +103559,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "699adef6-3e4d-40ce-a482-3100ff855e61", + "id": "c50a3ae9-cf96-4921-89c1-592c8b35b511", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -103590,7 +103590,7 @@ }, "response": [ { - "id": "0adb9795-c201-48ab-a75a-7dc4c69cf902", + "id": "f24542b8-b434-480a-b2a6-6d5299afb36d", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103635,7 +103635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4929a309-a549-4981-a32a-ff4a301d07be", + "id": "933027c6-f9e3-4e44-8d80-09878b91f9b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103680,7 +103680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74170ea-02ab-48cf-a0c6-bd6e329cfe43", + "id": "62043f8f-d911-4b0d-b8ee-376fb469bd6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103725,7 +103725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bdc5304-7c1d-4029-beac-05159af2f0f2", + "id": "3edd9edc-6426-4586-a7e9-1d82f6812bd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103770,7 +103770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71cb2343-9b12-4c9b-92b6-0253e4ff5a82", + "id": "02d2c8cc-ae7d-4ece-a8ca-ecb4ae787f8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103815,7 +103815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1ec1df-fc66-41b7-bcd7-f9d2a6965bf5", + "id": "f4e01f30-a667-412c-b3a8-5b71df43ab69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103866,7 +103866,7 @@ } }, { - "id": "a9eb3a2a-eb30-452e-8512-8b5fe8e4c76a", + "id": "3c907ed4-f5d9-4d7e-8e50-9097950c2ae3", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -103910,7 +103910,7 @@ }, "response": [ { - "id": "44fda5c2-e21c-4fe7-9668-70c1f42a8148", + "id": "7babde5c-8fb2-45e1-b8d1-3c13f36a0e21", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103968,7 +103968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08c21e4-011a-41cb-8818-8ed43b3c34d6", + "id": "8f731a64-8ec4-48f8-9aad-3f01a1dedcd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104026,7 +104026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f96a5b0-a183-4297-a474-a78b437dbe2b", + "id": "6d6ffc70-b41f-4a72-9fd3-c418b81ec4f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104084,7 +104084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3123e189-6a5c-4158-bd97-33067d6e9f03", + "id": "f14ae206-fdc4-4b71-93bc-560148368141", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104142,7 +104142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb93c6c-7c80-4638-acf4-725f481133a7", + "id": "9fb2495e-278e-4f2c-8de6-c8d334da224a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104200,7 +104200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a014bb-c1e9-410e-847b-51e270bcb0f8", + "id": "813e1223-25fc-40ef-b6c8-314f0ff5bb59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104264,7 +104264,7 @@ } }, { - "id": "2afc0536-8581-4b24-894c-50d19192da1f", + "id": "1ee507df-73f6-4998-b9d5-4623a0f0d3f6", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -104295,7 +104295,7 @@ }, "response": [ { - "id": "be761ad5-ef71-4a6a-9a5f-897ec70d7848", + "id": "10a029e9-9a7f-4525-8b90-1be02aa21e18", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104340,7 +104340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f10a37da-9436-4212-985e-a08cc0b9f344", + "id": "9a679a78-e65e-440b-a77b-6bff47227f50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104385,7 +104385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397986ed-5ec9-46ef-aa0e-51e9c66c0b2e", + "id": "df2c35fe-1aee-401b-bd13-44b6c423139f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104430,7 +104430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3661bf9-432d-4210-82cf-9cc3db60884e", + "id": "83ec4ec7-5634-4a60-b112-eb8ca1143382", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104475,7 +104475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbf71261-681f-4a4f-9067-aa4e3528fc8c", + "id": "d938a35b-5937-4a1f-8178-3d6784ab0322", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104520,7 +104520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a80bd31-3769-4d2a-87ab-9fdbc01aca11", + "id": "3acb360b-93f6-4fb7-b133-5dce4004d5de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104571,7 +104571,7 @@ } }, { - "id": "7f6cc790-8d2d-488a-be7b-46fcdd25fc39", + "id": "a97381ba-92fe-418c-b2c6-914d9d5a911a", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -104615,7 +104615,7 @@ }, "response": [ { - "id": "e3e5aca3-3c3a-4c11-9a20-49429d58c2d6", + "id": "bd0c03ac-1733-461d-b81f-23b32f105935", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104673,7 +104673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9373b50e-b9da-414c-be6f-1426945cd6d7", + "id": "32138ddd-3152-406e-8a1c-6f1936730f20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104731,7 +104731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "481433c4-ac68-411a-a696-07628073da98", + "id": "e10ed353-42fa-47af-9f55-226043874c6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104789,7 +104789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d95259e-8588-41f4-a4a4-b8f520aebf51", + "id": "ee22032b-5c94-4b1a-88b1-f17252d67ed5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104847,7 +104847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d90fdc2-c4c3-44bc-9292-072a94bfca35", + "id": "f6954eda-c159-4490-8285-592f53fae869", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104905,7 +104905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39b6e9c-7782-4231-9b1f-cef749ac288b", + "id": "77217ca9-bd44-443b-b950-6424feed4ece", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104969,7 +104969,7 @@ } }, { - "id": "92d6d4f3-4e81-4ef0-967e-98767f64306c", + "id": "0a6d6fb9-9b59-4160-be21-a4c9a1fd743e", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -105011,7 +105011,7 @@ }, "response": [ { - "id": "3dc99913-f367-4134-be8d-bd54c8a047c2", + "id": "381478c4-3215-4762-a3b0-5fb167faa9c8", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -105056,7 +105056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c676535-b863-46d0-9ff2-95a0ee5377d0", + "id": "6b994939-968a-48de-aa16-36591001ce35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105101,7 +105101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8237dc-6a9c-4f91-904a-0e624209432a", + "id": "59a80d8c-bc39-4e83-8b7a-ac918905b875", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105146,7 +105146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d8044d-9eea-4ece-822f-850b3b7d9f5b", + "id": "21d36e8a-3fd5-4e4a-9767-36567b13754c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105191,7 +105191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31b659fb-fa71-4907-b48a-a2abfc471535", + "id": "0f7a67a8-9b4b-42ee-aac0-c47c1b057b96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105236,7 +105236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa11245-5e57-4a9d-bc32-506fafe093d0", + "id": "f91eb579-8347-44b2-9610-5da452dd2914", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105287,7 +105287,7 @@ } }, { - "id": "d67bc395-5751-4c97-83e7-6fd01f83591a", + "id": "cd9be5fb-44a4-497c-ba00-ba8ad8f20a21", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -105329,7 +105329,7 @@ }, "response": [ { - "id": "ffbc0514-f036-474b-96d3-dcc3596cff5d", + "id": "8848e0c8-4f25-4b1b-aa3a-9dc954da4ec0", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -105374,7 +105374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca4b570a-a4ce-40d2-ae7a-9ff6b047bae2", + "id": "fd4584fe-2b00-47e5-922c-2b18a688b3d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105419,7 +105419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53edb1c4-a6b5-40cc-a906-b6e4418fe332", + "id": "27060037-dfb7-4a9d-bff0-939d220359db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105464,7 +105464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c3f48d-1a9d-4189-a026-6dd3bf9677c3", + "id": "4dafe612-3cce-4a3c-a3ff-f92ed68fc1bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105509,7 +105509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c2ac41-3320-43c1-848d-61c4fced150e", + "id": "28d7089b-ac7f-43b7-b1cf-92e3ed165f12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105554,7 +105554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d56bea-e24c-469b-bd23-da1c96a2280b", + "id": "4dbb5505-ec8a-4115-955a-36273fc56fd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105611,7 +105611,7 @@ "description": "This API used for multifactor authentication functionality belong to gov-multi-auth service. This controller allow you to verify authentication by specified method", "item": [ { - "id": "e0a9b9f2-1a53-460f-ad74-10bdc533e42f", + "id": "e44175e6-87cf-4a4d-9502-e15012142210", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -105655,7 +105655,7 @@ }, "response": [ { - "id": "478ee7f5-4f27-4bfd-9d9a-f78a3a303387", + "id": "22c1915a-5f72-49b9-96c4-ed257ec0033e", "name": "The status of verification request.", "originalRequest": { "url": { @@ -105713,7 +105713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13a66e2f-f57a-4784-b25d-7f372a3c6dac", + "id": "1243638c-865f-4e0e-8626-55d2cb41c0c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105771,7 +105771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4748b0b6-cadb-4841-a787-bd28cd01b6da", + "id": "e8e7e80e-44a8-409b-a59d-bae388a64020", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105829,7 +105829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "586fd5e0-40ec-4ee1-a521-7e60b039d475", + "id": "476ecd97-df2a-4dd7-b121-5b5f18dafad0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105887,7 +105887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ff0371-3d29-4ff3-bf6f-8485fb4b51da", + "id": "c6a12759-6edf-4132-b532-037641c32e05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105945,7 +105945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee77273-c8a4-4ac2-a494-4341166cdcdf", + "id": "3a4c4478-59ee-4e4e-a8a9-20907cf0a99b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106009,7 +106009,7 @@ } }, { - "id": "a4ce9c4a-cf35-491a-931d-0e52b7f13858", + "id": "96d45ef5-621b-4aad-9b9d-d835b4e9ff47", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -106053,7 +106053,7 @@ }, "response": [ { - "id": "f0bc2455-8e38-4a43-a073-1716e8cbed02", + "id": "7637678a-f1e1-4d3b-b3b1-13d7ce561a10", "name": "The status of verification request.", "originalRequest": { "url": { @@ -106111,7 +106111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3064d878-0d76-4767-a236-c55d95361256", + "id": "0fcaefd5-0d0e-4ae3-bef7-0f0cab81a298", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106169,7 +106169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad0ebe7-cc8e-42f0-8de9-71fe25d9d4d4", + "id": "385f3f22-4d4f-475f-b5ad-224d48d30a6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106227,7 +106227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "286bac7f-1a8b-435c-a772-143eaaa00adc", + "id": "f07a00c9-ab0f-4191-8241-8c76da74371b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106285,7 +106285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "562d08ec-cfe3-4e72-bb89-598412c7ca91", + "id": "8619abfa-3915-4612-b3e1-3d4654914782", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106343,7 +106343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "747b61cb-6cde-4a4d-b7ba-fa517576ea11", + "id": "7d6022a9-482e-4389-a233-9048beb92c19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106407,7 +106407,7 @@ } }, { - "id": "6c24cf21-2149-46aa-bdb9-2428d7c8b18c", + "id": "ff73d1f9-6374-4df9-be57-cbac6ab21c65", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -106462,7 +106462,7 @@ }, "response": [ { - "id": "2f124217-9fc5-4388-87ce-a47dc5725acb", + "id": "6022d4b7-0cc7-4214-ab25-e710b6635606", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -106520,7 +106520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d14e21-86cb-4d7f-ab7b-ae1ff70ba2d7", + "id": "4dafd953-70e0-4898-801f-8fb40b7eb9c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106578,7 +106578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d677d3-7b92-4e73-a471-6d71a5f4cef8", + "id": "af5c86c4-915b-40d5-b566-9aca3bf9957d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106636,7 +106636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f72a98dd-b6bd-499a-b274-01dcda1829c1", + "id": "fc95b2a5-41ee-4b59-9b83-a7a9f29fb229", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106694,7 +106694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fded100f-e70d-4cb9-94f8-d2bc83cd1f96", + "id": "abea6c7e-6b25-46ec-82f6-e1be414f5850", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106752,7 +106752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a62eda3-3a03-48ee-a49d-accc6b9d87c3", + "id": "e532ce71-fbeb-4fba-81cf-b221b3002735", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106816,7 +106816,7 @@ } }, { - "id": "125eb8ba-0d4e-4f4b-8b1f-fbe733d0659d", + "id": "2bf46473-358c-4458-8b74-5a95a0a1352e", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -106860,7 +106860,7 @@ }, "response": [ { - "id": "801f8520-e68a-4666-80d8-4c318b647f03", + "id": "9e0b78f8-e04d-4a58-b691-65cb1844998c", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -106918,7 +106918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7943f6f3-72c8-437d-b203-5e4cfd6ff8a3", + "id": "0fbb0535-5bf3-441b-a393-2f6dcdad4282", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106976,7 +106976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79de07fd-419b-485f-8968-6b6a7965c897", + "id": "5e25fc21-d785-43d2-9876-2d1bf5feccca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107034,7 +107034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99d5504-b86a-4677-bbe3-541a6e3a2715", + "id": "ba34cc6f-9dd4-4a80-ab4e-5120d84d145c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107092,7 +107092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "764b5ff3-b67b-4a66-b93c-91f54e3c4d3a", + "id": "f994dfc4-9f6c-4118-9d37-35d12375d475", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107150,7 +107150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44ba9e54-2d6f-4fb7-8995-3c32d3b031d5", + "id": "243a3020-ca15-4076-ae3f-9a83040a9af6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107214,7 +107214,7 @@ } }, { - "id": "58f23609-7f6c-4ba6-8b00-43fa18473d5a", + "id": "99e1c4f7-8d6a-4787-a541-0978b54a0c47", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -107258,7 +107258,7 @@ }, "response": [ { - "id": "abaacfa4-8ece-4c97-abc0-4c0e71f0dee0", + "id": "13ac369a-76ac-4492-9e86-e0b8b0e45400", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -107316,7 +107316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78ab9aa-44fb-4430-82a3-868fabf0cbbc", + "id": "a835180f-5e02-4fb6-be96-cd547773a5df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107374,7 +107374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8b89ce-5da1-4538-a304-34a422448371", + "id": "baddb43d-6c5c-40d8-9a59-ed0c9089c9f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107432,7 +107432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb17f06-1b01-4d57-9b18-29e7d0021b0b", + "id": "45bdebb2-b0e0-4e5d-ad41-d28030a7089f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107490,7 +107490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03adf03-8a02-4b5f-8fe8-8ea291cf5b41", + "id": "88295c08-594e-46d6-b016-1efc76d8154a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107548,7 +107548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44065ba7-2dec-4aeb-ae68-0f144e0602ae", + "id": "0f9ee6dc-7da1-45da-a727-1efa43dc7b38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107612,7 +107612,7 @@ } }, { - "id": "feaa1c22-5ce8-4760-b895-9de500d9f7ec", + "id": "80a92bef-aa13-40f7-b77d-7deaeef76a98", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -107656,7 +107656,7 @@ }, "response": [ { - "id": "8b64a4b7-7f89-42cc-beeb-bea360e94ca2", + "id": "4ce0a562-266e-4f71-9604-b3ba984aaaef", "name": "Token send status.", "originalRequest": { "url": { @@ -107714,7 +107714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ba562e-39bf-4930-953a-660c73a571f1", + "id": "3f86ef1f-fdb7-4431-a02c-b19c3c698e43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107772,7 +107772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e14325-8a73-4f95-b474-8d8c7c8b602c", + "id": "5f3890aa-7f63-4707-900a-562b2e090451", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107830,7 +107830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "291622d4-39c2-4caa-be61-479f35fca01d", + "id": "0107444c-3cb3-4897-af10-f28b149ad7ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107888,7 +107888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff89ef3-6ce3-4fe0-af8c-ee108d207ee9", + "id": "b19636af-3a16-433a-b43d-ab76efdf0a85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107946,7 +107946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e80a085a-74c0-4e62-8c6b-fdb8546eafef", + "id": "76d34245-7cfc-48ff-ae81-df13cf2e0a66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108016,7 +108016,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality.\nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations.\nThis allows organizations to provide secure access to non-employees and control that access.\n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee.\nOrganizations can track non-employees' access and activity in Identity Security Cloud by creating and maintaining non-employee sources.\nOrganizations can have a maximum of 50 non-employee sources.\n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data.\nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in Identity Security Cloud.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in Identity Security Cloud, administrators must create a non-employee source and add accounts to the source.\n\nTo create a non-employee source in Identity Security Cloud, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field.\nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in Identity Security Cloud, administrators can select the non-employee source and add the accounts.\nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to.\n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts.\nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file.\nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities.\n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "a6a98ef3-8f5c-49d0-a539-f9aca7d6100e", + "id": "98ecef90-9712-4eef-8dff-51f74f80ce2a", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -108047,7 +108047,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108058,7 +108058,7 @@ }, "response": [ { - "id": "2d6e2f22-c9af-4d80-a807-6a2caab5a80f", + "id": "7ac8caeb-6453-4484-b870-94bfa08cbd45", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -108092,7 +108092,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108109,12 +108109,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"laboris adipisicing aliquip laborum\",\n \"accountName\": \"id qui laborum\",\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 \"sint88\": \"ut \"\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\": \"Ut exercitation dolore\",\n \"accountName\": \"dolore reprehenderit\",\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 \"nisie\": \"Duis nostrud ipsum labore\",\n \"ut_01\": \"dolore aliquip\"\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": "6f1d3f4d-2a9d-4f62-9b5b-73dcd51926a6", + "id": "1e8f1f69-7133-4eae-885c-7d04c779cd1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108148,7 +108148,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108170,7 +108170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0392b2bf-c892-4076-9250-c70fd7f6ec9c", + "id": "cf53c3df-a842-4932-80ce-1b3bcee7b6fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108204,7 +108204,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108226,7 +108226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a580b52-8895-4119-b611-00488d7ade78", + "id": "08846541-1784-4c0a-8912-c29b66bb9806", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108260,7 +108260,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108282,7 +108282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e7ead10-8302-48aa-b0b1-ca82aa71d2bf", + "id": "b63b7f85-d8f2-44e7-b582-c2c9bfe7eb34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108316,7 +108316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108338,7 +108338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7d021c-20ce-4928-8630-4ec451caa034", + "id": "97f52de1-42a0-4ad7-9606-9d9ecb5c73d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108372,7 +108372,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108400,7 +108400,7 @@ } }, { - "id": "050e4590-a427-450c-aa4e-93ebd5054a27", + "id": "e345a65f-0814-4d03-8285-49228b570990", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -108475,7 +108475,7 @@ }, "response": [ { - "id": "3efd9444-31fb-4109-96c1-dae2dcd3eb45", + "id": "97f17a70-b36b-4509-b7fc-99b0b3801bef", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -108559,12 +108559,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"et fugiat non\",\n \"accountName\": \"do elit commodo deserunt\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"sit77\": \"sint nostrud\",\n \"pariatur_a\": \"dolor magna ut adipisicing\",\n \"nostrud1\": \"sed qui pariatur in voluptate\"\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\": \"pariatur minim sint officia reprehenderit\",\n \"accountName\": \"in magna 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 \"anim_66\": \"do fugiat\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", + "body": "[\n {\n \"id\": \"sed reprehen\",\n \"accountName\": \"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 \"non_\": \"dolor quis\"\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\": \"eu\",\n \"accountName\": \"conse\",\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 \"velit_a18\": \"ea nostrud dolor Ut\"\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": "e7bdab9e-79b1-44c2-9cfb-517698c1049f", + "id": "ce155e5a-171c-42ba-b753-bc1e03ab74ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108653,7 +108653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18157b3d-8556-4c67-b4fb-0f0d444248d4", + "id": "4f07cc2d-388e-4b4d-9ba8-a6285d4e338f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108742,7 +108742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da03950-a718-45ba-84cd-2d3c4b5e9a26", + "id": "d545d79e-8044-49fc-9acc-eb1f222a5fd7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108831,7 +108831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc006f8-ba51-4bcf-bb5e-719a9e9b6719", + "id": "2c0e4454-1b6d-43a4-adb8-db1a4a47b0d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108920,7 +108920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6fd17a-ca5e-417a-aff6-4d0c0afd9d2f", + "id": "5f06f8d0-fafc-495c-90cf-f54af51b1e39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109015,7 +109015,7 @@ } }, { - "id": "eaad6d94-06b6-4bea-9a36-e588447d2e7f", + "id": "56e33c89-9d3e-475c-9f21-ce015842311a", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -109056,7 +109056,7 @@ }, "response": [ { - "id": "e477cba6-6c19-47e2-b7df-5089a29a1b48", + "id": "ef0f31f2-cf3f-47e0-938d-cc93cd3e02cb", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -109095,12 +109095,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"laboris adipisicing aliquip laborum\",\n \"accountName\": \"id qui laborum\",\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 \"sint88\": \"ut \"\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\": \"Ut exercitation dolore\",\n \"accountName\": \"dolore reprehenderit\",\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 \"nisie\": \"Duis nostrud ipsum labore\",\n \"ut_01\": \"dolore aliquip\"\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": "e61ceb60-b8c5-4d32-bf3a-f3061b4d8477", + "id": "ae796e72-3e05-4f3c-b415-b9522cebe77d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109144,7 +109144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "608f7d60-49f4-41be-b5c3-48d6d6515f9f", + "id": "ba848d53-b928-4c62-a52f-e8fbdc5daffa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109188,7 +109188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceb011d8-23fd-4e41-9e89-c23789b9fbe9", + "id": "06c25825-c352-431b-b863-7ebb9298c6ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109232,7 +109232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585143dc-29a4-4564-9ec7-8f63c40e80f5", + "id": "439eba90-60f1-48db-bc6f-810b615edc8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109276,7 +109276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd908235-37b6-4f91-a891-8a8c283f7cc9", + "id": "957eb699-634f-489b-a64d-cbaf3c1fbbe2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109326,7 +109326,7 @@ } }, { - "id": "1586b431-75a7-4110-8a48-bda90cbb23f1", + "id": "360ed93f-053d-48a3-a850-9809df0d94d4", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -109369,7 +109369,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109380,7 +109380,7 @@ }, "response": [ { - "id": "e0115ac7-a0ef-48d6-b7b3-42af3ab5fe94", + "id": "b1b6062d-772f-4b22-a59c-ea329695d7c3", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -109415,7 +109415,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109432,12 +109432,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"laboris adipisicing aliquip laborum\",\n \"accountName\": \"id qui laborum\",\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 \"sint88\": \"ut \"\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\": \"Ut exercitation dolore\",\n \"accountName\": \"dolore reprehenderit\",\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 \"nisie\": \"Duis nostrud ipsum labore\",\n \"ut_01\": \"dolore aliquip\"\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": "a8bea239-d746-44be-b110-3db6e7af7c0a", + "id": "ae8e0b38-182e-424c-80cf-57c826f146ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109472,7 +109472,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109494,7 +109494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd141bf-f517-4689-a382-1c9e6ebacaa0", + "id": "b42a3f40-59b5-4290-9a5e-a63f9e181abf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109529,7 +109529,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109551,7 +109551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16e44f4-c357-4db8-951d-154305a006cc", + "id": "f703f886-f854-415b-85e8-3e984b2f2417", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109586,7 +109586,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109608,7 +109608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ef983e-7dea-4b23-8043-abc096315c29", + "id": "0f7c0bdd-9928-41b1-9386-fde1e4232e11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109643,7 +109643,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109665,7 +109665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8f5174-488d-4fad-8298-b472c0fbf7ce", + "id": "665028dc-ca14-48ac-9484-d1971952bf6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109700,7 +109700,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109722,7 +109722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54358f96-7ecd-456e-820b-135489603c5a", + "id": "6fe5a549-6c67-4ec5-9b76-498843ebc706", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109757,7 +109757,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109785,7 +109785,7 @@ } }, { - "id": "fbfdd99a-5fd2-4fef-9225-a407ae4afe8f", + "id": "64309c39-016e-4bf6-9433-c7e4a2aec97a", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -109839,7 +109839,7 @@ }, "response": [ { - "id": "b55f306b-f9b4-411f-8367-9309d0411e2a", + "id": "05aecdc9-8bb2-4493-b4c3-12eb21c11441", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -109891,12 +109891,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"laboris adipisicing aliquip laborum\",\n \"accountName\": \"id qui laborum\",\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 \"sint88\": \"ut \"\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\": \"Ut exercitation dolore\",\n \"accountName\": \"dolore reprehenderit\",\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 \"nisie\": \"Duis nostrud ipsum labore\",\n \"ut_01\": \"dolore aliquip\"\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": "bf420e61-853c-4890-aef3-b0e2e56d1383", + "id": "253ec925-8357-4066-b6be-cca86ef7c7f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109953,7 +109953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea1fe55-31c7-419d-a4a8-79c2d62cc76b", + "id": "184fec99-e100-48fe-a1b1-ae267c65a1d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110010,7 +110010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8690172c-b9cd-489f-9a00-5edec70ea3a4", + "id": "a05585d3-2774-450f-ad7e-942dfed234ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110067,7 +110067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b300a90-96dd-4b1a-852a-27a03de2a2cf", + "id": "c7b5e658-1be6-4122-ae44-f96466b058ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110124,7 +110124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6632f6c-61c5-49e4-8bee-e0ffd7781266", + "id": "85c97333-ee9c-408c-91d5-c7d1242786f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110181,7 +110181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9abc82a-5430-410b-820a-9448f01e41f0", + "id": "41deb1ed-8085-40c1-8b2a-c57b1791454b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110244,7 +110244,7 @@ } }, { - "id": "94f4a709-7631-46d0-8e9d-5c351eb045ac", + "id": "b1378b2f-338b-4622-a72b-5c18f5db5445", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -110285,7 +110285,7 @@ }, "response": [ { - "id": "2bd2032a-0cb7-4bac-91d9-78abe2c8f42a", + "id": "80923ae2-a227-4e1c-b836-564ad1d5f51c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110319,7 +110319,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c7e14d6d-229b-4a4b-aa67-88fadf3abf6d", + "id": "89feb413-1f4a-4e89-b14e-59669a16ab51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110363,7 +110363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a13ec102-5c6c-4eda-a407-0ed1ecfaaf6f", + "id": "bd0f988c-7b35-4b4c-8098-2de1fb2250bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110407,7 +110407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdf730f-d5c0-44c9-8e7a-9c1eba0c2ec0", + "id": "a8ca3292-8a04-48e0-9e4f-e0af1e745efc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110451,7 +110451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25962815-6de1-4ed9-b836-ff95ba17437e", + "id": "ebc51b26-c589-402c-bcc8-a1817d13753b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110495,7 +110495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b4829d-f6c1-42ca-ae83-27681fb54451", + "id": "370f4114-b3db-488b-9b51-4203efdb648d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110545,7 +110545,7 @@ } }, { - "id": "fd87fa64-1fdd-4c44-8ecf-3073b18176bf", + "id": "6a94d3a7-18af-42c1-8fab-54597ffd3b09", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -110577,7 +110577,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110588,7 +110588,7 @@ }, "response": [ { - "id": "19942558-6b82-44e9-9a91-02d415d6459d", + "id": "06516e54-78c3-4386-92bb-d2d05230f921", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110619,7 +110619,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110635,7 +110635,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ef214198-e732-444a-a7ef-6e355ff12009", + "id": "8df7b07f-7db4-43ee-a349-67c482773d9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110670,7 +110670,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110692,7 +110692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49525831-bf4c-45f8-b290-8da2c0239a31", + "id": "ca71d86f-9ff7-4ade-967a-e086d59ef55b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110727,7 +110727,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110749,7 +110749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d744ee36-a9fa-4b21-a18c-ec6acd8a5125", + "id": "031cd3ab-cba5-4bcb-bbc5-14ffa8f85d39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110784,7 +110784,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110806,7 +110806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86255f4a-b35f-484f-9e2c-e295c29f4f78", + "id": "f706fe66-fc3e-4379-8764-5fa59bb230f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110841,7 +110841,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110863,7 +110863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b9c4c18-92b9-4689-af5b-495acffd9c0e", + "id": "c0ef629e-5c51-495c-b57f-7397fb850838", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110898,7 +110898,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:a45da47b-1fb0-eb6f-3239-7cf10a441115\",\n \"urn:uuid:6d800b9a-ae18-8b22-0da7-53e03f521e0a\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110926,7 +110926,7 @@ } }, { - "id": "9cbcde11-76db-4422-92b1-89b0e56ba1be", + "id": "2493defa-e998-4084-9eed-64adf2665cfc", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -110957,7 +110957,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -110968,7 +110968,7 @@ }, "response": [ { - "id": "0c266360-6008-4248-b13a-de9ccbd7d7c9", + "id": "4b076d07-cbd4-4e11-b5e6-c2b32984947d", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -111002,7 +111002,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111019,12 +111019,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"est_58a\": \"incididunt in magna\",\n \"Ut_fa\": \"deserunt\"\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\": \"nulla Lorem\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"culpa\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"in dolore Lorem proident nulla\",\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 \"commodo_ec\": \"si\",\n \"laborum865\": \"laboris Ut sit veniam\"\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\": \"ci\",\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\": \"consequat eiusm\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"ex\",\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": "6693dccf-b461-4bc9-a9df-deadff5061b0", + "id": "e59f3fbc-80e4-427b-8a66-7654656409d6", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -111058,7 +111058,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111080,7 +111080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb97469-9259-41d1-b45b-c07132f844dd", + "id": "947f063b-4f98-47c1-9ed6-438beb4dfa5f", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -111114,7 +111114,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111136,7 +111136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77ea1aa-95fa-4554-8551-42d5c0a8c518", + "id": "d6af857d-a667-4c38-be95-6c004b2a6332", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111170,7 +111170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111192,7 +111192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855d7165-0b2e-4378-bb85-320f3971cccb", + "id": "9261124d-3055-4f93-b526-cfcfbc337cbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111226,7 +111226,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111248,7 +111248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69d0371d-c0e2-4b21-a095-b67c4c1fe99f", + "id": "d858ed9b-d8ee-4b48-8cf4-dd680c980c77", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111282,7 +111282,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111304,7 +111304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c711e62-875c-4f4a-92d7-8ca9a1c0cedc", + "id": "a515ea06-595e-4f92-90ca-48d4700eea30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111338,7 +111338,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"sit7\": \"tempor sit\",\n \"quis_47\": \"minim eiusmod ut quis\",\n \"Lorem_1\": \"ex consequat voluptate\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111366,7 +111366,7 @@ } }, { - "id": "ae6ea823-b34b-4538-a91b-a8581ac2c33d", + "id": "8de8996e-0157-4fef-9f9b-0cba881e3551", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -111450,7 +111450,7 @@ }, "response": [ { - "id": "568590ae-4ad4-4e11-a520-352c77b1a4d0", + "id": "41ee7076-f179-4e57-83a9-82eca451186e", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -111543,12 +111543,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"eu_75b\": \"ut exercitation Duis\"\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\": \"Excepteur ali\",\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\": \"cillum tempor\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"ipsum eu quis dolore\",\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 \"dolor_21\": \"cillum ipsum\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"elit nostrud cillum dolore sint\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua elit irure consequat non\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"labore id cupidatat minim\",\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 \"inb18\": \"mollit consequ\"\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\": \"tempor\",\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\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"fugiat dolor\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"labore\",\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 \"commodo_0c\": \"consequat dolore ipsum non\",\n \"dolorb\": \"aliqua\",\n \"id_b\": \"ea sint ut 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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"enim qui\",\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\": \"sed quis incididunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"officia nulla dolore\",\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": "c87dd3ce-ba7a-49d1-8e1c-df1764859526", + "id": "f16d1dab-830e-45c0-aed7-8053e64e4066", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111646,7 +111646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71118fdc-498c-43e5-9fb2-1a92ba9b3429", + "id": "952dd82b-33d7-4cf2-9bf9-40f607f02360", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111744,7 +111744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f77161d4-d317-4836-8dcd-e6a1855d2ed0", + "id": "dbaa301e-cb65-4ac8-9f77-9b94eaf272ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111842,7 +111842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2f9365-6b05-4a8c-abd4-bf0cd0f7b1cb", + "id": "3824d278-f7f9-432b-ac28-30579d7f2eef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111940,7 +111940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34084536-aade-414c-a6af-98080ea1b823", + "id": "3112cfc4-7b5f-4eb4-a8bc-5aec27b18ade", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112044,7 +112044,7 @@ } }, { - "id": "63ff4440-f4a2-447a-8908-194a42b23057", + "id": "ac0f08c5-d8ce-4116-b0a2-c4917fd64fd8", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -112085,7 +112085,7 @@ }, "response": [ { - "id": "0a4c1997-d86a-435b-980c-63704a2e16b1", + "id": "c2cf70a8-0b2b-40c9-8545-1fe6d006e99f", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -112124,12 +112124,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"est_58a\": \"incididunt in magna\",\n \"Ut_fa\": \"deserunt\"\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\": \"nulla Lorem\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"culpa\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"in dolore Lorem proident nulla\",\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 \"commodo_ec\": \"si\",\n \"laborum865\": \"laboris Ut sit veniam\"\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\": \"ci\",\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\": \"consequat eiusm\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"ex\",\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": "295b9496-5b52-412c-b9e3-0367f5239952", + "id": "d61a509c-07b0-4d50-9d8f-ebe6e544f0d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112173,7 +112173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd07fc9-93f2-4815-ba34-771a63292df3", + "id": "30a6cb0a-0cf8-4ec7-b835-263f36bd2f28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112217,7 +112217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b81b99-245d-4d1f-9fdc-1d531fa698fc", + "id": "2029d28f-de1f-42cb-ab91-a1b9f421e189", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112261,7 +112261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3d6e5c1-8ca7-44a0-a478-ceb7828c7f12", + "id": "e520567f-fc01-4d38-ba3e-4d8d9f656254", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112305,7 +112305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63da2f8f-29c5-4987-8e7a-ed39135ec821", + "id": "b5d355d1-aee6-4985-a067-4d9556b66fc4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112349,7 +112349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2455b3c4-71b6-4397-8fb5-04cc64e5b087", + "id": "717a2f50-95d0-4fbd-9e95-46322487aabd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112399,7 +112399,7 @@ } }, { - "id": "803aeda8-bf25-405a-88ba-f55968178e32", + "id": "fdbbc45c-946c-436b-8a8a-280fbe04512d", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -112440,7 +112440,7 @@ }, "response": [ { - "id": "38d90b39-690b-42e3-8df2-c49f6b9a0fc1", + "id": "2275fae2-0649-4cf3-a347-6b20dc6e3926", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -112474,7 +112474,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a9b954c8-51c0-4805-85de-8c481878a517", + "id": "a1b55006-e644-4b65-80a2-6ac827d419b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112518,7 +112518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a2ccdd2-6a14-418a-b548-dc250243a5b7", + "id": "910f6855-c87c-4f52-bb75-6db600d75a0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112562,7 +112562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf5cbea-927d-453f-aac8-2764562d0412", + "id": "9c165287-722a-4542-b9b8-cd2b943e6e12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112606,7 +112606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd42e3f-b73a-4ddb-8756-0c035afc228a", + "id": "e02a6d21-75a8-4b46-8e17-d40af96af412", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112650,7 +112650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3db191-319e-49f8-94b8-11d4a9d2986f", + "id": "80223ad5-dba4-4d41-b5c6-7e07e37b28c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112694,7 +112694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3dacf3c-893b-4f28-b7d4-5e6a47c015c6", + "id": "3c61a8b5-ef32-4eaa-b912-1b627812dc1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112744,7 +112744,7 @@ } }, { - "id": "5bee4c4f-d6da-44dc-86f8-bd0d452d5cc3", + "id": "f54ae4e7-876f-480e-9240-08c7b47f0ac9", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -112786,7 +112786,7 @@ }, "response": [ { - "id": "5554a723-b853-4d76-a0ff-2b889714ca3c", + "id": "36815732-c172-4d37-96c5-378cc9b1e78b", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -112826,12 +112826,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 67786071.7483035,\n \"rejected\": -27711633.651470542,\n \"pending\": -89828064.57567869,\n \"nonEmployeeCount\": -32214607.707185432\n}", + "body": "{\n \"approved\": 18248445.07037531,\n \"rejected\": 51949687.99078041,\n \"pending\": -98703120.34078111,\n \"nonEmployeeCount\": -46604279.26962733\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e9f30cf-98b2-4e67-893a-6122a2e52fa5", + "id": "82bab59b-f48a-4903-af3c-2e7fe49f87c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112876,7 +112876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7357607-d033-4dba-8e31-2ad2727f01a1", + "id": "7b175bb8-1549-4819-9bc7-4de9d95ebecc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112921,7 +112921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c64066a-5d98-4932-af51-8fd07f3e7664", + "id": "80b9092d-332c-4015-9e2f-4d1df8256e6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112966,7 +112966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d48f023-460b-4907-be3e-3bf938e5c164", + "id": "35e2a5da-a275-4b0e-a6f3-aff07b508d98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113011,7 +113011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642bd2d7-c992-420f-8553-6c2067b3b4e1", + "id": "03c11dee-99d9-49c1-a28e-745dcefd1323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113062,7 +113062,7 @@ } }, { - "id": "ed007138-ccf3-4bc7-a222-4fe12119c824", + "id": "2b0c862f-21e7-4c4e-a447-a7c0581babbd", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -113104,7 +113104,7 @@ }, "response": [ { - "id": "c46e25b7-981e-4e17-82f4-d46deff68fdd", + "id": "46b5b2f8-cf8d-4e96-8193-a78b7b0c69de", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -113160,7 +113160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e254de-ca17-419a-817f-97518cc5e059", + "id": "44f5e55d-9546-4876-8ba2-5c2816154cd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113216,7 +113216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e0d3de-99e9-4012-bda2-9d8162758c7a", + "id": "abb62417-16f5-4967-8d0f-00fa0e2cf0a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113272,7 +113272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3248908c-2cf5-4510-9e2f-2c56e3ddb21b", + "id": "cc6fbd2f-0940-4736-b397-2a57833da768", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113328,7 +113328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8cdfc49-d272-4a4b-91c1-df8ec5eed405", + "id": "e6abf776-8f20-4a69-92b4-670ebd3512fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113384,7 +113384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb4a7186-084c-4d7d-a5cf-dd08cc2bba0b", + "id": "fd318463-8b20-4776-bd83-b7a3edbccb1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113446,7 +113446,7 @@ } }, { - "id": "ed2c249e-95fd-46e2-9912-34a0d0cdd097", + "id": "50a9f1fa-db07-4226-a156-419403e07570", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -113530,7 +113530,7 @@ }, "response": [ { - "id": "66109797-1be1-4e79-a671-de10963d630d", + "id": "d177937f-c077-48cd-a9c2-fd0f03596fd1", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -113628,7 +113628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c4c5f0-785d-4612-8f64-1b2c8aefc130", + "id": "f7b0da06-64a9-442b-ac3c-db0cb2c87db0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113726,7 +113726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0da730-4f4a-420f-9d66-d88839179cb7", + "id": "1efea823-4ec6-4b69-a382-f160a714d2fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113824,7 +113824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed78ed81-acc7-466e-8a4b-36841aaa39b8", + "id": "8548e890-a753-473b-a499-d661839d2606", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113922,7 +113922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17299f1a-8c4f-4ef6-af26-e1062abd836b", + "id": "ab60cd94-093d-4dce-ada2-48e540723d74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114020,7 +114020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5414792a-3580-4c42-9ee3-a4e04de14ed0", + "id": "d2fe1639-e9ae-4b0b-b29f-52d31d3589d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114124,7 +114124,7 @@ } }, { - "id": "e11a9b65-9f0a-4625-b28d-d3839d176c74", + "id": "d62cdd94-38e8-4705-9eed-8bda952296f6", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -114165,7 +114165,7 @@ }, "response": [ { - "id": "2567e842-3cea-4812-89b4-ddcaabd17b1d", + "id": "11541587-5d0d-406a-a210-3096ecf45583", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -114209,7 +114209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9267313-6d04-4927-ac38-a382f9fd5806", + "id": "ea50e3f9-bb17-413a-b6e3-a2d06f7ebe25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114253,7 +114253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a73e46-a25f-4b9c-90a1-1d8ac21dc011", + "id": "f2b8400a-f0c4-4fa8-9c5b-6c4a0ebe5349", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114297,7 +114297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cbe66ce-65f6-4241-9587-4c2f8617b956", + "id": "c00ab103-7efa-4fe1-9ec6-8c7cdb2c8159", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114341,7 +114341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fada73e7-a76b-4294-9e64-ab8709823781", + "id": "f8f5c6ce-d343-4523-9a9b-10fb1fa58ba6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114385,7 +114385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922ffc5b-f8bc-4f1b-8d0a-babef35cfb0d", + "id": "3170b37c-2b1b-461f-8e9b-a1bcaf8516d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114435,7 +114435,7 @@ } }, { - "id": "437b43a2-5d82-42e2-b49e-ef920e4de797", + "id": "c7b51798-26be-40d4-b2f6-3d284b52119c", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -114489,7 +114489,7 @@ }, "response": [ { - "id": "fc799ba1-f71d-4c2f-9826-f7d1c6e50058", + "id": "305cdeb4-9d70-4f6b-946c-906d599245d6", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -114546,7 +114546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aff7683-be5b-49f4-868e-371b66951188", + "id": "c31becda-375f-463b-891a-a1c85d41cd22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114603,7 +114603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4239497d-8031-4d14-a42c-73222327ab1f", + "id": "ed015e9f-7aa4-445c-b07f-7e5410e387bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114660,7 +114660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae49a86f-2b7c-4918-8e8b-f63400506b9f", + "id": "2f92d9fa-ba3d-4c7b-b275-f3652e9f22e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114717,7 +114717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6ef1f9-7ab7-4d26-9f1e-1d940dcb184f", + "id": "450f1ffa-3903-4774-8298-507baf07101e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114774,7 +114774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0085ae-0daf-4413-893d-b958e6ddf4f0", + "id": "1fea662e-ae8b-42e2-8ba0-0d174b162142", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114837,7 +114837,7 @@ } }, { - "id": "ab52b304-80fb-4a85-a556-d6958b80669c", + "id": "46defcd1-e91d-4036-97a3-cdc2a4ad55e4", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -114878,7 +114878,7 @@ }, "response": [ { - "id": "e478d81e-a4ae-4f06-9914-4ed569039f74", + "id": "fbc520e1-dcf4-413f-9741-dd4a3e9f54fd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -114912,7 +114912,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6e303ae2-1e75-4b3d-a473-66789d1d036d", + "id": "7192a4c8-cab6-4d99-bd07-2521f4023cf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114956,7 +114956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbaabe80-fb4a-42b6-b859-5afe63aa3e12", + "id": "d10ba85f-7520-47f2-9e3d-e8f1ac8ee8df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115000,7 +115000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365b11a6-b3c2-4997-aee9-a74878b27d85", + "id": "099e30e4-2b32-49b0-9a8d-12d62824b993", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115044,7 +115044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2411cdec-43ce-45c1-89d6-cc1ab16584ce", + "id": "cc463442-a9cf-4b68-9858-d0785befb521", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115088,7 +115088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dd0961-ea84-467d-a34c-bb6c53f04c40", + "id": "640f1819-91af-4b64-b383-d6f832eba635", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115138,7 +115138,7 @@ } }, { - "id": "63013b1d-e33e-4fea-bed5-5f0c88e68245", + "id": "0ec6f3fd-0b48-4acf-a3f7-cf78698c8152", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -115181,7 +115181,7 @@ }, "response": [ { - "id": "162a4106-41e0-4136-a803-5d8d5c8de73f", + "id": "5f79ba62-6634-4860-8c8a-2518579f80f0", "name": "Exported CSV", "originalRequest": { "url": { @@ -115227,7 +115227,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0cbb0ebf-648c-43aa-a505-9c3a28f96f32", + "id": "5b1fd93e-adcb-4d1a-9563-93a847ff86fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115273,7 +115273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e466cfbe-17ee-489d-bedf-ea4a27c37cc5", + "id": "1b1f7d1d-598d-4efa-ae4a-1aa7bae9fda7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115319,7 +115319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59dac47a-2b46-43a8-a626-9ff9af79b73b", + "id": "7fea78f6-b4e0-402a-8574-60a8e5638efd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115365,7 +115365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46b6644-8572-4bf5-a7e3-a95546408771", + "id": "ca728db8-5462-4dba-9cbc-24da0996046c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115411,7 +115411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41199c9-6c5d-45bc-9e13-1a4ebdc65917", + "id": "16b25913-62d7-4daa-896f-cca656d2703f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115457,7 +115457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805c57cf-33d9-47c2-878b-8dfaa0205436", + "id": "70ce38bf-a277-4dc1-94ca-b792a1c30c8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115509,7 +115509,7 @@ } }, { - "id": "ebcd659d-45f2-48c8-90ab-798cd0f8d65d", + "id": "2dc8be51-6297-44cb-a55e-cf2765019e39", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -115560,7 +115560,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115568,7 +115568,7 @@ }, "response": [ { - "id": "75e18975-bc53-455f-88a0-0acd53a45dc7", + "id": "bc040330-740d-4fce-b814-d0a38e01d7e0", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -115611,7 +115611,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115630,7 +115630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23ff51a8-f937-4dd4-b488-9c4a25e1c40d", + "id": "23d6c29b-29ef-4b5e-bf82-2a5b63cfa721", "name": "Client Error - Returned if the request body is invalid.\nThe response body will contain the list of specific errors with one on each line.\n", "originalRequest": { "url": { @@ -115673,7 +115673,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115692,7 +115692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "883a5098-0a14-462f-acde-2cc4b4516476", + "id": "a56d0f27-a5ca-46e9-8ff2-91d20eeecfaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115735,7 +115735,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115754,7 +115754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507a18ca-16ae-4c88-8152-55887637475e", + "id": "4cede84f-d0fe-4879-97d2-12c54c75dbd7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115797,7 +115797,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115816,7 +115816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a22fa0-c9b0-425d-97be-20205133b6c6", + "id": "38ec15d5-44cf-440e-96f4-f5c1ef46e6c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115859,7 +115859,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115878,7 +115878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcebb70b-4e21-4137-b332-957e9a3aa5c9", + "id": "418b6a14-43df-407c-af72-cab8d2857eed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115921,7 +115921,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -115940,7 +115940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbcf7ce4-fd42-443b-bcc5-fa8a80f2fe8c", + "id": "63465318-2b74-446a-a46d-d3b84223fd97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115983,7 +115983,7 @@ "type": "text/plain" }, "key": "data", - "value": "minim", + "value": "dolor ex", "type": "text" } ] @@ -116008,7 +116008,7 @@ } }, { - "id": "ce5faa06-d529-4bba-a810-554ae0c6c35e", + "id": "557a5f09-975c-43a4-8d2f-fa2290ea36bc", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -116051,7 +116051,7 @@ }, "response": [ { - "id": "fd3fd211-7ed6-41dd-b754-7fdb7a3b7d0f", + "id": "17ad57b6-f8f7-4a14-9fcd-34d9c4a25f13", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -116097,7 +116097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8deeb9bc-1a65-4f77-b73f-a7f2f3c52b90", + "id": "26b838b9-7744-4f88-9911-9a8e06e14468", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116143,7 +116143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94f987a8-48ab-4233-bf62-266fa47b91db", + "id": "7ecf30db-347e-435a-b3e9-ebe7ac7b3611", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116189,7 +116189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5558d4-4898-457d-a3cb-22cab8f81dae", + "id": "f7696517-272c-48e6-abc4-890678551034", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116235,7 +116235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a48403-0cfa-4849-b3a7-0c575c0696a7", + "id": "29e27e3b-dd7d-463c-971d-5ea98cc74036", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116281,7 +116281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07440572-13b4-41f2-a503-16fe149c3d75", + "id": "2b823d20-7873-4714-a447-a4416bc1c361", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116333,7 +116333,7 @@ } }, { - "id": "45dc3675-ed84-4b0b-b3e0-ab4c832cc470", + "id": "49a9b38c-8a75-4c39-8f28-91ef0c1dead8", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -116376,7 +116376,7 @@ }, "response": [ { - "id": "506bb57d-c93e-4e2f-862d-461ed31f6483", + "id": "9a0eee1c-d17c-4f3b-984f-bfca921e95a8", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -116422,7 +116422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e8653212-0133-4102-a0da-09b7123fb0ee", + "id": "f84b4b4c-37ac-4365-a56a-c09bf1b1c3e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116468,7 +116468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a85601eb-d3d0-4ea0-a26d-4445729ff5a7", + "id": "097b9530-b37d-4966-81d4-3610b5d49166", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116514,7 +116514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d6b42b-3c69-46db-b586-8c237d8da8fe", + "id": "cea80acf-f9d9-4938-a87b-2f1afa3c8dce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116560,7 +116560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db9bcb7-a190-4008-a68e-4817bf62f40e", + "id": "2c950577-6dbb-479f-a0ee-8a2dc2eaf14a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116606,7 +116606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10e441f4-d3ca-4c78-9801-732959379158", + "id": "7cbac163-4734-4727-b0d3-538e7df6a3f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116652,7 +116652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f932dd-c794-4fa2-9ac9-f81392bd920d", + "id": "1ae1329b-f23f-45f5-985d-2039b1187ded", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116704,7 +116704,7 @@ } }, { - "id": "bf1cb594-a631-4b73-9428-7b7bba8d7a26", + "id": "ca08a829-c5a9-4aca-8155-ddc9b473748b", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -116788,7 +116788,7 @@ }, "response": [ { - "id": "42d4aa56-abce-4102-acbe-bf4c8bc51f69", + "id": "bd408e61-ea54-42c7-8838-f8eb06c75763", "name": "List of approval items.", "originalRequest": { "url": { @@ -116881,12 +116881,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"deserun\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ipsum\",\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"id\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"Duis aliqua quis\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"incididunt anim repreh\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"pariatur sint cupidatat\",\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\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"exercitation irure\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"veniam minim Ut quis nulla\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ef86f1b-2348-41ab-afcf-b4ffc5187833", + "id": "630ba1b3-b320-44eb-82c0-ead902b1dc1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116984,7 +116984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bdbfa9e-7204-4b4d-b40e-433988a12da4", + "id": "ec282687-f7f6-4a28-ac2a-239d7d6f05ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117082,7 +117082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db56234f-b096-4b29-a57c-ab0dc6229abb", + "id": "7c7a5755-7c3d-45b9-874b-721ef132a36d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117180,7 +117180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d00729-2734-4549-9e08-1a468e027588", + "id": "b4a7cb1d-4981-487f-8e1b-028c75e1b3a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117278,7 +117278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8af724-002a-426a-ab55-1b5985facaf6", + "id": "acbd66ca-fd25-43f6-bd7c-d1094551678d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117382,7 +117382,7 @@ } }, { - "id": "72d10535-e6f3-48d9-9e8b-8e4c3e6f59e7", + "id": "5fe5f1bb-3dd2-44d7-aeab-3e176348cb93", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -117433,7 +117433,7 @@ }, "response": [ { - "id": "0b6ecf9e-9de4-452f-af16-b8c251a21dd6", + "id": "27bef57f-1dee-4084-8686-7d38eb55d643", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117482,12 +117482,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"nisi \",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"veniam in\",\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\": \"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 },\n \"data\": {\n \"commodo_238\": \"aliquip\"\n },\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"officia ex\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aute\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"magna ipsum cupidatat sit\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"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 \"incididunt9\": \"ut do ad\",\n \"quis9d9\": \"commodo et veniam\"\n },\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"officia voluptate non\",\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": "e14c3d33-b310-4dcc-8689-05e3516ae505", + "id": "bce0348b-f5d5-45d9-9c75-5cbabe2ff3f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117541,7 +117541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b721e03-6c38-4af4-840d-a26032a320ab", + "id": "7e9a9629-a9a2-4c43-8815-6e5dc186eee8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117595,7 +117595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e08cf89-6834-4ec6-a841-d52c515d7a67", + "id": "a98db281-ef36-4448-a69d-68615a8fe2fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117649,7 +117649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b711fa-f205-425a-9795-4238d4eb151e", + "id": "3ff97151-077a-436d-807e-0b347f509bfb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117703,7 +117703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d73ca98-7540-4477-ad6d-412e51ed401f", + "id": "2bcc631c-274c-4340-86fb-ea381a60fe9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117763,7 +117763,7 @@ } }, { - "id": "477f7547-6e1a-4dc9-874d-f53a5d0a2ab4", + "id": "0585652e-ad49-4730-a6f5-06978871257f", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -117784,7 +117784,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -117807,7 +117807,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117818,7 +117818,7 @@ }, "response": [ { - "id": "e2778258-1379-48fa-babc-f9d2dd8e429c", + "id": "069a56df-afd7-400e-bc1c-bfedbec74f5d", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117854,7 +117854,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117871,12 +117871,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"officia tempor ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sed id est\",\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\": \"conseq\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex fugi\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58e3e286-5660-48e1-adf5-d244ef886778", + "id": "bba5f362-5fd6-41c8-bbca-9bfe4f7f66ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117912,7 +117912,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117934,7 +117934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f16dfc-1315-46e8-aef6-3e046c9cf9d8", + "id": "b2af87fe-447f-4769-9355-bd61677ebf33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117970,7 +117970,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117992,7 +117992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb93a47-2a97-4252-ac60-bb362c75111c", + "id": "6f33371d-c2be-4833-9448-48afe2fa22f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118028,7 +118028,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118050,7 +118050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64bf2363-3a57-4405-9c69-5c76b184e0a7", + "id": "fe0aee5d-4bd4-42c5-8eb6-35f378bcd03b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118086,7 +118086,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118108,7 +118108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c56bb1ae-59a9-40ca-8495-3e274dbca807", + "id": "9b372f6f-d535-47c2-af8b-117faeba8258", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118144,7 +118144,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolor pariatur\"\n}", + "raw": "{\n \"comment\": \"voluptate veniam enim\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118172,7 +118172,7 @@ } }, { - "id": "3f63a104-f4b6-4641-887e-b24e2c2b49c7", + "id": "4a7c4d0c-cb7e-4a09-9ed0-1b44c5328be0", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -118193,7 +118193,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -118216,7 +118216,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118227,7 +118227,7 @@ }, "response": [ { - "id": "3282274a-c4ab-41f6-875c-cd4d51934c63", + "id": "76eb1c60-8b07-413a-ae8b-c076293f9c22", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -118263,7 +118263,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118280,12 +118280,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"officia tempor ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sed id est\",\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\": \"conseq\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"ex fugi\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "96c55758-ebe8-4cc2-9bff-99672e8f1316", + "id": "5a3d6a10-fa10-4c1a-bfd1-1a3924a8affa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118321,7 +118321,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118343,7 +118343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c047589f-8e03-4e94-b693-e698d4b051db", + "id": "5b7af1f3-76c0-405c-909e-fc7d7d7028cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118379,7 +118379,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118401,7 +118401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb4d628c-707c-4915-a004-ab6036713679", + "id": "d67d0c5f-a294-49e2-8a77-eef0fbea7743", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118437,7 +118437,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118459,7 +118459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a47c7f4-3afc-441d-ae7e-31d5c2b1174c", + "id": "dfaca2aa-6e8d-406c-a2ff-8f2e864e5f6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118495,7 +118495,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118517,7 +118517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9afbc4-9e17-486c-bbe0-024cf242abba", + "id": "d2c55d50-2ae6-4c62-af87-0c7ee7c35c6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118553,7 +118553,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", + "raw": "{\n \"comment\": \"ullamco irure dolore id\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118581,7 +118581,7 @@ } }, { - "id": "c220205d-999a-4016-95d4-6ede22e3a49f", + "id": "8f75d2f3-747f-4d29-b994-dea255a544bd", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -118623,7 +118623,7 @@ }, "response": [ { - "id": "a1760ee7-2887-4a49-bda6-bdfbb5f2525d", + "id": "df62037f-8ffc-4451-bab4-f88d530bcdc2", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -118663,12 +118663,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 77878276.83260477,\n \"pending\": 38944978.17662364,\n \"rejected\": -46996260.03777282\n}", + "body": "{\n \"approved\": 18012283.272143394,\n \"pending\": -37918465.2676114,\n \"rejected\": 57348047.867786795\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad2cc61b-9b64-44cf-aaf6-6af081f63392", + "id": "8321692f-5e0c-49a4-961e-24ef17368e89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118713,7 +118713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c5232b-81d4-4700-88a3-62ba828767ba", + "id": "2a4619d7-4cb3-48cd-a657-f30f08ff80fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118758,7 +118758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d8759a-55e7-413d-b48b-614f474fb1cd", + "id": "d0499aba-5c8d-43bd-9375-394d7ef9924e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118803,7 +118803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4554bcf-095f-4a32-af1b-75859c7da4c4", + "id": "e1c692b5-b8a7-4a80-b6d7-b9d100724159", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118848,7 +118848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f81265c-c64f-4a16-8170-b028dc08904e", + "id": "b78a5e6b-2126-43c2-a9b5-90aabcd614ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118899,7 +118899,7 @@ } }, { - "id": "60bf59cf-357b-49a6-a6da-14c6895baed5", + "id": "777af92a-c3dd-4930-b588-40699f1c00c9", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -118941,7 +118941,7 @@ }, "response": [ { - "id": "af933f7d-e4fa-4f22-80ab-ccccc826bb9d", + "id": "2686bb96-99ee-4434-ba3a-2e060eaf25ea", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -118986,7 +118986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd1a599-b459-4ea9-8d65-902813d7b854", + "id": "cfcc538a-861f-4a20-9c89-29fe0db482b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119031,7 +119031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0fdc06-4b9e-4648-b77f-021a6bf1f06e", + "id": "9005112e-7bb2-484a-af8d-b4456bc33d61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119076,7 +119076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99f2c5a-1037-4fe9-ae5f-8ae1b21cddd7", + "id": "c3914274-6ae2-4efa-8488-d0993aa6bc2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119121,7 +119121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f793e74c-b27c-416a-bdb1-e8ccba63ca05", + "id": "db3cc267-b9b5-42dd-927d-47966b589b4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119166,7 +119166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba729e9a-db55-4067-a05f-b5afdc433846", + "id": "c3855044-24d0-48bd-b419-0b5f322830bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119211,7 +119211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b2f0132-adb1-413d-84ef-db9d0d549d06", + "id": "1960c92c-40b2-4e7f-9688-304ea72d7c92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119262,7 +119262,7 @@ } }, { - "id": "84332024-48be-4c3d-8248-304816c348e2", + "id": "5c3a42ef-1581-43a9-b7c9-6a415e414681", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -119317,7 +119317,7 @@ }, "response": [ { - "id": "412f2c80-dde6-45ca-a12d-f6c13dfade5e", + "id": "12bea8aa-a98a-4a98-92e8-2c1fc1d728c0", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -119375,7 +119375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab219b31-901d-4f8f-adcc-8139953a39e2", + "id": "8a517ed6-690c-431b-b6e5-4df63326ab19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119433,7 +119433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99cbeb42-935f-403d-82cd-a07cc9e99aeb", + "id": "261c5493-e00e-4568-ab47-071f5fb17e05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119491,7 +119491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd01455-77d4-4b0d-8acc-ef732210f9c0", + "id": "ca8392b2-c6f0-42a8-bc29-8be33eba065e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119549,7 +119549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6c05f8-e01c-4457-aa47-58f61d062d78", + "id": "698a80c2-0767-4bc4-bfd9-5edf29796b35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119607,7 +119607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f940197-41f2-4083-91aa-0431d8102552", + "id": "fffe1c56-b016-4d52-be58-a930aebbb2bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119671,7 +119671,7 @@ } }, { - "id": "1085a872-db68-4551-96cd-87c757e8f7b1", + "id": "d97bea74-510f-4217-a279-4f7d1d42d2b8", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -119713,7 +119713,7 @@ }, "response": [ { - "id": "e1fab841-1413-4e9e-8531-1d1e4e91ff4c", + "id": "706f5c1c-63ac-4584-b4d1-2c8261346e74", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -119748,7 +119748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6f68ae8f-89e4-4d6a-853a-64c30c473242", + "id": "7be2bc84-942a-4e61-a108-3aaf04a1cc6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119793,7 +119793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c744de-cea4-4929-afc6-00a88e474281", + "id": "8bc48025-576d-45e0-9f29-9c9bafd43266", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119838,7 +119838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9109727d-5025-46ef-9bb9-9442f1487e6a", + "id": "fc029f76-3440-4cec-92cd-1b6786f73a73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119883,7 +119883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec639bad-3a9e-4f2f-bf85-dc550ad3c92b", + "id": "f19bdca9-c28a-40ea-8c28-702f4f586a4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119928,7 +119928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aab012e-19d9-428a-9ac1-b41166242118", + "id": "9d631576-e9f3-489c-af12-ca0d64727050", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119979,7 +119979,7 @@ } }, { - "id": "48664968-751a-42bb-8b48-233e8dd9cac7", + "id": "1c94bb60-2ac8-4628-ace2-5a93c9005767", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -120032,7 +120032,7 @@ }, "response": [ { - "id": "908bccc9-b72f-478f-984e-d9db89cc01a9", + "id": "657faab3-b4d4-43a5-a2b9-e0acd7fd3b70", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -120078,7 +120078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46bfb7c-9db9-4f25-ae81-8c29d6688550", + "id": "b59db10b-987d-4a38-b933-bff5ca102ca0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120124,7 +120124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020a348f-0e49-4e25-8f11-9310953b5815", + "id": "e58d777d-7d50-4226-8519-ab3f6c6c42f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120170,7 +120170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59663294-af13-4a57-9ea4-eaef00b5d7ce", + "id": "2563f433-e870-48fa-a0de-b246ca2ec2c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120216,7 +120216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8cdd8ed-c5e1-4188-b121-920dc39a0d10", + "id": "2a4c498c-cea7-46f7-9015-d52f8bf70d8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120262,7 +120262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2a5d62-d725-42ae-8921-9cbd2d49467f", + "id": "769d775f-cfa7-4b02-abe5-449e70897c1f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120314,7 +120314,7 @@ } }, { - "id": "d6119c24-f717-4e8b-a1ee-5eb4e2a4ab89", + "id": "5c300bf7-65c9-4399-aad3-38163794eceb", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -120380,7 +120380,7 @@ }, "response": [ { - "id": "3c75a057-9e8d-4d75-a7b9-0095394be4c1", + "id": "cce3c0b3-5e4b-4ae0-8289-344155bfc7f1", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -120439,7 +120439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da680d3d-1ce7-45c0-ae4e-3a6e315aea11", + "id": "720a47d8-be0d-4517-89e8-e0c150a3e5f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120498,7 +120498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "315719ba-2fed-4108-88f6-6f1784189801", + "id": "49c7f22f-9b03-42f4-a25e-949a33d1e886", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120557,7 +120557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849e2c4a-f5dd-49e4-b857-538f15877b31", + "id": "46d43817-f2c1-4b61-a48c-165f608a3d24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120616,7 +120616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68db1582-c762-4561-8284-caf3c1c9c5bd", + "id": "2f2f86db-11ad-480a-9f1c-aa63351ae2f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120675,7 +120675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0434e870-a376-4a89-975d-58b3e8b54d4a", + "id": "082075f3-a3c7-42f1-bdb3-e148accd639f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120734,7 +120734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "925abcb0-eb44-4044-a890-f3deb2b62913", + "id": "1068c487-61fe-4171-bb86-175da8633c69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120799,7 +120799,7 @@ } }, { - "id": "a2055a8e-e1a3-4c99-a444-9733291a2bab", + "id": "5b89a159-c221-4d0d-b27d-b9bf1727cca4", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -120852,7 +120852,7 @@ }, "response": [ { - "id": "83c11656-6ceb-4b1e-8373-38a5d656ce63", + "id": "0e1ceda5-ff01-44dc-b31f-37f71ad1db88", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -120888,7 +120888,7 @@ "_postman_previewlanguage": "text" }, { - "id": "918f1acb-077e-426b-aadb-752f93b42022", + "id": "c2c2e278-523b-453c-8797-d19c4462c778", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120934,7 +120934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae616485-5ab4-49ab-913a-dfcb30ae8caf", + "id": "cc13e0ed-a48c-4766-816a-8165d562b696", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120980,7 +120980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8fb8fa1-3a06-4141-a314-dcdc228bcea7", + "id": "f474e7e8-7dde-4177-ae3f-e218059a5eb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121026,7 +121026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35fbb2e3-e463-4b9b-9dc0-1efdca85394c", + "id": "449b9069-18fa-4ded-8b8b-6503dcd6b309", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121072,7 +121072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d70e605-4d72-4bd2-9f4c-daf43fc05220", + "id": "cbdf3f6c-5ee8-420a-9cec-051de65a9327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121130,7 +121130,7 @@ "description": "", "item": [ { - "id": "9acc2bd9-1307-47e6-974d-2eab1b204653", + "id": "4b21d8a3-bd3b-46e2-b473-948e95eaffd4", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -121172,7 +121172,7 @@ }, "response": [ { - "id": "d6664b81-197b-4298-b412-61a8cb4c4df0", + "id": "ab98b1ca-f729-47fc-93cb-3225a0845b66", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -121228,7 +121228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9115e0bd-34d7-42e3-8377-6145e1ea46c2", + "id": "1bd2ec86-bb8a-43f7-baff-e5d870ed9ec3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121284,7 +121284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91a74d70-ceec-4b1d-abfb-c03d3f8e35e4", + "id": "1b3aa270-d9a1-47b8-a193-3e0c681d8048", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121340,7 +121340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec5c906-fc8f-4055-9cb8-592eb3c7b787", + "id": "2e82843d-4d37-44e4-8ba0-237b939e5528", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121396,7 +121396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb428628-599f-4aa0-8a99-d679c7464073", + "id": "e503c08d-8e5a-4833-adb3-5ed1ba0874fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121452,7 +121452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08fef2fa-6e56-4229-b97d-0ba7e21d4ed0", + "id": "73fefa75-d428-48f5-837e-516ba2b5d111", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121514,7 +121514,7 @@ } }, { - "id": "c99458d4-9b42-4e34-9627-828e7cd87e35", + "id": "11dacc47-95be-45e3-94d7-00a49bcf8edd", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -121559,7 +121559,7 @@ }, "response": [ { - "id": "8bd2fe84-044c-4a41-b2dc-81303812550e", + "id": "632576ee-1b67-44dc-81d1-f8f1b370173a", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -121613,7 +121613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a073915f-26fd-42fb-95e2-7c204d98b520", + "id": "23584366-3072-4bf2-aae9-09c7d4d00130", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121667,7 +121667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "645ef5f2-558d-47be-9409-612eeeed44e0", + "id": "0bf91a8b-34e5-44b8-97f6-301890109407", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121721,7 +121721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d99722a-535e-42aa-82d2-c8b8d19c50f4", + "id": "156de747-3b57-4997-a458-3b1cf2e83b3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121775,7 +121775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4328cf04-cdc9-40af-a5b9-0125e7f81fd8", + "id": "e564e0e3-e7ca-4b3f-9edd-f6e8662ced1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121829,7 +121829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f4a992-a540-4951-9671-b599d650c1bf", + "id": "0eb2316c-c6af-44b3-b8c5-914090d38e15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121889,7 +121889,7 @@ } }, { - "id": "2358c7d1-5371-432c-89d4-dd73fa779b51", + "id": "b047f51f-d46e-4f1e-b814-5d5fcb2d7be8", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -121946,7 +121946,7 @@ }, "response": [ { - "id": "eda320d5-3b17-43f5-9fb4-c5cf7d1ce848", + "id": "f7f7f58a-fdc6-41cd-a773-808751bbfcc3", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -122017,7 +122017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2dabcf-b346-43df-9f81-1e5f1dc31d85", + "id": "c468307b-3287-47c5-b178-cc83b2fa976f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122088,7 +122088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a004fc9-5730-4c57-9e13-8c4b3cae446d", + "id": "f51d4c99-15d6-4586-a23d-18ec71fd3492", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122159,7 +122159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db924de-fd0d-4c79-bf3a-66e2a9116df7", + "id": "3b226b65-6ceb-485f-8c37-2bfe243b901b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122230,7 +122230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6123a9b6-7323-400c-b6a4-563a79485dd0", + "id": "6e7b0405-2969-4ba9-93ef-d3761b9c0ef9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122301,7 +122301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a754f4-831a-4f9c-a588-c87568565354", + "id": "289f9eb5-f17e-4e48-81c1-e4fa14a3517f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122378,7 +122378,7 @@ } }, { - "id": "a08ae11e-87c4-4d87-b1ab-0a00a628b5d2", + "id": "f492a898-fde6-4262-bc3b-b850d19a85cf", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -122435,7 +122435,7 @@ }, "response": [ { - "id": "7fffaa6f-5a4d-4c7d-9abe-26b220f82b4d", + "id": "67ab8b73-c746-4de7-95bc-5dcd7a6cc211", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -122506,7 +122506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f01a8d08-5a03-4987-badd-441a44f41f20", + "id": "87fc020f-1435-45b2-b942-49e4e6af6242", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122577,7 +122577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893b8b0d-b7a6-4596-b461-d84e3dc7a485", + "id": "2a7607f1-c978-4d2b-adb8-9cfcdde3aae6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122648,7 +122648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3877087-1439-4969-9540-5cd7aa4b43dc", + "id": "210d0838-f992-44e8-8d99-733d41849b58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122719,7 +122719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a4e0510-0dbc-46fd-b036-803da2128092", + "id": "99a82ace-caef-46ce-8032-c9292aacc26f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122790,7 +122790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c16f15-fc89-4809-b6c8-20bc3282dc7b", + "id": "9ec9a09c-763c-4ad2-9b47-f6947f7379f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122867,7 +122867,7 @@ } }, { - "id": "e5353681-5f4d-4092-983f-408dc543eac1", + "id": "1f4bdde8-3cb7-43dd-a4bd-f957675b298b", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -122909,7 +122909,7 @@ }, "response": [ { - "id": "4edc7b8f-81e4-4acd-93f8-2a3be348dcd2", + "id": "d770f5cb-784f-4f96-9a67-e4521aa30819", "name": "A template object for your site", "originalRequest": { "url": { @@ -122965,7 +122965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0555bd24-3e8a-4ebd-9b06-9ef4dcc1173c", + "id": "60c1419a-4392-43ce-a88e-f27adcb24c9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123021,7 +123021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01db68cd-534f-4c5f-acfd-782ecbc8f1a9", + "id": "89218a9e-461b-4a01-87ac-c03dd328a316", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123077,7 +123077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df79c0b0-ef13-4d62-b582-233df32f0e1c", + "id": "2f63997b-2d20-4ee6-9dca-7c1c38fe477b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123133,7 +123133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afeb87b5-82ad-49b1-8991-3df10fc14c7f", + "id": "eca2f5f7-17c3-4375-ae31-92e35fdaad70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123189,7 +123189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d91aa76-13c3-4cee-b737-63ac2147073d", + "id": "134a29f3-7c1c-4836-a39b-1ca4830770a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123251,7 +123251,7 @@ } }, { - "id": "345effa8-75bc-46d3-8622-5eec0de62ba0", + "id": "a84f2da4-4b06-4c14-89fb-1a74cf8c26ce", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -123292,7 +123292,7 @@ }, "response": [ { - "id": "3a6db66f-4e28-4c19-8cd9-ad669888fa53", + "id": "97971463-a36d-40e6-8d84-cc512b4f08f9", "name": "A template object for your site", "originalRequest": { "url": { @@ -123336,7 +123336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53cbed36-c640-4b54-8159-28211a64bfcb", + "id": "bb262652-8c77-4aa2-af4a-fbdac17799ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123380,7 +123380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a05c30-7238-4b42-b3ad-0f032c929ce0", + "id": "a249f80f-d3fe-4ab3-81c9-a603066880f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123424,7 +123424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f84e7da-59f7-4e62-ae69-4166e98dd943", + "id": "dfc4975f-c364-4ba8-acea-2f6d428cced6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123468,7 +123468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6814301f-d66e-4d78-b32f-de42d21a0780", + "id": "2346c238-3c77-4a6c-a9fd-ddcc5451bcfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123512,7 +123512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3689e873-cc2e-4de0-91c2-c5d49fced47d", + "id": "c61cbcef-42e0-456f-bf2d-e3e2da5339e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123562,7 +123562,7 @@ } }, { - "id": "477e0fbb-7f42-4762-a30f-f5df444b4043", + "id": "cbbb66ab-9f43-47e8-83c2-3e5d28499bbf", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -123605,7 +123605,7 @@ }, "response": [ { - "id": "b9484a2c-1f76-47f7-bfd9-b17a06023ff5", + "id": "2e5dfca6-ab3a-4e20-9e54-2d0a0bdd6492", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -123652,7 +123652,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0b0dc876-3ebd-4416-9278-330e5e96459b", + "id": "2dc05d29-5675-436e-b531-91517ef088ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123709,7 +123709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "086ce5a3-0964-4661-83ef-4ee2442b744f", + "id": "60d3a144-bcec-4ce6-b79b-129bb7ee8a3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123766,7 +123766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a8dbfa-5581-443a-8790-957bed13090d", + "id": "a351739a-218e-469c-ad39-d1d591a7c11a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123823,7 +123823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b87494c-b175-4ade-b27b-2d86a01aa220", + "id": "2bddc376-5710-461b-8f46-509e2653f78c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123880,7 +123880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eaeac03-7eb9-4255-b167-8974dd1a9785", + "id": "029cd012-918d-42eb-a7ea-73da6bc5b988", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123943,7 +123943,7 @@ } }, { - "id": "3f122a5d-80a1-4104-a2fa-56d22c7bc536", + "id": "a3341d65-263f-452f-a48f-393fea72a33d", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -123972,7 +123972,7 @@ }, "response": [ { - "id": "5a691dfb-90ba-49ab-842f-718c001e7dd7", + "id": "66ed533e-f14f-402d-b179-7563e612a045", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -124015,7 +124015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bd7949-098e-4469-b308-868a9306e0cb", + "id": "dbf8a82d-9f6c-462b-8f00-e9b5a9868fc4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124058,7 +124058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3614a414-07b8-4ad8-a78e-9471602deb54", + "id": "e604fa5b-11be-4bb5-9693-62a2fb0616f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124101,7 +124101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53016982-c048-401f-970e-cfa795df8057", + "id": "bacc6334-833d-490c-aefc-c4257729e606", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124144,7 +124144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2a215b-fed4-4166-81b7-a1357df6da55", + "id": "9f6af356-badd-4387-a388-fb2e49ce0989", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124187,7 +124187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f02e24df-dee4-4ef9-bb93-9d69836fa503", + "id": "8fa928fd-2ab6-4a08-b012-9ac7bd2bdc93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124236,7 +124236,7 @@ } }, { - "id": "e2079968-6fb3-444a-8428-66427127c6f2", + "id": "2150b11d-8b1a-4474-9d4f-e1fb0b519ac3", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -124271,7 +124271,7 @@ }, "response": [ { - "id": "71452554-57be-46f4-a890-11e264d0d2b9", + "id": "74f14bb7-09a8-402f-b02b-b3a2d9401dad", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -124315,7 +124315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f13141a-7dce-433a-9854-a0ae6bb27bcb", + "id": "387e20b7-c7a6-480e-b25e-38518faf67e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124359,7 +124359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad9125a-3bf6-4e4d-90bf-804bc48ca727", + "id": "bdecc316-359e-42d5-ad95-893618aec7f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124403,7 +124403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74ebf4e-1c43-443e-8f28-2d53eddec9bd", + "id": "d41e097e-094b-4aff-8b3c-aa93096578be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124447,7 +124447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a103edef-944e-4143-9297-4d50598fb5a8", + "id": "6197d5cd-7a5e-4684-af79-16ba2d618bb1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124491,7 +124491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aeb288f-55fd-4ecf-bed9-890d6237596d", + "id": "3fa1bda2-83b2-4d65-9138-5cc397ae360a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124535,7 +124535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0acc0b4e-287c-404b-b471-8aee3954feb3", + "id": "42c40767-7c85-46ca-8356-062e4ae69982", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124585,7 +124585,7 @@ } }, { - "id": "582e5f82-fc18-4784-a174-1127c890058d", + "id": "8ad4c61d-1ea6-45d3-87a6-9129d546ed4f", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -124627,7 +124627,7 @@ }, "response": [ { - "id": "9d543722-a5ea-47ff-9033-979f029df83a", + "id": "80459cba-4e41-48f0-a132-d7f71c2d5c7d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -124673,7 +124673,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d6540133-05b5-4278-9e3b-9c09a49645f9", + "id": "6ceba70d-d5dd-41d5-926d-976260f2ac2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124729,7 +124729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "846b3546-8157-48e9-801a-d8c59856891e", + "id": "737c2d40-cef3-44ba-9a46-92dc6a203edc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124785,7 +124785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f5efda-35af-4dac-ad0b-eeffe9c3d252", + "id": "fbe4eea4-d971-4367-b855-48e2c9a74c88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124841,7 +124841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ecb01e-0bc3-448e-ac6f-fbf7326a9f73", + "id": "10b4102d-174b-49cb-9cf3-ef47b935c0ac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124897,7 +124897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5fe040-3346-46b2-884e-6a62dffc9ceb", + "id": "61bdef83-7a61-4711-ba3f-1f221040d712", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124953,7 +124953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ce3d1db-cd50-4900-be4d-dc703bad1cef", + "id": "68566988-962c-4dcd-b3f6-bc4b3dc6cfe1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125015,7 +125015,7 @@ } }, { - "id": "4832d9ec-c00c-49b9-8bc7-9599212fa014", + "id": "1a4d71d4-d857-4ab0-9e3e-fd76f1e613d9", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -125090,7 +125090,7 @@ }, "response": [ { - "id": "17f673b7-091f-4967-9444-17ab4e18efc1", + "id": "6dd4c240-9e22-45d5-bbba-8f3e3645d745", "name": "List of Email Status", "originalRequest": { "url": { @@ -125174,12 +125174,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"cillum cupidatat\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"cupidatat aliqua aute consectetur\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n }\n]", + "body": "[\n {\n \"id\": \"sint exercitation pariatur officia laboris\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"ipsum pariatur ex adipisicing\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f3da797e-1458-4709-bf8d-2c206fba1166", + "id": "a424b43c-545d-4b81-bdce-7552897383ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125268,7 +125268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3daac76-04aa-4780-a2f0-032717817c53", + "id": "0684d7a7-bc03-4a75-becf-ab2969529542", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125357,7 +125357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3da189-9223-43ea-b41c-d50dc95b9985", + "id": "b3552526-1ed8-4e08-833a-8eac86ff4518", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125446,7 +125446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa8ef38-1094-4f51-b861-566913fd4da1", + "id": "7575a193-af2c-4ac1-ac92-880d4ff2e201", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125541,7 +125541,7 @@ } }, { - "id": "0617509c-a30a-481b-a966-7cb604e87383", + "id": "090222e3-ecf9-4146-a18f-d1588d7af85e", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -125583,7 +125583,7 @@ }, "response": [ { - "id": "ca15d27d-66be-4f8f-b5bd-52e0da5ad728", + "id": "33a72045-8740-4a7a-ba30-c0b9bfb24c7d", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -125634,12 +125634,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", + "body": "{\n \"id\": \"enim velit\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "debb2538-91ec-4e5f-9347-81f740e6aa47", + "id": "e296db0e-8dde-4a6e-81ac-7efbe14f314f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125695,7 +125695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe645e9-849a-4bc6-b516-b7f08a7bcdec", + "id": "2c07978a-f242-46dd-910c-6f5c6585078a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125751,7 +125751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "704c524d-199b-45a8-b156-f43b87aa7cdd", + "id": "ea9d5256-eae2-47a4-bae4-a55752bf64e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125807,7 +125807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c1b6da-ca58-41e6-91aa-5d5742ce7ac7", + "id": "6fd14080-ec5f-4824-85a3-8af086d5d00b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125863,7 +125863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a95586-9203-485d-97be-361384d7235b", + "id": "c2e1ba6d-f92d-4e9e-81ac-cd4f02e530ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125925,7 +125925,7 @@ } }, { - "id": "faa0d20e-26c8-4fef-adc4-087f393f5e34", + "id": "80687409-1184-4dc2-88c3-b5c106cce437", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -125945,7 +125945,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -125966,7 +125966,7 @@ }, "response": [ { - "id": "424e8e2d-56b3-4945-ab6d-ff4f5055f644", + "id": "0b3fa3bc-5f7b-4527-843c-37c26c3fb0d0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -126000,7 +126000,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b03bca95-8871-4208-a1e9-f00d7ac23306", + "id": "5e978daa-9dc5-4a5f-9f43-eb2c58083ca8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126044,7 +126044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa3e2d6-882f-4574-a5dc-43c3dfd75932", + "id": "7a8afd97-ab0d-4240-a63d-6a2431559606", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126088,7 +126088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ed7931-85c5-4030-b602-6070554a5bb9", + "id": "abdee721-ab28-4aa4-ba09-d51b7d2ac1f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126132,7 +126132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b7df2c-adc3-457a-be02-f2f45bd6872e", + "id": "1c76bad4-e135-4e27-a8cb-ce815456dd54", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126176,7 +126176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a4156e-256c-4f17-9d43-3153f59346b6", + "id": "0e56cbb6-ac98-402a-a8d3-ed766c385c67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126220,7 +126220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62b4517-36dd-4cb6-a8fa-f19c6d9d63a8", + "id": "e56747f9-5e08-4732-b422-e2ec9c8114a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126270,7 +126270,7 @@ } }, { - "id": "7cad868d-8d60-42e8-8e4a-cfce3cbebd0c", + "id": "fa070d98-d25c-42a3-ba7c-bf9ae8889739", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -126299,7 +126299,7 @@ }, "response": [ { - "id": "960888d1-e43b-4357-8799-ee52c2cd40b9", + "id": "75e2a586-197e-4f8e-96d2-e2f3081fb0c5", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -126342,7 +126342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2141dd-a801-478a-8353-85cc72439f68", + "id": "b1bc2765-34bb-473a-acb7-71a2b8e09ad4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126385,7 +126385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3604c8fe-d37d-46dd-85fd-293a6a1ee2c7", + "id": "6d20e256-27a8-41fe-81f2-11221d02b608", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126428,7 +126428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f0522e-1a53-4308-b288-1538d0aa6786", + "id": "153a72f2-d073-4d44-9871-2de0ba33752f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126471,7 +126471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff4b78f9-183d-452b-bf31-284bf67ab81d", + "id": "67e0cc81-644f-4ddd-b8e6-8e1e38d4762e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126514,7 +126514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b245d7-7754-45cc-9af3-dffe5288132c", + "id": "67ce80c2-0702-4cc8-931a-1bc93a3d86ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126563,7 +126563,7 @@ } }, { - "id": "9841613d-3168-43c2-bde7-448c92940ef9", + "id": "e57ee5a0-5612-4933-9cf6-1759e236ac1e", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -126605,7 +126605,7 @@ }, "response": [ { - "id": "2d4301ca-d533-43d3-afad-fceeb75a97ee", + "id": "bfc51243-d26e-4548-91ec-9d31f2b6c3f1", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -126661,7 +126661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edde9011-b490-4d8e-a0b0-655e2c208184", + "id": "339e3ede-2f45-4c4d-b1ed-23e3a879ebcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126717,7 +126717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58f438ba-b427-4397-a5e8-e2755c731544", + "id": "2470b1df-e736-495d-b720-7864ad2a6184", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126773,7 +126773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5442aa57-9de3-42a2-8bf1-b0deba4d7b59", + "id": "d03e4932-dfb1-467c-a369-125993f0ec2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126829,7 +126829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6cef71-6889-4c42-9d6c-3b76dfb54060", + "id": "c0ea309d-24e0-4d52-8fc7-56033c6dc2cd", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -126885,7 +126885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7360a1ab-9b2d-45fe-a5e2-b503db1b5f4b", + "id": "63d2603a-955c-41b6-b577-edfac1e4e589", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126941,7 +126941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046b02d3-b039-4a71-8962-964c8626a883", + "id": "fdf96118-8c2b-4faa-9d55-8a0c4220b937", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127009,7 +127009,7 @@ "description": "Use this API to implement OAuth client functionality.\nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "94e4440a-4351-473e-b3c8-e5f556c8d658", + "id": "3ac55dec-7e4d-4b8d-b529-c61900e770ae", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -127048,7 +127048,7 @@ }, "response": [ { - "id": "b0efa18d-78a2-4c56-ac41-82db52bfef6e", + "id": "5bd89eb0-baa0-4456-ad61-34ea3dc3c351", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -127101,7 +127101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11476f2e-94c2-4aac-bd5d-7a4b38737735", + "id": "eb4a9779-3fd6-4add-a48e-e985c8d84681", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127154,7 +127154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbfed046-dc8d-47e1-91b4-34ba862ee834", + "id": "89e92d84-9193-4db0-9a95-7180b9ada6b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127207,7 +127207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa9d55c4-889e-4ff9-9e1c-5abde736233d", + "id": "2c28078d-3ce9-451f-8e29-2b7af9f074f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127260,7 +127260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04997b03-b695-4620-a2b2-f6957547aa2a", + "id": "39be0af9-259c-4616-9622-17590f403b89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127313,7 +127313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ad6160-adfe-41c0-8eea-fb8e0368c380", + "id": "95d08872-30b5-4bdc-8a20-c2edf38ae689", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127372,7 +127372,7 @@ } }, { - "id": "1a765901-38bf-4cfc-831e-3c70e1aa0d99", + "id": "5c508779-dd70-4d0c-987d-8c75a361bde0", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -127414,7 +127414,7 @@ }, "response": [ { - "id": "8700ff9b-8c14-4d57-ab84-8f214981a68c", + "id": "20af3926-9778-4a7d-9302-ce25f1485a7e", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127470,7 +127470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94c2489-1040-4d81-846e-6beb9fca3a68", + "id": "eb51e3f0-2221-4f38-b09b-ef742d2938fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127526,7 +127526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0dc5471-8be6-45c1-b8e3-0c91563c93a3", + "id": "8c4422b3-f250-4d7b-9380-7381d69cdeac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127582,7 +127582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a0dc0d-1e2b-4e93-9f7e-fa67598e63de", + "id": "41a21da3-4137-4dde-80cd-9b059124acab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127638,7 +127638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a445218-3955-4573-a471-492dbf2b1e81", + "id": "65609f04-674e-4d30-9c33-301434dc32c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127694,7 +127694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0682db0a-c602-43ad-9a9e-4aeaa88a6ec3", + "id": "10bd78a6-fe8e-4693-b434-8a9488426522", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127756,7 +127756,7 @@ } }, { - "id": "9ac95acd-be06-4068-8633-84f252051e7f", + "id": "ce0db02d-d623-4f34-b72d-53c239f85b8a", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -127797,7 +127797,7 @@ }, "response": [ { - "id": "978ff143-fedd-4ed8-851a-b8d4d293b6bf", + "id": "edcf7016-850e-431f-a4fb-e2840b620029", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127841,7 +127841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b997095a-3d24-4c89-a987-085858066e74", + "id": "4837000e-345c-4e37-bb17-623de559e761", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127885,7 +127885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf647ab-61d1-4a83-8926-2e6195c45fff", + "id": "92eeba79-106d-4327-91c1-6ec81398f898", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127929,7 +127929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8471dacb-2d2f-4574-9f26-3d29c8263b5b", + "id": "7ab274cd-f210-4e25-a53d-406e632024af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127973,7 +127973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76f7714-415f-4a9d-a9d9-7ef327358c56", + "id": "16870a82-4bb6-44d4-b606-ff68163ba74b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128017,7 +128017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5fe705-d1a3-43e3-9ded-815ac9ae9765", + "id": "6e73c654-dd98-4d1c-92f3-a3a651bc37b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128061,7 +128061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfe05bdd-8389-4ca3-80ba-662edceed86f", + "id": "09bb4060-ebdb-45d4-b406-e563b87681e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128111,7 +128111,7 @@ } }, { - "id": "58f51e02-0218-432b-a40f-ffea4cd0a813", + "id": "1e45ef23-f5b8-4ff7-ad32-e70e5d5b6e45", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -128152,7 +128152,7 @@ }, "response": [ { - "id": "2457d5ec-ce5e-4b6f-b222-c28f0e659011", + "id": "b4f669b8-fbab-4a85-b3f0-edcc985e9887", "name": "No content.", "originalRequest": { "url": { @@ -128186,7 +128186,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1fd77a0b-0835-4c38-ba84-1ab8886da064", + "id": "892c4c81-7dba-41b8-8ce5-504de80eb680", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128230,7 +128230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "224bae36-a502-4d7e-b55c-81e39ed02b8c", + "id": "2a08bdf6-1bce-453e-ad04-c81497fedc59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128274,7 +128274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed606f0f-60a0-42a1-8de1-7c17818bb872", + "id": "2c8c9a44-dad2-4be9-8fd1-11e044e38e56", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128318,7 +128318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d66f6f8-070b-4e02-b3cd-e771b126656b", + "id": "8de4ee66-ff06-41cd-9eed-617291948e14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128362,7 +128362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00c152e-8d24-48c2-b9cc-53bf47829332", + "id": "52daa7b8-028a-472c-8569-fbd26293e61b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128406,7 +128406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f8e714-55fa-438f-b41d-35addeb07ce7", + "id": "58ab508d-6800-4f35-b93f-cd254b56914f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128456,7 +128456,7 @@ } }, { - "id": "e6232256-b4a5-4477-b25e-0125360d3ca3", + "id": "f2469c1f-d5da-4362-89c4-d5a583d19087", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -128510,7 +128510,7 @@ }, "response": [ { - "id": "40780b55-abd2-4ae9-8711-b8239a49655d", + "id": "39472c95-fad3-43ca-a444-79301d401c2e", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -128567,7 +128567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "307dfe61-998e-4954-93bc-523c7e12f0d8", + "id": "50c935e0-2bb9-4021-8ae9-edd4ad9ca010", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128624,7 +128624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c892aa83-8d72-4a09-a045-3180e845416e", + "id": "5037f78f-bb9e-4cec-be00-52dcbb74ac02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128681,7 +128681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a59c587a-e0cb-46fc-8373-09ef21a58eaa", + "id": "61a34272-17e3-4e53-a357-01d59364eeaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128738,7 +128738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5272f37-1ef3-4087-8f95-d7c03dedd020", + "id": "b21feb78-30c0-46ce-b2b3-0075bfdb2294", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128795,7 +128795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a281dfac-3436-45e9-86c0-3c9f3ae275d4", + "id": "0feb9315-1557-4033-9d2a-249c6644ea44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128852,7 +128852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385186cf-2803-4a57-bfd3-1d7957e4e03a", + "id": "9c3ef6cd-c9f9-4932-b5cb-eb57e103f551", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128921,7 +128921,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "3352e9fc-0ec9-4de8-b8c0-bcd21675ee28", + "id": "2f10ff67-0b55-4f07-885e-3644870bc2ee", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -128950,7 +128950,7 @@ }, "response": [ { - "id": "84fa3fe4-87b6-45c6-a87a-79155f5adcc0", + "id": "3eb5f541-25fd-47c3-8c09-a4302a0f3ce2", "name": "Request succeeded.", "originalRequest": { "url": { @@ -128988,12 +128988,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"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\": \"velit \",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b70339f1-70f0-4e04-9fab-1043834a2f1a", + "id": "f0064da1-4401-4346-9220-b9fea0bde5e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129036,7 +129036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "970e7a05-b28e-4fa0-9914-82fe752eea15", + "id": "5975b406-a5a0-4b10-bf75-ae02e23f6acb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129079,7 +129079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86eb4dd6-3aff-4f75-9d6f-3482fab04b6b", + "id": "5a610afc-4d37-4da9-ad09-3c6e6ea2f7b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129122,7 +129122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3331b6d-3534-406a-b98a-89741e90f131", + "id": "caa23fd2-d7e3-4db1-87de-6e85c41b32d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129165,7 +129165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec363123-d89b-4cbd-8af0-e099e0bcccf2", + "id": "f2459cab-6f2f-461d-8bd8-fddc54eee0d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129208,7 +129208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8802138c-4d59-4f1d-b628-600801fc384c", + "id": "296d9bfb-ffe9-4d8a-918b-da6e37c39146", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129257,7 +129257,7 @@ } }, { - "id": "20e58c03-d1e3-4e5d-ba93-f6dd833c0fda", + "id": "4dad4c5b-cf99-41ef-9e75-8bdaa6707df0", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -129299,7 +129299,7 @@ }, "response": [ { - "id": "224f28c5-d3cb-4766-956b-590981b800e2", + "id": "76c5d90a-850d-40e4-9d6f-47efaefeaae9", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -129350,12 +129350,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"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\": \"velit \",\n \"armAuth\": \"epiYNTRYA2S7swisDWk1Zv4VMNgvqEjiBh5_ufuCWsma2m-5XADijqBg0ijXLby5nS6lxZNXabhGnAPGeDGc4V3jQKrhwV-UHypRLs8ZLgOjiQNus9NimS0uPdKomRW6TFWqXyfnYd-znNgbbVuwUy9GyD9ebDVJSntPastxSx7UcyGuWBqfNZYpuxKRWe_7TVY60qL55jUqyz8N4XUbbdcxdbZ0uik6ut-Bv90MKTbZexBW_PR4qcgIkaEs4kIenLyBxnGziYo7AO0tJ8bGHO8FJRkibCpAQIt7PISLo7Gg_Xf9j10dKq2YDgy4pPTvz3fE2ZHYnXCXvXFSA-vVag==\",\n \"armDb\": \"EU\",\n \"armSsoUrl\": \"https://your-arm-sso-url\",\n \"iaiEnableCertificationRecommendations\": true,\n \"sodReportConfigs\": [\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n },\n {\n \"columnName\": \"SOD Business Name\",\n \"required\": true,\n \"included\": false,\n \"order\": 2\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9ad0e0d-e320-4dda-b3be-bd6b8ef1c587", + "id": "481bade7-e257-461d-b433-e0845c63ab8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129411,7 +129411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e7b9e0f-645d-4984-a578-1133bbf5fd3b", + "id": "e6aa2c89-03a9-4660-899e-e272159f7f86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129467,7 +129467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d908ab99-9372-4563-a83c-ad53b25c6a45", + "id": "a9f0bcab-aeef-42f6-ae15-bf7a32ba7b63", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129523,7 +129523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01584ae1-d29c-4b3c-90f9-e0e70b9fe75e", + "id": "f3366aee-6460-49e0-b8aa-af2cddd61b2d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129579,7 +129579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9aebd0d-4052-48e4-b589-6ddb085dd706", + "id": "58959523-026b-414d-8286-5f258f3c00d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129635,7 +129635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025b6483-f9d9-40a0-907c-ec8abeca8fb2", + "id": "4c12e198-85b7-4c0c-989f-82544714b9e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129697,7 +129697,7 @@ } }, { - "id": "c625f68c-b6cf-4c24-9d0b-326705022425", + "id": "eb067ce1-a95f-459b-8046-9f6068e619b5", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -129727,7 +129727,7 @@ }, "response": [ { - "id": "eaf34375-ca6c-4f47-8ad6-c1378260e958", + "id": "e81d0fd0-511e-45de-aae5-2bc09bfa7d10", "name": "Request successful", "originalRequest": { "url": { @@ -129771,7 +129771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3ec470-da56-4d3d-8544-475c05839943", + "id": "f2cf1b8f-1c03-4d66-912f-fcd7fcb0471a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129815,7 +129815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9189b502-21e8-4e1a-8747-e924836077d4", + "id": "64c0cbd2-9e0e-4828-b7d1-4d4d2f3bf60f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129859,7 +129859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370492c3-01ee-4e35-8459-fd3194e195a2", + "id": "4e38366e-232c-46e9-8b4d-79745edebd7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129903,7 +129903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce29df0-9acc-4119-bdf3-1cd01854396f", + "id": "0ca92640-0137-41d6-b4cd-640deb49b53f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129947,7 +129947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1064df-641c-4da6-9315-4f287dc5cf48", + "id": "cd9deea5-3578-4d0e-b50c-83890f9ab834", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130003,7 +130003,7 @@ "description": "Use this API to implement organization password configuration functionality.\nWith this functionality in place, organization administrators can create organization-specific password configurations.\n\nThese configurations include details like custom password instructions, as well as digit token length and duration.\n\nRefer to [Configuring User Authentication for Password Resets](https://documentation.sailpoint.com/saas/help/pwd/pwd_reset.html) for more information about organization password configuration functionality.\n", "item": [ { - "id": "84d54cfe-43b4-479c-b322-a2219ad1e41a", + "id": "95a55733-6126-4808-9226-72c247e2e16d", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -130032,7 +130032,7 @@ }, "response": [ { - "id": "d9cdff5e-6cd1-42c3-bd35-1a55326a2aa0", + "id": "d5c24610-829f-45d7-aef2-39e62d562eae", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130075,7 +130075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55fc52d7-1f4e-4f76-908c-a1fc74b05466", + "id": "5af12a3f-ec77-4832-bca8-a27bb45f28f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130118,7 +130118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3998c8e-da27-4d4e-a365-71501abc57de", + "id": "97808bc4-6be6-4f3b-9268-b96e8f3b14a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130161,7 +130161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380dbe46-be0b-4cf8-8390-5f7286635180", + "id": "72e1a455-307d-4d29-bbe5-a022b789db16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130204,7 +130204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9879e30-917e-4dba-b09e-b038387c8984", + "id": "f185e96f-b3dd-425c-8013-fc7f5148121e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130247,7 +130247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df287d3-4dcb-4fe3-a393-09c1c5919b62", + "id": "b55f07f1-45fe-40f1-944a-e2a9e3286fd9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130296,7 +130296,7 @@ } }, { - "id": "57e219be-0547-4049-8664-baa8299b482a", + "id": "a88a0d88-1ab4-4d12-a7ab-56a699476323", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -130338,7 +130338,7 @@ }, "response": [ { - "id": "da7ea2e1-3a41-4a61-b74a-806229a90a60", + "id": "9b7d20f1-0b8d-4206-92dc-515e0e3abfda", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130394,7 +130394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afa3046-00e3-4f54-b1da-4196a3d172a7", + "id": "51571d2a-751c-481e-9239-555fb1762c24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130450,7 +130450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8726b7c0-e3bb-4e4f-8dec-235353c9af53", + "id": "6ee2d0a6-9b71-44ca-8445-b0727373a40b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130506,7 +130506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4009aba1-da1b-454e-9356-0dd06061cc46", + "id": "bb3bd69a-c7ae-4c12-84a5-6518b8826d8a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130562,7 +130562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c6ff200-f138-491b-beee-8f6f9db67179", + "id": "0deeb6a3-7663-4c38-b503-3b00124a4c8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130618,7 +130618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39fe6ef-d4dc-41a0-8cb4-21c6567e29cb", + "id": "24a032f6-d565-449e-abb7-7fd2c2f785da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130680,7 +130680,7 @@ } }, { - "id": "d4bfbb3a-4c3b-4a8a-9a4c-238c1ee117fd", + "id": "c769712d-54e0-405c-97c3-190b745dc308", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -130722,7 +130722,7 @@ }, "response": [ { - "id": "6bbc48e0-72a9-4b65-a735-65fdf8f0c945", + "id": "c8d7ca6f-f1e0-4a51-b3c5-2677273b7ce4", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130778,7 +130778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df761f3-1b6b-47d8-b1d5-f6702e24944c", + "id": "d2e191e2-c6f5-4279-8c29-72ec2e8b3565", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130834,7 +130834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da716365-9506-4acb-b667-94847ca23f7b", + "id": "e5877d9f-45f1-4d71-93db-3bf89e0909be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130890,7 +130890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4b0188-a77c-4f08-aba7-7ecbd2b08caf", + "id": "37a8f4ed-a05f-4cb0-acd9-36d2819ff7f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130946,7 +130946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b390f44d-2a28-4415-b2f0-f635788ae74f", + "id": "bd7ade7a-dc5f-4f76-93d9-fb4859147652", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131002,7 +131002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93828f4a-a5a6-47a1-9aac-72586171508f", + "id": "f86d5b6f-d474-4f4a-8316-c51f137bd23e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131070,7 +131070,7 @@ "description": "Use this API to implement password dictionary functionality.\nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords.\n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords.\nThis can help protect users from themselves and force them to create passwords that are not easy to break.\n\nA password dictionary must meet the following requirements to for the API to handle them correctly:\n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters.\n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines.\n\nAdministrators should also consider the following when they create their dictionaries:\n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive.\nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching.\nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords.\n\nAdministrators must do the following to create a password dictionary:\n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/beta/put-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "305894e0-127a-4311-8adb-23a6c333fd4d", + "id": "d023c704-c85f-4185-b07e-67c485d47f39", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -131099,7 +131099,7 @@ }, "response": [ { - "id": "5cc04ccd-efd4-4271-b8e4-f5fe88dbd4fe", + "id": "89ce6490-6961-41a3-a3b5-f2700b95e92e", "name": "A password dictionary response", "originalRequest": { "url": { @@ -131137,12 +131137,12 @@ "value": "text/plain" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "1a110d62-f705-4403-896e-596658a3bcf4", + "id": "44f991a0-d11f-45f2-a09d-6b36a90d01ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131185,7 +131185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c110298-008e-4bfb-89dd-2f65ad775bee", + "id": "6a587878-8c44-4971-96c7-e6edf1aececc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131228,7 +131228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc8293c1-6679-4e51-afd0-fab790ec957c", + "id": "0983195b-73fc-47ef-a527-a0c4e5d47a59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131271,7 +131271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e614061a-6930-45a7-be5a-8fe9d1937501", + "id": "b1c19221-775e-4c7e-bbb3-15f6115f4716", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131314,7 +131314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce0216be-0c2f-4855-8edd-5cab44ea5b58", + "id": "71232448-92de-44db-b071-97fbabe33f23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131357,7 +131357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2928b88-a539-448f-a2d3-3668ee5e0a04", + "id": "5fbd33c3-c791-41db-bfc9-5844034c347b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131406,7 +131406,7 @@ } }, { - "id": "65f84326-31aa-4442-affe-9158e9ddb6ca", + "id": "dfdb3f13-415c-4fe1-91b1-07157090ab47", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -131444,7 +131444,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131452,7 +131452,7 @@ }, "response": [ { - "id": "d0bbe35d-d967-42d3-9e8f-4e0ccc2acc81", + "id": "cedd6b55-06a9-4ba1-91f5-31ccf91ad499", "name": "Successfully updated.", "originalRequest": { "url": { @@ -131489,7 +131489,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131502,7 +131502,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a9f4913f-bba3-49fa-979b-35f125abae57", + "id": "7fa76fd3-2ac9-4f9c-9c36-fcf1c3459501", "name": "Created.", "originalRequest": { "url": { @@ -131539,7 +131539,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131552,7 +131552,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c9e6f856-2c15-4284-8a47-8eae99de07a0", + "id": "7d8745c5-1d2c-4a71-ae0f-bf6d198fdc54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131593,7 +131593,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131612,7 +131612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1731233-9384-4f3e-9766-af8e5552580f", + "id": "78f53e34-4c3c-46e7-a7a5-1eaaea2610ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131653,7 +131653,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131672,7 +131672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10091ad6-da3e-44f6-8e2e-d0978d0fdbc2", + "id": "12f11539-a422-4fb2-aade-9aec61a84e3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131713,7 +131713,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131732,7 +131732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b026bf87-c81d-4b37-8cb9-810be42cfb04", + "id": "c2d723e0-db5e-40c3-ab6a-456602b92437", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131773,7 +131773,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131792,7 +131792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb16ac0-69f5-4762-85f1-a0ffb5f0b7c9", + "id": "c5174983-beab-44a2-8a4d-fb8d47196d08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131833,7 +131833,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131852,7 +131852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99988346-42e4-4405-b157-f87e2a87a9bf", + "id": "2645a28f-8a98-41c1-a164-369ea7c84577", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131893,7 +131893,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -131924,7 +131924,7 @@ "description": "Use this API to implement password management functionality.\nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn Identity Security Cloud, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager.\nPassword Manager lists the user's identity's applications, possibly grouped to share passwords.\nUsers can then select 'Change Password' to update their passwords.\n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually.\nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password.\nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube.\nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password.\nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications.\nUpdating the password for the multi-application source updates the password for all its included applications.\n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords.\nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates.\n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "711ed3e4-be29-4401-95b3-8143f5030187", + "id": "76d6cc19-a826-4ab5-ae7b-c9f627cddcce", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -131967,7 +131967,7 @@ }, "response": [ { - "id": "67557fa3-2ce5-481f-a3be-a92e2ce5bbe6", + "id": "3db5bed9-a7f0-4157-ba46-c6d7d2a989db", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -132024,7 +132024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26463b5f-7556-4f7c-b222-2d2e2c655e18", + "id": "d8985b40-bf3e-43e5-952e-f0cab33fb155", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132081,7 +132081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "220054c4-49fa-45fd-91c4-83fe6cb5d5c2", + "id": "413077d5-788b-4ef3-ba16-4d7d5ecc663d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132138,7 +132138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cf13d9f-01b9-46aa-8127-0c6d2a9f66b3", + "id": "c8fddec2-993b-4d94-8e05-304397b86387", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132201,7 +132201,7 @@ } }, { - "id": "f5193ec2-8404-4b5e-94a7-755498860f0b", + "id": "988ed404-6b1c-43d3-a5ec-fa325d0717f4", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -132243,7 +132243,7 @@ }, "response": [ { - "id": "ef2dd2df-94b1-4de5-9629-8886c3ef9434", + "id": "7b042368-b5c6-4ef5-9435-8eb91ad3006b", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -132299,7 +132299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04890c6-6a9e-49f1-9659-c50d01eb5187", + "id": "750a6377-de5c-4143-b6d4-6f67efab8088", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132355,7 +132355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c966306-fd4e-4632-9254-7a41efee8b6a", + "id": "710ad65a-47bd-49e9-bd8d-8bd77da08f39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132411,7 +132411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f727f4-3f87-4062-b7b1-478b5cb817fd", + "id": "2a70a606-b526-4d15-9a24-b61e1506dc91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132467,7 +132467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4393cff-57ac-47da-9b6b-418cd89e5bc6", + "id": "c8946efb-d7dd-4bb3-b750-d819ee649474", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132523,7 +132523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fe43bf-6fcf-494c-8167-4c16b704d70b", + "id": "69acb1f0-d2d4-47cd-92e0-7d1012d75c5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132585,7 +132585,7 @@ } }, { - "id": "306f7ff5-83d9-492b-9c90-eb38f3bdbae6", + "id": "9c95b1d8-f3dd-4f3f-ba38-75f81462b12e", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -132627,7 +132627,7 @@ }, "response": [ { - "id": "4d660b79-06ae-4134-aabf-600cc38cfbb6", + "id": "74a3c19a-03df-4fc6-ae3f-ea5e43d6d87a", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -132683,7 +132683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa7ba9b9-0d7b-45ac-8e1a-9b33b023b11d", + "id": "f2a1b705-9f0b-401a-b726-6ea74323da6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132739,7 +132739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2b69687-fa3d-4fa6-a580-22ac568a6777", + "id": "002014b1-5424-4efa-94f7-2b136fb8f525", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132795,7 +132795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65071cf8-6ce7-42d7-bb42-25b17799649e", + "id": "2cb226ea-a3a5-4e72-bde4-0f7565190569", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132851,7 +132851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a5d6b6-38d9-450e-8166-85ba571ab445", + "id": "f65e5f74-2bbe-4ee3-9596-c81164096307", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132907,7 +132907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a636a926-b3d3-45d4-9532-7f85a572574a", + "id": "63a571db-00f9-406d-84fe-814b4ccd611a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132969,7 +132969,7 @@ } }, { - "id": "b2b8773a-9ecb-49e9-9c2a-fac7df4fd9dc", + "id": "982ef83a-e2a9-494e-9a89-3fd757843535", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -132989,7 +132989,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -133010,7 +133010,7 @@ }, "response": [ { - "id": "7d77c5f7-10f5-4c36-a317-45df8d0bc990", + "id": "067143c4-df18-4408-97ea-8de5fc435e2e", "name": "Status of the password change request", "originalRequest": { "url": { @@ -133054,7 +133054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08c7e6c-a6ba-453b-81b4-e20ce517d8c8", + "id": "57fe1537-2154-4e74-bf46-efeb514d173b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133098,7 +133098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c363d1-0eaa-4030-8ccd-3ae6e1ad4d7d", + "id": "de51300f-d246-4b3e-929c-52a18207ac9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133142,7 +133142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44c721a5-5357-4570-b6c7-f4d67d517efb", + "id": "e04c9cf0-30fb-4082-9880-3574481b6dbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133186,7 +133186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ceb82c-4cd5-4ec4-8713-236a70b4cc72", + "id": "04e2b023-b08c-4379-8fec-04e4b01b9347", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133230,7 +133230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35bceb69-106b-4cbc-abe0-93a6729633e9", + "id": "75e0acdc-092f-48d2-b14b-5f064b824dc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133286,7 +133286,7 @@ "description": "Use this API to implement password sync group functionality.\nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password.\nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually.\n\nA password sync group is a group of applications that shares a password.\nAdministrators create these groups by grouping the applications' sources.\nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password.\nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in Identity Security Cloud:\n\n- At least two direct connect sources connected to Identity Security Cloud and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies.\n\nIn the Admin panel in Identity Security Cloud, administrators can use the Password Mgmt dropdown menu to select Sync Groups.\nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group.\n\nAdministrators can also delete sync groups in Identity Security Cloud, but they should know the following before they do:\n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore.\n\n- Passwords for the sources' connected applications will also become independent.\n\n- Password policies assigned to the sync group are then assigned directly to the associated sources.\nTo change the password policy for a source, administrators must edit it directly.\n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "5c204808-abdc-4be5-a187-b964c5d8e8ed", + "id": "db86504f-a8c4-4f14-bc43-ebb38db53edf", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -133343,7 +133343,7 @@ }, "response": [ { - "id": "8a3a1984-8dce-48fd-be04-8cce7cf34e00", + "id": "4b2f136d-48c5-4e03-8193-e12f95d9156e", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -133414,7 +133414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172564b3-df7a-4d62-9ace-ee2b7b617488", + "id": "1d15fa86-13e9-412c-b96a-3d308abd9fcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133485,7 +133485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02122e39-c1ef-43f4-8b10-6a94de551252", + "id": "e707c2ee-0361-4776-9b7d-e6656ad67f7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133556,7 +133556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f698d9-d6ab-4a1f-a222-21da1fbb8f3e", + "id": "ecf0500c-1639-4575-8207-5afe6bd27a34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133627,7 +133627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d292d015-5eb9-461f-85e5-3cf4f4dbd904", + "id": "df86ef65-92cf-40f9-8159-9a443b15fd3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133698,7 +133698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "835ab74a-8679-4e20-bf55-0306f4a8452f", + "id": "322aeff6-6ca2-4161-b192-22eb939973ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133775,7 +133775,7 @@ } }, { - "id": "83d79951-5d32-4a89-84a3-1e59f2e4fe85", + "id": "559778d6-fd2e-434a-9f21-b8ecb355a9c6", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -133817,7 +133817,7 @@ }, "response": [ { - "id": "9a07def9-c680-4f00-b0b0-974bdcbb129d", + "id": "68cc86ef-1154-483f-b704-2991dd2c2edb", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -133873,7 +133873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667abd87-6ee3-47da-8e2c-333cf3f94794", + "id": "4c8aa0df-9b7c-4be4-b3ba-d53cd5e65747", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133929,7 +133929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b02e4e03-7afb-4c1e-875f-df1a807b184d", + "id": "a4304a41-40d6-4fc4-9794-47b4e56cf188", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133985,7 +133985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53957592-1a29-440b-82cd-bd0cdb03b8fa", + "id": "14a257d4-cb91-47dc-842b-a188b03e86f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134041,7 +134041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d31be62b-4811-43ac-ad0f-fe777c18793d", + "id": "38e69360-ffe9-48b4-a6eb-64eb62d6ea9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134097,7 +134097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1886b16e-6c46-4a7e-97ef-7ccf8e95e591", + "id": "95411e24-15cf-4de4-8479-207c0c9975d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134159,7 +134159,7 @@ } }, { - "id": "649ac1f0-408a-4e16-9c1c-1d6a2e052432", + "id": "f687ea9d-2693-4277-930a-92213a69b391", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -134200,7 +134200,7 @@ }, "response": [ { - "id": "21c7edd6-7d40-4df6-8861-6d2e8a28af37", + "id": "180915dc-c7af-4f64-8934-72730030ea4a", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134244,7 +134244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db305fe-6a75-423b-9967-b3d5a8870d18", + "id": "96879889-0258-4787-b198-fbd189dfac6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134288,7 +134288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0c9e32-927a-4a05-b30f-7d04c939fffb", + "id": "a75a1f54-6a46-4130-b7a4-cc9f5d13a9d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134332,7 +134332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c9c5e2-3bec-495f-bc43-60a795a3eba9", + "id": "67a05ad1-76a3-4870-a41b-fd224a2f593d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134376,7 +134376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930133f7-8381-49f8-a657-d5335d0bb6cb", + "id": "a9317f48-6703-4a61-b86d-b7c91ccb48c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134420,7 +134420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d78571-ab4f-4f65-8dcf-9dd1e56f6e02", + "id": "a7f5fdc9-5c8b-4740-ae42-9d272e333c14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134464,7 +134464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c79f0ca-5d3b-4284-ad8b-187756014a14", + "id": "37f603da-03d7-40a3-ab86-d99d426ac8ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134514,7 +134514,7 @@ } }, { - "id": "6bd1020f-f807-45b5-a02e-1e4f89540bee", + "id": "804dd65d-ba6e-412e-b9c7-8557dd1e9dbf", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -134568,7 +134568,7 @@ }, "response": [ { - "id": "3f9d4320-5047-4ee0-b9bb-ff2d5c18cd8f", + "id": "ce32e106-13a7-4c67-8327-1e02bb5013d2", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134625,7 +134625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860aa061-f583-4230-bcdd-f784094b3da1", + "id": "dd19f9eb-9403-4b90-aa4e-e1e9405fd097", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134682,7 +134682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b963951-19ef-4f5a-aed1-b6ea622bd380", + "id": "215ade30-69dd-4cc9-ac8d-c5cdc363a580", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134739,7 +134739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45f9667f-6e98-4730-a1f8-06e466533e8f", + "id": "81574603-3f36-40be-a3b4-0db3b931f1fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134796,7 +134796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5673df-d40d-4109-92fa-c7028c98bba8", + "id": "a8f3990c-6892-4415-8772-37a65fdc91e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134853,7 +134853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9740bcd-cd43-48ba-b9f1-72f5384d5fa7", + "id": "ed0d4214-207e-464c-b314-72d31238d95b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134910,7 +134910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f26314f6-9170-417d-afd9-98923f621f3a", + "id": "0cc8ee80-a3c9-434a-bf51-dde513035943", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134973,7 +134973,7 @@ } }, { - "id": "ed518e01-f64b-4b75-9af8-df74690e04db", + "id": "dfdc348f-7404-4030-b59a-6cb975534b57", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -135014,7 +135014,7 @@ }, "response": [ { - "id": "9377e3f2-57e9-4375-a54a-8a367676f570", + "id": "b401d63c-6604-4155-83fd-bddaaffa1fee", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -135048,7 +135048,7 @@ "_postman_previewlanguage": "text" }, { - "id": "127b6de7-1c2b-42ec-84fa-c99b4f7f4061", + "id": "36024dac-23f4-45c5-9859-2eedd2336204", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135092,7 +135092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85265d2-0478-467e-b9f4-300d74ea0989", + "id": "2dabd244-6178-4b16-9e01-bd433d557e9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135136,7 +135136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaca3d13-9f27-4341-8a7e-d900dee9e668", + "id": "5b40b3fe-54bc-46e0-b063-5ca8ee5fdd50", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135180,7 +135180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d1e0c8-dcd4-4902-a2fd-c4b4f778e191", + "id": "2c8693ec-ac96-4dec-b4c3-58f5cd5cc5f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135224,7 +135224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea7a5edb-fd96-470a-a4b7-bc6f122d2886", + "id": "a71453bb-06dd-4ad2-aa2c-ecc78a126677", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135280,7 +135280,7 @@ "description": "Use this API to implement personal access token (PAT) functionality.\nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in Identity Security Cloud.\n\nPATs embed user information into the client ID and secret.\nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving Identity Security Cloud organizations' integration security.\n\nIn Identity Security Cloud, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens.\nThey must then provide a description about the token's purpose.\nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID.\n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "66ec2d94-df86-45f2-9934-94fce10e0b85", + "id": "870fefa8-7c2e-49a1-a86d-65d7ff93dbde", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -135328,7 +135328,7 @@ }, "response": [ { - "id": "6fe0147f-6f96-4f51-b7da-00ff9d2f4dd6", + "id": "c74ba714-2ef5-4914-b352-6205c95f15eb", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -135390,7 +135390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf4bd864-0d89-4262-9d37-3267fe0aea60", + "id": "d4b2a4fe-cf34-449a-8bb0-d24dbb5f7a31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135452,7 +135452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c20f8aa-d2a3-4cf1-b629-3cbce9cd1065", + "id": "0dba8cee-97b3-46f6-baaa-e6450da967ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135514,7 +135514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44720443-97e4-42c4-95c6-d7cfada7ebe1", + "id": "688de2c2-3046-471e-b52b-cf9a4b3f0f9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135576,7 +135576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08332fa-4638-44d9-ace2-b45cfdefed2d", + "id": "0f212d7f-bd03-4a17-97cd-463f468f0a07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135638,7 +135638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52301da-b021-4de1-90ee-138f528762e7", + "id": "deb507aa-d718-4ccd-bb99-952737ae887c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135706,7 +135706,7 @@ } }, { - "id": "8aa6ea0b-55cb-4241-8809-14b0c8e7ddd2", + "id": "f2bcff4d-0048-4852-860c-bcfe65bc4a8f", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -135748,7 +135748,7 @@ }, "response": [ { - "id": "d9a98844-3026-4290-8ef0-857450a82e3f", + "id": "80fab698-6003-44a3-ae7d-1c2f72d6b829", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -135804,7 +135804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563be501-9f47-458d-8304-4574014e493f", + "id": "5b1dca0e-27c4-412b-88d0-9029b3f3a70e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135860,7 +135860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "497bd69c-c1e4-4d73-b1ea-a0027436b038", + "id": "4ea63c4a-d6aa-43e7-858f-54c72e66157b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135916,7 +135916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ed76aa-b575-4b25-a73b-0f449987db43", + "id": "4443ec2f-8af8-47ef-802c-d33b7ff6092e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135972,7 +135972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44acecb8-f93e-4845-b63f-d67c8a11290f", + "id": "16e7b8f5-cb2c-4ba1-bd8b-6cd7dfe5126e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136028,7 +136028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a4269ef-1252-42b8-b7b4-3e2f9a1a4a52", + "id": "6c2a1457-21b7-485b-8ce7-f8df4cb75eb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136090,7 +136090,7 @@ } }, { - "id": "9fc12511-a9e2-4a8e-97a1-00d846703218", + "id": "a34ad55b-d6ea-4ea5-993b-45bdcb66db4d", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -136144,7 +136144,7 @@ }, "response": [ { - "id": "3078a45f-ca51-41b6-badd-3e12509f399e", + "id": "4e53bda6-b63b-4104-95f0-96b6aefe15f0", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -136201,7 +136201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f20cfcfa-7f10-4daa-b748-dec99fe42b49", + "id": "f929d71e-e78b-4587-a796-8878d6faeaee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136258,7 +136258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831a1463-b39b-4787-82bd-f5269c7ebd2f", + "id": "3548798b-3e8c-4602-87aa-c747d24d27a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136315,7 +136315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "101bdfcb-78ca-4ff7-9df1-f0c7c6ee6a9d", + "id": "d7f11c12-90d2-4d2e-9341-b2b8844309c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136372,7 +136372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b92ccce-8571-417b-aabb-9be23c0be772", + "id": "bb795022-b43a-4705-9e36-ac24cbdfcd50", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136429,7 +136429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338e39a1-d1e9-4dd2-ad7a-b80b691b2dbb", + "id": "b4a3c056-332f-4e47-adb3-f081a1e08f8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136486,7 +136486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a676ac9f-30e0-4e7e-ba8e-6a8c4da7ade3", + "id": "21df254d-11ac-47dd-8a4d-780b6163d86b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136549,7 +136549,7 @@ } }, { - "id": "7cd5cebe-fc42-41e8-8839-79b9eb04dbd2", + "id": "66e71a99-e0c9-42c8-b274-5e1b49d96e84", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -136590,7 +136590,7 @@ }, "response": [ { - "id": "f4f7ea2c-c3ed-4f05-b316-2d1020d86d6e", + "id": "4499a618-d53e-40a6-bf6d-5b78eaa0e9af", "name": "No content.", "originalRequest": { "url": { @@ -136624,7 +136624,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3795c451-6db4-4ab2-87d7-397e83fa600d", + "id": "14e8cd87-7cca-43f8-91a0-e310a5374d70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136668,7 +136668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2872bc7b-aa71-408e-8079-01d532239b09", + "id": "ef719593-70be-4815-a0e9-91c8b95e51fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136712,7 +136712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c77ce9-d8b2-441e-a4fb-076637f7682e", + "id": "7c5ce1ee-a0d2-4359-ab99-2c19f1f39c3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136756,7 +136756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876749c6-e08b-41a6-a2fb-f774f0a597ee", + "id": "81d62972-a7f1-40bc-af27-8571a22d4348", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136800,7 +136800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10394697-ffc8-4a30-a8df-1fa8e9d43adb", + "id": "0f5f2059-ea6e-4ba3-97f5-cd7bd2c31394", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136844,7 +136844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a7cd08-f4b6-42f3-9895-5b616959c733", + "id": "7e3b669e-aa5b-45dd-bd9e-dba361b9313e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136900,7 +136900,7 @@ "description": "Use this API to implement public identity configuration functionality.\nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions.\nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager.\nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators.\n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department.\nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/docs/api/beta/update-public-identity-config/) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "e05ba7d1-fa0a-43a0-a0f8-673fc7c1f2e4", + "id": "109edde4-a0aa-4959-bab3-7d006e67a974", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -136929,7 +136929,7 @@ }, "response": [ { - "id": "19e4cb80-d0ed-484e-82e7-7434563c2d2b", + "id": "5ab5b507-6c3e-4e05-b58e-1eb22d85d038", "name": "Request succeeded.", "originalRequest": { "url": { @@ -136972,7 +136972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b98729-5230-4bba-8b38-48b618f9e9b5", + "id": "9789e402-0af7-4319-bebd-a0cf98700af3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137015,7 +137015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5117f49-e25e-4d47-b922-de275175b96b", + "id": "3e2e59ec-375b-49fb-89f0-7ff4bec3738f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137058,7 +137058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8057c364-49cd-482c-956f-72cb231bcbe6", + "id": "0b81c90e-d862-44dd-9208-f5c6c4f696aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137101,7 +137101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7796ac63-d718-4316-80b4-f531d4189d0c", + "id": "ca181b79-2f93-4cdd-bfeb-ce374c715b70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137144,7 +137144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2cc8ed3-fa63-4447-98c7-736e89e44f28", + "id": "61447f65-4d1a-4992-91a7-178ec7d73c29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137193,7 +137193,7 @@ } }, { - "id": "438d04f5-7778-44b3-a403-86bd25a1db2e", + "id": "38797969-fb96-4f13-8988-48d68abbb5d2", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -137235,7 +137235,7 @@ }, "response": [ { - "id": "4e946298-b480-42d9-ac20-203551dca97e", + "id": "c0079d3b-d7ca-4183-8bbc-d52b51c86d63", "name": "Request succeeded.", "originalRequest": { "url": { @@ -137291,7 +137291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87dbfc01-2186-4c0f-bf9e-7a6c532c826c", + "id": "74828274-c446-4f44-9446-3b5b21bb5723", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137347,7 +137347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601ba5e7-f632-4db9-a0c1-951142b08b90", + "id": "63b3690f-ae13-40bc-aef1-0946bfe3c9fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137403,7 +137403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "584f862b-63ba-4879-add0-d00f1bf0b7fe", + "id": "94cc6a53-cd16-494f-92d5-39f441716f42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137459,7 +137459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7962f72-708a-40c7-b1ac-89264cc84eb8", + "id": "fcb1dfd5-1b65-4426-9b84-87a11129d12b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137515,7 +137515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7abe9d6-6541-4bb2-af81-1238dbcfcaad", + "id": "a2f2dd72-c299-435e-b741-da9835b8336c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137583,7 +137583,7 @@ "description": "Use this API to implement requestable object functionality.\nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/docs/api/beta/access-requests/), along with their statuses.\nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "d677df62-d636-431e-af76-8f5ce821688c", + "id": "17401e5a-d24f-4680-b3df-6e157c4989bb", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -137694,7 +137694,7 @@ }, "response": [ { - "id": "fc1a4257-1d9d-4f91-9041-b108a4cf6baa", + "id": "bcaf2df6-6a20-492e-a1fe-e869cf73d29f", "name": "List of requestable objects", "originalRequest": { "url": { @@ -137819,7 +137819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4474d222-3b2e-4333-b50a-e49b84187647", + "id": "690451fa-a580-4530-a06b-bd0176a5fe62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137944,7 +137944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c181e5d-c54c-404c-b8c4-ef218e1a015f", + "id": "fa0c7510-1c3c-4cbb-8dfe-e7d157f620f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138069,7 +138069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126574f6-ed99-4745-9a4c-4c19e61d0f8f", + "id": "8fce9b73-88e5-45d9-95d4-fdb0f01dd4c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138194,7 +138194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45917d6-2699-4a5b-8a09-63f3cebe86f9", + "id": "37268e3a-085b-40e9-89bb-7cf3c5a1d432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138319,7 +138319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99f406d-e5d8-47a0-9bbb-6ec813af19ad", + "id": "03ca7335-01be-4d9c-9d02-136938a2fdf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138456,7 +138456,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout Identity Security Cloud.\nIdentity Security Cloud can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in Identity Security Cloud.\nAccess profiles represent the next level and often group entitlements.\nRoles represent the broadest level of access and often group access profiles.\n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both.\n\nRoles often represent positions within organizations.\nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role.\nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn Identity Security Cloud, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones.\nAdministrators can enable and disable the role, and they can also make the following configurations:\n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria Identity Security Cloud uses to assign the role to identities.\nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes.\nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked.\nDo not configure a role to be requestable without establishing a secure access request approval process for that role first.\n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "9e6e649c-4898-4ced-b6a0-270dd1803f6c", + "id": "e37ced50-1197-4b3c-a761-d3631ad3901e", "name": "List Roles", "request": { "name": "List Roles", @@ -138558,7 +138558,7 @@ }, "response": [ { - "id": "fe6e9088-674c-4ac7-be72-c1ed247cca79", + "id": "ac6c1c09-6f4f-4ce9-8c01-d2e40c254c90", "name": "List of Roles", "originalRequest": { "url": { @@ -138674,7 +138674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824a58cf-c94e-402d-8312-5732b6523ec7", + "id": "193ac11d-1ae1-4ebd-86e4-b67fcba60c12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138790,7 +138790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c693fb2d-4358-4029-bba3-a7490c3232ff", + "id": "3ce5e50a-1fdc-4a00-b1a4-aeb65475ae56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138906,7 +138906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b2a980-96a6-4e8a-8943-179f0ac38a91", + "id": "26e3123a-d8e2-4230-b57e-53f81c1314be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139022,7 +139022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24743c56-2e44-4678-be1d-a8bc857f69b9", + "id": "8d445fef-6b82-4e50-bfcc-262e4a14782c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139138,7 +139138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23356556-5b2b-428b-9d6c-33ae055d6d3e", + "id": "4440e5c1-3f65-4f9c-ba69-7663a7071c93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139260,7 +139260,7 @@ } }, { - "id": "25532110-f293-4c4b-a2b5-d5c19a4389e7", + "id": "d00cd917-1c0f-448f-b98d-af49ad05665c", "name": "Create a Role", "request": { "name": "Create a Role", @@ -139302,7 +139302,7 @@ }, "response": [ { - "id": "419c4dec-dce9-4bd3-b871-f880d00f475d", + "id": "24a91170-47b6-4259-b4ce-868a4aee7815", "name": "Role created", "originalRequest": { "url": { @@ -139358,7 +139358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10f6c6c1-43da-479c-8cb6-078df0d0a4f6", + "id": "0ebaf3bb-418f-4111-9128-9fd1705d04c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139414,7 +139414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdb8771-0599-471a-b54d-f35f5ae6d33a", + "id": "710e8742-e350-4711-a544-222b0138bdeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139470,7 +139470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f66f073-4739-4098-8067-d33a27a71f6d", + "id": "0f647321-bd55-44de-a80c-2b459a3ab533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139526,7 +139526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b90bdcca-9db8-4faf-8445-a7ead48dd548", + "id": "5c4894b0-5baf-40c9-a761-d8ecfa0a1522", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139582,7 +139582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72eb54a7-ccf4-42a0-a0cb-eafb66f0ae8e", + "id": "451dc71e-0932-44f9-8682-894446c5b3f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139644,7 +139644,7 @@ } }, { - "id": "7ca93bcf-62c7-4abc-8edf-c6ca38288e70", + "id": "1d0de844-7e68-4585-b82e-8c19edd90acf", "name": "Get a Role", "request": { "name": "Get a Role", @@ -139685,7 +139685,7 @@ }, "response": [ { - "id": "326b7ed5-5838-44d3-98ce-dc4310b89a1c", + "id": "e6e1146d-17d8-4416-879e-11a2e5cf05b3", "name": "List of all Roles", "originalRequest": { "url": { @@ -139729,7 +139729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20016080-9ae4-4a99-b201-6324474d8650", + "id": "dc0024fc-f127-45d8-8920-a7d56d6b286b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139773,7 +139773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b4f430-4874-4316-a6aa-b5f87f87c6f0", + "id": "5793e0c8-5fae-40ad-93c2-f12a53e6233f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139817,7 +139817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a4cf61-367a-4abe-81cd-b7876847769f", + "id": "a3c29862-52e4-4627-98e6-32564d24a798", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139861,7 +139861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07b54cd-267e-494f-a096-3bb385416031", + "id": "a20df026-7213-4c45-afdd-23a03ef2d80e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139905,7 +139905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e34bb1ed-4bf8-4438-b557-edf652dcefe2", + "id": "1463f910-6649-4df1-af00-a95dd7b4b43e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139955,7 +139955,7 @@ } }, { - "id": "2869ad12-286e-46e8-848e-14337459e570", + "id": "dbe89d88-83a1-4d44-828e-52e25a686bb4", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -140009,7 +140009,7 @@ }, "response": [ { - "id": "fe25f478-da06-4a62-87d6-ea68cc13f973", + "id": "e2fa8731-34e6-4d28-ad34-6b5632acda53", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -140066,7 +140066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5027b9bb-3afa-4167-9fce-4949abc5198e", + "id": "316376c7-bd1f-44b4-8d0d-20de3959e694", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140123,7 +140123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6798fbd9-e67c-420b-bda8-b912959fa157", + "id": "e86b4eb9-3ce9-4708-8e25-145b33f0faac", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140180,7 +140180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a17fc8-d430-4447-bc17-1ebbeade602e", + "id": "f9b4ce6b-b7ad-4ea8-b20a-9c7b518656e8", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140237,7 +140237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d55ccb-681f-4c01-a1a8-ca5ae9a9b551", + "id": "dfa291ab-c456-403c-a8e9-92114d673320", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140294,7 +140294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad80800-ac84-4f7d-aad9-1d04d22090e8", + "id": "0fb83437-1719-4d5e-a287-20edf133fc99", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140351,7 +140351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4febd2c-cee2-4515-ae7d-5833b496387b", + "id": "792478cb-eb31-4d1e-8b69-319a8521c6c2", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140408,7 +140408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a560b67-f1fd-4a39-aab0-defdff272599", + "id": "1f2eda12-df65-433e-a884-9892f7ec36c1", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140465,7 +140465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ef85e2-076d-4e48-a6b4-46c8ea4ec5bf", + "id": "2670db08-59a8-4b22-a079-1cbcc4b69b54", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140522,7 +140522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "481bae8b-011a-4c6b-87c3-53cadb7ef761", + "id": "53ca4dec-89a6-43ae-b975-ce27a4ff9edd", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140579,7 +140579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31310dca-abf2-4387-ad87-0a0b1bb38981", + "id": "34873525-e075-4383-9260-93259e7c40c4", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140636,7 +140636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22155067-d160-46dc-81c3-8c04693ed761", + "id": "324ef80e-e116-4bd8-8b9f-59c737c6f978", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140693,7 +140693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f5d6017-a80f-4a89-afce-c82e390d0ba9", + "id": "5692cfec-3ebc-4724-a45f-986a70d4ad85", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140750,7 +140750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "484ff509-f6b4-4f49-b573-7847851e89e9", + "id": "27a04e60-0e05-48da-b0fb-2393ba53816e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140807,7 +140807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38009dac-e58c-4b8b-ab41-e919954ac3e2", + "id": "8cd1541f-eba6-47ab-818f-f686085a2282", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140864,7 +140864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b16c68-d866-445c-ba9b-0b9de32ea457", + "id": "69c242d5-0283-4459-a2cc-a4407cc2ba5a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140927,7 +140927,7 @@ } }, { - "id": "70c4a04b-0e72-4785-8447-cafd3a4f426a", + "id": "eb3bb74e-9783-464a-9d8b-f12704253356", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -140968,7 +140968,7 @@ }, "response": [ { - "id": "0d964c15-5c95-474e-9ab3-027c4c98ca50", + "id": "02c58c08-b54a-4aad-bdf7-6da6b860b384", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141002,7 +141002,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2b5535f8-c5c8-4a2d-b4b9-c75055d86375", + "id": "637c6268-f5ea-499d-8d04-7085d41ed8ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141046,7 +141046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72fed549-ba37-4e0e-85b4-a321eb2cf233", + "id": "8f813886-a859-498b-b793-af36d2ce577d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141090,7 +141090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e392edd9-bc87-4129-a015-df0aa0c21f5f", + "id": "abd13ef4-609d-4869-ae59-d842a8b6b84f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141134,7 +141134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf0e191-1bd3-4cb5-8326-7ad39d216b82", + "id": "c3eb384b-814f-4b9f-8cf7-9a806f8b15f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141178,7 +141178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1a4dbb9-c6ba-438f-ad91-07878d0093da", + "id": "81175ac8-7817-435d-885f-ab2ccedf309d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141228,7 +141228,7 @@ } }, { - "id": "5978a6d8-2572-4128-80fd-f43960b9e53d", + "id": "e11c0f53-109b-4928-9911-57d7de3bad27", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -141271,7 +141271,7 @@ }, "response": [ { - "id": "0a62d73f-9080-4488-825b-70b6704fc335", + "id": "5798d28f-0bab-4ca7-88f3-aa640febd8f0", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -141328,7 +141328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958321fd-2e39-4358-9d07-527690d4f641", + "id": "8ae5d7c4-e19c-4e7f-9aab-775d76c8b106", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -141385,7 +141385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8fcb679-86cd-41a8-8877-d86e27039b75", + "id": "efcaf5da-2b2b-4fb9-a6d8-a7d570802130", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -141442,7 +141442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a0cc89-2293-471b-9be3-acb4a7a45e31", + "id": "e7aecc1e-f615-441e-a24b-0c895e02af73", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -141499,7 +141499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5b6a537-7d0b-4473-b818-9f3f8e8ebafd", + "id": "6da866b8-7b90-43f8-8743-d8620f072b01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141556,7 +141556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ebc1be-fb6b-4b2d-9e8c-553703e5acea", + "id": "86b62072-4898-4ba2-8b11-e6a119f88cd6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141613,7 +141613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c3c12d-a8db-4100-97bb-4436c95e4aa9", + "id": "11f61175-5ad3-423d-a332-e3c6815f077a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141670,7 +141670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fc8838-a590-4581-afb8-0f86e45ab371", + "id": "ff2ac88f-a5d6-4705-9eae-0e6124c6d051", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141733,7 +141733,7 @@ } }, { - "id": "d565fd60-2b96-4c40-b33b-a1ab75401231", + "id": "6e1b5867-a14d-4d18-bae8-585f951d1bcb", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -141818,7 +141818,7 @@ }, "response": [ { - "id": "04e906c1-e1fe-4dd4-9420-7f76b4be7476", + "id": "a2e1b5ee-658e-44b2-9fd7-67e0c377e377", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -141909,7 +141909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7983bdd1-553c-47b1-afe8-125b3e2290ca", + "id": "ce598da0-5d97-42b3-b218-32a5bb4a5e8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142000,7 +142000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c432726-b1b6-457f-95b9-0e51b7548c63", + "id": "fa51923e-99cb-4507-baf6-3b6a4e268d54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142091,7 +142091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f659f9cb-a813-4d2e-a9bc-d596e4aaec3e", + "id": "a0f57171-9d38-442b-a335-538f77c4734f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142182,7 +142182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4b7eab-ced3-4e93-994a-7da913963933", + "id": "5957744d-80bf-4e5b-a0e4-0769b983a217", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142273,7 +142273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "145dbf8f-2f71-41f5-b607-6bca395e6b00", + "id": "40cea8ad-8a87-45f6-87d2-c8787ba2b499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142370,7 +142370,7 @@ } }, { - "id": "c01b2291-57d8-47f7-b4b3-e8a0c0ee001e", + "id": "1ad95ab6-d47f-4365-aeee-160234fdd545", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -142458,7 +142458,7 @@ }, "response": [ { - "id": "e511c055-dc16-40de-8278-222f1d8f8b65", + "id": "6cafbcae-cec6-4f5c-aa1f-991a622f4c73", "name": "List of Entitlements", "originalRequest": { "url": { @@ -142549,7 +142549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c185f36-c0e7-40db-85d2-456b4530b396", + "id": "227ddab7-8cb3-46fb-9bf7-d3010e9bb65e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142640,7 +142640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08756f84-3224-4588-b337-a769a24a7959", + "id": "a4ac8f09-87aa-4107-8532-d533f826a3eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142731,7 +142731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc936910-e5a4-4953-9fa6-b353200b9b54", + "id": "0d722650-5149-4c41-bfb1-8566374111fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142822,7 +142822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0b3b302-f5d6-4d18-adb1-8dbe00d2e117", + "id": "cfeefc6e-3ed0-4c86-b8bc-83273eaba484", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142913,7 +142913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5d5ba9-0a97-4ed8-903f-06256c35b33c", + "id": "c99fa4d4-2eb9-47a1-87b2-96f2177cd647", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143016,7 +143016,7 @@ "description": "", "item": [ { - "id": "f1e167eb-3d11-4983-bcf0-26f2ef253b0e", + "id": "183f9482-a687-4c09-8dbd-fff8a60e703e", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -143046,7 +143046,7 @@ }, "response": [ { - "id": "9888d831-363a-4565-bc7f-b924db50a23e", + "id": "e02d9e5d-efdf-41d7-972f-e09cdd5095f1", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -143090,7 +143090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce9af54-0709-47f7-9148-bb4fad789d06", + "id": "f05e527a-f52a-4a72-84f2-1ca8f4add94c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143134,7 +143134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6fca9c8-4cba-4d0c-8775-da93a517ff7a", + "id": "d39225ea-1384-42cf-8886-929cc80ad289", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143178,7 +143178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37889a5f-b93a-4856-a100-4525e579a457", + "id": "8c84d1cf-839b-47f6-abe1-80466f54c3f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143222,7 +143222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1562d1ca-ff30-4b9a-8fde-7ff6c2edb87f", + "id": "05f62dcc-b1ca-46f1-b9ce-131fdb792187", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143266,7 +143266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50497ad-0352-4f63-81bd-adc6dc73f088", + "id": "87da8c4a-f3fa-4e6f-b3d9-c32175ac6c21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143316,7 +143316,7 @@ } }, { - "id": "c4ec4fc2-c004-4546-a3c0-70721436e46f", + "id": "37ad2c55-dd29-4c66-a6dd-909824812ed6", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -143358,7 +143358,7 @@ }, "response": [ { - "id": "d8564a1e-f970-4278-91ab-ec6a3583b72d", + "id": "149a4807-c5ef-4b90-86bd-ca853f376f1f", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -143403,7 +143403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5427d928-a3f0-4bad-ab04-32e44fade058", + "id": "76620636-6608-4474-b7c7-83c3ee6714a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143448,7 +143448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33008619-983f-4063-808c-a4d2762d6d72", + "id": "fa73ec0c-31b8-4b25-8d7f-03045cb9a2cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143493,7 +143493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d38b8f-dca9-4447-920e-8312c1f7c8e9", + "id": "8decf75f-5f3a-451a-8db3-c40e15509557", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143538,7 +143538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6842adf-5ae5-475b-9edb-7af6e7e8d043", + "id": "f47b6589-8c74-463d-9043-06b0ff66d96e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143583,7 +143583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8231411a-f16c-48c4-a296-7ca4b10a0053", + "id": "11a23190-62fe-491c-9007-ea1332966ff2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143634,7 +143634,7 @@ } }, { - "id": "57e7fc0b-9430-42c2-9d02-7681f4c48a85", + "id": "ae996f32-14b1-42b0-89bd-007b8d1ec7c1", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -143664,7 +143664,7 @@ }, "response": [ { - "id": "44321817-b2a8-4609-bec9-e372c10f29e0", + "id": "40cbcd1a-6c3b-42fc-b736-d5d4e3d7653c", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -143703,12 +143703,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 64087055,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": -21525742,\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": "b4e2018e-235a-449a-9520-2cab3aa9f542", + "id": "d16710cb-1939-43dd-a7d2-c66db0e7346d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143752,7 +143752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d072078a-1325-438f-b5a9-a941434ed052", + "id": "ba5ba07d-3001-4599-9106-1e1c5fdac339", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143796,7 +143796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da6e694-7fd8-4700-9d9e-fd5f07b90e92", + "id": "cece19ac-c4dc-4fa1-b310-8ee508fc4819", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143840,7 +143840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2b52420-6a87-4da2-aa1e-dd1f9acc7c43", + "id": "eb1f3f17-e9bd-4590-b8a7-372d7cf812ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143890,7 +143890,7 @@ } }, { - "id": "1bfc5f18-dc09-4f8f-b4f1-0767f6e6f919", + "id": "819683a1-9148-478d-bed4-e55b4a779a9b", "name": "Get role insights", "request": { "name": "Get role insights", @@ -143965,7 +143965,7 @@ }, "response": [ { - "id": "be05326c-359f-4e60-9765-9b092f8cb49f", + "id": "944293aa-3a23-40ff-a9e6-4dc4c4e65cc7", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -144054,7 +144054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb4a4b1-38ef-4561-a889-32f3e3b6e1cb", + "id": "93ec41c6-1ce5-459b-bfbb-4a25b70c1f85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144143,7 +144143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73dc99c7-8942-46b2-ba81-ae11092d038f", + "id": "f2c077a6-8667-4dfb-bcee-80274c8adb32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144232,7 +144232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "157423e3-0fe0-4222-9989-56624e39ed76", + "id": "478d829d-3bfa-4f2a-b26a-2fcf64cec5e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144321,7 +144321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b205060c-dfaa-4976-9fc4-e6ff57ed73fd", + "id": "87558b79-caef-4bb8-a3e9-257c3a5c448c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144416,7 +144416,7 @@ } }, { - "id": "9b034527-12af-4a40-8be6-4dce254fdc60", + "id": "5eb82f46-3503-4f38-9de5-ebfa59db2a46", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -144457,7 +144457,7 @@ }, "response": [ { - "id": "ffcf02f3-3378-4cfd-961d-1b575cf5517c", + "id": "58854325-5d6c-4a6f-b3e8-6a9278393b66", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -144501,7 +144501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94468e99-7eac-4ad8-bd4e-094b4f52f1f9", + "id": "ca3b094f-f1bc-47ce-af75-2650abd61305", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144545,7 +144545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2dda893-7215-4f15-b6dd-6012e70be5ac", + "id": "6d1377da-b495-45cb-a7c4-4afb372b6886", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144589,7 +144589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634376e1-288d-48b0-b4c7-6ca9375a3a52", + "id": "c7f81d8e-b4c7-4438-8f95-88f79456a9fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144633,7 +144633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec512d8-0c01-4faa-8131-c56343b956eb", + "id": "4a70d688-7c2c-4ee4-bf35-6c20eea8ff54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144683,7 +144683,7 @@ } }, { - "id": "56c97c43-79bd-4f50-987c-3ef50589d4b4", + "id": "0bd72279-ae22-408e-9801-f14f29f9b9a6", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -144708,7 +144708,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -144744,7 +144744,7 @@ }, "response": [ { - "id": "a0ac2e4b-dd9d-4bc3-b724-ac4cf661f0e3", + "id": "f5b2f747-9563-41df-990f-e942b658d8a2", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -144764,7 +144764,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -144803,12 +144803,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"occaecat voluptate\",\n \"id\": \"Excepteur et sunt\",\n \"description\": \"laboris est in eiusmod eu\",\n \"attribute\": \"laborum dolor\",\n \"value\": \"labore sint voluptate nulla magna\",\n \"source\": \"proident reprehenderit\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"id Duis\",\n \"id\": \"dolor non incididunt in elit\",\n \"description\": \"Ut non\",\n \"attribute\": \"qui nostrud nisi esse labore\",\n \"value\": \"voluptate Duis amet exercitation\",\n \"source\": \"fugiat\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "body": "[\n {\n \"name\": \"minim do qui in\",\n \"id\": \"ex\",\n \"description\": \"dolor nulla sit Lorem\",\n \"attribute\": \"cupidatat Lorem commodo\",\n \"value\": \"dolor in quis dolore adipisicing\",\n \"source\": \"aute\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"quis Excepteur\",\n \"id\": \"in\",\n \"description\": \"consectetur culpa ex labo\",\n \"attribute\": \"ut la\",\n \"value\": \"Ut\",\n \"source\": \"quis fugiat enim\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6fa04580-12b4-4725-a12a-7afafcebb2f4", + "id": "45809a1c-0c66-4bf3-b9fb-93d42fdbcd68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144828,7 +144828,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -144872,7 +144872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52affc50-bd60-4850-a888-ce4347a15b83", + "id": "e66d47a1-6180-4923-a090-6158a8e23a00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144892,7 +144892,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -144936,7 +144936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b457f652-e371-4df0-994d-2236c3d24098", + "id": "b9cee753-e5e6-4de7-8ef4-e72b8a48984a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144956,7 +144956,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -145000,7 +145000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690b645c-f627-43c6-987d-faaa73004830", + "id": "76487289-1ee4-4134-8fe3-37d41be0ba62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145020,7 +145020,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -145070,7 +145070,7 @@ } }, { - "id": "8c44dfcb-91ad-4a3d-972e-f4a4d74e54a8", + "id": "25f73ca0-96d2-4c84-90cc-7f820576a07a", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -145132,7 +145132,7 @@ }, "response": [ { - "id": "41e1ed09-f3ef-4c34-ab87-55b1f7e8de76", + "id": "3f1efb2a-65a3-41c4-9f17-988c19569571", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -145192,12 +145192,12 @@ "value": "text/csv" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "f6ee15de-bba5-45cf-81a1-f11df3255497", + "id": "658089ab-72a0-48e3-a55f-3f775bfdb5b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145262,7 +145262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe8aa68-e941-4802-8558-f37d85e3b1ea", + "id": "636407ef-1b19-4be9-ab93-bd8919477013", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145327,7 +145327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a80cffd-544b-4556-aaad-d204b03e026d", + "id": "2d91e538-70e8-423e-8f23-f592f0d30007", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145392,7 +145392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcd37a48-343b-42df-8506-48cd1b8ea7b9", + "id": "2094e0d3-a567-4357-858d-d32758d9c910", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145463,7 +145463,7 @@ } }, { - "id": "24563ba6-c62c-4713-a1fe-9131a24db9f7", + "id": "5049f898-f98e-4f45-bdb9-a67645e3392d", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -145515,7 +145515,7 @@ }, "response": [ { - "id": "c2aecb97-8b95-4085-9a3e-42a54c2a821f", + "id": "dbbe84c3-2e64-446c-b74b-53ed6f1ea4d2", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -145570,7 +145570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d569e5-cb45-4b4b-99b7-bc12f707686f", + "id": "c2987136-b7ba-4f35-9e1b-68b8ba6df87e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145625,7 +145625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19877c0d-2ba3-41d1-9bb4-b7cb5a3a4db4", + "id": "e9f502c4-622a-42be-88d0-447c7764c2a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145680,7 +145680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de095b9-0e0f-419b-9029-b4dbe720493e", + "id": "55302bd2-e8a2-4bc0-b035-647b35fb1ace", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145735,7 +145735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64975a0b-908f-4784-b1c1-070b0fa87753", + "id": "d6a67603-effc-4bba-8c3f-1fc49ff74e25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145796,7 +145796,7 @@ } }, { - "id": "545dfd91-5437-4545-adf8-80c05b9b79c9", + "id": "0297bedf-f069-4be8-bc8d-87879b2dc420", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -145905,7 +145905,7 @@ }, "response": [ { - "id": "62288616-bb23-4633-b438-1caf45e95208", + "id": "32a6ad16-3ac0-4bbc-a3d9-9324d2e8daa1", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -146007,7 +146007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c49518a-91b9-49dc-916e-4f38d5eea60d", + "id": "ac3c91bf-7aed-4558-b921-a6260616861f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146109,7 +146109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8187b736-856c-4bc1-b5aa-8b16a10129da", + "id": "2d74a3d7-57d2-47a0-a79c-43cdf46d1710", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146211,7 +146211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd60622c-063a-405f-ae03-e4d3b1449ee0", + "id": "8dcfd56f-2ada-45ba-a0d1-555ef3233bfa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146313,7 +146313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2664987-a794-4e4c-9796-d9baaf456cfe", + "id": "e3c83243-7ec5-46ff-b3f7-3544bd0ce937", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146427,7 +146427,7 @@ "description": "", "item": [ { - "id": "325fd40d-5936-473f-bc26-4d41f707ded9", + "id": "135268c7-e7c5-43d6-bb0d-34008e728e06", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -146470,7 +146470,7 @@ }, "response": [ { - "id": "508dbc05-c915-4de7-8f15-6f7c97d32dac", + "id": "56680539-19ca-41c9-9d31-7e7507c16359", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -146527,7 +146527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdec4f7-86de-46f1-832f-74caf1d10909", + "id": "b4630238-f719-40b2-9688-406d0427c85e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146584,7 +146584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd07d1df-f67b-4235-a7cd-9eb2b6ddfacd", + "id": "9813054f-7c6b-44dc-b9a8-b605bc6dedb0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146641,7 +146641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0151ff24-33e1-46ca-b092-b5fc5f79b87f", + "id": "495bc0ef-cea0-437a-852a-078c872459c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146698,7 +146698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37695726-af4f-4fde-9890-01bce601fe51", + "id": "67460ce2-6aab-4e14-9215-67378b99015e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146755,7 +146755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3451c2a4-3f97-49ba-b54d-cc7b04877a72", + "id": "4668e6d8-fd2e-4af5-933b-55e1eb5d912f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146812,7 +146812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09918c3b-3c42-420e-b3b8-3891bf6fafa0", + "id": "55825683-db9f-4f58-afba-da6b2fd0d995", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146875,7 +146875,7 @@ } }, { - "id": "8c590bcb-e202-4702-b73f-2d890059ecca", + "id": "c353c001-7c42-4bcd-a34a-a5472c727996", "name": "Retrieve a list of extended search attributes in IdentityNow.", "request": { "name": "Retrieve a list of extended search attributes in IdentityNow.", @@ -146905,7 +146905,7 @@ }, "response": [ { - "id": "e9c55004-d6c5-4911-abf0-6326cbc0f9e8", + "id": "8c1b3acc-a335-4860-a8dc-9bbf855c67f3", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -146949,7 +146949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8cb37b2-421a-4154-9782-f10cbe3f6bba", + "id": "ccc4c7ce-9243-44fe-b5de-344bfc1fa7f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146993,7 +146993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b750ceb-78af-422b-b6fa-430cb2833581", + "id": "40040872-97e9-4a15-8f32-304c33e46273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147037,7 +147037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64eba723-eaa1-44d4-8d41-0b59f82d83ab", + "id": "25a09a07-e130-4c0e-ad6c-158fece769ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147081,7 +147081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a211ac71-0172-4818-b330-ab19ab794079", + "id": "7022e24d-9c46-4d6a-87b6-4dd540f98bcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147131,7 +147131,7 @@ } }, { - "id": "68402d96-4550-460f-887a-b92bbed71525", + "id": "bc79a709-097f-4289-8fda-f9d52e28927b", "name": "Get the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Get the details of a specific extended search attribute in IdentityNow.", @@ -147173,7 +147173,7 @@ }, "response": [ { - "id": "6faa1dbc-cd7f-4b79-a774-4478b25ef115", + "id": "8a47938f-814b-4501-9d63-4e5297664031", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -147218,7 +147218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3eed75-1bff-4212-b645-78a5445f81e4", + "id": "efc0fc53-7ebf-453a-966f-0b697cee8c45", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147253,7 +147253,7 @@ "_postman_previewlanguage": "text" }, { - "id": "de954435-7712-4816-9799-3ff1529451d9", + "id": "8825942a-15e6-49fd-bbac-cb0606b50326", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147298,7 +147298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d97406-f563-4fc8-bbd3-ac2f77203e1d", + "id": "a13509f8-617a-4d8c-9ba9-93be9bca5050", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147343,7 +147343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "539497a9-7c64-4a11-b216-9585c0d5db3b", + "id": "fb8eb531-a65b-4643-b1c2-fe5ced6dba62", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147388,7 +147388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be76111-5247-431c-b6e6-fec9ae48b46e", + "id": "40ef7c02-4de0-4beb-bc51-25b3fe6125f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147433,7 +147433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b34484e9-571c-451d-a022-a816985ff2a2", + "id": "e63a86e7-c401-4151-a8d3-260af105e864", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147484,7 +147484,7 @@ } }, { - "id": "93f4e197-1b89-46f3-b5d6-2e9c7cf0d750", + "id": "c483619f-170b-459d-b0ea-7a4e374adffd", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -147526,7 +147526,7 @@ }, "response": [ { - "id": "b79f6963-6e42-4a94-a489-3bf717819f2f", + "id": "b7343cdd-386d-4c3d-8180-bbb1cb990abf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147561,7 +147561,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b90b7df5-f67e-4a1f-9e0a-e7da91e575a7", + "id": "e16ed428-2823-4cf9-8a6b-0a4ef611f8e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147606,7 +147606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "008bdba2-cf24-47d7-a90a-323ae428f838", + "id": "e18e9712-eabf-4c55-a632-51cd520c450e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147651,7 +147651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32cb99fb-cbd4-4a52-a98a-564b3f96b41d", + "id": "69456a3f-4578-4851-8ab5-fb7147d75ac0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147696,7 +147696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d3eef3-fdc3-4655-9fd5-f84620f56d22", + "id": "903e124c-a34c-428d-98d2-1230c1df1941", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147741,7 +147741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a50508-6a81-497f-be7a-7b5e76a67224", + "id": "04526f2d-d74b-4fde-961b-d18a3044fc0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147792,7 +147792,7 @@ } }, { - "id": "32683f24-60b4-4b78-add6-df9bda589b20", + "id": "eca8825f-d2c6-4efd-acc8-41ffbe44b66d", "name": "Update the details of a specific extended search attribute in IdentityNow.", "request": { "name": "Update the details of a specific extended search attribute in IdentityNow.", @@ -147847,7 +147847,7 @@ }, "response": [ { - "id": "e6657cfd-02f1-47cf-9481-975eacc8776e", + "id": "bccc9c3a-4f3f-4bb8-a2d9-0136f1572de0", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -147905,7 +147905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868bec70-e615-4d51-b560-5cf391c6f164", + "id": "460b29b5-937e-45af-950d-536b4bdcdba9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147963,7 +147963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f22f86-b60e-4c90-a589-9f8d15065d36", + "id": "08f13d74-7c93-4ea3-b2f3-74f83d7eea42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148021,7 +148021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "118a41ae-7537-4792-96e3-e38c24e5288f", + "id": "600245c1-f579-41f8-82bd-39522fa6db61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148079,7 +148079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a88b7b88-d625-43d0-ad48-89775f930e8d", + "id": "3091a32d-3218-486d-b94d-e1fb8d4939ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148137,7 +148137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3eed30-cb5a-4f8f-ac39-077e5331d41c", + "id": "7d6d10ac-ed65-46cf-b621-200aad53ac1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148195,7 +148195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e43d5db-2eb7-46dd-8915-69cd4b6cb199", + "id": "06eea51b-a6e0-40c9-ba75-f5a577ea03e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148265,7 +148265,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn Identity Security Cloud, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in Identity Security Cloud.\n", "item": [ { - "id": "5a3eea2a-eba6-42f7-9db2-45a3af6d3439", + "id": "f5658461-9ad1-4f44-8e55-ac6b7dcdd3a7", "name": "Create Segment", "request": { "name": "Create Segment", @@ -148307,7 +148307,7 @@ }, "response": [ { - "id": "a3342b8c-a320-4571-9bb7-02cc63666cfb", + "id": "70d86349-cb2c-42fa-b9a4-63c5238555e5", "name": "Segment created", "originalRequest": { "url": { @@ -148363,7 +148363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a452cb9-cac7-46fd-8b62-ad240f63c1fb", + "id": "c836d796-3205-4b62-8c45-8530fde5d892", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148419,7 +148419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c16029-b537-46c7-bac4-9dc3fc69f2a3", + "id": "587544ea-0370-4c39-9525-8ef836bfb5f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148475,7 +148475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87475909-4eff-442e-bd72-e1b5e2c2c104", + "id": "3564b9d1-6c92-435f-9d1a-47ce389536b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148531,7 +148531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e735a10-53b7-448d-b973-355f666a2d7a", + "id": "faf4fcc3-b4b4-47f7-b35b-03e4bb604ec7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148587,7 +148587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0603cc-3249-4e8e-a1e2-9c3dc7f23565", + "id": "653f0ab2-427c-49b8-8287-98bd723d7c87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148649,7 +148649,7 @@ } }, { - "id": "4f2e13da-d091-4489-97bf-80d3d1995dae", + "id": "e18aa682-078f-40ad-8df3-fa94593d955a", "name": "List Segments", "request": { "name": "List Segments", @@ -148706,7 +148706,7 @@ }, "response": [ { - "id": "ab191de5-b390-4bfa-9183-9fc8c9f65285", + "id": "86cf1252-9701-42e5-a064-4850c3f6ae6b", "name": "List of all segments", "originalRequest": { "url": { @@ -148777,7 +148777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79aeee68-1302-4079-95e0-954507b49505", + "id": "0f5d4067-7372-48d8-be50-18ae47889f8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148848,7 +148848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd140aa-3664-45e6-b4b1-5bba6147d854", + "id": "daee94e5-688c-43d0-b313-b2de4e26be81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148919,7 +148919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e22695-886e-4357-b5b5-76aaf8b99b84", + "id": "e7554d7f-02a9-4d55-a8ca-0eb6fe0838a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148990,7 +148990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2f39a4-0b3f-40df-bc40-7f93b7fad49e", + "id": "de00a685-90bc-4252-a738-a424a4ead7fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149061,7 +149061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1f38a4-fb2a-4217-afa6-5abd2efe5dc4", + "id": "ed180246-2a26-4143-8e0f-3cb5e61bf8a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149138,7 +149138,7 @@ } }, { - "id": "42a22dd3-b7d8-46ef-b44a-075556c93574", + "id": "dbcdfee1-7b77-4eeb-bb31-221ec9e06434", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -149179,7 +149179,7 @@ }, "response": [ { - "id": "d6e04c7d-b44d-4091-a5bf-5e4b1d7c45a8", + "id": "c63e556a-ed3a-4b12-a57e-88899762a1f4", "name": "Segment", "originalRequest": { "url": { @@ -149223,7 +149223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a4f02c-a2e7-4ccb-a3a0-0b7c8097a850", + "id": "14dba4fa-6a92-4f42-9e13-249ae7a91f45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149267,7 +149267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f756ce-8de8-4a7f-8c09-176d7e7d94d3", + "id": "b27f33be-4b03-4a18-a0fc-8aa8bdd6709f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149311,7 +149311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f7de6ac-1145-47f9-af6a-854a7fd85177", + "id": "972d8da3-d20a-4422-820c-2fb8966914d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149355,7 +149355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbabced2-7369-491b-8ef0-a72c34e00ac1", + "id": "463a5f1f-d32e-46d4-81a8-db84d38e5470", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149399,7 +149399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1a02cd-eb67-4443-8e25-1f86b386abcc", + "id": "9c2b07d6-b391-4d8e-92bc-1de654df080e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149443,7 +149443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d16c6ed-acce-40e4-b0d3-ddcbd4fd7fc3", + "id": "25b2444e-aa06-49ef-a707-fdab3aaf00ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149493,7 +149493,7 @@ } }, { - "id": "d23b4b7e-9249-41df-bf55-cb8b4fe76e86", + "id": "e6bb1c03-768a-488c-97f5-3b3ede9b0c7d", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -149534,7 +149534,7 @@ }, "response": [ { - "id": "4387e757-abcb-4494-8a42-304ddefe3fff", + "id": "b4e73760-47f1-41fd-bf0d-1c3e189ff48d", "name": "No content.", "originalRequest": { "url": { @@ -149568,7 +149568,7 @@ "_postman_previewlanguage": "text" }, { - "id": "91eaa9ed-4f57-40d8-9817-b6dbca2850fd", + "id": "74187b4a-c83a-4faf-b42c-8f5c0059e390", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149612,7 +149612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4f6b79-8d05-42b3-a17b-bd032b6b9718", + "id": "f794bda8-7ecc-4231-8198-24b1e6fce7f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149656,7 +149656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58bfde8e-ba67-45fa-8d1c-1e8120ba43c0", + "id": "39f4f3e8-bc65-446c-9029-144960fcbdac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149700,7 +149700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dcf9293-1d13-484f-8318-53799f339e84", + "id": "eb7b7312-0885-4686-8005-9386daaf592c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149744,7 +149744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf5bf86-569d-4a39-b77a-f428a105fc48", + "id": "af649338-22bb-4fa1-aa84-65eb900b9a07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149788,7 +149788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c97e8f4-47e2-4b12-8ae0-9f0a5fa619ef", + "id": "6298a4fa-3cf8-4b1b-9b52-5db7af2278aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149838,7 +149838,7 @@ } }, { - "id": "c9674b8a-a33c-457b-883d-61fda4fe0204", + "id": "2bf4fcb5-bbd7-4261-b31f-545bb686d8ee", "name": "Update Segment", "request": { "name": "Update Segment", @@ -149892,7 +149892,7 @@ }, "response": [ { - "id": "1509d768-bae2-4bc6-9eb6-dc7b5aa95c24", + "id": "22bc823f-fa57-4f99-a122-4319216e8c3f", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -149949,7 +149949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d88e92-0529-4f84-8ba2-afb74000bdf2", + "id": "3dd2c0dd-1b70-4280-bb12-916d008002f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150006,7 +150006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9167915-04ae-4918-b95e-825473896dfd", + "id": "c3da8cee-f555-4ce5-88fd-9a9abc57d216", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150063,7 +150063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020687d8-a8de-441f-bacd-4e6346284a2c", + "id": "fb6a00a8-46e9-4c13-b3ba-601384b5f160", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150120,7 +150120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09919df9-c021-4a9f-8e3f-459a328701de", + "id": "1bcba758-7acf-4d50-8246-04dc13d09735", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150177,7 +150177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3fee4b7-ac68-413a-bd66-75c94a9f5fb2", + "id": "a023a752-bc59-4101-a4b7-2157ebb026c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150234,7 +150234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ea63a4f-e86c-40b4-95ec-0405bed2573a", + "id": "4458d9f6-b396-4f14-89a8-467500a120a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150303,7 +150303,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution.\nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk.\n\nIn Identity Security Cloud, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page.\nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in Identity Security Cloud.\n\nAdministrators can create various service desk integrations, all with their own nuances.\nThe following service desk integrations are available:\n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "3ec5ccfd-60fd-4749-a1b6-4fbafeaa8da6", + "id": "5acc1727-8104-430f-abb6-f46d2c53f4f7", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -150378,7 +150378,7 @@ }, "response": [ { - "id": "7f41b92c-2e97-40b1-9167-bd8a45412025", + "id": "9ab1ec44-a22f-49a1-abd7-87581f6e066f", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -150467,7 +150467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ba272b-7dd7-42f2-90c7-e8c32d587176", + "id": "429e9776-9858-4010-a58d-5af24b8c96ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150556,7 +150556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b53a169-16c0-40ee-8f71-353527e84036", + "id": "3f8ee494-8da0-429e-9dab-6e1db7c2ff4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150645,7 +150645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf045566-4f8d-49b2-aa92-edfec4235821", + "id": "4c1f5b32-898a-4d04-8290-4a501354d749", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150734,7 +150734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182b7bcc-6a06-4fba-8f30-6bbf9626e537", + "id": "74bc8771-a6af-417b-90fc-1005be5d4777", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150823,7 +150823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd311cfb-fd5a-492f-b4ca-86972fe71162", + "id": "f7a477a4-a5f1-4b68-b069-6f8935ce925b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150912,7 +150912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca977f6-f321-46f5-9d31-f63e030c4d79", + "id": "30231037-d68b-43db-9f0d-e18e71c5a536", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151007,7 +151007,7 @@ } }, { - "id": "3244c08c-9923-49bf-9eb0-a3baaa68ab45", + "id": "dc924eb4-c07e-4d0b-8190-e7e26f83df26", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -151049,7 +151049,7 @@ }, "response": [ { - "id": "4d8e233f-7afc-4b11-8081-2b3d326d25d3", + "id": "69873119-0d47-4954-898e-3bc77a39f84b", "name": "details of the created integration", "originalRequest": { "url": { @@ -151105,7 +151105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8379f9-3faa-4626-9bdd-a491fc089180", + "id": "ce7064ca-b1c3-4187-a61a-4583f866d8cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151161,7 +151161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f141b51-5b89-4951-8a05-69bf9a75eb2d", + "id": "e8bb46fd-3a00-46f0-8450-1df3f67bd35a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151217,7 +151217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba02017-594b-45ff-8c6d-01fabfbdb295", + "id": "9e752e02-07c3-40de-b2a4-8faff1abc14e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151273,7 +151273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b47b9ae6-0f20-4881-b098-f912f2f00272", + "id": "9897b0b5-864a-4123-998b-f82be9fafab3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151329,7 +151329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565db0ef-af9b-48c3-ad19-997af0c3bc7b", + "id": "b5e7be90-0e50-4e3e-9458-3ae0d3e156a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151385,7 +151385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d89c154-9a77-4fcc-8932-f6cac2a6d2f2", + "id": "e8a1de52-dca3-4e1e-9ea5-85309d5ded47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151447,7 +151447,7 @@ } }, { - "id": "0069fc8b-72e7-4753-8cea-82144f9883f7", + "id": "93d63de0-9943-4505-9515-640b4deb5b50", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -151488,7 +151488,7 @@ }, "response": [ { - "id": "ad69ff1d-0c12-4ef2-932a-0de33bce9d0b", + "id": "cd7a3c03-3cb5-4b2a-afd6-2c987baa1041", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -151532,7 +151532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c72255e-d21f-4f99-9e5c-d596d729590b", + "id": "f74243c7-911b-49c6-b1a2-9a3a6c0a2d63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151576,7 +151576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c83ea187-7d38-4fb1-bf65-0988f67bc024", + "id": "e55a7c1f-5e00-4eef-9666-0825d526679d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151620,7 +151620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47689cd7-4bec-4086-a7ad-5c547b3e2b65", + "id": "575e7eed-494d-4d0e-a517-2ec4f9dce1cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151664,7 +151664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25573dbe-1677-4178-b425-d9997a9e2d7c", + "id": "90c45189-b745-4c9c-8691-a46b437fd940", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151708,7 +151708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1809452-0b23-4aa2-8cae-c0a28b652aa8", + "id": "3731c113-d2f9-41eb-84cd-18d7c51999ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151752,7 +151752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e13077b-596f-42c1-8000-59c00e9e22fc", + "id": "5423b224-1f38-431c-92b3-a76ee276e3b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151802,7 +151802,7 @@ } }, { - "id": "13920b04-2cb9-4f2d-8dbe-ccf01e41443e", + "id": "825e5afe-5f35-4dbc-94f6-08ee0e4bfb61", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -151856,7 +151856,7 @@ }, "response": [ { - "id": "ee5f1571-edf2-411d-b350-4440788e9594", + "id": "d83608ff-1660-4797-ae4f-1119df8541b9", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -151913,7 +151913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8953bd4c-8caf-431c-9199-78f3ab2adf1e", + "id": "7c8eb701-6113-4bc4-94bd-dc8ab6c07b14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151970,7 +151970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add8daa6-7fdf-4945-93de-7f0317a64649", + "id": "c3171e6f-7892-47aa-9e51-2aee0ec8ac4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152027,7 +152027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0db60955-7e0c-41e6-a184-c13610f55096", + "id": "ab9a36b7-5f35-4be8-8d3a-ee0dcbbeb648", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152084,7 +152084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5b2a49-f5b4-4c6e-b1ae-a5aab2fcfd64", + "id": "ef3ad2bc-a4ca-4b79-9cda-4a2ee8beda51", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152141,7 +152141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07583414-13f4-4b70-8c20-b4e8909bfa59", + "id": "ddc77852-efcc-4e1c-9b07-f220808aae30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152198,7 +152198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba746f94-2841-4e29-bf3f-4ec6db4b9994", + "id": "05ba2d28-d75c-4f3a-8373-2f0cb8e2ee4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152261,7 +152261,7 @@ } }, { - "id": "171bbccc-900d-400e-b69e-ba384c8f3325", + "id": "25e85fda-4ff1-44a7-9662-0253d6505f63", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -152302,7 +152302,7 @@ }, "response": [ { - "id": "cf7b345b-3517-42df-99ca-deffc3215b5c", + "id": "681265c8-f0e7-4e4c-93c9-e64df61f28e2", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -152336,7 +152336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2977b9d4-4d4e-4733-a989-908b57b3489d", + "id": "0637665d-dc63-49a6-995e-8c9d6fb93203", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152380,7 +152380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd1478f0-03a5-4f58-b7db-3c6e94825ef0", + "id": "bc6fe310-31f4-4b2c-b060-2bf7b2092dfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152424,7 +152424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ffacae-52b9-4bf3-bdf5-3e8d64d8ddb2", + "id": "dda2abb6-8f6a-40a3-9923-7ff8a5fcc487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152468,7 +152468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b9c6d21-cb15-4c31-b61b-a3c0b35ec835", + "id": "ecd48b1c-98b2-4e7b-b531-9c8916affc23", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152512,7 +152512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c95370-3ec9-4f29-8dfe-206473fe14f9", + "id": "76a9daa6-ac74-4f72-b4e5-5eea7332724e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152556,7 +152556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fcd56e-544c-494e-9428-39eea6e6d03b", + "id": "9a4d05af-789a-4267-8617-b55b6dfd4f2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152606,7 +152606,7 @@ } }, { - "id": "65ee6054-8249-49fd-a876-fa7e36d5de6d", + "id": "e70e6598-d44e-493c-80c1-451f52f0b908", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -152660,7 +152660,7 @@ }, "response": [ { - "id": "41f4de02-e66a-4ab3-9f59-bda2804738c4", + "id": "cc5289f7-ff8f-4f71-bd19-a62811e88c85", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -152717,7 +152717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efce496f-585b-4a90-9bcb-eeabf4adaa97", + "id": "5cd1fe59-e548-4a0e-a0aa-d7a8cf977b20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152774,7 +152774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736e537d-dfff-4825-b35b-1849ed5fc741", + "id": "817fed51-778b-46ed-9aad-e244a782e51e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152831,7 +152831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a4abc5-ca39-41fb-909d-b2a366a10b19", + "id": "ff3e9428-f0b7-4fcf-a252-792ad7275bd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152888,7 +152888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d889e5cd-2484-4c22-914d-d836b12cc6da", + "id": "c650b5b0-7bce-4efd-93cb-b8a2052ac030", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152945,7 +152945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f52c6e0-385d-41b2-ac77-6236d0449c22", + "id": "11013c16-bd28-4a8c-b2cf-539f35c2d9e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153002,7 +153002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b85371-c572-4376-bb2d-49caa34cbf77", + "id": "84b6b462-c78a-41d9-b15a-41a287b1bb39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153065,7 +153065,7 @@ } }, { - "id": "06f46670-1ca6-4092-ab4d-8510e5397e86", + "id": "be3cb536-8549-4a0c-a447-5ff51afc36a8", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -153095,7 +153095,7 @@ }, "response": [ { - "id": "219b0001-0876-4ab3-9f1c-ac74135589f2", + "id": "02a1089d-5416-4065-be0d-4c9849715f9c", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -153139,7 +153139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "129fdfed-af2d-4422-a786-a21f41c6ec21", + "id": "d04c06cc-d65b-4df1-919f-155ced624201", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153183,7 +153183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e8c5ad-5609-4f55-87a8-512f1050588e", + "id": "fb191b50-1606-4d9e-9195-eaa187a098a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153227,7 +153227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec00e68-abe2-4ebf-bc21-3ccc2fa62326", + "id": "6f33e183-530f-43ed-bffe-b55ae7dc61e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153271,7 +153271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7084c2f7-1abb-4dd4-86de-6120f78ea149", + "id": "d3e49ce8-36ce-46d7-94d2-2263d2c3fc0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153315,7 +153315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bdc3d7c-a1cd-4e1c-b9a9-e079d367535c", + "id": "9b3ee4bf-14a7-486d-b1d8-e8b31829c773", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153359,7 +153359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58eee5dd-98e1-4846-b448-6cf6ae72480d", + "id": "6983fd35-37de-41af-9cd5-f61355e8fe56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153409,7 +153409,7 @@ } }, { - "id": "9c543cb7-b62e-4afb-acfd-42c8f48f2a8f", + "id": "b7eb4b7e-f2f5-440a-975f-774adfc75897", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -153451,7 +153451,7 @@ }, "response": [ { - "id": "0e5f79d6-fb37-4f7e-a4ba-491761489988", + "id": "c2467736-e3c6-46a0-a109-49124bf8fd60", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -153491,12 +153491,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"Ut_e\": true\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", + "body": "{\n \"attributes\": {\n \"doloree62\": false,\n \"in_3\": \"anim ad minim\"\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9510186-fd12-4873-a85b-30071ef1e1ca", + "id": "39d0cc7b-14c5-47a9-8819-4b4393861c93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153541,7 +153541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e72a4028-3cf9-4d37-b94b-fb59e8c8302d", + "id": "ee425194-0614-469a-94bb-4fe89ab3d296", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153586,7 +153586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd34a61f-ea02-4299-8f30-871d249ef31b", + "id": "6665b38a-b591-40b9-bb1b-803f19095a51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153631,7 +153631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab62d21-e620-44c2-821d-93fd545674bc", + "id": "7dcadfc5-914d-4fcf-8024-2cd2bc803c71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153676,7 +153676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bee64171-7424-4e08-92d0-a1bae6fad1a2", + "id": "978ac67c-f224-4deb-af01-a1f937850f29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153721,7 +153721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cbc4e7b-1530-459a-8534-5f724f015292", + "id": "510dfd8e-241b-4696-bdbb-fa20fc6ee9bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153772,7 +153772,7 @@ } }, { - "id": "211e09fd-ce96-4982-a15d-e9970b8adc77", + "id": "4f7f65f7-e000-4fd6-ba01-ae084cd4fde8", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -153802,7 +153802,7 @@ }, "response": [ { - "id": "2665994c-4994-47af-ba40-bf410dda89cd", + "id": "86bc88bf-bd15-4bd4-81ba-8940d309de73", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -153841,12 +153841,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1f55bd9-7a7b-4ed4-a84b-192a1794f263", + "id": "4b00d17e-8085-4e28-93bb-ffb33a6b58c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153890,7 +153890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4605d5b6-0d14-48f3-8a9d-3d3585964f62", + "id": "0485944d-d65b-4b1e-ab74-9d779015cb42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153934,7 +153934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56944bbe-7d56-445b-852b-93446921f192", + "id": "198425b7-9171-4c79-80dd-b8efe231d76c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153978,7 +153978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8bfc919-361a-4560-a381-5462b779f4d8", + "id": "b8fd8fce-1ef1-4661-8c46-acbe368b8d51", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154022,7 +154022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce96e5a6-d325-4678-8bcd-9b10138a16e5", + "id": "4aabb5fd-36e5-4213-b530-404302dbba50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154066,7 +154066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa75936b-1ef6-4af6-a026-83ab84800c51", + "id": "8e50bf49-1064-4257-a6ee-28897a8549ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154116,7 +154116,7 @@ } }, { - "id": "243d3a4a-b177-4350-bc00-c462f945ccfe", + "id": "00673acc-5259-45b2-8789-31d729652415", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -154148,7 +154148,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154159,7 +154159,7 @@ }, "response": [ { - "id": "746d26d8-3d61-4b02-89b1-e89e96ce7cec", + "id": "19d0f309-af19-474f-a9c4-8e7203dc1a2c", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -154194,7 +154194,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154211,12 +154211,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5bbbdcb9-d984-4663-8bc9-822d8b1a9b3b", + "id": "a5223b35-ec8c-4ed4-adfc-46cfbb4a9881", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154251,7 +154251,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154273,7 +154273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c00ef2e0-ad9b-4fc3-b9e5-93de316554d2", + "id": "58ad593a-5225-4995-be16-c9e3e09c21c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154308,7 +154308,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154330,7 +154330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "929f99eb-23d1-4c8e-ac6e-8128c12feea1", + "id": "01282d8a-6afa-4307-ba17-a5b20d71d355", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154365,7 +154365,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154387,7 +154387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9666c09-ab61-4bd3-9624-c0ea3d59745a", + "id": "2391f0bd-3698-429d-b0b6-e673c9a23f37", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154422,7 +154422,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154444,7 +154444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031db1dc-16f7-4147-8eff-7aec2934eade", + "id": "5dae1f66-7ee9-4040-aeca-2d39d181c4b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154479,7 +154479,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154501,7 +154501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b20141-6bd0-4e2c-aaa0-21b32182f725", + "id": "1d1fb810-cff0-4881-bd63-9756e43554f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154536,7 +154536,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ipsum\",\n \"provisioningMaxStatusCheckDays\": \"exercitation\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154575,7 +154575,7 @@ "description": "Use this API to check for current \"separation of duties\" (SOD) policy violations as well as potential future SOD policy violations. \nWith SOD violation functionality in place, administrators can get information about current SOD policy violations and predict whether an access change will trigger new violations, which helps to prevent them from occurring at all. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nOnce a SOD policy is in place, if an identity has conflicting access items, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies.\n\nAdministrators can use the SOD violations APIs to check a set of identities for any current SOD violations, and they can use them to check whether adding an access item would potentially trigger a SOD violation. \nThis second option is a good way to prevent SOD violations from triggering at all. \n\nRefer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations.\n", "item": [ { - "id": "408a495f-80e4-40be-b340-bea16712c54a", + "id": "6d301d2d-78a8-4069-996d-d3df36da523f", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -154618,7 +154618,7 @@ }, "response": [ { - "id": "50a05977-47fd-4a68-8fc8-f0ca5989ee2f", + "id": "e49e3196-f390-4005-a921-25f292f4f247", "name": "Violation Contexts", "originalRequest": { "url": { @@ -154675,7 +154675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f16ca94-b806-4c47-8500-4e163d4653da", + "id": "df5b37f4-9c0d-4775-965c-5a14cd5b6da5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154732,7 +154732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6363ce54-a580-4ac1-b5bf-8bee6aa63bcb", + "id": "ff4dccee-8340-4646-854c-bf7bb45f9895", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154789,7 +154789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600be0cd-c328-4f07-b6df-b96b120045f0", + "id": "4fc7c89c-5478-44ab-a0f7-00be2f4b7821", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154846,7 +154846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e863610c-8de2-4359-920b-2780470cadfe", + "id": "19e5664e-1cde-497a-b542-3e55eeb90cf3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154903,7 +154903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e934d40a-f877-42dd-814d-c2c82958d3e8", + "id": "ec006b79-e397-4b51-b384-b32e2e28d435", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154960,7 +154960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876a8d76-ce62-4764-a960-f5c709409337", + "id": "c6fb6cc0-9762-45b7-a878-ad04f5cc552f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155029,7 +155029,7 @@ "description": "Use this API to implement and customize source functionality.\nWith source functionality in place, organizations can use Identity Security Cloud to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way.\n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the Identity Security Cloud representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records.\nConnecting these sources to Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources.\nIf an employee leaves the company, Identity Security Cloud can revoke access to all the employee's various source accounts immediately.\nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure.\n\nIn Identity Security Cloud, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations.\nThey can create new sources or select existing ones.\n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process.\n\nIdentity Security Cloud connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with Identity Security Cloud, and each connector's setup process is specific to that connector.\nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors.\nRefer to the following links for more information about two useful connectors:\n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources.\n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements).\n\nThe user account data and the entitlements update with each data aggregation from the source.\nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\nAdmins can view a history of these aggregations, and they can also run manual imports.\nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations.\n\nAdmins can also make changes to determine which user account data Identity Security Cloud collects from the source and how it correlates that account data with identity data.\nTo define which account attributes the source shares with Identity Security Cloud, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them.\nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source.\nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources.\n\nWell organized, mapped out connections between sources and Identity Security Cloud are essential to achieving comprehensive identity access governance across all the source systems organizations need.\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "9f6712cd-d801-4c62-9e2b-ea3368bc2745", + "id": "fb17c199-6034-42b1-ab9f-51d94b5ef600", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -155113,7 +155113,7 @@ }, "response": [ { - "id": "de1dd87b-132e-4ac0-8a3f-41750d10a3cd", + "id": "5ccce4c6-1017-4ddf-b662-a0a38b5a4603", "name": "List of Source objects", "originalRequest": { "url": { @@ -155211,7 +155211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28325266-e0e4-4555-84bf-abce1a056ed3", + "id": "d911228f-4f64-4fdc-955c-2262c9a0d40e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155309,7 +155309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a1ff889-2ec3-4ef3-9273-e76d5b37b27d", + "id": "56bea716-4d69-4eb8-a77c-a4112b34d83e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155407,7 +155407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ddd75c-4af7-47d0-8919-6f5e466e1245", + "id": "2f445b29-89b1-43f6-9a08-a8b6f288d5be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155505,7 +155505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcba3c2d-9341-4085-8a51-a466e68ac621", + "id": "8941c9cf-f8e1-4195-a6aa-eab9695ecd77", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155603,7 +155603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f77bf54-5635-4a59-8b25-48c93fef644c", + "id": "c536abb3-9365-4d9d-b977-18e56938b23e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155701,7 +155701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee04c557-5cfb-454d-ae6c-301963bb0a71", + "id": "7d0d17b4-7822-4d20-92a8-59c8bb18f537", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155805,7 +155805,7 @@ } }, { - "id": "5ad2da53-0866-4e23-8e6b-3be73bddf32b", + "id": "f6f22a3e-b00c-44fd-b28a-332f141133ab", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -155857,7 +155857,7 @@ }, "response": [ { - "id": "91b7fb25-4ada-4893-ac6e-12d6cb10cbe2", + "id": "eb109cc3-bea4-4d74-93c9-b0a72486102c", "name": "Created Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -155923,7 +155923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f15a83-ffc2-4618-949f-60f3f66bd83e", + "id": "25d9d1ec-75df-49c8-9b30-bc9a01170f39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155989,7 +155989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbceabd4-48dd-4168-a918-c2219274e7e4", + "id": "352430f7-e97a-4921-8962-17fdebae771e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156055,7 +156055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace37dbe-bd0e-47cc-804a-0cb2d876eee2", + "id": "c98777df-fcc3-4f22-900d-09706edeef78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156121,7 +156121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f75015e-4411-4986-ad7f-8768ddcda274", + "id": "275dbe7f-0669-4468-a34f-9c199990b62d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156187,7 +156187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d19ac78-ec0b-4291-95ce-49a2c38be8da", + "id": "b67a337d-12a3-4538-9636-f5db850c92a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156259,7 +156259,7 @@ } }, { - "id": "02d1a338-eea5-4b4c-94d2-05a4e7782ad6", + "id": "0eb26429-03fe-4cee-aad3-493ab982e0f5", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -156300,7 +156300,7 @@ }, "response": [ { - "id": "06d1a847-8a55-4777-ab32-54942a216537", + "id": "2d66e660-37f8-4cd4-a3c5-f969a3fea51e", "name": "A Source object", "originalRequest": { "url": { @@ -156344,7 +156344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74fb1812-091d-4b26-9c3f-73bd9a7caa64", + "id": "82966239-3cb3-4ec4-93dc-8a0552507b74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156388,7 +156388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf081cde-a88e-4086-8998-133c3b41c112", + "id": "68821218-2ff0-47ea-882e-80845d2084a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156432,7 +156432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d94b8fd-64b4-42af-a67e-5399c129d9d9", + "id": "38795f01-94c7-4973-901f-9e125c4990fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156476,7 +156476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ce1a5f-a5c4-4584-ac1e-59a223c0541a", + "id": "42bff0c5-5e70-4cca-9e2d-f7bd6b63a0f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156520,7 +156520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef123a0-c58a-4be3-afbd-b567634ca7d2", + "id": "570249c1-efeb-43c7-80f9-561859adcf23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156564,7 +156564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7256888f-cc39-4c72-9628-e7c097c988e6", + "id": "1972a9e7-7927-435b-b19b-19067df01175", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156614,7 +156614,7 @@ } }, { - "id": "471e750f-d7aa-4de9-976b-6d65bf0af2a1", + "id": "8c944b83-18ef-43e3-89ec-d7936b992e79", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -156668,7 +156668,7 @@ }, "response": [ { - "id": "20a8bf91-920d-4354-8541-bd2ff0720dd1", + "id": "d2664e35-0b38-4c7d-8dfb-3c4853212b22", "name": "Updated Source object. Any passwords will only show the the encrypted cipher-text, as they are not decrypt-able in IdentityNow cloud-based services, per IdentityNow security design.", "originalRequest": { "url": { @@ -156725,7 +156725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5581990a-19ca-4570-ab09-c0c37de77f4e", + "id": "aaafe6df-7f4e-4b29-a8ce-411bf10b5669", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156782,7 +156782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db04fd0-fa7a-4d86-bcb9-74503e5be00f", + "id": "3b93c565-3329-4236-b4e7-b759f9c4139e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156839,7 +156839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e830c3e2-dd2f-4fdb-8b1d-5aa839285b59", + "id": "fe8901a6-1522-48d2-b743-540ae1c77d09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156896,7 +156896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89921624-d932-4727-9012-363f249f9662", + "id": "0a30c9a3-71d0-4a8a-83f9-3da93a153f55", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156953,7 +156953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f4e2bf-e957-4445-bf38-213d292010e7", + "id": "206c1b88-e44a-4645-9915-5a8c1749da4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157010,7 +157010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53526025-ec81-4553-8cc7-04f55fcec6d8", + "id": "d9e6592a-66c2-4926-80b5-52e72eeab62a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157073,7 +157073,7 @@ } }, { - "id": "afbe674f-86aa-4577-b5bc-6f69fabe5acd", + "id": "a702f2c0-1a66-4c21-a41b-9b583c07c31d", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -157127,7 +157127,7 @@ }, "response": [ { - "id": "e6461d4b-c873-4ba6-85a5-5549e6d39298", + "id": "b5c33707-5120-4610-86df-83146a054d8d", "name": "Edit the source description", "originalRequest": { "url": { @@ -157184,7 +157184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb0f04c0-8c1d-4bc4-9c2e-08811d0795a4", + "id": "d86a7b64-f98c-41f9-b179-b3894c3cf4c0", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157241,7 +157241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7788c093-a5af-48ef-b677-120ef7b398a9", + "id": "07eb383a-0c8a-4670-b3e2-cd6b0a1e5e32", "name": "Edit source features", "originalRequest": { "url": { @@ -157298,7 +157298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68395d93-b020-4612-84e4-159d6eda858d", + "id": "a644bc19-fd98-42e4-bfe3-66870d935615", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157355,7 +157355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756ee8a4-7ec7-4448-b7bc-912dcb52496b", + "id": "4808d72f-ea79-4047-a138-a71566d2b269", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157412,7 +157412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c1ddb9-748e-4c51-9b25-ec5a59c13917", + "id": "f74e35ac-6c5a-49af-ab1d-6b7cee58fbf1", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157469,7 +157469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b7c43b9-48bc-472c-b6ce-2961897781ae", + "id": "3f417d32-1eee-46e7-827d-117236bb685d", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157526,7 +157526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b15e97-d0f2-4770-86ac-1b006e74579a", + "id": "5cf6a62e-fdf6-44fe-82ba-560f7c917587", "name": "Edit source features", "originalRequest": { "url": { @@ -157583,7 +157583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b4584b-3561-4b49-9e69-5338270bae61", + "id": "44d327f8-c560-433e-b6c9-c7ff23639c5b", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157640,7 +157640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0355cd1-d489-4b48-9aeb-7519085ef14c", + "id": "9b5fa6a3-53c9-4044-8c27-43d7f7c0da8e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157697,7 +157697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a67ca34b-172b-421d-9e20-707c0fd0c109", + "id": "10123562-1672-4e97-857d-0331a99d6b74", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157754,7 +157754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b49e99b-5185-4391-9c9f-af79866151a7", + "id": "3b51009e-2343-4401-b430-75a092d374e9", "name": "Edit source features", "originalRequest": { "url": { @@ -157811,7 +157811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2b4bd5-8b20-4468-b940-38c61d7ba2e6", + "id": "31e93913-b0e1-4fef-a466-5e85097a80c6", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157868,7 +157868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0330ce-ef63-4709-a790-c361873ab709", + "id": "b07691b1-eb29-4cef-8c09-b3057df1da64", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157925,7 +157925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17ec5aaa-bbb2-40aa-895e-25311fdb23a0", + "id": "5240ad48-5aad-45a7-9ccd-8d84938ab84a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157982,7 +157982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "816258d3-6049-4f21-a606-183c28ec8d6e", + "id": "10e07a91-c0e9-48ac-b3c0-ba6d7f232bed", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -158039,7 +158039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92304255-c8de-4b0a-9c14-4361286d634c", + "id": "36b110a0-5bd7-48fe-b018-abefc600b03e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158096,7 +158096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a811a1-a53e-44dd-812a-16db57b45d48", + "id": "7479f8c8-151c-4052-91da-de246bbc738c", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158153,7 +158153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fea3e3-9ae7-4127-9562-b542d369aa3d", + "id": "c6112f9f-67c7-4565-b607-c5d7c1f23194", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -158210,7 +158210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3fe8e36-c84a-418d-ac43-d4afa35ba15b", + "id": "295f197e-1679-4321-ae46-c2e8c8f501a7", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158267,7 +158267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "178432d1-1d02-48f8-8615-bd4083990821", + "id": "6f737bc1-9043-4c4f-aa25-466fe7e8db6b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158324,7 +158324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32eaf4a5-9554-4b14-bfd1-a8164b2f8283", + "id": "cea9b01f-1abe-4e52-99fb-a065dace9c5e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -158387,7 +158387,7 @@ } }, { - "id": "966a90de-6d67-4538-8ca4-b08fef354192", + "id": "6cae186c-d3ed-49c6-a1dd-1aaffa0044c0", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -158428,7 +158428,7 @@ }, "response": [ { - "id": "bdea6057-f360-4927-bb53-2214a44e29af", + "id": "baa83ac7-7477-4de2-b6f5-dacb58d60623", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -158472,7 +158472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb7b378-4fd7-46c4-9d7b-cda20e23fa5d", + "id": "8ff2e7df-a4c6-4d3c-a571-3f23943bb77a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158516,7 +158516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6087048-1a5b-4af4-bc69-8b2c24f20e00", + "id": "3b06599a-7241-4e4f-bb2d-825b21bdf03a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158560,7 +158560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ead6d6-8a0b-49a9-9989-60b7a1497ced", + "id": "9108ab9b-7cfb-4bcc-82cc-50d6cbefae43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158604,7 +158604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9dc081-cb7c-44a3-8baf-e59708b7572a", + "id": "d2a2429f-645e-4807-a5f9-f40362de8791", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158648,7 +158648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58c6bfb6-c941-417c-b504-1d85e698e4db", + "id": "cb6059c6-fd00-455e-9057-0148c6555006", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158692,7 +158692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc730432-3b53-4d39-8224-39803afbb16d", + "id": "8b7a506c-3c89-4cc3-a695-932f64e0c6ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158742,7 +158742,7 @@ } }, { - "id": "01c6841c-f8a9-4bfb-bf51-8d315652fd62", + "id": "8e1927a0-019e-4f2d-9f0c-ee90b9865a1f", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -158784,7 +158784,7 @@ }, "response": [ { - "id": "314360a8-f94f-4f15-8fff-8e00989a1a37", + "id": "337d1880-8c2a-4a4c-97a5-94429aa2b433", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -158829,7 +158829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f94c75c-d355-440a-80ac-e3f5b6a1062b", + "id": "e62eeff3-07ad-4264-85e8-c67335f5d9eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158874,7 +158874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "691e560d-a830-45a4-9a60-77064e029a57", + "id": "27f50250-b6b4-476e-9a1f-c3abbaff9d35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158919,7 +158919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31ce81e6-2daa-432e-aff5-b4d95c3222f1", + "id": "8deade97-1610-4d48-a828-e5162880988e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158964,7 +158964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "403a9d8b-7ebc-4f74-a5d8-eb4307d4fc85", + "id": "a355ab5e-3327-495e-825d-0c0c5200b289", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159009,7 +159009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d480d01-e0b9-4966-b4e4-917771325a3e", + "id": "43a820d8-f407-40db-b5b6-d7fe20cc21ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159054,7 +159054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a592cdf7-bd46-41ac-a0cb-91bec7bbd7d1", + "id": "4ebc2865-77b9-498d-8a09-247e0f2bc1e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159105,7 +159105,7 @@ } }, { - "id": "0e5140bb-9fb8-4fd1-847c-7f6cd46809ff", + "id": "ad81423e-d919-4e09-9c53-8aacd0a4c315", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -159160,7 +159160,7 @@ }, "response": [ { - "id": "a958682c-20dd-486e-bb9e-f836da73f988", + "id": "a7ed0883-1ce6-470e-9ed7-706a5be8e3e1", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -159218,7 +159218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ed0e337-ffda-447f-b6d1-6bd84e0d225b", + "id": "526ad80f-caed-4228-9dad-84ea5f8d6f2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159276,7 +159276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e55c46-f170-4850-84be-af2d9a4506ca", + "id": "95720e6f-7885-452d-8d69-5b58e344bb8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159334,7 +159334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fd7b64d-8ae3-4e93-ba1e-1467db75b87c", + "id": "e5fbd0ba-f00b-49f6-b262-74c169209cf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159392,7 +159392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc71580-5079-4693-a56a-f042476f543b", + "id": "2d46747e-24c4-4103-8f43-ef6379edca63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159450,7 +159450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e23fd3-7abc-4778-811f-4b5801ebfc21", + "id": "a3fcc84f-60d5-4b77-ad85-2de9a3bcf8e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159508,7 +159508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2077cf7c-cba4-4fb0-b676-875f01746422", + "id": "3ea88602-a23f-4f2f-a815-da5399fb7ce1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159572,7 +159572,7 @@ } }, { - "id": "96d27e0a-070a-443c-9cc8-cface7e86e66", + "id": "17469d75-779d-46a5-9081-67b5cad5cf41", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -159615,7 +159615,7 @@ }, "response": [ { - "id": "85076135-f407-4321-9e8e-2a42e852c33b", + "id": "f26422be-a0ee-4fa1-b1fd-08adf0df7b40", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -159661,7 +159661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693eeb3c-a5a6-4b3c-a691-77ad84b84896", + "id": "465a2394-0f56-4843-a56b-29c352fc71c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159707,7 +159707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c37ef9-8e01-430b-80fc-1e1ba7dc72d4", + "id": "f9b8c73c-3f3b-498c-b892-61c2cddf2192", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159753,7 +159753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66a5c21-ef50-40ae-a0d4-7da278cdd008", + "id": "316385f2-d2dd-487d-be19-94a65d608549", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159799,7 +159799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e42d5c1-c2e8-40d5-8df2-78a52ee728cb", + "id": "a041e215-5896-4d2b-ab47-ba5756e4f3a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159845,7 +159845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c24344-ed13-4ee1-becb-6e13d9259a84", + "id": "b5b31066-9dd2-4fea-a48b-cf795b95abab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159891,7 +159891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de50d19-2982-4ec5-a700-aee19e59eb33", + "id": "25b93ee5-11c0-49f7-8b0a-dfd7fea24972", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159943,7 +159943,7 @@ } }, { - "id": "e7fea151-92dd-47bf-b0a4-e524c8dc639d", + "id": "c728bc14-90f5-4c82-b32a-5c74bd64a4f5", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -159999,7 +159999,7 @@ }, "response": [ { - "id": "e47ab461-445e-4570-b879-fcc08a1b342f", + "id": "e9762bcc-f26f-4e50-b820-2fda55eb87de", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -160053,12 +160053,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"eu aute aliqua dolore consectetur\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"dolore 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 \"instance\": \"labore est ea\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"ea aliqua dolore laboris\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"consequat pariatur sed voluptate\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"labore\",\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\": \"veniam id occaecat Ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"sit velit irure culpa dolore\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e434f06-8353-4b1d-8846-9dca3b38cc2a", + "id": "56c1872e-fdea-47b4-bc72-940b986026ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160117,7 +160117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c86b322e-02c3-4bbc-96ac-e074dc67c88f", + "id": "8b85019f-68a4-411f-8a0b-2f41cf2b729a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160176,7 +160176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754a9f1e-025d-4367-8791-a0ee029aa7a6", + "id": "1e530d01-d876-4366-9623-fdbe0201a850", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160235,7 +160235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d66ad7-5fee-46a1-93cc-9677f407ce48", + "id": "28d4484a-9d6d-4ba9-995c-fee9b9750653", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160294,7 +160294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc7b183-42ed-4982-88f3-380ee7354774", + "id": "e537db6d-b0ca-45a0-888c-2ea04d919b8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160353,7 +160353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd2b57f-2164-44ce-b158-13354d1a1947", + "id": "d4312ca9-5907-4dca-9186-15f5bc9210a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160418,7 +160418,7 @@ } }, { - "id": "da6ce2c7-f2e4-44a8-9778-d57f9014b29d", + "id": "2ba95413-fd73-421d-a7a9-2064c62b819b", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -160461,7 +160461,7 @@ }, "response": [ { - "id": "a01d5cd6-3386-4f8e-a21f-2df3e7ac4197", + "id": "945e39ae-345e-4cbf-839b-99af6e287614", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -160507,7 +160507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5253d08-ca40-4223-9ee6-8dd23e43bb5d", + "id": "2e8813fb-a7e3-432c-8b9f-9f1537dec37d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160553,7 +160553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6363f7-4a29-4128-aca9-2e8d83216fbb", + "id": "1897b1be-9551-433d-b16b-3de38e083ef0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160599,7 +160599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ea2c58-feb6-44c0-aba3-91482c92090a", + "id": "bb6539cc-6474-4f1d-9fe6-9e326d04b35d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160645,7 +160645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ee75b3-66fe-4724-abb8-507580af34ed", + "id": "768d1a2e-5ba7-443e-867f-8751d41000c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160691,7 +160691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7c48a4b-15f2-4afd-9b47-bb1a4f4a044a", + "id": "0f237c01-6d1e-4c8c-b4ee-6436c66326a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160737,7 +160737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "607dae59-3f62-4b57-92ff-9b3a2a1fd1a5", + "id": "5bcd0258-f4ca-4c4b-a937-5a7cc0798fb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160789,7 +160789,7 @@ } }, { - "id": "f4751e84-e7fc-47ab-a73b-35350bc7063e", + "id": "a6a1cba6-435c-4114-8c55-4cd9c8afcc11", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -160832,7 +160832,7 @@ }, "response": [ { - "id": "3d48d160-8605-4ab6-a0df-b3ad4389f0f9", + "id": "fcba29e8-11f0-4237-958b-cda7a94cfa9b", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -160878,7 +160878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77efc000-564f-459e-b30e-30dd1d985f46", + "id": "0bb0f36a-394c-448a-973f-1cac92f59310", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160924,7 +160924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf81faa-81e5-4a33-9e38-f755de6be8b3", + "id": "33ffac4c-6cf4-4f82-af83-cfcc1bd953dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160970,7 +160970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78daaa4f-e511-4a32-8f02-e5e78908786f", + "id": "e255930a-0c9d-4f51-9e75-9f4a913fddd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161016,7 +161016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad665305-6460-4162-86ff-a3cb49e7c80a", + "id": "80e3c961-5d29-4e04-a9e1-8b8354ba647e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161062,7 +161062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422761a4-16b6-4459-b0e1-0866f92b502e", + "id": "5fbc8969-f216-44ed-b2ca-dd0f8979207f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161108,7 +161108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0713d46b-579c-4834-b019-5c60987696f0", + "id": "4c8519d4-1dc7-411f-a9b5-cf6c72ebfc94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161160,7 +161160,7 @@ } }, { - "id": "9f7d650e-e33e-42a2-92a8-f44bca8974ce", + "id": "67d2e30c-0b88-48a6-a37c-76bfd6802412", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -161186,13 +161186,13 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -161213,7 +161213,7 @@ }, "response": [ { - "id": "61796355-47eb-437c-bd9c-9dd5e902616a", + "id": "6bcabf0f-c486-4dcf-be6b-70a2f561221b", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -161234,7 +161234,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161264,12 +161264,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"dolore nostrud velit sit tempor\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"tempor ut et\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"officia quis\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"amet tempo\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "94cc1a5e-f790-4e8d-a589-5dc958cbfab3", + "id": "b455ee1c-6d86-42dc-aed9-9745d2dbba6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161290,7 +161290,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161325,7 +161325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0c65b24-c4f6-4df5-8567-0e5e8e0a6438", + "id": "a63ca8b1-8026-46d4-8aca-3720c15f4708", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161346,7 +161346,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161381,7 +161381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae63d87-a134-4262-b318-aee107383664", + "id": "5dba501f-edab-4ac5-9908-ab81ba3eb2ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161402,7 +161402,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161437,7 +161437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517fed33-e4af-4ac4-8b62-da77286de245", + "id": "a32480b8-a529-4b48-a189-6d3c833e1044", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161458,7 +161458,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161493,7 +161493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3d000d-a9e9-4d6d-bbd9-b03ea88a28cd", + "id": "3678e0e8-484d-4026-a333-f9bf1271e4f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161514,7 +161514,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ja" + "value": "zh-CN" } ], "variable": [] @@ -161555,7 +161555,7 @@ } }, { - "id": "aa4096aa-c155-4ece-95b5-f429b65900bf", + "id": "c1593c56-bb6d-4b30-82f5-d0925b0a2cb2", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -161601,7 +161601,7 @@ }, "response": [ { - "id": "94bd2a10-fa0b-4917-9a87-5b613c574f23", + "id": "8d46ff75-dd95-4b8b-8b5f-b49dbf1d88b0", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -161646,7 +161646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f189a72-deca-495c-995c-be1f14f87892", + "id": "1c775159-f9eb-44f2-ab8b-c1a9843ef7e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161691,7 +161691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc58504-024b-4bc1-bb81-c961a532edf5", + "id": "69ad7be3-f980-4e4e-9f66-87cfd60d572e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161736,7 +161736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d7aa18e-899d-40fd-91ca-66c870c5455a", + "id": "3bc4b4ac-91f7-4f0f-8144-30695b9b64df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161781,7 +161781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "658e4e7b-05d5-4ae3-95e6-544042da1e57", + "id": "abbab071-0815-476e-b329-291391b7bba8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161826,7 +161826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cd9e85-dbae-4d08-829f-160d20b5e4f2", + "id": "12be5248-5f5a-4787-951f-4f480eb9a283", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161871,7 +161871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30657224-7620-4d70-a10a-0444959313b5", + "id": "37b9434a-ca65-40ec-bc0f-a490cd9079a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161922,7 +161922,7 @@ } }, { - "id": "4a7b2b74-0b1b-43b1-9587-f74a11f6f8a8", + "id": "07ce2680-2b33-43d7-ba75-0a48d5c755b0", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -161981,7 +161981,7 @@ }, "response": [ { - "id": "a6f1ad40-6b5d-40a8-8203-ff184cf2863c", + "id": "b4d98b1b-1a50-45b9-8bfa-fe3d36fb6eb5", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -162039,7 +162039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8355c904-e7c4-499c-8735-8d026d90c64f", + "id": "802da674-03df-413b-b194-76c974ced662", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162097,7 +162097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642ba745-c583-412b-ab16-db62638ba386", + "id": "f376caec-9c1d-4b4f-ba09-8d19c7347046", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162155,7 +162155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938e2142-f973-46e9-95d8-42f5bc56dbcf", + "id": "bc68a9ab-b4df-4981-b12d-4780892a6cf5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162213,7 +162213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9fdf81-4636-41a7-88f8-ec631133dd04", + "id": "02b60303-c135-4381-b59e-9a9d6bdc0e8e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162271,7 +162271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c8b510d-735e-4cdf-9400-a539efd65e9a", + "id": "5773fc1b-ab86-4aa1-b10c-ebdc8ef5b564", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162329,7 +162329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a887438a-46b1-4223-808b-fc6510fe9d46", + "id": "1cae991c-e8f0-4983-bd2a-e56222ad11ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162393,7 +162393,7 @@ } }, { - "id": "7c60871d-f7ea-47bf-a80f-d0835c96b3ca", + "id": "eba44f12-ca1c-4d1b-ab05-0fad755434d4", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -162439,7 +162439,7 @@ }, "response": [ { - "id": "0ba30d9f-adf9-4d00-9544-2554be6f65b0", + "id": "3135221b-275f-4faf-9e55-6d56e201d66c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -162474,7 +162474,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d9b15d6c-4efd-4b14-9953-0d0fc80cf97c", + "id": "65f6e313-852d-4875-8215-95a35efbcd5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162519,7 +162519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16fba823-ed62-48c6-8bed-63ad4b5e034d", + "id": "c5953f04-e9a6-4a65-9436-04fbb2c7095c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162564,7 +162564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0134e0-5dfa-4bb0-9167-cc89710e4320", + "id": "2f21341d-0562-440f-96b3-3fc6ab7330d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162609,7 +162609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cddc0a4-0146-4dba-b42a-a9fe70b6c3a7", + "id": "85ac0956-da56-4c5c-afb9-4040c9d41955", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162654,7 +162654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3680829-e237-465c-8090-372d83faa743", + "id": "617e1045-c178-4de8-854e-d8bc93d15229", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162699,7 +162699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83919111-53ad-4c15-b07d-cfb4f5896f93", + "id": "96fd818d-7ad6-4964-8502-5e9c9299b92a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162750,7 +162750,7 @@ } }, { - "id": "27e4cf7f-c2bc-4ef4-8e1c-4d8bf67032b1", + "id": "c307ce62-8a1b-4efb-991d-81f3d2e4ad35", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -162792,7 +162792,7 @@ }, "response": [ { - "id": "ccd18241-808b-450c-b5ab-1235a0c635c8", + "id": "c63a3f97-90f7-4ada-95f5-ea06b1a1fb74", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -162837,7 +162837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2f25de-b15b-4b75-890f-a80cc600791f", + "id": "4b653992-8622-43f4-9bba-163a3f2dc1ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162882,7 +162882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "425622fc-9e92-4fa7-ba10-8fbae5a85202", + "id": "04268483-0944-45cc-9df8-4baffa7aa4ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162927,7 +162927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e0aa62-0906-468b-8071-e3c217131e52", + "id": "0ae20730-0391-45d0-b9d3-455bfc9a2af2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162972,7 +162972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc54af2-9d03-42f4-956d-cef88ff36bdf", + "id": "a4d40599-ad25-48ef-a7e4-86e41d0c5580", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163017,7 +163017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1530f7c5-16a9-4ed6-aa56-d0fa356030cd", + "id": "969f9af6-6bde-4245-9fe2-98f7466c2562", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163062,7 +163062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f5d537-032f-4ffe-b33f-8aea429339c0", + "id": "5840a3f2-30b3-4f23-9911-c11b7257920e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163113,7 +163113,7 @@ } }, { - "id": "02134a6e-b1db-4608-915d-c37dc91af362", + "id": "455a3882-0f0d-434d-a2ac-4efd485b200c", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -163168,7 +163168,7 @@ }, "response": [ { - "id": "70ee12ca-4648-4985-98db-e9b7993c1be5", + "id": "eefd09e0-e35a-49c7-92d3-6c60004fc13e", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -163226,7 +163226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5bcc3b-382e-4c31-b1f2-77bb887420d7", + "id": "bd416f98-43a1-4904-a18a-4af98545a621", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163284,7 +163284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d1fa77-846e-4423-9747-b323022a9339", + "id": "d70428dd-fddf-43c2-b0b8-674aaace2d9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163342,7 +163342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51d146e8-a2cc-4500-a60b-132deb07926c", + "id": "01baab7e-9e94-4c2b-8c65-0718e4bbe33a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163400,7 +163400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b9e8f9-190b-4b0b-b47f-574b7f98ceef", + "id": "e8c71019-bc4f-484f-8bee-00dabe415cc7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163458,7 +163458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf164490-94c5-4762-93ff-917b80d1fc62", + "id": "d67b13d5-fcbc-4d96-9d68-3bd67f90fc3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163516,7 +163516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "683d5cb5-1eda-4240-953b-558479661c49", + "id": "dfa9c68b-0a64-4823-b45a-467708bfd7da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163580,7 +163580,7 @@ } }, { - "id": "8ac502a5-8eef-4139-9341-11e3e70dbe96", + "id": "efb8a099-2850-43e6-86eb-9007beeaad93", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -163633,7 +163633,7 @@ }, "response": [ { - "id": "b0b19789-e038-40f2-9f5a-bbba58b9b42c", + "id": "33dc8250-72b8-4c2c-880a-87750ef30029", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -163679,7 +163679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c42c366-dfa2-46bd-abd0-7494d68b78b8", + "id": "a2ca6cbe-8c2c-450d-a4c6-2a5f221c52e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163725,7 +163725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f8dcc6-2e61-42ef-8182-9825b58e4426", + "id": "487dfcfa-51dd-4b9e-9f83-f89a513e38e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163771,7 +163771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d087eeaa-6eba-4587-987a-43ef2495425e", + "id": "8352bea5-129b-44a8-9884-89cf85188b8f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163817,7 +163817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca04984c-1034-44f8-9a71-1aba9ca6955b", + "id": "d4a3bee9-64fd-4bc0-866b-36389f27672d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163863,7 +163863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3968a34-3ac1-470e-9b6c-d7ad2c6e9e7e", + "id": "33845208-6de9-43c7-bca6-ded0f9547249", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163909,7 +163909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288a1983-0973-47c8-a914-31bc1af641c7", + "id": "f666d533-c59f-47ed-951a-ba566dfa38d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163961,7 +163961,7 @@ } }, { - "id": "990cae73-1b98-4aad-b83a-b321257adeac", + "id": "2bf2246d-1d4b-40c2-bc24-226bedf41734", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -164027,7 +164027,7 @@ }, "response": [ { - "id": "d3cd5544-5626-4681-9ef9-2bb90505c14b", + "id": "ab8bf5f7-e0f6-46a4-a929-a30d7181e5f7", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -164086,7 +164086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7360e8e5-9e12-44e2-b386-c51a2f0fac1d", + "id": "ded51d42-51e5-4336-8dd2-d057cd73ff3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164145,7 +164145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84191b9c-c223-418a-bbc8-5114072918e3", + "id": "9b6e9e46-6db5-4e83-b480-4125aa9a4e19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164204,7 +164204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56956fa-cf69-4bfd-92eb-e3f181a749f5", + "id": "053e2abc-8bcd-4d38-b569-374924163200", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164263,7 +164263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2127004-3d98-4fea-9d6a-0c84a4c12d8d", + "id": "307cf93a-769c-4a73-8330-3a282b2b8ef5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164322,7 +164322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56eba5cd-d451-4bb3-9ff0-68d700b3f9d5", + "id": "06c3c5e2-be65-4918-b227-44d3b46e355e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164381,7 +164381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba0d8f6-1f29-4631-b92c-3e477fb3e24a", + "id": "7a5a4d4e-a184-44d9-8328-1a5b9b822d55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164446,7 +164446,7 @@ } }, { - "id": "1251d8c8-ba37-4a8d-a576-5ad197e06fdf", + "id": "d4bdce22-c0e1-498b-84da-9b7f083288c3", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -164512,7 +164512,7 @@ }, "response": [ { - "id": "568ebda2-d355-4b5f-a7ef-b465cb801a41", + "id": "baad4bb0-cde9-4309-bfe8-40c95c89ceab", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -164571,7 +164571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e292e91-5c56-44b3-8539-7c00128ed09c", + "id": "3b5611d5-1e7d-4ea6-93a4-94d2ab6176bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164630,7 +164630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fea6ba8-f670-4576-b3f5-8480d7580f88", + "id": "2e39c3dd-88d3-4cf6-8048-4fbe10e15346", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164689,7 +164689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5927804d-70bd-4279-9a57-07e1e9ae5457", + "id": "a63b2366-516c-44fc-9fea-32d139980ad5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164748,7 +164748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a778820a-9ebf-4329-9c65-0e612064b276", + "id": "552a814b-d819-4493-bbae-785d828d0741", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164807,7 +164807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63418911-ffd6-46bb-8e11-b0147d2f29c9", + "id": "0ad37484-5a09-4bf9-9bc8-e0f02c3bebb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164866,7 +164866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b3f739-9bf0-4936-a17f-25b123770bb8", + "id": "295be742-3245-4dc2-9cf2-2cfdb2152469", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164931,7 +164931,7 @@ } }, { - "id": "14a74b32-4c57-41a9-9331-1c11ff1879fc", + "id": "1d9d50b2-18e3-4d7c-a1b9-e86bdf1962d3", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -164984,7 +164984,7 @@ }, "response": [ { - "id": "6f59d7e2-a8b6-4241-92b1-11ce1a435b12", + "id": "df97abbe-0d06-4291-9ed6-c825628406fb", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -165020,7 +165020,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9cc0cb00-be13-4c0a-9194-c05cc494ba80", + "id": "a2c43ed7-2897-43e0-95bc-c31abb2b3ec5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165066,7 +165066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d372c4-30d1-4f14-9377-36b6596e5486", + "id": "b3588b35-8f6f-45b7-903a-c5628c90f073", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165112,7 +165112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ea6111-c19e-411e-a115-463ed8015d1f", + "id": "4438b948-74c8-4779-94bf-ba03eeff222e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165158,7 +165158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbbceed8-4b25-4850-beea-30859b7a6dff", + "id": "a8921600-7c45-4bdb-af16-dd116e169e03", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165204,7 +165204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c84cf60e-b79b-466e-ae9b-550cfc885b57", + "id": "76497089-52b8-46a1-8232-a4394a4aa023", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165250,7 +165250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b9f92b-7449-4603-9d08-a652b54f97be", + "id": "8fb148fd-7d9c-4eb4-ac9d-e6251c654817", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165302,7 +165302,7 @@ } }, { - "id": "a3e8a5b4-7373-4685-8ebd-af3c3368b7db", + "id": "4c2704ad-6564-4bd2-b8f1-a05375569456", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -165358,7 +165358,7 @@ }, "response": [ { - "id": "9065e9a2-2388-4520-bee5-99926bb7700d", + "id": "6099e4b9-c847-4d43-868a-697e2e665094", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -165417,7 +165417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743a9d22-4f0d-4f8d-8ce0-ade5efb0c656", + "id": "a4b56289-cd46-483a-8c69-95b5dddaa1d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165476,7 +165476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6521bfe-f6cc-436e-bec4-ddece5e30515", + "id": "b6482c63-0957-4b94-b305-417ff5199b3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165535,7 +165535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f119ad-726d-430c-b885-95e14b2001f5", + "id": "9065fb04-155e-414c-8acc-edf281ce455f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165594,7 +165594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4146beab-1129-492d-8521-c91416b16fb9", + "id": "1eba5be9-434f-4a95-8814-8dbc22849233", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165653,7 +165653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a2bbe9-824f-4003-81eb-de5151d52143", + "id": "ff76bccc-5d20-413b-a6cf-fcd084a7cec5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165712,7 +165712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b71d5a2-af90-40ef-b506-4ce317ff2648", + "id": "38f39462-e514-443d-89cb-8f9db8c0d755", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165777,7 +165777,7 @@ } }, { - "id": "b70c3738-857b-4f34-8722-f379b129766b", + "id": "3b667647-e181-4d83-b3cb-c7fdbdd1ff59", "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", "request": { "name": "Lists the Schemas that exist on the specified Source in IdentityNow.", @@ -165826,7 +165826,7 @@ }, "response": [ { - "id": "937e052a-11e4-452c-89a7-3334bc4d42a6", + "id": "d84dd4d1-c1ae-49b3-b745-aa7b7284512b", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -165881,7 +165881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58d6a9f9-6732-4ace-a038-52a8c5e096b4", + "id": "a2428f65-5266-441a-b0a7-267123e857b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165936,7 +165936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ca947a9-8fe8-4835-86ba-53208ccfe5e9", + "id": "90bc5aff-fca2-4658-81dd-7d71265d46a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165991,7 +165991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f8565c3-e74c-4691-a146-a6b798a22d55", + "id": "0e7ba302-75dc-4087-ae03-94c0584784f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166046,7 +166046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed24dffe-0d24-4a54-a3cc-a34361a9b373", + "id": "cb04163e-e0d9-4a9c-9179-84afd1fe6657", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166101,7 +166101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f62b41-63f7-4a43-8fcf-18466205c236", + "id": "67f5aae7-4c86-48db-a7ba-ca9a9d78e500", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166162,7 +166162,7 @@ } }, { - "id": "81ce4502-596c-4ca4-8f5f-3b2b32f3a60c", + "id": "a75d3c72-d300-49f8-a9bf-6bc4c9f8c187", "name": "Creates a new Schema on the specified Source in IdentityNow.", "request": { "name": "Creates a new Schema on the specified Source in IdentityNow.", @@ -166214,7 +166214,7 @@ }, "response": [ { - "id": "13566fa8-d834-475f-9cbb-02fbc9cea20c", + "id": "5f8a0c1f-7fd0-45cc-b1a9-40bee541732c", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -166272,7 +166272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d181e26a-c8ed-4801-a25c-fa21fc0112ee", + "id": "6c5be81e-bbfc-4919-87ee-a15398d78f24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166330,7 +166330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab81a4a-a8a6-4e7c-baf0-96e780485ffc", + "id": "b865d407-e281-4f0e-9128-0805d73751a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166388,7 +166388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5145c888-eeb9-475b-98f7-2e2d0edbed93", + "id": "1b044af3-3f62-4d35-9bfb-638e5d30966b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166446,7 +166446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f328f64-bc62-4cdb-9a7f-0c7f1f3f3248", + "id": "fbbd8580-5b92-408b-979c-33dbd070e2d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166504,7 +166504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3f8b407-f6ad-4312-b8cd-2d5c3e480819", + "id": "e995aa41-5358-49ee-9cb4-0b7ff536d6a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166568,7 +166568,7 @@ } }, { - "id": "5c544c9b-b7ad-455b-b8e8-eded1f1fb4b6", + "id": "384a217c-df0d-49fa-8646-603d9a27aae5", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -166621,7 +166621,7 @@ }, "response": [ { - "id": "f98938cd-75fb-4022-9f80-ddb05e3d1b25", + "id": "33c0bbc4-874f-462d-a44c-cfd16b0a3e30", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -166667,7 +166667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54c9271-671d-47bf-b24f-a062fc0bca17", + "id": "232fb6aa-9467-4f16-85b7-e43887be11c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166713,7 +166713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c403a4-b8a2-44ac-958b-eec78d2b7406", + "id": "3b663039-0f0d-4f8f-a246-7c232056f11f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166759,7 +166759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f71dd0d9-a7f3-4f32-b90e-627b53353c44", + "id": "a25f0a91-9c37-4219-a93d-c5c3fa5654a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166805,7 +166805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ee0eafe-8cb5-424a-bf35-9de67980a866", + "id": "87d14ce6-d6de-4001-84ba-563d59f022ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166851,7 +166851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3692229d-7db6-4d25-8d4b-b4be981a151b", + "id": "98f5e69b-258e-4a43-b0c7-983a0fb66dbc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166897,7 +166897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87387ef2-b8d3-41ee-9254-1f6fd60f1b5f", + "id": "eecc0e2e-5582-430e-832d-af41a33979be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166949,7 +166949,7 @@ } }, { - "id": "e47dfed0-5475-40a2-a6ed-8eae23b26d1f", + "id": "5f60ece9-476a-4294-b690-c6de8e672bd6", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -167015,7 +167015,7 @@ }, "response": [ { - "id": "5392c35c-d7c6-4b70-8a4c-96f4bc93d7fe", + "id": "e1b70e99-bac5-4929-bd17-743f614a0ae9", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -167074,7 +167074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9d0bda-722e-4bf7-9cdb-789a2db1e0a6", + "id": "b117ecca-aaa1-4364-95b4-53a057ade8e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167133,7 +167133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20358dcd-bab8-4388-8166-53fede03989c", + "id": "74968f52-560b-4acf-b155-da0be8453c88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167192,7 +167192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7840342a-8f93-4671-803c-fb0e8c60d427", + "id": "d38c8958-dca7-490f-a68e-c72e4cef3f69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167251,7 +167251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e2cbf2-2b63-49a9-9f80-eeb61bf7be40", + "id": "713b565d-7f3b-4328-8282-0584780f3765", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167310,7 +167310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffafcf53-9405-46cf-a69c-745d23b2b47b", + "id": "3ebae541-f730-4c2a-ba6b-4dd002e6b365", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167369,7 +167369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fd27ec-9dcc-4cea-9ea3-6b92aaf35fe5", + "id": "eba7c567-d280-45a1-a68e-763c016d95c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167434,7 +167434,7 @@ } }, { - "id": "d87c1d8e-c678-47a2-a150-bccf2453bd8d", + "id": "a40e3d6c-bb53-45c6-a722-f606f17ce9a2", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -167500,7 +167500,7 @@ }, "response": [ { - "id": "68f0d6f2-2426-4d1a-bf2e-415bcb48f856", + "id": "2b821963-d76e-4490-9fd1-e732894808d5", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -167559,7 +167559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b026460-c056-4248-9e1b-8572f185602f", + "id": "b51aa4f3-8a08-4ccc-9e59-c2163e5d8b66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167618,7 +167618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80500560-41f8-4cd2-8162-4f892bd79131", + "id": "fba9d5bb-4cc4-4854-8096-c3d31b99b368", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167677,7 +167677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21998add-cbb3-4f3e-bf10-35ec3f8aa9d2", + "id": "e354e9cc-0fba-40ca-aca8-dee163e30223", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167736,7 +167736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f8397ff-60c3-4a08-a9e5-6b561e926b8a", + "id": "12e44db4-2272-4b98-985e-462743bdd7d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167795,7 +167795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27eb2754-2b1a-4a74-8f3a-8a4583031516", + "id": "63315f70-d9b1-441c-a21a-25d2f246cad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167854,7 +167854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cad859c-d28c-45e2-8842-9bdc8d9b1ecf", + "id": "f02c5255-bb83-431b-8660-b48a6426dc08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167919,7 +167919,7 @@ } }, { - "id": "c880d6d4-7f5e-4302-9225-62e797edcb66", + "id": "0d842568-681d-4d72-927f-792036c1ca30", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -167969,7 +167969,7 @@ }, "response": [ { - "id": "4d499d2c-be40-4766-9302-d0276f601078", + "id": "ab21d8d7-8d5c-4955-8347-22ebb39a1f0f", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -168005,7 +168005,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b321e603-8333-4968-84f7-fce680eef5e4", + "id": "2ab9d218-f9b6-485a-8f8f-d493206bdc87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168051,7 +168051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a351ae-173f-461a-85fc-a40a978fd6ee", + "id": "635283a6-b578-4380-8113-1cce1b64ce97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168097,7 +168097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03140a4d-659b-4cd6-825a-deb678950f9d", + "id": "3443b503-6069-4c4c-8c7a-d14120c5c718", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168143,7 +168143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a62e3bff-ba8c-4e20-970a-854bc733ef69", + "id": "34e1f028-cc40-4fb7-9f9a-4bd280af478e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168189,7 +168189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdd63111-1445-4262-a579-7ada2c9380aa", + "id": "cbf9f901-e636-4025-9673-3900e2efb633", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168235,7 +168235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42bde500-1c8b-4048-9a36-e583552497c6", + "id": "1cc8e8d9-0dbd-4a17-aa22-66df3158c1ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168287,7 +168287,7 @@ } }, { - "id": "d4805be3-c89d-4249-8544-0eb7803a4714", + "id": "cd74e8c0-aede-4ba0-8284-46a5356edea0", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -168327,7 +168327,7 @@ }, "response": [ { - "id": "e1fa61a9-ed31-4409-80cf-e4882466a339", + "id": "4b7de448-4334-4c9b-8554-d3ac73bd361b", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -168373,7 +168373,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b9f9923c-daae-4da6-b6e1-6a816e8a06e0", + "id": "c560972e-935f-4236-8f74-9b8376a83771", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168419,7 +168419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df4502e6-69b6-49b5-b55e-107487e6c4e4", + "id": "50182a53-c1ab-4a16-9882-3f3f2c33bed8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168465,7 +168465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a108eea-c0f5-4b4f-8911-e897d8d4d232", + "id": "7002665e-af80-40a2-899a-06eb6dff9cfc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168511,7 +168511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7bf18f-139f-4747-a149-9e5c9cfc2bd3", + "id": "a34e0dd5-e7d9-41fe-9dce-625795597480", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168557,7 +168557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1805bc8f-4561-4fb7-aca9-1cf5e604e80b", + "id": "9260ff0b-89c5-4717-b1fc-97a12a7f8c1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168603,7 +168603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68b8286-12ed-449c-9ced-dbf606663e04", + "id": "ca73d4c6-69b9-4301-b2a1-0f197024a70a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168655,7 +168655,7 @@ } }, { - "id": "3add5177-86a1-4801-8288-2d2f323969d9", + "id": "f36e0e6a-c291-4f48-87f1-6e3a159b490d", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -168707,7 +168707,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -168715,7 +168715,7 @@ }, "response": [ { - "id": "be13c114-0c5a-4419-b4e3-b1d368f6bf59", + "id": "9f9d5959-83e7-4e0c-9aa8-097d174005e2", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -168759,7 +168759,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -168778,7 +168778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d4c657-d465-411c-b938-28aad31d5c10", + "id": "34a7d21e-03fe-436a-aa71-70bb958b67cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168822,7 +168822,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -168841,7 +168841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb79fb4d-2e26-4b02-93ad-23e1c786113e", + "id": "16b1bddc-3182-4f51-9b9a-d4733ffdd98b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168885,7 +168885,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -168904,7 +168904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9abb84dd-3b6e-43cd-b1b7-3f3b1506ff5d", + "id": "cfbd1452-e636-48af-a745-28f5c9be9bdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168948,7 +168948,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -168967,7 +168967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fb08405-c9b9-487b-b29b-73b891a8ddfe", + "id": "8c14522c-14ba-4662-98cc-54f4eeea50b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169011,7 +169011,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169030,7 +169030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "767e1c9a-9566-4e1a-8fd3-fe671e9fbb36", + "id": "5e095133-950c-42ee-bf73-a26f9188be26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169074,7 +169074,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169099,7 +169099,7 @@ } }, { - "id": "3fe1bdf6-2690-4203-b9c6-854f9bf486d0", + "id": "98b7061e-9d83-4695-9c63-156b716f0ffa", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -169149,7 +169149,7 @@ }, "response": [ { - "id": "9f20045c-5085-45f1-b4c1-a722bf1b32be", + "id": "e749c4f2-7575-4cc4-b42c-450c1d78e6c0", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -169205,7 +169205,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eb546cab-9e91-433c-986b-f88cf28f29da", + "id": "c5e931de-885a-45b7-a43c-8a94cf57dca7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169261,7 +169261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf8a237-d033-4675-8318-1d2273b9044b", + "id": "003bc227-9607-4a6b-af7e-792e5edbcd76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169317,7 +169317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f371a2-4677-4518-823b-8565c07e0d67", + "id": "ab82b7b1-1157-4508-a0fb-5e7875c2c527", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169373,7 +169373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a66c7aa-6607-409e-aaf5-a6d9dfedb064", + "id": "ade5b6b3-44d0-41e3-9146-dd95da560d98", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169429,7 +169429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7fdfaed-cdeb-4c9c-b8c6-18839f35c2e5", + "id": "5e3e4e71-ce77-4ecd-8703-4b3e1e868636", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169485,7 +169485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80bbf23b-9f00-4077-b8a5-450fe2fd9ff0", + "id": "3ad7bed9-ac7e-4dcd-982c-f219f6d0df7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169547,7 +169547,7 @@ } }, { - "id": "99351eac-9444-415f-a0a5-531a0305c839", + "id": "40e643b8-3a80-408f-96ba-50f33d7f647e", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -169609,7 +169609,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169617,7 +169617,7 @@ }, "response": [ { - "id": "48a056ef-b1ef-4226-b27e-30087092d011", + "id": "031fbc2a-6872-4f27-9c03-7ccf73fbcb6c", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -169671,7 +169671,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169690,7 +169690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756e8d4d-1a34-4778-ad26-57d71c0c73bc", + "id": "410edc0c-b18d-43c2-830a-822ea02b40a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169744,7 +169744,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169763,7 +169763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b300df-9905-478d-8174-ffdb62d0a7c6", + "id": "dee5aa48-e33c-4d36-b6ed-a227d6a7becf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169817,7 +169817,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169836,7 +169836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb72ab75-eea6-4a3c-be81-fad0ad417f29", + "id": "edbc1e3a-0cff-4448-b6e6-fd457228d257", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169890,7 +169890,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169909,7 +169909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994eb24c-6125-45f1-bb0f-f61161c34595", + "id": "92b60fad-a551-4125-b7f6-416096443de2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169963,7 +169963,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -169982,7 +169982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef27246b-a259-4297-8e0e-5b4256fb5979", + "id": "d6bf4899-0b3b-49e0-b1af-15737f199665", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170036,7 +170036,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170061,7 +170061,7 @@ } }, { - "id": "9d770b1f-aff7-4cea-8028-d1cbf68349eb", + "id": "02b80f84-6ae6-448f-8221-035f8fb6ae0c", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -170112,7 +170112,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170120,7 +170120,7 @@ }, "response": [ { - "id": "b2b8ce09-f648-4a65-a69d-4b669b92aa24", + "id": "7512cf95-d6eb-4d8c-ad16-4171882c511a", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -170163,7 +170163,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170182,7 +170182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb0b7c7b-ed56-49c5-a6ab-150133ba7ef3", + "id": "5638129a-2f4e-4677-88fc-03e2bc6f89db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170225,7 +170225,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170244,7 +170244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deed83a6-0de1-45fa-91c0-ff46274ae6d7", + "id": "30c4fe4f-6a51-43c4-a281-8c358db26dbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170287,7 +170287,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170306,7 +170306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b09ac90d-7a7d-4fe7-9033-69e3f61a180e", + "id": "986f5f16-7a4c-46fd-a4d0-f9a3d3aba3fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170349,7 +170349,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170368,7 +170368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d283d980-8ef6-4893-a077-653e78a3be1e", + "id": "b6c15ab8-4bcc-4969-908b-13493d728eea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170411,7 +170411,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170430,7 +170430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68285466-58f6-48b0-8340-876f5da15b26", + "id": "c07e60f4-6bab-4c84-9318-3627c6749434", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170473,7 +170473,7 @@ "type": "text/plain" }, "key": "file", - "value": "tempor", + "value": "mollit cupidatat", "type": "text" } ] @@ -170498,7 +170498,7 @@ } }, { - "id": "a24e6ea1-2dbb-49ea-9bbd-bcf8c0a38270", + "id": "710bfc53-7112-422f-bc51-e4c088bcbac8", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -170519,7 +170519,7 @@ "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -170540,7 +170540,7 @@ }, "response": [ { - "id": "a06077ed-052c-4fd6-a4b4-f48a96141b75", + "id": "e076f782-445d-488f-806f-77cc7f56f102", "name": "A Source Sync job", "originalRequest": { "url": { @@ -170585,7 +170585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "425af283-63ed-4a5b-8e1c-d2886d72bf47", + "id": "5da1079c-8f96-4ee1-8920-ed7dac58e230", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170630,7 +170630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6572f74d-8840-497a-9222-3c9418c21c5a", + "id": "4c35e7f1-9c43-4439-a824-09e1f0094fdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170675,7 +170675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de96bfcd-37be-4f64-a0b3-96c1e25690f0", + "id": "99424735-3608-487f-be80-4195952dcc9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170720,7 +170720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef4704f-8d77-44c1-af7d-3dd793e78f46", + "id": "a4c59d24-0a38-4904-9107-ba9713dc8b11", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170765,7 +170765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc365c2-c3dd-4580-a26d-9d67a2f69913", + "id": "278443f4-4a9f-4c40-842b-ebe7d3bfc1ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170810,7 +170810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d25e98-362c-428d-825c-b1e86e7bdf78", + "id": "164d25d3-c68a-48bc-ab0f-361594dd6d86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170861,7 +170861,7 @@ } }, { - "id": "73ab50a3-7d42-4067-937c-07420159d064", + "id": "e6b08903-65a2-4ba7-8e22-106b0f4ca96d", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -170897,7 +170897,7 @@ }, "response": [ { - "id": "e9717f2b-31c5-47a8-8e0d-e781189d9cc9", + "id": "c3d0f6a4-6e96-4af5-9dd6-a53fade26e86", "name": "Get default config", "originalRequest": { "url": { @@ -170942,7 +170942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b692c6e6-a791-4640-a4eb-292b503200b0", + "id": "130dcfe9-041f-422e-bd59-7846d31fe245", "name": "Get config with one approval", "originalRequest": { "url": { @@ -170987,7 +170987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad363c06-d5b1-4f1d-a6b1-9f7c6db8d8d5", + "id": "48205f5b-638c-454a-ab9d-c0d17114c644", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -171032,7 +171032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "021613a7-85e8-450b-8ebb-1c7007fd6673", + "id": "00514402-2591-43da-b6a8-a6c5f164af7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171077,7 +171077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23db1cf-ffab-4b1c-b8c5-caac5095f831", + "id": "0edc687d-be5e-46ca-a1d8-94e37017e35b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171122,7 +171122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2b08e0-0fdf-4415-b513-7395870512e8", + "id": "0a2ad617-25bd-4aaf-ae8d-168f36919068", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171167,7 +171167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26aff41-e10e-421a-aad2-0d78ef232fe6", + "id": "a0fcd833-10de-4745-8511-70c963d9ef15", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171212,7 +171212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bef99929-71e2-4b9c-aca5-f50646c4a27a", + "id": "11dbe056-64df-45c1-b911-7adeba6337b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171263,7 +171263,7 @@ } }, { - "id": "936e0609-a276-4f8f-9d67-d6233d08f434", + "id": "73b95d63-de88-4a02-920a-49419378c742", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -171312,7 +171312,7 @@ }, "response": [ { - "id": "5ca5b30a-ba6f-46f9-9315-7ff8bec14ec3", + "id": "368b81d0-f8c5-4f17-b5b2-722e4ae5c22e", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171370,7 +171370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639a2579-c4e3-45b9-bd4d-e5bc1f0cc90f", + "id": "0e37443c-55de-4624-87a7-48b6b3e6bd06", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171428,7 +171428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e22b10-fd94-4dde-a6e3-661f218675ff", + "id": "dda126b8-cca4-4514-87df-4abd4da11d6f", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171486,7 +171486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1195d00a-1b13-426e-a598-81bc011e55be", + "id": "a7e19153-16bf-4162-b492-cf7e18ccb2ea", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171544,7 +171544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e432af43-7fc8-4989-bba2-de8eef05329e", + "id": "ad74a7c9-1bb4-4fcc-b79b-df3c09918d3c", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171602,7 +171602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "355b3c48-c0b6-4ba6-b11a-1e4c468019ad", + "id": "58106d6a-e1f4-4e60-ad36-52f6378d85ce", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171660,7 +171660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99bb05d7-4359-4bfe-a89e-f3f98b3fc39d", + "id": "c4aacdd0-4fa3-453c-b0e5-25c8a2a0048f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -171718,7 +171718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a958e27-b1e9-4ada-84a4-1d52e9a929a8", + "id": "05a05f85-633d-4be1-9d25-ff2f94cabe0f", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171776,7 +171776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9fb4bf-15f5-4e78-9729-c6c4b8566921", + "id": "344fd987-15c6-4eda-9a0f-5fa3e7fcdce8", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -171846,7 +171846,7 @@ "description": "Use this API to implement source usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.\nThis allows organizations to get the information they need to start optimizing and securing source usage.\n", "item": [ { - "id": "8cbf5cda-5c12-4abc-9e27-6f70448e4f1a", + "id": "95e779ff-0582-43ff-bb7a-ecce94a33c76", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -171888,7 +171888,7 @@ }, "response": [ { - "id": "9e27d288-5f3d-43d4-8165-d69641a033ea", + "id": "cde2b1d0-fb50-41b1-9e64-d3b42b1974cd", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -171933,7 +171933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e48821b-8e8b-4f78-9576-52889f03ea09", + "id": "70713d71-2572-4762-a135-4784908340c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171978,7 +171978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56faf061-ae63-47d7-aa2a-d02c6f4663c5", + "id": "fc779e9c-185b-485d-9cfc-098c59811c84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172023,7 +172023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "712c2050-e713-489f-ac68-2d6a7bb4f826", + "id": "b10aa03e-275a-4820-b9b5-3ed85c38c13f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172068,7 +172068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fac1bfa-6abb-4f41-b1d4-d47441279628", + "id": "3767938a-c343-4f9b-aa32-41f997ef0023", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172113,7 +172113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84667433-7908-454b-a5ef-88dac215d5c4", + "id": "2b3dbe36-3e0e-414a-9b99-e5c460ec1ba6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172164,7 +172164,7 @@ } }, { - "id": "6a71dfde-85e9-4fde-891d-2a1fb200cfec", + "id": "253cb57d-7a24-4dc4-8c30-2ed41313e894", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -172243,7 +172243,7 @@ }, "response": [ { - "id": "bc67b7f2-d7e7-4b73-91d0-bd3bcfbd2e58", + "id": "026e18b6-4398-4183-ace2-e2c7ee3d9a99", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -172325,7 +172325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ce622-bd36-4702-9b6e-361febf696e1", + "id": "348e9306-7a0e-426a-8a61-8020336be5f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172407,7 +172407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff15268-94e5-486e-8531-95346e609df0", + "id": "b1b75166-e6c6-4d58-a947-441cd826a2c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172489,7 +172489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed69651e-ca7a-434d-afe8-8af125110b58", + "id": "65acbd43-457f-43fe-9650-a92155a20b7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172571,7 +172571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b208c509-46f5-4e97-82a4-772b2064b408", + "id": "a023defb-468d-46b6-bb8e-8661bb682e8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172653,7 +172653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9506e74d-7cf6-4bf3-a51b-fc4e58d24223", + "id": "76242ea0-dac9-417b-aa7b-13210f351a68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172747,7 +172747,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "73064f17-3ec5-4fd8-933e-194328b9b8d8", + "id": "a2b9bc41-56cd-4728-9baa-b679b57b60be", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -172790,7 +172790,7 @@ }, "response": [ { - "id": "28f48f89-634c-4f91-a5af-b075c112aaa1", + "id": "1eb252a8-6afa-4af3-8490-b9b07b35a8b5", "name": "Export all objects available", "originalRequest": { "url": { @@ -172847,7 +172847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32693eea-d771-4c92-aaad-081ec29bcb9f", + "id": "5557d17d-10a3-474a-9870-275be6d3c662", "name": "Export sources by ID", "originalRequest": { "url": { @@ -172904,7 +172904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23521472-7954-4dd8-8f50-8104c045ac0c", + "id": "7f22aac1-4b46-4762-8e11-34029f8e72df", "name": "Export transforms by name", "originalRequest": { "url": { @@ -172961,7 +172961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5834ea85-fed9-4604-bd79-784c73c33754", + "id": "3407925c-93ea-4a67-9061-6b3258b4df7a", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173018,7 +173018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af8278a-740c-4a1b-94ef-78a382711efb", + "id": "59b4069e-3e5d-4af9-b248-b629b7945592", "name": "Export sources by ID", "originalRequest": { "url": { @@ -173075,7 +173075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166a59bf-8b3f-455a-b967-55ba92ace8e0", + "id": "3dac420c-0207-4986-b54f-41aad5410878", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173132,7 +173132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6536897-bf2e-4798-b059-c548599fbad1", + "id": "cff2c783-9b7f-4939-af30-0bf981ffc7ae", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173189,7 +173189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f43a94-0388-4786-baa7-a1c200e425d2", + "id": "f6712d71-47f8-4cd6-b2cf-9ffd7cfae99b", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173246,7 +173246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e56fdf-3645-42e6-a902-e49767b50f8e", + "id": "801491d5-be22-41e2-b60a-95fe3d1cfd83", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173303,7 +173303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08855551-783d-4c50-98c0-726463070ff0", + "id": "accb914d-fe7b-4730-b955-f6a5ce18d36f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -173360,7 +173360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb58c16-e3ac-4c48-a087-8d818940b010", + "id": "5d114aa2-3214-4b06-b3fd-3ba17bc66ce0", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -173417,7 +173417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c96a7cf-288e-49b0-be82-bf248eb77ea3", + "id": "0d9ba60b-3c3a-4722-829d-383a209dd6dc", "name": "Export all objects available", "originalRequest": { "url": { @@ -173474,7 +173474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f90d3e-a0db-44ee-ba64-4ad0ccdbb6d8", + "id": "f4f51946-c6b3-47f4-8718-e50b2dbb6114", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -173537,7 +173537,7 @@ } }, { - "id": "53cb847e-dee3-49c7-bc59-449634aa970d", + "id": "b5db5dbe-abd1-4af6-aaf6-b9def69562e7", "name": "Get export job status", "request": { "name": "Get export job status", @@ -173579,7 +173579,7 @@ }, "response": [ { - "id": "22e3948d-9f12-4428-b0cb-114b773af4b2", + "id": "279c549d-eca3-47c9-beb6-392d0f65c41a", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -173624,7 +173624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eab2ea5-803b-499a-8f8b-a8884c314264", + "id": "ede861e0-bf22-4d31-aeaf-6ff2a4cc5055", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173669,7 +173669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb7cf01-dc77-4974-8226-ff01b5192e54", + "id": "11252a92-75f2-4fb1-86a0-4fb22ebca450", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173714,7 +173714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a16f1b-af36-415f-afca-2bfccb684da7", + "id": "5f33a441-1cb8-4a81-8647-58f03d293e13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173759,7 +173759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd6d678-1923-4edd-a531-fb39205b4543", + "id": "f3cb2343-6718-4fcd-a1a7-02c755a25d5e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173804,7 +173804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8320026-1a3f-459d-a973-c7d99622846a", + "id": "e664758f-fee1-42ec-98f7-64a32bb6fc70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173849,7 +173849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ef6040f-eae9-4088-9619-ff65755314c9", + "id": "38213aa4-6afe-4c49-931f-79f0de11a989", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173900,7 +173900,7 @@ } }, { - "id": "71b9804e-e2c9-4d68-82b4-470813dc2015", + "id": "9f1cb156-5923-466c-a9ee-ad7c4ed9b40b", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -173943,7 +173943,7 @@ }, "response": [ { - "id": "883647f5-7c98-4fc7-a11f-a30d31f67764", + "id": "0b9198b1-229c-4328-b0af-00f2fe0712c4", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -173984,12 +173984,12 @@ "value": "application/json" } ], - "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"commodo60b\": \"cupidatat elit nostrud \"\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"occaecat__\": 42686459,\n \"occaecata\": true,\n \"voluptate_ba\": -99644772\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 \"amet5e\": -31454181.847824454\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"Lorem_313\": -17629783.47332731,\n \"amet96b\": \"mollit adipisicing\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9602dfdf-9743-4475-86ec-d3ec35e97335", + "id": "7ea72ec1-6e9b-4c02-9923-126f8e3d2ff0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174035,7 +174035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f72f77d-9218-4654-8465-d176dc2b2ec7", + "id": "5e57cf46-ca2d-4804-942e-590ab4dd409a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174081,7 +174081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2735a0a6-4b39-41c5-b37b-920136860e69", + "id": "12804871-107e-4fc5-a839-2ebc6a136d40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174127,7 +174127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4d6648e-10a4-4308-a953-71365db64c37", + "id": "00df44a7-6297-493f-8f7f-7f8159b16928", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174173,7 +174173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca08050-7aec-4da8-b8a9-063d4ba42e18", + "id": "3d079900-ffe9-4ec2-95a5-9c3d4285055f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174219,7 +174219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49fdd302-43ad-4e7e-b830-579fc93e751b", + "id": "672f5f15-20ca-4edf-9c19-5eba3a7f932d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174271,7 +174271,7 @@ } }, { - "id": "22846f99-4ef9-44e0-b921-55ecf060b91a", + "id": "093ddeb8-af6f-4e98-81bd-d2e514819efd", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -174320,7 +174320,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174337,7 +174337,7 @@ }, "response": [ { - "id": "af5f21c1-c0f7-4d60-bf85-3c8b377a2c08", + "id": "43d7c2ce-e76a-48f4-be54-337b69fe459e", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -174389,7 +174389,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174417,7 +174417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac2716a-d819-4a82-9c3b-f68794aa5b63", + "id": "da8eba4e-585d-4108-8243-32b1e7585ee3", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -174469,7 +174469,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174497,7 +174497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd62f61-00ee-4b25-8844-0effcae94da0", + "id": "3a9b58a2-9201-4d3b-8287-676a0e4c1f9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174549,7 +174549,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174577,7 +174577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c08fe0b-420a-45ed-b837-9a788ee90a39", + "id": "7537938f-61ae-4faa-a024-b4024869f171", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174629,7 +174629,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174657,7 +174657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28d5334-78e3-4a7c-bc83-2ac3c51a8dfe", + "id": "566f4865-6183-471b-9c06-40d18a569df1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174709,7 +174709,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174737,7 +174737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e8d8f12-e5c2-4ed6-b25c-891594ead46f", + "id": "3fc2290e-51d6-4f08-97fe-23d0f7a98244", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174789,7 +174789,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174817,7 +174817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf7fb155-0b37-431b-ae78-b89058fad52c", + "id": "a8c875e1-a8c8-4806-af49-2b55d8d0fced", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174869,7 +174869,7 @@ "type": "text/plain" }, "key": "data", - "value": "irure laborum", + "value": "sed ipsum enim", "type": "text" }, { @@ -174903,7 +174903,7 @@ } }, { - "id": "7df2d97a-1c76-4295-84ce-b1fa8c9f80d5", + "id": "5675d62d-45f4-4ee0-992f-ac71d26cf205", "name": "Get import job status", "request": { "name": "Get import job status", @@ -174945,7 +174945,7 @@ }, "response": [ { - "id": "11e1183d-9cd5-4262-9fe9-1198fb06c4a3", + "id": "c058fe4f-9c8c-4c45-ae27-a72f4d8e7e9d", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -174990,7 +174990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66b9bfd-b706-4e58-b425-2bf0f13ae20c", + "id": "24c68fce-6d3d-41f0-a3f9-08f90a3fab2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175035,7 +175035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df77ed87-cffb-4f47-93ac-567f48fe0925", + "id": "a5542198-6729-4210-8413-c125c388f08c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175080,7 +175080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad9356cf-7b65-436e-bc5e-dd3deb308bff", + "id": "63af141a-27ed-4d2a-82c9-d25ac94117e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175125,7 +175125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5abe0b2-735c-40ad-8ed2-d24f4a9e0d55", + "id": "13e15736-62ff-4146-930b-4b354f7aa2a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175170,7 +175170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0b8610-3e0c-4c69-88e5-db03cebe0b9d", + "id": "0c418305-716a-47ca-bde2-b61f8dfa2192", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175215,7 +175215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd3f1ad-a790-407b-8bfb-244fc68a1ddb", + "id": "e8ec87f7-0466-4ba5-b995-0e2a3b933b32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175266,7 +175266,7 @@ } }, { - "id": "4837e253-a802-49d3-8b53-ff21c3aecb32", + "id": "d874d91d-83d2-4a03-b439-0ba71bf1505a", "name": "Download import job result", "request": { "name": "Download import job result", @@ -175309,7 +175309,7 @@ }, "response": [ { - "id": "4a4b401c-b823-426d-a5d3-89b99d79d823", + "id": "398d7f92-4a04-43d2-947c-f14867dccc9c", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -175350,12 +175350,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"anim_62c\": {\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 \"sed97e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"sint_d\": {},\n \"exercitation_4\": {},\n \"anim1\": {}\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 \"in_6\": {}\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 \"dolor31\": {},\n \"esse_bc7\": {},\n \"ea__33\": {}\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 \"aliqua_79\": {},\n \"consectetur68\": {},\n \"fugiatc7f\": {}\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 \"magna_f_9\": {}\n }\n }\n ],\n \"importedObjects\": [\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n }\n ]\n },\n \"nulla63\": {\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_a67\": {},\n \"nostrudc3\": {}\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 \"aute03\": {},\n \"sunt903\": {}\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 \"nonb\": {},\n \"eu_0\": {},\n \"culpa0\": {}\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 \"proident_5cd\": {}\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 \"ad__8\": {},\n \"adipisicing3\": {},\n \"ad_f3_\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolore_e\": {}\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 \"eu_e\": {\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 \"eu436\": {}\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_2d3\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"elit_97\": {},\n \"officia_6_\": {}\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 \"magna084\": {},\n \"in5\": {},\n \"reprehenderit_1b0\": {},\n \"suntf1d\": {}\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 \"ina87\": {},\n \"labore1\": {},\n \"id_230\": {}\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 \"Duis0f\": {},\n \"sed_db\": {},\n \"laboris_1b\": {},\n \"deserunt_b_8\": {}\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": "3b83a8b1-16e2-4d34-ac65-d6ce23e025b9", + "id": "6f23b6f9-55c7-40cf-955f-9d3ccfc1d774", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175401,7 +175401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ada9c0a-2aa7-48bc-b82c-738807dafcfc", + "id": "076fded3-6fd7-42db-aca5-8b541f7496d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175447,7 +175447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69174f34-bf97-4a8c-86e0-c89a747bf511", + "id": "cb2d8cb0-cfd9-4e92-a427-96ccd5afc81d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175493,7 +175493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c03729-fb07-4bc5-9e7e-7d8188c038d8", + "id": "ca16ba70-c42a-4da8-a17a-98f9de0359d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175539,7 +175539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65196dd6-efdb-4d35-a595-a67db7f5e356", + "id": "5e395b21-2bac-4795-bc5c-6db670d60e44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175585,7 +175585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c16ce7c-fe67-4fc5-b43d-f7c6c814848e", + "id": "c307a7be-3f0f-413f-8b78-148673dbe8af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175637,7 +175637,7 @@ } }, { - "id": "9a376d50-097c-42e3-85bf-7bd0b0429aee", + "id": "f1008fe8-433d-4a52-ae3c-db751403937b", "name": "Get config object details", "request": { "name": "Get config object details", @@ -175667,7 +175667,7 @@ }, "response": [ { - "id": "d69f2fd5-9768-48aa-9fb1-408dbab635f7", + "id": "be9abe91-d4de-40a3-86a0-5b753af3969e", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -175711,7 +175711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c478c0-d232-4d78-b587-2e51e891b383", + "id": "c2e9b7a0-c620-46a3-bd95-b9d393b81b35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175755,7 +175755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed9f0796-a34c-4e06-897c-3bbabfdf0715", + "id": "9d28774f-db81-49ee-b49d-eb99fcabcb48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175799,7 +175799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a398e2-ed4e-4d6f-b268-5b56e1ba50bd", + "id": "95f11354-7d39-4e2a-b0b0-93a035e3ba25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175843,7 +175843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea92700e-bcf6-4958-9d20-e536cc5e965b", + "id": "d2b6198c-ef20-4960-9fd8-0bb9c65aaf85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175887,7 +175887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28926738-bdc1-4459-b35f-8393dc9a0c82", + "id": "45a360a4-0b43-4dd3-b0b9-b243627b4fbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175931,7 +175931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd42a67c-2e9b-467a-acd6-2003c1395bf4", + "id": "b477289c-4abf-417b-8a8d-2e9ee4a2ee43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175987,7 +175987,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "169b3388-a534-4afe-8240-86ad45673b7c", + "id": "064f233f-2628-4290-a353-5a5d23469c8d", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -176029,7 +176029,7 @@ }, "response": [ { - "id": "4d4d3b2c-6139-4d70-9085-e7f5267557ef", + "id": "9e1234e4-078b-44e1-a344-62d91441ed5d", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -176069,12 +176069,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"762b84b6-c37d-a003-e9df-8463881ebe12\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:c28c7a42-686a-75ef-1c88-ce7e4f209467\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f90fee45-a7a6-4321-be24-fd3d8dbc8545", + "id": "c980dbe7-b687-4e48-a2a7-10bc3fbb586f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176119,7 +176119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5e6f8e-0971-46ac-88fb-be60556c523b", + "id": "5228d9f8-ce6a-4295-961b-4fcd32834cf9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176164,7 +176164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c665f8e2-f4c4-422f-86d8-28a28bbabf89", + "id": "0a231f31-8b2f-43df-b46b-8cb3416de218", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176209,7 +176209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417da451-d256-49fb-87fe-ea739476192e", + "id": "4baa56d8-4b48-4ede-9acb-793da8a51b9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -176254,7 +176254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f607ace5-b268-41a8-98dc-3ca9fd7c8c23", + "id": "076c1853-1649-409f-8c3e-410cecef39c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176299,7 +176299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb6d40e-0416-4b1c-882b-391cd991791a", + "id": "9215002e-a684-4115-b8cb-f684f8682d1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176350,7 +176350,7 @@ } }, { - "id": "4a2f41fc-92a6-4dd9-a42b-858eac349f69", + "id": "3ea4f75b-8c0e-4c16-bb1b-80e1263c510a", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -176379,7 +176379,7 @@ }, "response": [ { - "id": "89cf16b2-fbaf-4e4a-a62b-bfa8d0b808fe", + "id": "79261459-ba54-49b0-9ed1-3024d9f56ec1", "name": "Status of batch", "originalRequest": { "url": { @@ -176422,7 +176422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "088b507a-4e35-4b4e-85e9-abb954198c3a", + "id": "9303237b-4362-4675-aefb-14629e155f3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176465,7 +176465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b393dc4a-5928-4169-b2a4-825894c7f88b", + "id": "ca0550bb-a16a-4491-9cc7-743042edddcd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176508,7 +176508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0f88679-d7a8-432d-bf03-1778b213a9aa", + "id": "9e324480-ba2a-4cbf-86e4-5860a70aa66b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176551,7 +176551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9967e300-9f79-4110-b093-88b3c6f6c3d2", + "id": "78c3b9e9-d6a9-4599-bf72-db95eba44883", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -176594,7 +176594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0c3ca85-1e5c-416d-94be-68d4f9aac541", + "id": "cd1815ce-095e-4101-a53e-f49101914c68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176637,7 +176637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3687f46-22a9-43a1-aeaf-bb22e0617e04", + "id": "40832707-e0d8-49b7-a53e-a9beaf1cf28a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176686,7 +176686,7 @@ } }, { - "id": "60b82200-398b-4a92-9b4b-c45fbe80a2ca", + "id": "e7c64f34-3ee2-4ee3-a20b-fec56a229767", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -176728,7 +176728,7 @@ }, "response": [ { - "id": "a72bf921-c753-4bdc-94ad-d29211b4d279", + "id": "0ae91299-3609-4ac6-af5f-367fb9e8fd4d", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -176779,12 +176779,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"71724fb4-e16a-f499-3acb-c64ee0851502\"\n}", + "body": "{\n \"batchId\": \"urn:uuid:6b806bdf-3901-160a-a041-220ff64425ec\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0631d386-8935-451a-bc7f-a624e176f439", + "id": "e89e5cf5-902d-43cb-ac3d-2e73875035a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176840,7 +176840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321104cc-b7aa-4ff9-947f-588d30edfb98", + "id": "8b69ab63-8604-4853-938c-ff952ff71ef1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176896,7 +176896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e31b9a4-c56e-4e4d-97c8-eaf6b3652b8b", + "id": "6904a0ae-db51-4b07-a942-b12e2662ff93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176952,7 +176952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acae45b-55fc-40d1-986c-f7d2c1167579", + "id": "30dd4c6c-423b-492f-bbfa-3bc4a5178d19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177008,7 +177008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d93a11c-af76-4ac3-bf09-20e890f1550c", + "id": "316514d9-9639-4c9f-97a2-bc35d7bbdd14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177064,7 +177064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d41bb1d-27b7-4949-8c94-88de232ef42f", + "id": "44954072-6725-401d-8cb3-5560b7a23d8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177126,7 +177126,7 @@ } }, { - "id": "0bf9e84a-0c9e-4651-b0f1-697d739e40a1", + "id": "869c62f7-40d6-4945-a7d4-5de5a14dc5f9", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -177157,7 +177157,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177168,7 +177168,7 @@ }, "response": [ { - "id": "ad462995-059c-42b5-a7f3-aac0db244603", + "id": "0d2bfb23-4f77-43fb-b5be-b8b47c17cd1f", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -177202,7 +177202,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177219,12 +177219,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:43ea95b4-4458-6a12-1134-7d04b00388c5\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"efaebf80-8331-8653-e23d-602949626795\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:28c8e66e-44f1-d610-6327-1c613d173697\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"3b294df9-5aef-f8a1-45e1-314121536c7e\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2648d05-f361-4c45-ae34-71f0b137d452", + "id": "2702eb87-e5de-4c61-b5d1-7225a0954b51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177258,7 +177258,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177280,7 +177280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fd824a-dc58-4787-a345-e8b39da86255", + "id": "6495351c-ae61-4d27-b4df-6a4fa1cef64e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177314,7 +177314,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177336,7 +177336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9281097e-e003-4450-90c6-b19c83efef9e", + "id": "ed17287d-005a-4671-baeb-5599211ad450", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177370,7 +177370,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177392,7 +177392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26494c2-b285-47c5-bd32-fc812c9490e1", + "id": "03116cc6-5b26-4b6e-9562-a6d1c657fce4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177426,7 +177426,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177448,7 +177448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e10a8ef-5a2b-4f6f-88cd-d308c6fc88f2", + "id": "8bab8ef3-9b06-472f-8c2b-2fa9e531a4a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177482,7 +177482,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177504,7 +177504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a645b9-855b-4684-a054-63d28f5b1b86", + "id": "e4c782aa-b5af-46dd-9768-63b10ef4d74b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177538,7 +177538,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"dbea05cf-43dc-4163-fd00-117468ae8477\",\n \"7e2182c6-6a00-7c80-e358-a2a83ce66cc1\"\n ]\n },\n {\n \"items\": [\n \"a18ac5fe-1146-d756-7b48-5bdb21ca2cc5\",\n \"8a8f80e5-a40e-fdb6-ede6-5fe479414522\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"431d673f-1df1-93fe-1f3a-5088ed4c8358\",\n \"urn:uuid:451e8fac-1591-ec1c-8da3-1f68a6d1f62b\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:f6b42fce-946b-b673-d0bc-51d09f27aba2\",\n \"e170837a-0be6-f67c-ef2e-22e2451887a5\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -177566,7 +177566,7 @@ } }, { - "id": "fe0d4c76-821c-48d2-9e86-feff7eb8cff3", + "id": "df0e7e86-9fd1-49c7-987c-111553d20712", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -177597,7 +177597,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177608,7 +177608,7 @@ }, "response": [ { - "id": "ab17038f-73e9-4984-8333-db3db6b4f031", + "id": "39b930ba-5fcf-49a1-80f0-48b400a49a42", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -177642,7 +177642,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177659,12 +177659,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"urn:uuid:8d11ae00-bc28-1a3c-5ee0-8b38165457ce\"\n}", + "body": "{\n \"batchId\": \"urn:uuid:f8cc889f-bb39-c597-0452-5da47cd9cf01\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a0461633-93c3-4aef-8b95-6b71eb4e6b2b", + "id": "5cbd3c26-b391-4650-864f-5c00d598471b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177698,7 +177698,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177720,7 +177720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261a419a-fdab-46ff-a087-6d2554e812a1", + "id": "476096fc-d615-488a-a10c-9b1b20efb26f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177754,7 +177754,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177776,7 +177776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4d87939-2e5a-4aea-8d7f-2c6354ba37a4", + "id": "be6357c1-aeeb-4060-ae11-7de47b06b643", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177810,7 +177810,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177832,7 +177832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e9b64b-41a5-49db-b956-cab1b14172f2", + "id": "e735c6c6-b69b-4a7e-9d8b-523b4d6b6cf1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177866,7 +177866,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177888,7 +177888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c92de3a-725d-42c4-9e66-7192041a156b", + "id": "6b0783d9-5d7a-4158-a659-fdf2fd5782b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177922,7 +177922,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -177944,7 +177944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c67379-054b-40ab-8ee6-beed91ebdaed", + "id": "76da182b-5276-4934-9b63-9f4cbd7629a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177978,7 +177978,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"f332daeb-c322-9097-bd00-8cf8ca16ed00\",\n \"urn:uuid:45d9512d-ec8f-8b5b-6618-206c6430bf5a\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:9de3caaf-3452-dade-f9b9-2e72dc8d153c\",\n \"urn:uuid:c55bb819-d83f-0730-bd2a-cab41b70ed46\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -178006,7 +178006,7 @@ } }, { - "id": "f76e0111-7ffd-4339-bd61-c53063014b19", + "id": "584e09e3-a386-4088-a831-d3adeef8ca9a", "name": "List Suggested Entitlement Description", "request": { "name": "List Suggested Entitlement Description", @@ -178090,7 +178090,7 @@ }, "response": [ { - "id": "bff9afdd-d323-4c34-ab05-ce3595696378", + "id": "389b138b-b028-4d8e-a717-a1706e74357f", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -178188,7 +178188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d423bcd-2f11-4e3e-9380-f41fbf15f061", + "id": "af9ba0ca-9b2d-45ad-9309-afd5485cb81f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178286,7 +178286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4023c8f6-8693-4244-a6d6-a48c372fc3e9", + "id": "9911a2a9-3e18-4841-a0e8-36d1b5c53af5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178384,7 +178384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16bf0e09-79ee-4929-b429-0f5ca13a1975", + "id": "fd6f0e0d-9d39-4c5b-81b9-a13bb3380e3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178482,7 +178482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19ade890-59e6-44ba-bd71-0111f460cd3d", + "id": "89f153ee-9960-4164-893f-40dc6fe2c4c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178580,7 +178580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f065504-f720-460c-82b3-e62474a00712", + "id": "333c6128-3ac4-4de1-b67e-b22145840ef4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178678,7 +178678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0246a5e1-6cea-4c65-b546-2ca1df46089e", + "id": "f8f7718e-86e6-4274-a434-91eddce74cf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178782,7 +178782,7 @@ } }, { - "id": "e71b9ab8-170b-44b7-82c4-afd200978384", + "id": "0d434a4c-b10c-419b-a037-d3536a4fd468", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -178835,7 +178835,7 @@ }, "response": [ { - "id": "b865e285-2b94-4f24-a719-2fb8b7625b1e", + "id": "5db71880-d86c-45e2-a1b9-4fedcf9772d4", "name": "detail of patched sed", "originalRequest": { "url": { @@ -178891,7 +178891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0716783e-3e98-4538-ab58-0ffb00dd234a", + "id": "47428df4-c609-4638-9716-6d86e78ccdf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178947,7 +178947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3739ce03-de39-443d-9d4b-e4bffa235238", + "id": "e5952779-28c6-43b2-94f1-abccabafb17d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179003,7 +179003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e7b5198-d9d5-4bbc-9a67-5edc442b92be", + "id": "2f329030-ad25-4a05-b80b-3b4ea256c439", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179059,7 +179059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9148a30-a3e0-45dc-8180-4f7bd8232c38", + "id": "3e1a9509-662c-49f8-aed2-f576276edaa8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179115,7 +179115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f61cafa-0825-463e-a4bb-9e7600047b13", + "id": "8c67f336-c9ba-4c1e-938f-90329efab268", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179171,7 +179171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e733bd72-e4e4-49d8-bd63-df29974108eb", + "id": "e9ae4ef0-6f99-45d5-a879-edcf512b2f26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179239,7 +179239,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches Identity Security Cloud. \n\nIn Identity Security Cloud, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in Identity Security Cloud (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by Identity Security Cloud. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud.\n", "item": [ { - "id": "6a64b2d7-91b8-49ac-8986-0e218f4ae5ac", + "id": "ceb1360e-90f5-4f5c-a174-e2bd6cb2ce12", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -179305,7 +179305,7 @@ }, "response": [ { - "id": "9a6bd147-3232-42d4-bbeb-927ee62e1844", + "id": "3b3a6d15-ca0c-4988-a6fe-337af1dafe0d", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -179385,7 +179385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d4ff79-a207-4620-b1e0-07afce07d83c", + "id": "7e6c5e70-84bd-49e5-8e70-644df5091a29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179465,7 +179465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2501fe22-f894-431d-9595-18c68592f084", + "id": "485106f3-f838-4134-98a4-dcc738c7087f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179545,7 +179545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bdb17b4-dd24-4629-84b4-6cad4c3d8d8c", + "id": "b20107b9-02a6-4432-9981-df18d23a217b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179625,7 +179625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c0661e-724a-4709-8f35-27b125dbb8dd", + "id": "5de825af-4025-425a-841f-40b3909eee0f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179705,7 +179705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adcb0aa7-ba8a-4dec-91f6-543e9c14c75d", + "id": "95943ccf-205d-4569-88a0-12f423959d3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179791,7 +179791,7 @@ } }, { - "id": "9c72e6c5-84de-48ff-817c-39d59992bd3d", + "id": "b3ee5555-6392-44f3-9299-208bc90cdb6f", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -179833,7 +179833,7 @@ }, "response": [ { - "id": "059b8fd6-9d01-4571-8255-7c800008fd41", + "id": "6b7f0c38-5ed9-4576-9150-cf61199c74f7", "name": "Created.", "originalRequest": { "url": { @@ -179879,7 +179879,7 @@ "_postman_previewlanguage": "text" }, { - "id": "711ac897-58f0-488a-8dc5-dfbb533032b6", + "id": "b02f6655-1942-4f52-a9a1-bd83eb65fb34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179935,7 +179935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8743098a-f8e2-4b04-8857-0bfddf3ff522", + "id": "20a9ec66-d4e7-44ee-b4ea-f7edc580c3d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179991,7 +179991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30da5efe-7f2c-4403-89b7-7c7047aa48d7", + "id": "437fd351-6fdf-46c7-8d9a-a886fc80aa11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180047,7 +180047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0816b232-ee3e-4ed1-af51-9d4b568a94e6", + "id": "19d1ef7a-046e-4412-8508-ecbabbbb22a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180103,7 +180103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393edd54-7ccb-44a6-ba8c-11cf0a741a1e", + "id": "407b0c02-cafe-40d7-b481-e2aa15558207", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180165,7 +180165,7 @@ } }, { - "id": "cd6f3dee-1df4-4ed7-a4cc-f1ed24b9f17c", + "id": "856625fd-6afa-474f-a6e1-8979d7b5d130", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -180243,7 +180243,7 @@ }, "response": [ { - "id": "72509d01-a83d-4d54-9f3b-65f1a389d0d5", + "id": "3be3af57-6bf9-44d0-bdac-a5200c91d2da", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -180324,7 +180324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4066e232-8bf7-40a0-903d-1390790466a2", + "id": "887ca603-8581-47a8-880e-7400251de598", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180405,7 +180405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53005363-b217-4f57-9a5a-1bb7d7fc6078", + "id": "5a6fc0d3-79d6-49df-a72d-3039ebf12f0d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180486,7 +180486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65d00ea1-8c23-4e5e-84ca-5c1497b1bc11", + "id": "48825f22-89c1-40eb-976f-0bbcb7e6a796", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180567,7 +180567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f34580-d9ee-4cfe-ae6c-f72e758a3581", + "id": "cae96e74-b58e-4cb4-b543-d93dbbb00a28", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180648,7 +180648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3f7df5d-4972-4fec-b3c5-6cfdbc41405b", + "id": "33af3373-58a5-47e5-afc4-32fd616e7577", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180735,7 +180735,7 @@ } }, { - "id": "14c65cf7-2bfe-4c04-8318-b7c330205d75", + "id": "05163eed-1bab-4288-a7f9-7ac030e445bc", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -180787,7 +180787,7 @@ }, "response": [ { - "id": "38c6c966-4ada-48e3-a4c5-1e45db5f2a21", + "id": "bf599a63-fa3a-4f77-89c4-fbcfb9bf6d34", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -180832,7 +180832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "706cc645-c9b7-4b77-8be1-d8975509658e", + "id": "031298f9-ec68-4c85-bd67-7662b9d15d7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180877,7 +180877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f700c9c0-1241-48a6-99bb-89a02247475d", + "id": "53c87d9f-9755-4a90-a48b-577693dd5be4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180922,7 +180922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad329477-6a64-4f39-ae59-a0f1200dcbc1", + "id": "e1970c16-c615-4bb4-acda-f7772635bac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180967,7 +180967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe9968e-c00f-4f13-ab9e-025ae6fed32e", + "id": "e774ff94-75d6-464d-9541-063e337fe876", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181012,7 +181012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40c4543-c5d2-47c1-999b-71c2573e18dc", + "id": "85bf7b5c-bbcf-473f-b305-95c8bc323acf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181063,7 +181063,7 @@ } }, { - "id": "cf356321-a1f7-45f8-9cc1-678bbdb455e0", + "id": "1963ccdd-30cc-4d52-bbef-827f293e8cb7", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -181128,7 +181128,7 @@ }, "response": [ { - "id": "b84adc1d-3cc0-45e7-ba30-805c3066abca", + "id": "38926d0f-3bb2-458a-b9ae-86011cc129ff", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -181186,7 +181186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b150308-adce-4c16-bc65-f239a55a29c9", + "id": "0ec0c541-2787-47ae-85e4-679c07750161", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181244,7 +181244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a656834-f938-42cc-ae02-3f0bd38763af", + "id": "a28cf083-18cf-4035-823a-81488772352c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181302,7 +181302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac0b89f-7871-461b-82c0-3c0e1c6bf553", + "id": "ba8376ad-8625-42fd-922a-fc07de0d6405", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181360,7 +181360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7321c052-e251-4a65-a15a-aa77af3637a5", + "id": "d5d410b5-c826-428d-877f-c27e8149ac1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181418,7 +181418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a31a17c-23d4-46a2-a7b5-69ca0e1a27b3", + "id": "0be5fa28-99c8-497f-83c0-6261357bbac3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181482,7 +181482,7 @@ } }, { - "id": "f21d905c-1042-4540-a8f3-93544a0a406d", + "id": "65cd6bfd-45d7-4e5c-966b-d2b868273f68", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -181534,7 +181534,7 @@ }, "response": [ { - "id": "8142620b-ce84-4cf8-a7b4-cf9e972ac710", + "id": "acb8ef1e-9250-4d9f-bae0-2bd70798fdb2", "name": "No content.", "originalRequest": { "url": { @@ -181569,7 +181569,7 @@ "_postman_previewlanguage": "text" }, { - "id": "76597651-09a1-48b3-8233-0804741d8d74", + "id": "6ad1a798-b8c0-4f71-9b64-c5eaa0b3c507", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181614,7 +181614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06700241-028f-49cd-9213-6e84443ef251", + "id": "e7a36faf-9be2-4284-a188-5191dd28ee45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181659,7 +181659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee90f3b-1d2d-4167-a72a-7064addd29b1", + "id": "a3a942f9-3f60-4e25-b5db-35923711eb9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181704,7 +181704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c493efdb-8331-4d17-bf22-ca74c364d02b", + "id": "80720b3e-df78-48ef-aa85-952d2139b451", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181749,7 +181749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75493eb-722b-4418-b6b9-27f6d61e7adc", + "id": "fb923807-1348-4086-a6cc-8c8f67bfac02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181800,7 +181800,7 @@ } }, { - "id": "30077746-1de5-402f-b3c0-c088d1d1fe2e", + "id": "f10ab062-79ea-4794-b401-b1fe182c0a3f", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -181843,7 +181843,7 @@ }, "response": [ { - "id": "9f1eb29a-ef8e-4bb0-840c-372ced741984", + "id": "a428eaf1-c3da-466c-a563-89ce656af664", "name": "Request succeeded.", "originalRequest": { "url": { @@ -181900,7 +181900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbbfb2ef-c046-4356-93df-54ae69444b23", + "id": "8094acd9-1663-4d06-88f4-51dbd3727960", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181957,7 +181957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb8b3c2-eb51-4c54-80ac-8712394acfeb", + "id": "387dad2c-2b8c-48e9-a4ae-6aad11cf48c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182014,7 +182014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682ec780-82bb-4aa5-8d39-e6d7031f76ea", + "id": "260d9e31-d9c0-4c7c-bd24-94b92dc174ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182071,7 +182071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9369a18f-8709-4570-bbbf-847568b83098", + "id": "87c772a0-1cd4-4d25-b28d-3b7ed442614e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182128,7 +182128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741626eb-51e7-4099-8198-d7e13b947910", + "id": "0fc71452-4b16-4321-8d67-a81923bd3a4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182191,7 +182191,7 @@ } }, { - "id": "23622a6b-e417-4a54-ab69-42a156bb2514", + "id": "10edbe34-3330-4528-9c88-eae259220100", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -182234,7 +182234,7 @@ }, "response": [ { - "id": "7e8aeb51-dc1e-43fc-a135-f036c839cd8a", + "id": "caddf3f6-583f-4626-8d79-e7665401a474", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -182281,7 +182281,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3d3d297d-95c2-4bcf-b032-54d52f555526", + "id": "41d5bc07-2efc-47b5-9385-6001c8362cae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182338,7 +182338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ff767e-c736-4b4e-93e6-834478d564c6", + "id": "f18e5c6b-aac4-47aa-9453-0d2b28df9ff5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182395,7 +182395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13babc54-3be2-47fe-9fec-1c989fadb762", + "id": "5bafd135-d7b8-4f5f-a8be-3f74ceefd290", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182452,7 +182452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4fc5ff4-8293-4284-aebf-a5ba8feeac32", + "id": "a6e1f754-f9d0-42d3-b454-654e7f91a205", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182509,7 +182509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb174de-5866-4ab4-9a6a-dcd5bf756a19", + "id": "64cfe078-61d1-420a-b790-7ae9dd28718d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182578,7 +182578,7 @@ "description": "", "item": [ { - "id": "cafead6b-77a9-41e6-b4e0-e245b458bf9c", + "id": "9ac2a723-0f68-442b-923b-5619d0ada017", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -182619,7 +182619,7 @@ }, "response": [ { - "id": "cfb72851-77ac-4258-8c15-5d2ddeda5004", + "id": "27230c3b-e864-4c56-9861-2d3d63bfaf1d", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -182663,7 +182663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97df8914-0807-4211-a22a-3ae975631c0b", + "id": "63c0d616-21b5-442d-b4c9-a4b0f1141707", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182707,7 +182707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55645d6d-6ae5-42e7-ba51-a6e3a61362d1", + "id": "a62cb845-430c-48c2-905a-e37ba817fe22", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182751,7 +182751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1505296d-36d9-4c7b-802c-b7cb13f7c482", + "id": "0b148485-84f1-4c0c-82a8-1f834734a11d", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -182785,7 +182785,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5ad8e899-b3a2-48e9-8c2f-b1fd8fcad31a", + "id": "f61e89a9-fe97-428c-8cbb-513b678621df", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -182819,7 +182819,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ec223a38-2320-4248-9d7e-56e19a1d680c", + "id": "587b23ca-4dd1-44a4-b2d0-c57f6ac4b929", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182863,7 +182863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e0aaa3-ca73-47b2-89c7-c3e46678e211", + "id": "3381ec5b-315c-4c00-b667-e029dfe11f76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182913,7 +182913,7 @@ } }, { - "id": "48a95561-d905-4138-8c82-8a2c2a7998e9", + "id": "209947e3-0996-4535-a668-0d337ffc0204", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -182967,7 +182967,7 @@ }, "response": [ { - "id": "ae817ede-99fd-459c-92f6-13e52175f6b8", + "id": "0bc11203-1101-46ec-b221-41e89fbe895f", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -183024,7 +183024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64080d27-bc4c-43a9-b747-5ab90d8bf652", + "id": "ada5d61f-b0fc-4676-94b2-0b0664f45d01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183081,7 +183081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efa3b81b-32c7-4d69-ada9-c04802e7fd6e", + "id": "0aa42cd1-86ba-4dc4-b6a1-21ad25d623c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183138,7 +183138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468c1226-0e8d-4bfb-ab1c-f81aebf47e9f", + "id": "b3cfe04f-82a8-4413-849d-eb0fc6d2fe78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183195,7 +183195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2222ea3c-662e-4acb-aab2-bbcd5441622a", + "id": "4bf47101-1e02-43de-9795-1cc426710f16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183252,7 +183252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4f25be-02c3-4c00-be1f-f6a21465f83c", + "id": "8a9859e5-623a-4e0c-90ed-c168c5abdebe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183309,7 +183309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1602656-7ab5-459c-999a-71c77dcb2afb", + "id": "6fab670d-d883-40ee-aef7-f29234ef9ae8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183372,7 +183372,7 @@ } }, { - "id": "05e186fc-01c1-4b81-92ae-af9aaf8b5560", + "id": "62f987cc-f569-43bd-bbd2-0f507840dc94", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -183447,7 +183447,7 @@ }, "response": [ { - "id": "086481e3-2021-4d48-87e5-bb2087c479d0", + "id": "76b33040-ac62-4d4e-aaf7-6a360d09043d", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -183536,7 +183536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f1336f-04f7-4e6e-bbae-7cfd37779321", + "id": "7f85bfef-46b3-4abc-b90a-81281bfc3164", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183625,7 +183625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1587a0e5-022c-4731-80fe-96e519e798bf", + "id": "540124cf-048c-4e93-b2e2-30d7034722b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183714,7 +183714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f021a6d1-2ed2-4ee8-b5b1-def65b72b5b6", + "id": "d174facf-ff24-4baf-a1b2-d1e3b5dd4279", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183803,7 +183803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c5b052-6e2c-4c75-9076-eed85c78baef", + "id": "81096850-6e21-48b1-b7e7-e407b96936d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183892,7 +183892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927e9e17-bb11-4f0b-8ab9-79204cf9b226", + "id": "0553e3e4-00b0-4fd0-bb1c-c0621fe70eef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183981,7 +183981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cbae5b-bc2d-4c0d-82c9-918b717135bd", + "id": "dd718769-4ee2-4dc1-8ce2-4fec7221639e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184076,7 +184076,7 @@ } }, { - "id": "7839ee82-925b-4f16-bc0f-7f15d4f91497", + "id": "cf40bf3b-c1e9-42a2-b0db-fa57d966054f", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -184134,7 +184134,7 @@ }, "response": [ { - "id": "f66e72c8-1f0b-4a7a-b215-9238d38bad85", + "id": "53733f01-2c1f-4002-99ad-72242c47b8a4", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -184206,7 +184206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b148182a-c4ba-4459-988d-e594a7c11b94", + "id": "8d608ffc-e6d8-47c4-b944-34ca7372abf6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -184268,7 +184268,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fc33c8ad-c2c3-4e03-b364-0e93f475a1d4", + "id": "367b5b7e-17e9-4b65-9e24-f0864c07d206", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184340,7 +184340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a5bac96-6b73-44c8-b099-8d697e0a7692", + "id": "ede84486-d2c4-45be-b233-899c7447016f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184418,7 +184418,7 @@ } }, { - "id": "aaea7d5e-5dfa-44fa-95f4-04dfc251f9b8", + "id": "955c420b-7f4d-450d-a72d-5e408882c3b8", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -184476,7 +184476,7 @@ }, "response": [ { - "id": "fc92d611-d1ee-47c1-b7f2-f08ef9353e4c", + "id": "3a1bdde0-e6c9-433c-b687-885b4451d81c", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -184538,7 +184538,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c412dd85-6d97-4145-adf0-12e87d608054", + "id": "ff59fc6a-a909-4845-910b-a75c22d2fe8a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -184600,7 +184600,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ca4efe8-59f6-4af2-8044-aced0c84c08f", + "id": "aea82113-b7d6-4732-a40a-9f9be2759e13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184672,7 +184672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ab9ff2-c681-4262-a883-bc41bd546059", + "id": "35873466-dab5-42b0-b832-4103fca02767", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184756,7 +184756,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "0293a714-faa3-4a32-8056-3cec82937ecd", + "id": "cf0e8e32-5630-44a6-b3fc-c91b2c8268fd", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -184785,7 +184785,7 @@ }, "response": [ { - "id": "4947ac50-8fa0-4618-bc7f-d7894d64f0f7", + "id": "c215b29b-2d36-47fa-8a50-d0219dfc4b2e", "name": "Tenant Info", "originalRequest": { "url": { @@ -184828,7 +184828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e361f2-a917-4861-8b02-9c79dbd93626", + "id": "acee1a33-4870-4a29-ba73-03f79be0b1a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184871,7 +184871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ded5223-ec16-47be-b5a8-b1bafb31f82e", + "id": "614ac427-2325-4184-ae80-0a36134df3d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184914,7 +184914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5cb3311-a8be-4c27-97b8-ea0384b17316", + "id": "8ac8f1fc-f5b3-4f0d-b015-7cd66e63079b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184957,7 +184957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd609bc-1eaa-44ca-aadb-9274bdc88702", + "id": "c282d25e-8cb1-4d86-b425-a08fb877076c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185000,7 +185000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7e07e2b-b043-4f72-8507-84673d1ec576", + "id": "d88765b4-e855-495f-b1b6-2a2f20aa558a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185043,7 +185043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9afd9b-9bb4-4a7d-9e19-76d81a39f202", + "id": "bd7e75ab-46c3-4bd2-9dfa-ab76652c0dca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185098,7 +185098,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "249f234f-20db-4a02-ad5d-eedc42a83148", + "id": "0bb881b7-d302-4fd1-b3d6-875246755ac8", "name": "List transforms", "request": { "name": "List transforms", @@ -185173,7 +185173,7 @@ }, "response": [ { - "id": "4c77ae90-6d11-49d8-9146-b684e2098730", + "id": "bf2d39f9-cb5d-48fe-af84-b393f2957c76", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -185262,7 +185262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79abd804-51f0-46f8-9cf3-fc8a1d18fc17", + "id": "27fcf997-65a9-48c0-9a25-2859ffc0586d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185351,7 +185351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b154cfa-e13f-4721-8b9a-3e6a12461ab7", + "id": "95116da6-56dc-49a2-ac34-1776659fb9d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185440,7 +185440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e192b47b-1a5a-46ea-8992-b3c1981edfab", + "id": "8f578cec-7396-4d45-b71e-b22cde281e3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185529,7 +185529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb465140-22cf-4d64-b696-34fce3a7c9c8", + "id": "428f71b0-2f05-42b7-b171-6c83bdedea37", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185618,7 +185618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac8f6858-48d0-464e-8ae0-0ab7b08ab6ee", + "id": "230bcd81-419a-4b77-860b-9f87bc4dda08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185707,7 +185707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30f4760-5198-4a3e-a070-7feea63c0a5d", + "id": "b8f56df0-0f7f-47b2-9305-58e113e7d8c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185802,7 +185802,7 @@ } }, { - "id": "5cbe4c79-0a22-43b1-bbec-76f5fd53b060", + "id": "b8974ae7-df69-49e9-81f6-04f98df72f9e", "name": "Create transform", "request": { "name": "Create transform", @@ -185844,7 +185844,7 @@ }, "response": [ { - "id": "152d907e-9482-45d2-b3ff-fee9e704d53d", + "id": "237c86f1-42ba-4deb-acc5-e32cb1e14558", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -185900,7 +185900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f7c201-135c-44d1-8cf8-f146f0a7da53", + "id": "126171e7-5d76-49d9-89b8-035a75ed1e08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185956,7 +185956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59dda2af-ae3c-4888-b886-a073550ab185", + "id": "c7e7e43c-a045-4b38-86ac-ae0619e99f05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186012,7 +186012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b425749-b8d7-46a3-a94d-282f1c796d51", + "id": "2c30f899-c4a2-45c3-a5dd-7d337149a633", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186068,7 +186068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "692a3bb7-2049-4ae2-b61c-05c02ab4226c", + "id": "09add57b-c592-417b-be2a-aa2b30a59223", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186124,7 +186124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d78fe56-33a5-469a-b85d-922e0d4a8206", + "id": "f6aa58ee-6b91-4743-af1a-4c8c33ecc144", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186180,7 +186180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b16450ee-d45d-4d82-917c-b6101e0e7e0d", + "id": "43b4e68f-3a3d-40be-8a0e-f56df38d35a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186242,7 +186242,7 @@ } }, { - "id": "22fd7b1d-0c54-47a3-8276-b6111e980d43", + "id": "bd78a6b5-6405-4dfb-bde4-ddd7db219f8f", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -186283,7 +186283,7 @@ }, "response": [ { - "id": "79e1a718-00c1-49e9-8a55-b5b447202b58", + "id": "b120b3b6-01d6-44a1-8475-5af2d82827fd", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -186327,7 +186327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "decaa3cd-4934-45a4-977d-90c16302e85e", + "id": "48d19a1b-55d8-4e71-bca4-925662cf0f75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186371,7 +186371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ed7115-6912-4447-973e-e01853c962d5", + "id": "a2bcb9c5-ef8f-455a-b14f-44330330beb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186415,7 +186415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdc5f868-2279-4818-9372-0ed545f93941", + "id": "baa3e3c3-f66f-4372-887b-9e8107be76bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186459,7 +186459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4af4c06-2318-4912-b562-8118ea01c337", + "id": "aab0b4de-c062-4f50-8fa5-74eefa8e405a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186503,7 +186503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475ba6a5-5b5d-4969-a3ea-b4a586fc1904", + "id": "dcc738d9-bddc-4e26-ac84-e7173a975278", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186547,7 +186547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e6a485-ed99-4876-966d-b5260c6d4049", + "id": "322d9fb4-6234-4371-a9e9-aa85d52991d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186597,7 +186597,7 @@ } }, { - "id": "318c7c88-8e78-4c5d-bc31-c33d5bbcfe3d", + "id": "b40bb092-a987-4a65-bf8f-06bfe26fff48", "name": "Update a transform", "request": { "name": "Update a transform", @@ -186651,7 +186651,7 @@ }, "response": [ { - "id": "2965d805-dd62-479b-86d6-584311a14f1c", + "id": "13cb035e-e7c7-41c1-86b2-7798bb72b23e", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -186708,7 +186708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8227279-cf92-4f41-be66-9ae872f18081", + "id": "b979a5bf-8fff-42c3-9dbc-47f1ef64e998", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186765,7 +186765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f69b89d-48e0-4094-8d74-f7192ee36a99", + "id": "9796876f-1be6-4af1-8a7d-c5f01338eb4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186822,7 +186822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad84a66-0bcc-4078-8cac-75c72a356bec", + "id": "0c94c084-91fb-4dad-b619-188ab3a9b49b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186879,7 +186879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f11e65b-4331-4572-8547-7a3fbb213c26", + "id": "7618f0e6-3814-4c64-a598-909f690d857f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186936,7 +186936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd16862-b31b-435b-95e0-a498e920cf9c", + "id": "379cdb6a-c457-4860-9a18-1440fdda6158", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186993,7 +186993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b0ac986-8d0a-4265-ab63-99d529765938", + "id": "605eab66-87d6-4ba8-a8cb-d4f6e68753ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187056,7 +187056,7 @@ } }, { - "id": "d242985c-a8eb-453c-8411-8a5d5291b360", + "id": "1e75e8b3-bc96-48ba-8efb-f178101035f5", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -187097,7 +187097,7 @@ }, "response": [ { - "id": "77f5bcbc-4432-4e02-bafd-6451053e34e9", + "id": "15dc49dc-293e-4f1e-97db-cb9c2643bad6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -187131,7 +187131,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a2fe3e1d-2705-478c-b20d-85b0334981da", + "id": "1c96b5d7-bf5c-4111-9091-94a0cd849b5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187175,7 +187175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c9eade4-bbf6-4fc7-bee8-2eee36f58fd6", + "id": "91cea468-9b65-4f7a-8695-20c1160620a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187219,7 +187219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0bff4d7-2794-4e94-9b3e-8469605e8b2e", + "id": "6e66cf1d-097c-499f-a7b4-3b43aba17729", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187263,7 +187263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c3f88e-3f5f-491c-8620-9f65ba5b3cef", + "id": "7c63fae0-7b51-4d88-a0d2-c0bad48706be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187307,7 +187307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ec778a-2ce4-4da6-ac0b-cc3af00df263", + "id": "7454d29a-d2bd-440c-b774-28f9eb32f28c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187351,7 +187351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "155e5157-5671-4d6e-9803-8056d6c355fb", + "id": "b0e91b62-d5be-497d-b229-4ddba065ed0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187407,7 +187407,7 @@ "description": "Event Triggers provide real-time updates to changes in Identity Security Cloud so you can take action as soon as an event occurs, rather than poll an API endpoint for updates. Identity Security Cloud provides a user interface within the admin console to create and manage trigger subscriptions. These endpoints allow for programatically creating and managing trigger subscriptions.\n\nThere are two types of event triggers:\n * `FIRE_AND_FORGET`: This trigger type will send a payload to each subscriber without needing a response. Each trigger of this type has a limit of **50 subscriptions**.\n * `REQUEST_RESPONSE`: This trigger type will send a payload to a subscriber and expect a response back. Each trigger of this type may only have **one subscription**.\n\n## Available Event Triggers\nProduction ready event triggers that are available in all tenants.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Access Request Dynamic Approval](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-dynamic-approval/) | idn:access-request-dynamic-approver | REQUEST_RESPONSE |After an access request is submitted. Expects the subscriber to respond with the ID of an identity or workgroup to add to the approval workflow. |\n| [Access Request Decision](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-decision/) | idn:access-request-post-approval | FIRE_AND_FORGET | After an access request is approved. |\n| [Access Request Submitted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/access-request-submitted/) | idn:access-request-pre-approval | REQUEST_RESPONSE | After an access request is submitted. Expects the subscriber to respond with an approval decision. |\n| [Account Aggregation Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:account-aggregation-completed | FIRE_AND_FORGET | After an account aggregation completed, terminated, failed. |\n| Account Attributes Changed | idn:account-attributes-changed | FIRE_AND_FORGET | After an account aggregation, and one or more account attributes have changed. |\n| Account Correlated | idn:account-correlated | FIRE_AND_FORGET | After an account is added to an identity. |\n| Accounts Collected for Aggregation | idn:aggregation-accounts-collected | FIRE_AND_FORGET | New, changed, and deleted accounts have been gathered during an aggregation and are being processed. |\n| Account Uncorrelated | idn:account-uncorrelated | FIRE_AND_FORGET | After an account is removed from an identity. |\n| Campaign Activated | idn:campaign-activated | FIRE_AND_FORGET | After a campaign is activated. |\n| Campaign Ended | idn:campaign-ended | FIRE_AND_FORGET | After a campaign ends. |\n| Campaign Generated | idn:campaign-generated | FIRE_AND_FORGET | After a campaign finishes generating. |\n| Certification Signed Off | idn:certification-signed-off | FIRE_AND_FORGET | After a certification is signed off by its reviewer. |\n| [Identity Attributes Changed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/account-aggregation-completed/) | idn:identity-attributes-changed | FIRE_AND_FORGET | After One or more identity attributes changed. |\n| [Identity Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-created/) | idn:identity-created | FIRE_AND_FORGET | After an identity is created. |\n| [Provisioning Action Completed](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/provisioning-completed/) | idn:post-provisioning | FIRE_AND_FORGET | After a provisioning action completed on a source. |\n| [Scheduled Search](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/scheduled-search/) | idn:saved-search-complete | FIRE_AND_FORGET | After a scheduled search completed. |\n| [Source Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-created/) | idn:source-created | FIRE_AND_FORGET | After a source is created. |\n| [Source Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-deleted/) | idn:source-deleted | FIRE_AND_FORGET | After a source is deleted. |\n| [Source Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-updated/) | idn:source-updated | FIRE_AND_FORGET | After configuration changes have been made to a source. |\n| [VA Cluster Status Change](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/va-cluster-status-change/) | idn:va-cluster-status-change | FIRE_AND_FORGET | After the status of a VA cluster has changed. |\n\n## Early Access Event Triggers\nTriggers that are in-development and not ready for production use. Please contact support to enable these triggers in your tenant.\n\n| Name | ID | Type | Trigger condition |\n|-|-|-|-|\n| [Identity Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/identity-deleted/) | idn:identity-deleted | FIRE_AND_FORGET | After an identity is deleted. |\n| [Source Account Created](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-created/) | idn:source-account-created | FIRE_AND_FORGET | After a source account is created. |\n| [Source Account Deleted](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-deleted/) | idn:source-account-deleted | FIRE_AND_FORGET | After a source account is deleted. |\n| [Source Account Updated](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/source-account-updated/) | idn:source-account-updated | FIRE_AND_FORGET | After a source account is changed. |\n\nRefer to [Event Triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/) for more information about event triggers.\n", "item": [ { - "id": "f3426133-a187-4158-9036-47b97e6a66a9", + "id": "d053dcd5-4d2a-4320-9ac1-27614aaee556", "name": "List Triggers", "request": { "name": "List Triggers", @@ -187482,7 +187482,7 @@ }, "response": [ { - "id": "273aa682-bd07-4843-8f14-a6018b7588bd", + "id": "89f1ef1a-9d11-4dd9-8a00-27acfe97aedd", "name": "List of triggers.", "originalRequest": { "url": { @@ -187571,7 +187571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a46a01e-c573-4322-b131-a63472ccda3b", + "id": "a2a7d9b2-bd78-4aa6-bc88-8b2dcaa6a264", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187660,7 +187660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5200c3ee-3bd2-416a-b7a8-394c2ad47e5b", + "id": "1a3b41c5-a96d-4f09-94a7-5644ddac8a6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187749,7 +187749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cbf87f-56ac-4728-b89b-b27d46c853fc", + "id": "f4421edc-3861-4605-ac34-4684387610f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187838,7 +187838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4b720e-df4e-4018-9845-eacc8493a38c", + "id": "0438beeb-9078-4915-a4b1-d868754ec03c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187927,7 +187927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94df49e-7cdd-4811-8211-9f8ddeba3021", + "id": "67654504-bfe0-4c89-b076-602cbe78ff16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188022,7 +188022,7 @@ } }, { - "id": "ed97028b-8736-40ec-84bd-25dc76bfb323", + "id": "04fb1b2f-f286-46a7-b5f8-64eb6a24f5e2", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -188064,7 +188064,7 @@ }, "response": [ { - "id": "b421c7de-c54c-453d-923d-9d1e2ff71660", + "id": "389befd9-e766-45cb-9c29-59016ee7d0cf", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -188120,7 +188120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f35a7061-7f20-4799-acba-2f02b2c0da51", + "id": "4a59dd61-5a38-46a8-ad18-0b49f8b38db9", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -188176,7 +188176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92cbbfe-c13b-4eb7-aa99-6c44a2c2739c", + "id": "1ef20d68-8a83-4f1c-9270-8f5709c3494d", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -188232,7 +188232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c86589-c6f4-41d9-a9be-5c4fb58e77bb", + "id": "0504c410-8efd-4268-bdab-40c53e10ae01", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -188288,7 +188288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b92130-002d-4fb4-836f-2adf3f4c73db", + "id": "88c6f706-adef-4f83-97b2-571dc71fcdc3", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -188344,7 +188344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d56d228-eabc-4438-bb0d-b28602a8988e", + "id": "b9a034d0-0675-45e0-866e-ef37e02cfea1", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -188400,7 +188400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29573d2-2d4f-46ee-92bb-a9357554c879", + "id": "f2cdc79f-9114-4f22-86dd-3f3ad4b924dc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -188456,7 +188456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e49ca79-5b05-439e-934d-0b8f01eba2e2", + "id": "ae343332-e392-4a87-a99b-99bc2c91fba8", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -188512,7 +188512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889af296-c8f1-474d-ac13-aa248340cfcb", + "id": "641dd907-ebe2-48db-8986-640d4a50c81e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -188574,7 +188574,7 @@ } }, { - "id": "22821b71-b8e2-419b-bcf7-4c3cbee82fc1", + "id": "c62b8e0e-0a23-442d-938e-286cc6b91c0b", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -188649,7 +188649,7 @@ }, "response": [ { - "id": "5005ad9e-d145-49d9-80f0-c6d3582cf29d", + "id": "bf480dca-9ecf-4b86-af2d-a4014358ce37", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -188738,7 +188738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08d7d2c-bd8d-4f87-a87b-886cb0c250fc", + "id": "c1b53ed8-536a-46a1-851a-9d7f6cba3698", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -188827,7 +188827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78683819-ca91-48d4-bd74-c1c5e9bfad27", + "id": "9be45607-b4a6-43d9-b9a6-eca3c176003e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -188916,7 +188916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "433f5b77-2dd3-4d2b-ade5-2c9a1e19e8d4", + "id": "73056c0f-9b00-477c-8c36-6e83a94e07c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189005,7 +189005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b4d5e6-7d73-4e20-a765-0f7c10371918", + "id": "e54ca7b6-6980-4145-b569-4ba10b0f34d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189094,7 +189094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed51e747-0749-4ea0-996d-84c28913f513", + "id": "fd27c606-784c-46b2-8ff0-4eb3f7dac1e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189183,7 +189183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743e394a-f6dc-4b5d-a627-31f5de9af4c4", + "id": "cf359f01-c12b-41f0-81cd-62d62a32310d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189272,7 +189272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78ae106a-8056-4f2e-8515-3b541a88d45b", + "id": "53ebb1dd-336a-48a8-8396-3bf55355ca91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189367,7 +189367,7 @@ } }, { - "id": "3209704c-0acc-42ea-960c-124b88ffe57e", + "id": "a691fedd-fdd8-4c05-a107-ba8be021067e", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -189421,7 +189421,7 @@ }, "response": [ { - "id": "818241d6-d1ea-465c-9bb2-3157a9bad7dc", + "id": "3647fb6f-e96e-44b6-a463-8d8ef3c7d291", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -189478,7 +189478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b04972c-4510-45eb-a684-f9862689df27", + "id": "9edbfc24-a338-4979-8e81-b897fcb4ae3e", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -189535,7 +189535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6968a1d-7cc1-4855-88c6-05fecafa587e", + "id": "8c1e06a8-179b-4bd0-b043-81e86e362099", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189592,7 +189592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7204ec8c-f9aa-46a0-81aa-f791c9d0065c", + "id": "c83f89fb-d3f1-4584-9b2d-51b064ff3a98", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -189649,7 +189649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0499cd-bc30-42be-a31a-af28c050554a", + "id": "9b9f8d1f-226a-41c3-9300-1c400f9e11d5", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189706,7 +189706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c8465c-55b6-4aa9-8b37-e1e1841d5fcd", + "id": "0435534c-573d-4a83-ac5e-e7a9df511175", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -189763,7 +189763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4c258d-7351-4e83-9b83-51281bf87d0c", + "id": "0eb6d8fc-b744-40f8-80f3-e2d5a1366b09", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -189820,7 +189820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd1bc90-77c9-4565-9a7f-ef270b00dfb4", + "id": "679ae9c3-0bb1-458e-a8a0-fdfe5cb0d1de", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -189877,7 +189877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4abec136-faca-4f39-b134-dd609ce7d7bd", + "id": "8fbe381c-0098-4893-8183-a5401780e239", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -189934,7 +189934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c737f5a-2bd1-4aaa-a0ba-405dbaffefce", + "id": "8c1c2f73-0ff9-4500-aca6-ba42af76ddea", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -189997,7 +189997,7 @@ } }, { - "id": "1261e2ca-a613-4bcc-a2c9-8ef9d3148558", + "id": "9d1ae4d9-a2ee-43d7-a2cd-3e602492c99c", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -190051,7 +190051,7 @@ }, "response": [ { - "id": "f714221a-4798-4486-bf21-12f596b6de1c", + "id": "f40aebea-cae6-4b0b-84ca-9c4e80de924f", "name": "Updated subscription.", "originalRequest": { "url": { @@ -190108,7 +190108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "497eb9f9-e5aa-4343-b0ac-12b8e3fe3b7d", + "id": "5f44bef0-98c7-4823-aba3-c4fc9387f410", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190165,7 +190165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3155cc-052a-4393-9d38-d780bc17fd37", + "id": "be985bc3-d8af-450b-912e-85f8349d7a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190222,7 +190222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3d4e4c-9bdb-43cd-925c-5ddee474e654", + "id": "53f01e0c-2392-47ec-b26e-60f4d6f3dd39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190279,7 +190279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "991b8e40-5a54-4ae1-ae9d-e6aa650204ff", + "id": "3ecb204b-bdb1-4e23-96a8-0e2a26b51a1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190336,7 +190336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a228e1f8-34a5-4bbc-b48a-014e100586c0", + "id": "61a3d1bb-bed0-4cb8-aafa-635a24bcb49e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190393,7 +190393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03f5f2a-f236-404a-8d53-a9c688a6b21a", + "id": "d963e4a4-d8ab-4774-84af-7edb228f840a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190456,7 +190456,7 @@ } }, { - "id": "1f6cb662-db6d-400e-aeae-c38a06a24ac6", + "id": "1566be4f-3545-4d73-9d6b-44738912a9d0", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -190497,7 +190497,7 @@ }, "response": [ { - "id": "4087d97e-abcb-4a7b-b021-767f4fac7646", + "id": "892fb888-c05e-480d-ac6b-bb2640d54904", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -190531,7 +190531,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e4c8001e-1a61-4aa1-bc5e-1e7206a55e12", + "id": "0e3585a2-22eb-49cc-ae7c-c0a6356b6dac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190575,7 +190575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada5caa0-59ab-4b1e-ad28-674fac2a84cb", + "id": "505a7fd3-e8ad-4ef6-afd6-cb162953ed9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190619,7 +190619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a297f0-16a6-466b-bf03-06a7390e739a", + "id": "cb9be673-ef49-40f6-8055-e5aa1d020aca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190663,7 +190663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59095d8c-efbf-4e8b-b062-ab76ee7d450f", + "id": "2f0c72db-df71-45b8-85a1-ffe3c890a903", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190707,7 +190707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a067b5f-5385-4c08-bc39-7c8ad15a3e24", + "id": "c562e230-94c1-4e30-ad86-14f099701a5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190751,7 +190751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22af6e3-aec6-4f93-8708-d9559a2a3963", + "id": "bad0c4ff-daec-484b-bde7-c9bd81abaaa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190801,7 +190801,7 @@ } }, { - "id": "1318c731-cea9-4fc5-ba4e-594f36f83b60", + "id": "246240e1-b532-42c6-a56b-e14dd1c52e97", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -190844,7 +190844,7 @@ }, "response": [ { - "id": "2f04f84b-2eb2-4154-9995-a5868d86f000", + "id": "f7939b25-9b23-4d6c-88e1-ff8c4e8ebedd", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -190901,7 +190901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1149527a-40b8-4346-ada7-67fbd29daeab", + "id": "c5996265-4794-4969-8a13-e8dc470f99e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190958,7 +190958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a060ae-7747-4cb0-bc95-f62682d71aaf", + "id": "76e0ffce-b4d3-459b-bd2c-30fe9e5fb380", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191015,7 +191015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f724cb-4ed9-47bc-b0a2-91976bcc1941", + "id": "096b7370-7b32-49fa-9733-2d1a0452bc50", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191072,7 +191072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a124a4-9722-4b0f-a819-39c0aa1d0a16", + "id": "60f0aa6f-d432-475e-a8cc-1f8acf7d4f1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191129,7 +191129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5eb62b7-81fa-474e-9815-f49839130024", + "id": "db2b5d58-061b-402d-ac8e-956a4513786d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191192,7 +191192,7 @@ } }, { - "id": "02a56764-2882-4ebd-8133-aa67ad7c99e6", + "id": "31f85503-907e-4781-bb0d-1fd8a14e67e5", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -191268,7 +191268,7 @@ }, "response": [ { - "id": "380f8021-677d-41ee-9376-ca0d4eac51b3", + "id": "2cbaa03b-30b4-4a37-a4a8-31598a972db1", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -191358,7 +191358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca09c717-4d84-430e-bc6e-9cd1a2248b29", + "id": "acafaf3c-8019-4e25-b1fa-880d578cc35a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191448,7 +191448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d9345c-c10a-44a2-8924-8e22da649a61", + "id": "9968a7ce-750c-4a52-aae1-8d9ec75587a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191538,7 +191538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c5a106-a0de-4738-b232-8ef9af734553", + "id": "4a945c36-4c22-45ac-9f37-98019d87c48b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191628,7 +191628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d13c08-8fb5-4646-b029-65298e0ea2d3", + "id": "88d4aacb-3890-4811-8e55-9578c22f496a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191718,7 +191718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb3896c-42a2-42a4-b4e3-e2c70246e812", + "id": "e0b904fb-9c2d-4bce-a0f1-f1e084e7ce9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191814,7 +191814,7 @@ } }, { - "id": "c819bd32-4669-4ae0-8783-f19f6b492b64", + "id": "d844de40-13a1-4a73-bfb6-595ac12f98d2", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -191869,7 +191869,7 @@ }, "response": [ { - "id": "8940394a-2bd3-49c5-821d-523f6dfd6a23", + "id": "bfde36e1-5c31-4858-97a6-9227e328b679", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -191917,7 +191917,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0794e8bd-2b34-4952-be86-2ffea9855849", + "id": "fb98643c-154e-433d-985f-f7980cfbc80c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191975,7 +191975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fced131-15d3-4a9e-8e93-f38d248a8b28", + "id": "915a6f01-0ad8-4174-8a18-f02903f4e8d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192033,7 +192033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a8556b-23f7-411a-b1a5-133385a3cc5f", + "id": "01260d2b-62e2-488c-9c9f-3c794142b078", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192091,7 +192091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c5f922e-d780-4d3c-96b8-8aa01c48af67", + "id": "4a64c54f-22ff-49b8-953b-1a68316509bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192149,7 +192149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "364e1ab9-67a1-41d7-8463-1d8c92b9f9c2", + "id": "1bad65ae-61d5-4301-ab80-034642c56a1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192213,7 +192213,7 @@ } }, { - "id": "09f1203a-8380-4345-a1f3-a90dd7408a3d", + "id": "ece7ccba-6a36-4f76-9efe-bc2d460d95bb", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -192256,7 +192256,7 @@ }, "response": [ { - "id": "08ffc455-5bf6-41e3-aca3-80b94d4be47c", + "id": "e997a8ec-4fd1-4f8e-a3bf-aa12b344ba96", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -192313,7 +192313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "331d41be-7479-4901-8996-b2525bd629ca", + "id": "a1efc72f-cc35-44c7-93a7-f74a5c8516ff", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -192370,7 +192370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6348bde9-8a5d-4ebc-84dc-d067a5822630", + "id": "135129ca-3f05-4969-9362-6eff4efaf5e3", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -192417,7 +192417,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2806534a-de7c-4dcb-b880-a89911260934", + "id": "72c13dc7-b10e-454f-81a8-4de385b3f40d", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -192474,7 +192474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df914465-06ab-4394-af4b-222f52b4f804", + "id": "8a8cb0bd-a11f-4cf1-ba80-4c06971f2ee9", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -192531,7 +192531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9839e2ae-c144-40bc-8bb6-d67c2cffb54c", + "id": "f315ea69-e800-41f4-b941-3a7e956d4a98", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -192588,7 +192588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c046331-b0a7-466e-aeb8-bf49d6d79150", + "id": "4981b207-91bf-4220-8be8-0330ba08f0a0", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -192645,7 +192645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebfdabe3-2782-401a-8400-6ffe7af34db7", + "id": "d9c42131-f32d-41e8-a1a0-3b633320e6c5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -192714,7 +192714,7 @@ "description": "Use this API to manage mappings between various SaaS vendors and Identity Security Cloud (ISC) connectors.\n", "item": [ { - "id": "50eb3c09-f013-487f-aeb7-93b286fa1c37", + "id": "35198e25-f354-4d4c-b4a6-14ba537c7680", "name": "List vendor connector mappings", "request": { "name": "List vendor connector mappings", @@ -192743,7 +192743,7 @@ }, "response": [ { - "id": "12dbd7fc-6584-4246-8d8d-43f69ff37f91", + "id": "2416a5ec-c647-476b-a937-438cc0d71325", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -192786,7 +192786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22eebcd1-f306-4991-8593-f1a50356ce27", + "id": "0dc22d6c-9834-4389-9404-c687b04d7639", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192829,7 +192829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea0bd99f-e24a-41c1-bfb1-0b4eb266837b", + "id": "fea3cde0-daf0-4bd8-8b91-3a0448dd3bdb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192872,7 +192872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "004b0ec7-018b-4c0d-bd89-a36ba0e7c1b5", + "id": "446e2e41-5408-445a-9053-41cebe7d9936", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192915,7 +192915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f7ff957-0222-46b1-b289-bf9ab2e4cb45", + "id": "3a727eaf-d7b2-489d-b672-3efd2bf05501", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -192958,7 +192958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c241feaf-8ee7-4d70-940c-592f505e69c2", + "id": "c0a4bdf1-f5c4-4a01-b033-e4a4bcb9ea47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193001,7 +193001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be0ae32-4219-4f73-a93d-c2fe467541e0", + "id": "4d5aef38-89cb-4d34-9b78-01a0b6e46b7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193050,7 +193050,7 @@ } }, { - "id": "38e872ed-870f-4532-ade2-e237f7ce1daa", + "id": "b0866629-7fb3-4caf-965d-a710d5d62a99", "name": "Create a vendor connector mapping", "request": { "name": "Create a vendor connector mapping", @@ -193092,7 +193092,7 @@ }, "response": [ { - "id": "e0ed293c-d8b8-4ea8-b8d5-40f929b3c248", + "id": "cf20da2c-ad38-434d-af1e-73ad0c0b4a00", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -193148,7 +193148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67b3a52c-afd2-4427-84ac-ef916acad7e1", + "id": "04e6dfd1-fac6-4e62-b1b1-d8b8ac504ad2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193204,7 +193204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "677494c4-b9a7-4feb-93c6-2e4eda8b7d7c", + "id": "e5645baa-2c42-47b0-b87a-bb5784f7ca80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193260,7 +193260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61aaf6fa-9295-4034-8947-d7f30e9a89e9", + "id": "2d4429df-b12b-4053-8752-097f8b154bc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193316,7 +193316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec118578-b3cd-4c5c-b27a-0335c462c496", + "id": "98edd50c-908f-4c52-b7f1-cc8a26eb0d9f", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -193372,7 +193372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "043a86f8-2bed-4f1b-8cef-3e7bb9e81cb9", + "id": "dba63e91-03aa-4890-929a-17dc9098b68d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193428,7 +193428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d911f4d-daaa-4111-9552-1021b531f1e0", + "id": "3bc564fc-db4e-47c8-a53f-aa761891e484", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193490,7 +193490,7 @@ } }, { - "id": "89f7e014-c455-428e-b558-6928f32647c9", + "id": "1c5a3cb5-c2c4-4ac9-ac5c-46374972ad2a", "name": "Delete a vendor connector mapping", "request": { "name": "Delete a vendor connector mapping", @@ -193532,7 +193532,7 @@ }, "response": [ { - "id": "063edb3f-ddf0-44bb-92dc-e9ebbde29434", + "id": "69aabcde-2c2c-4f3b-b4ce-c2d8bb491deb", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -193588,7 +193588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0ae4043-fe5a-47f3-bf7b-25b24cb4ae44", + "id": "652d96f3-bda0-4270-a1c8-a3419d622c60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193644,7 +193644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9291b3cc-d6e8-4356-9615-79514d329968", + "id": "3a786e71-82fe-49d8-85ef-5485763ab706", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193700,7 +193700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f5777a-59cc-422f-8ac1-2adea0eb6b1d", + "id": "8f319582-74bb-4e47-8866-be18ddc4ffd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193756,7 +193756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b89711-ee3a-4a9f-b70a-8fb211bda06f", + "id": "78361e79-21ca-4a4f-aa63-d3984fe02855", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193812,7 +193812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a76420e-c827-4431-adab-339ddc10997d", + "id": "b7e5f57f-11ee-4bc9-b329-3abc5810f858", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193868,7 +193868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b102e78-3033-43bb-8a09-455be73e2258", + "id": "05c1cb35-d196-42eb-95cb-f3c60c8df2bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193936,7 +193936,7 @@ "description": "Use this API to implement work item functionality.\nWith this functionality in place, users can manage their work items (tasks).\n\nWork items refer to the tasks users see in Identity Security Cloud's Task Manager.\nThey can see the pending work items they need to complete, as well as the work items they have already completed.\nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created.\nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp.\nOnce the user completes the work item, the work item will be listed with his or her other completed work items.\n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget.\nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details.\nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items.\n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "0a4e432f-ba0c-4a2e-88d3-a14513e2c5ce", + "id": "a2b87f67-6260-4e5b-be11-fa16b92c6fda", "name": "List Work Items", "request": { "name": "List Work Items", @@ -193986,7 +193986,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194002,7 +194002,7 @@ }, "response": [ { - "id": "014a1f59-78e5-4f05-97ea-615934a057d5", + "id": "96603751-090f-4a81-b67b-84b96fb2e1ee", "name": "List of work items", "originalRequest": { "url": { @@ -194047,7 +194047,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194082,7 +194082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9504db-ad50-495e-aaff-a0d11d08222b", + "id": "4613ab66-0f80-4518-aa19-398848e12aa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194127,7 +194127,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194162,7 +194162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25746114-ca86-4303-a995-33a76dc56c49", + "id": "61919b87-32e2-4475-b46f-f52a3cb78a5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194207,7 +194207,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194242,7 +194242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438b425e-a646-47f8-8eb4-ff1f352f9c3f", + "id": "a2d5b365-1351-45cb-b531-0364cad38481", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194287,7 +194287,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194328,7 +194328,7 @@ } }, { - "id": "8915227c-c24c-470a-83f3-30aace9e7c20", + "id": "67c1ddfc-c71f-481d-9f62-196e1af0bc0d", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -194352,7 +194352,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -194395,7 +194395,7 @@ }, "response": [ { - "id": "42597b51-5494-4607-ac65-9bdd72ae44ec", + "id": "529717e4-dfe2-4d49-a429-cc344abd8a8b", "name": "List of completed work items.", "originalRequest": { "url": { @@ -194414,7 +194414,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -194476,7 +194476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea7427ff-36a9-4011-8486-a39053d29a77", + "id": "9ad99c56-402b-4480-826a-5b794d9e841e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194495,7 +194495,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -194557,7 +194557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811cb871-245a-46ec-8636-2e5f27eead7a", + "id": "8c210b9d-bc1e-4f47-99be-dec027377eaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194576,7 +194576,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -194638,7 +194638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280053b3-8ccd-4140-b9c3-95ac405b0c61", + "id": "4ea0036e-3de2-47fe-aa7a-d77a2674f5be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194657,7 +194657,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" }, { "disabled": true, @@ -194725,7 +194725,7 @@ } }, { - "id": "15e16929-dcb9-45e3-ae6f-f9e2f10fda7f", + "id": "6896c3c1-b6ef-4a89-88c9-745b44a2682f", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -194749,7 +194749,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194765,7 +194765,7 @@ }, "response": [ { - "id": "da03d011-978d-47ad-b283-7b00775f2c91", + "id": "0595d8ed-a297-4bf2-84e2-e402fb916a1a", "name": "List of work items", "originalRequest": { "url": { @@ -194784,7 +194784,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194819,7 +194819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f7e582-8065-485c-9651-bf59a93456c7", + "id": "6d62235d-4605-4990-8e26-9fdc48e2fda9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194838,7 +194838,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194873,7 +194873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97d25029-7019-429a-a6ac-740c8e54bf8e", + "id": "0107d94a-5c93-48fb-a57e-c2acf96cc171", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194892,7 +194892,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194927,7 +194927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97e36cde-3c28-438c-b765-6ed4abdfb1c1", + "id": "0210adfb-e2cb-4e28-8e93-24c955fa4887", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194946,7 +194946,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -194987,7 +194987,7 @@ } }, { - "id": "e95949e7-11a6-4384-aa40-3ec36b6db4d6", + "id": "f7346384-e709-45d0-b1b3-2d044cf9b079", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -195012,7 +195012,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195028,7 +195028,7 @@ }, "response": [ { - "id": "ad87a5bb-fcad-4cdd-9291-967467fae974", + "id": "99ab8a28-abaa-4a1d-bf7d-f18316bd9484", "name": "List of work items", "originalRequest": { "url": { @@ -195048,7 +195048,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195083,7 +195083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a1600c-28ea-4817-84a8-c77624908995", + "id": "a0b35e29-8193-41e0-8bb7-2f5aca7673a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195103,7 +195103,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195138,7 +195138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d00ac690-38f5-42f1-b562-9f856e4ca2e3", + "id": "7c2fa61c-e36e-45d0-8867-abb113611d11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195158,7 +195158,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195193,7 +195193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c32956-ae4e-40db-95e8-675259aa0423", + "id": "58fdb31e-f738-4c3f-88e1-948fa65c10e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195213,7 +195213,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195254,7 +195254,7 @@ } }, { - "id": "9b565590-ab41-4c58-8521-04d1611b22d0", + "id": "73d7139d-bc69-48d7-891b-1e77d0454e9f", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -195278,7 +195278,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195294,7 +195294,7 @@ }, "response": [ { - "id": "d9fd79a1-c3c2-4d94-9d35-ea2e628083fa", + "id": "bd05f6b8-d36a-42d4-a158-4b8314a6b52e", "name": "List of work items", "originalRequest": { "url": { @@ -195313,7 +195313,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195348,7 +195348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90431837-1d19-45d0-ac34-c982d4a4de4f", + "id": "0311f906-8e43-4bdd-b429-4e34bf9e04dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195367,7 +195367,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195402,7 +195402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "227ff6b0-9d64-4153-8e3c-2e3b95d4e157", + "id": "3b7d528f-f61a-4349-acd1-179cafee574e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195421,7 +195421,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195456,7 +195456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8ce197-9b71-45ba-a1c9-ee31fdb34897", + "id": "d944e1fa-a09f-4d7c-bc31-5181042440fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195475,7 +195475,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195516,7 +195516,7 @@ } }, { - "id": "fa4f1a8c-55dc-417d-8dca-d7e5bf7ad77e", + "id": "4a1f168a-a5cd-4ccf-9562-b212e4bebb43", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -195540,13 +195540,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [ { "type": "any", - "value": "q", + "value": "et dolor", "key": "id", "disabled": true, "description": { @@ -195567,7 +195567,7 @@ }, "response": [ { - "id": "376a1297-628d-4090-8862-643afa5b032a", + "id": "3d962c21-ad9a-4241-989e-544bee36f336", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -195586,7 +195586,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195621,7 +195621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a1199d-dbaa-405d-b03f-ff056cf19d67", + "id": "776267ee-f6f3-4176-b0b2-18d1a6c95517", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195640,7 +195640,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195675,7 +195675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f196595a-07fe-4c8e-b77c-2376f1b19e9f", + "id": "f4133d86-fa33-46e5-9525-1c3921afc1c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195694,7 +195694,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195729,7 +195729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d2a049-0399-49bf-a9b5-52421f327945", + "id": "fc785d21-8bc1-412f-b3b5-01076068a8d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195748,7 +195748,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "q" + "value": "et dolor" } ], "variable": [] @@ -195789,7 +195789,7 @@ } }, { - "id": "c04bb73a-9ff5-449c-b19d-1c787f1c8938", + "id": "b4bc1742-a299-4a30-8e70-b419debc539f", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -195830,7 +195830,7 @@ }, "response": [ { - "id": "396d9fb5-d9e3-412b-8300-eab98f16efbc", + "id": "e28ec402-4751-45cd-b8d8-a055beb9fefb", "name": "A WorkItems object", "originalRequest": { "url": { @@ -195874,7 +195874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "078c0476-55cb-4aa8-9faa-aea48b982583", + "id": "9c6f98e5-169d-4ae5-8c5d-91ccf57ac980", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195918,7 +195918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "999f4646-d9b7-4a79-8a6c-bc35c523def9", + "id": "24158102-a556-4c90-8150-f12fddbf1d65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195962,7 +195962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1919da1d-085c-4213-99bd-0bef2b3f16ab", + "id": "c34f6ee8-9eaa-424a-a478-1756e48d5b78", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196012,7 +196012,7 @@ } }, { - "id": "bbe83a58-2e60-4dcf-902a-26e1089d2dc7", + "id": "5b9ebb04-d55e-43d3-b8cf-226f07345567", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -196067,7 +196067,7 @@ }, "response": [ { - "id": "e68c9b44-1b9d-4318-ad58-7d3e8b87a749", + "id": "7942b2d7-8ae9-4534-987a-3e7d05ac946d", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -196115,7 +196115,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f44f9d64-fa19-4415-bf3c-ab2af1db4761", + "id": "633a525a-e3fa-4dfb-b3a0-8a349ecb1166", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196173,7 +196173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee31c2ea-263f-4894-9e4b-b62d319d13e4", + "id": "eb266ccf-5f2c-4b68-8091-7f61e48a7eaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196231,7 +196231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48975914-3fb9-47f0-bc4f-e6a377eae3b5", + "id": "47c2f77f-229d-43fc-babf-922842c5eedf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196289,7 +196289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d4e1f7-2384-4762-b513-92f2d18852f4", + "id": "ea0225d9-4d63-4f11-a7d6-229f6eb09e61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196347,7 +196347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0d59c32-041a-4cbd-9c6d-dd27354bc041", + "id": "5fc93bbe-0fa2-48e0-8a85-2baf175a5f18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196411,7 +196411,7 @@ } }, { - "id": "3898e59c-4f7b-4a15-881e-52fafd853f5f", + "id": "8399bdf7-95f4-4d27-b55d-ca1407d2e0a7", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -196464,7 +196464,7 @@ }, "response": [ { - "id": "7f2a7cff-28fb-4385-93b5-9fef16234017", + "id": "24c4b9f4-8b22-4b40-bd3e-9f5f46651b2f", "name": "A work items details object.", "originalRequest": { "url": { @@ -196510,7 +196510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0ce765-55c9-43b6-9c93-05b2e33abc3a", + "id": "3ebaf1ac-cca5-43ba-b109-1bd65e1d3f33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196556,7 +196556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2becfaba-f573-4a3b-bfe0-4493e172ebe8", + "id": "5a7123b6-6289-4ec4-9af4-8e479cb10b3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196602,7 +196602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0456fa-a3e5-4628-8f05-7eb2062dd188", + "id": "0937c834-9286-46e6-87c0-313fd1e046cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196654,7 +196654,7 @@ } }, { - "id": "c59738b5-fec9-46ce-abe4-187c32c2bae2", + "id": "18ef230f-373c-43a1-b469-2707e7816f99", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -196707,7 +196707,7 @@ }, "response": [ { - "id": "78bf3c72-5b04-489d-8817-8c7cd28b9a14", + "id": "964608a9-e910-44d1-b150-3334f98d0852", "name": "A work items details object.", "originalRequest": { "url": { @@ -196753,7 +196753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc1cc7e-88ce-4a1c-83bc-2daecdab78c4", + "id": "0e68f2ce-b0b2-4595-9d3b-1302ccbe687f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196799,7 +196799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b61f65-d0e7-4753-9880-88b261602dd1", + "id": "e0571ea4-863b-4396-881a-60472c8d5b02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196845,7 +196845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f414e4b-4cf0-4112-a401-2655c30f02e7", + "id": "b14f49f5-08b1-4b22-bc85-cb951d8c19a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196897,7 +196897,7 @@ } }, { - "id": "b3949a15-33f9-4d69-baf6-f2b447f28228", + "id": "c499efcc-7f8e-4907-a022-2ac41d647e70", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -196939,7 +196939,7 @@ }, "response": [ { - "id": "f2cf16d1-bba6-4fe0-b6da-30714c0a4f73", + "id": "d803fcd3-2af2-47df-8a47-c3af01d40564", "name": "A work items details object.", "originalRequest": { "url": { @@ -196984,7 +196984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b442b8-601b-4674-866d-fc4ddb7c20ca", + "id": "9f28d656-51f8-435c-8afd-472ae131c427", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197029,7 +197029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "993f70e9-82ed-4433-8305-106e4ee7336d", + "id": "cabe7b54-75fc-429b-8f56-3d438149b093", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197074,7 +197074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ebbba3-02ac-45be-ab58-e36a5e9f463c", + "id": "7dec2383-48e0-461b-ac3f-f3b31ae16279", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197125,7 +197125,7 @@ } }, { - "id": "b3b49d19-7e94-4925-b610-cefa75715f76", + "id": "23a2d3e2-a0e8-4468-90e1-21005f1f9d0e", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -197167,7 +197167,7 @@ }, "response": [ { - "id": "d7e25893-2e5d-476b-8d49-655983e76dca", + "id": "39120fb1-45e4-4250-acd7-783eb3d131ec", "name": "A work items details object.", "originalRequest": { "url": { @@ -197212,7 +197212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3944255c-e6fa-4f05-8552-01c465794e10", + "id": "970ace31-c186-486b-a63d-2b390d374fff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197257,7 +197257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311aca24-f77b-4fdf-a090-bcde79f25bf3", + "id": "97ddec1d-99bb-4440-b394-734497c3cf6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197302,7 +197302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba84ee4-ab68-4e3c-bb65-c373bb0bf58c", + "id": "1bf63bae-1d3d-4903-a0ab-f00687ac3e89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197353,7 +197353,7 @@ } }, { - "id": "fcc276fa-dbd2-46d3-9ec1-97c22137a51d", + "id": "06d4fe26-88c0-43d4-80c8-2c2992d67c99", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -197408,7 +197408,7 @@ }, "response": [ { - "id": "2ad1327c-f29c-43fb-a258-7f369fd9994f", + "id": "5b088b26-5954-4163-8f34-b045ef36653a", "name": "A work items details object.", "originalRequest": { "url": { @@ -197466,7 +197466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d539d777-674a-4d84-9b38-899184003f40", + "id": "d9be55fe-dca0-4414-9da0-a85a14f9028d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197524,7 +197524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862e709c-051a-4803-a767-ceab5631c589", + "id": "e7441f54-215e-4b13-9c28-4d383c0b4138", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197582,7 +197582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b0608d-358a-4e81-b340-9b07ad0d9bd0", + "id": "80712dd3-c993-4a90-ac94-1ca47934765e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197652,7 +197652,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": "b99423e9-8636-4d56-b2ae-a800c2afd185", + "id": "89abe63d-a435-4102-a85e-f5c110f7aba3", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -197682,7 +197682,7 @@ }, "response": [ { - "id": "75926f1d-53d6-4dd5-ad67-7daec17fb724", + "id": "831d5a2a-a6aa-4548-abdb-69592b28ef71", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -197726,7 +197726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6bec733-648d-4516-84dd-e2b69eed838b", + "id": "5f507ae3-551d-4402-bf97-4eae2187cfec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197770,7 +197770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdc667b-9de4-4de0-931d-789e80dc4a86", + "id": "d202bd4d-b0e5-42b1-bf42-d9cb05ecb3f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197814,7 +197814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715a85d9-9d27-400e-9c35-94a6ee77577f", + "id": "240f3967-ef55-4a52-a715-17ab0b45cae0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197858,7 +197858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ad708e-a667-4f8c-8338-feb25437bcf5", + "id": "8d69c0be-d336-431a-8db2-100ef96374da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197902,7 +197902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef643636-1e3f-4363-9ed2-92cf4ccd0f4a", + "id": "db731d0d-15cb-49d3-9b82-ae6b2339c584", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197952,7 +197952,7 @@ } }, { - "id": "a2e7c53d-9455-4e75-9b0c-a4f561bd7e40", + "id": "4a89cc5f-9858-477b-a197-0f88ad37f644", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -197981,7 +197981,7 @@ }, "response": [ { - "id": "6c748811-0b17-44af-9526-320ac9de8446", + "id": "c3dbcd7c-3cab-4ad2-84d7-f85f85cfeb57", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -198024,7 +198024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ef99a3-494c-4427-bcae-9cdaaf9b59a2", + "id": "96234fd9-ce52-47d2-8256-310a143ce242", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198067,7 +198067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd6257b0-5001-4e71-a84a-dd53676eae8a", + "id": "0d01b6f8-3c20-490b-b61f-d5f24485e89a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198110,7 +198110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a897de90-d71d-4e60-9962-6f4e1543748b", + "id": "4aecd191-76cb-4377-ab7c-5e74ee8a63ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198153,7 +198153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ac936b-bd4f-406e-8152-c72302c7cb07", + "id": "cb9ca481-4b29-49d7-a7a2-0e051edbe8ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198196,7 +198196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83ae98b-1129-4480-9a1f-ac8cce974a97", + "id": "281f4642-a840-4cdd-b148-7bbc06e66072", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198239,7 +198239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc1023d-e8c0-4a26-853e-82b162367704", + "id": "00da7214-8b80-418b-ad32-7a2dbc23e83f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198288,7 +198288,7 @@ } }, { - "id": "5fd68ce9-1212-4f9c-8f60-88c60df12a71", + "id": "002514d0-6194-4a99-8efd-eaccfd823128", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -198330,7 +198330,7 @@ }, "response": [ { - "id": "74cfd665-c7a3-497e-a597-d4711cec7cfc", + "id": "6db61d86-caf5-4e9d-b47b-909b4cce8dc5", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -198386,7 +198386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988797f8-2b98-4b89-89ed-1bb27797d9b2", + "id": "2c89c292-0d48-486a-8ce1-aeb2517324f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198442,7 +198442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ac444d-795d-42f7-81c8-0dd123dbadd8", + "id": "98d75405-3ec5-4f22-b7bf-5d885803938c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198498,7 +198498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a93f31-bbba-4b35-9a39-4fe51373374f", + "id": "7e569de4-fd5f-46c9-9031-4bfa513a7487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198554,7 +198554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2a6144-0d04-4b9b-ad3a-4ad0c8f388e0", + "id": "e3688c79-2a88-4573-b02d-f82a36fd6568", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198610,7 +198610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cacca733-1080-4820-bd7f-028df5131c53", + "id": "0e66ee18-1768-41be-98f4-670fad7ec941", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198672,7 +198672,7 @@ } }, { - "id": "fa5332cc-aa50-410f-88c6-1f0a5e25571f", + "id": "05876fd6-8e8d-41b1-b997-e96b6d2492e2", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -198713,7 +198713,7 @@ }, "response": [ { - "id": "eb6ae18f-664b-422f-8a44-ad8dda9dd206", + "id": "b7849df2-3d99-40ba-b5d1-feebef10f3bf", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -198757,7 +198757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9db6a2ed-0032-4c03-9542-015b9644bc6d", + "id": "c245666a-6124-44b1-ba62-51cccdaca8ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198801,7 +198801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "196bd73d-9a2a-4933-a9cb-859fe9e517db", + "id": "b8f1b4c2-ec72-42e2-90c9-b78c89cdb0a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198845,7 +198845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d91c0c-bad2-4652-935c-e4e2e9620f3b", + "id": "2035fdf9-66a1-48f0-82ae-06647ee1772c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198889,7 +198889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0158e352-9784-4a39-96da-e4606924128e", + "id": "53193ad3-6dbd-4c9b-addd-a9db46de046e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198933,7 +198933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be66165-9f26-4854-acac-3e516663d969", + "id": "26b2d9cf-5aa0-4278-a843-e2f437ce958b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198977,7 +198977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6921960-009d-480a-aca4-3cb5b6df5ca0", + "id": "324f01af-df36-4d75-98a5-b1365a7b8ac3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199027,7 +199027,7 @@ } }, { - "id": "23e9a729-d106-45b1-bc0f-efa148a099a6", + "id": "f99fe79d-7e76-4d46-a577-139d4e90c699", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -199081,7 +199081,7 @@ }, "response": [ { - "id": "3c5a6fa5-6ba6-42d9-aa68-0a0998c326e0", + "id": "f44ae3b5-997d-4dd3-b8ad-a36fd951fd0f", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -199138,7 +199138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "681c7302-ea85-467e-9abb-cfe9862a377d", + "id": "38c6e83c-3ba5-4f53-8c95-f5f53f25b97f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199195,7 +199195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61536d1f-57cb-43d7-9317-38f1f1f001ba", + "id": "8403a138-4c15-4ddb-8503-daef32612748", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199252,7 +199252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2205fa43-01f6-4172-a183-3a2396fbf4ca", + "id": "d3d8f574-dca7-4f4b-9ca4-1b2ae096e630", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199309,7 +199309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21005acf-6047-44d9-8892-f3d3e6e75119", + "id": "7a17baed-94e1-4a64-b6f5-14d4e9a44621", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199366,7 +199366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88bdfb8-58e1-4679-baca-2aaa896103a4", + "id": "51e41616-0db4-4299-8e41-b6a658093001", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199429,7 +199429,7 @@ } }, { - "id": "ad039ba9-acef-4c84-96f5-d59dc372f0be", + "id": "60aeb389-0064-4eef-bc68-c039fd034794", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -199470,7 +199470,7 @@ }, "response": [ { - "id": "0b70d802-9956-4804-b928-6bde8f9dfd6e", + "id": "c17b753e-b159-4e97-bcee-9c829030b066", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -199504,7 +199504,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7980a714-4294-451d-b984-cde3f9ed1d0f", + "id": "d97fe9d9-4d8f-4477-8a35-8ba3bae7e92d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199548,7 +199548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "802ad2bb-bcae-4888-b8d9-bc094f21fc71", + "id": "2cb0b66b-5b1f-4bb9-b40b-3c7fbe466ea4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199592,7 +199592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a413d559-a82c-4402-943e-55b1653883a1", + "id": "4dd2b5f8-6ab7-4e8b-89a3-689df0ea48e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199636,7 +199636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d041921-967d-4deb-96f1-9ee08dfc642f", + "id": "8366d5ac-e670-4614-a471-ef3b4eb8c151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199680,7 +199680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4c2e30-e4d1-4a08-8a32-9f18a45a5b58", + "id": "040c5920-5176-4be3-8343-a54b3fc8bcad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199730,7 +199730,7 @@ } }, { - "id": "5abc5569-eb83-4400-acfa-7ee3c117614a", + "id": "ffacb539-c71c-4ea1-a846-044b2d52fff3", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -199793,7 +199793,7 @@ }, "response": [ { - "id": "cc682856-2d10-42c7-a232-3f2c2c1ff3f0", + "id": "9f3e2ae4-563e-4cbc-b8fe-8f4c3f4ce94a", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -199849,7 +199849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4881d52-4d3b-4935-bb59-2e4c13796b6b", + "id": "9ab3432a-ab25-4d58-be80-74feaf24ce8d", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -199905,7 +199905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec6a40ef-542b-4e09-9437-b1e7ed975cc9", + "id": "2dd8c65b-a97f-4f52-a528-1c16937fe5cf", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -199961,7 +199961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d10fc0fe-900f-4f27-8c0e-f155ba3c4e5a", + "id": "89d99087-422c-44ed-94f0-6431d9a26e56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200017,7 +200017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976173f9-45a6-43cc-bd22-85f256b11096", + "id": "b11d426a-1110-4bfa-a2e9-f519d0aefbb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200073,7 +200073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cfeaa07-dca6-4f95-bdf7-34b909d13559", + "id": "344d0b8c-9d3c-4a09-96b5-b25b668fb0e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200129,7 +200129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c85f5ef6-026d-4d7d-9fb1-74b68de4c33e", + "id": "3de2fa64-94b3-4f45-91ac-8cca6c552bdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200185,7 +200185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9183335-a8e6-40e5-84c5-b20b0bc33b56", + "id": "958d0ca8-6e52-4972-b4aa-9a5dd3ec82d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200247,7 +200247,7 @@ } }, { - "id": "ac6180cc-eb0b-485a-97f8-1ebaa0189ccd", + "id": "fe943aa3-622e-461a-8ea6-773d30c3612b", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -200277,7 +200277,7 @@ }, "response": [ { - "id": "518fe559-58bd-40c8-8b32-52280c824e59", + "id": "72f4654b-734c-4074-8838-e9abb806786a", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -200321,7 +200321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce430a6b-2c24-48e9-ade6-f2965ead0583", + "id": "7470635f-c40d-4016-9a67-91d5d202ba57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200365,7 +200365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e2e844-03ab-48aa-ad77-6e4c5644118d", + "id": "39aed80f-d2c8-4c25-8fda-061e690a9d60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200409,7 +200409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "924943aa-b67a-4b48-acdc-620b7f5773cc", + "id": "6997e62a-aff7-42f4-8fba-f0c268be3909", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200453,7 +200453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c752b6f3-768b-4e03-b56a-86104e3916a1", + "id": "dfa6377b-5adf-42e5-a321-993f0c642d72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200497,7 +200497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70dd2ab9-8363-4e3c-b4f3-ca89d73743a1", + "id": "50a90bd1-7674-46db-9049-cb8d0a58c130", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200541,7 +200541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9299ef03-75b5-4df0-873f-727006e68b62", + "id": "046efc6e-70bf-46e4-ad4b-82f4d8670204", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200591,7 +200591,7 @@ } }, { - "id": "b9afa244-b0ac-4962-ace3-490f1567eaab", + "id": "034db047-9610-4933-acdb-d4ffde7fd73d", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -200634,7 +200634,7 @@ }, "response": [ { - "id": "777ecc55-9302-44e0-b0b8-82aa8075b21e", + "id": "3790fae5-e6bd-4c8d-936a-93de3d70ec33", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -200691,7 +200691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5634a113-2e59-46b2-b763-36fc32291826", + "id": "43d8cdc8-ca49-4e2a-b253-374feb0fe980", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200748,7 +200748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "214edfe4-240b-43a5-ad29-a1c24b026219", + "id": "ab531fa5-435a-4e55-9a96-fda8873cc185", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200805,7 +200805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f7e8488-b9a2-4094-bc4c-008505f3b74e", + "id": "47bae6f1-9582-4eb3-8ecb-237d961b5daa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200862,7 +200862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40f1e5b2-f140-454a-be68-d6acf4b295a6", + "id": "4eec7083-3505-4506-98b0-1d9445c9bf6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200919,7 +200919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "724d3c34-238a-4d03-871c-ba0e10e7f691", + "id": "c6ccb2e2-c4f0-459c-bb1d-070f65069edd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200988,7 +200988,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "ccae2098-2f71-4c0d-abb6-24734da91071", + "id": "fd096d4d-2a90-4b1a-894d-768991a8e24a", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -201030,7 +201030,7 @@ }, "response": [ { - "id": "76d7f5ab-8380-4bba-86e6-04e2cf11476c", + "id": "0629c3a5-43ab-4fc7-988e-1cb5fac7878b", "name": "Event Trigger", "originalRequest": { "url": { @@ -201086,7 +201086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecff2d2f-9389-4e6b-b6e0-e2e99328226c", + "id": "e904e59c-0735-4f3a-89b5-ee46ac909d90", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -201142,7 +201142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b37daf1-e7d0-4099-a7ce-700eb4869cdc", + "id": "2faedc9a-44d1-4595-859b-4c1892b2edb4", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -201198,7 +201198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9146593-1702-4d8e-bc2c-63b1bf19de3e", + "id": "9fbdc73f-5148-46bd-8eb8-2120d64c465d", "name": "Event Trigger", "originalRequest": { "url": { @@ -201254,7 +201254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed23100d-582d-4e16-b9f3-3983fd448e1b", + "id": "e615f97f-1ecc-4b24-8bf4-29d6e950da3b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -201310,7 +201310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "548ccbe0-a322-4a49-b2e3-dc74fdf8ade2", + "id": "9e0bbc9e-9ee9-4c20-a383-6380a755196c", "name": "Event Trigger", "originalRequest": { "url": { @@ -201366,7 +201366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b085bc19-5de9-4075-ab37-809c3f0fa578", + "id": "d2ff09a8-8270-4c0a-a433-500d5fee8f63", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -201428,7 +201428,7 @@ } }, { - "id": "1f45ba62-0c09-482f-b18c-62d31133992c", + "id": "4ba1def1-2c59-4ee1-a215-3f5ba3411a59", "name": "List Workflows", "request": { "name": "List Workflows", @@ -201457,7 +201457,7 @@ }, "response": [ { - "id": "d3665ad3-a50c-4b3c-8bbd-d63d428b3f5b", + "id": "72a0c3e7-532d-42fd-ad85-489940a25028", "name": "List of workflows", "originalRequest": { "url": { @@ -201500,7 +201500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e93ce0-7c09-43ce-9f24-6ca5de79d714", + "id": "6bc5bd85-0d92-48fb-848e-718bc4b7ce6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201543,7 +201543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5bb8b1-f849-43fe-aabf-aab9641b6624", + "id": "f4ab6c14-7387-4738-b559-2c94c1650515", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201586,7 +201586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d7f0be-0768-4b00-ae4b-821395e2b8ca", + "id": "3a59f5c0-aa30-4025-81c5-4113905a7c53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201629,7 +201629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b04719-4dde-4f17-9030-2368c2785d50", + "id": "734dfdc3-2790-48aa-9fec-283d316789be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201672,7 +201672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6178fae4-3774-4e35-ab0a-fcc2b21d9306", + "id": "0afb4dc7-fbe3-42fa-b3d8-3659d867b0c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201721,7 +201721,7 @@ } }, { - "id": "75b515a2-025e-48d0-9f7c-5284022d3345", + "id": "60f182cc-9b2c-4a9e-b165-84d8692c9b96", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -201762,7 +201762,7 @@ }, "response": [ { - "id": "796c4550-70e9-4c88-8ba9-82f253eb16a5", + "id": "06d32bf1-7899-4a3f-875d-0f5afadf459e", "name": "The workflow object", "originalRequest": { "url": { @@ -201806,7 +201806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5a726f-acc0-4ac1-b629-f854b899f73a", + "id": "28fe4d2b-f831-46bd-88db-78e6b57fcc8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201850,7 +201850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a02dfbdc-c560-4e70-9ebd-fd7b32d388ec", + "id": "1f4c2e6c-48dd-4077-95a0-0f10db155072", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201894,7 +201894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137e2247-7592-4a48-949a-0b63fcaf610c", + "id": "2b996090-951c-4c73-a6c2-b3f59e554ce8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201938,7 +201938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "169dcc80-534e-4aa7-a7ab-bf3bb23b92f3", + "id": "177213d5-fed2-4a28-9666-06c2ee719bd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201982,7 +201982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd66f47-e7e0-450e-adf8-bc4416917cc8", + "id": "ee5e20b5-1dcc-44ef-8f4e-3f21331cf52a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202032,7 +202032,7 @@ } }, { - "id": "6a63f025-7bee-4c19-bacc-0720654fb0b3", + "id": "e52e1ea1-4d30-4ce8-b44f-4f48a32243d5", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -202086,7 +202086,7 @@ }, "response": [ { - "id": "9060ec95-4954-4387-ad1e-891fdfc57071", + "id": "8fab6291-ec09-4d57-ab38-7e1bcbb26a97", "name": "The Workflow object", "originalRequest": { "url": { @@ -202143,7 +202143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d52c6b76-a6e7-4f53-a6c7-8175b6e06c8a", + "id": "2cc972c2-4638-4876-b9ce-893c3f2360dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202200,7 +202200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b194b055-ba31-4815-a646-0305923af80e", + "id": "5ea7cafb-9b8f-4850-b712-8ba15cadc65c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202257,7 +202257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad370dd-cb2a-464d-92a2-ed4fcfea613f", + "id": "eccca994-d1c6-4441-8d27-0355287b0f52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202314,7 +202314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df52b9a4-6392-4e46-9877-d1d31e461f04", + "id": "1fb900c3-86ca-468e-b7c0-710035fa79f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202371,7 +202371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6469e990-a36f-433a-8276-10ae593cd9c4", + "id": "edd570ff-af27-41c9-8500-2a210fc368f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202434,7 +202434,7 @@ } }, { - "id": "b7b6a1be-1f7b-4e18-8149-cdd9c97ce60f", + "id": "30137a23-32fa-43ca-bf92-7d235e504c6f", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -202488,7 +202488,7 @@ }, "response": [ { - "id": "76c2b053-6b7e-4275-93c6-d2493a628715", + "id": "23e29e7d-cad1-4338-b524-15d1f32bfb4a", "name": "The Workflow object", "originalRequest": { "url": { @@ -202545,7 +202545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7189e39-74b4-4709-9d92-c9b6f17ffa1c", + "id": "e482da6b-5466-4a1e-a5cd-eaf708c333c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202602,7 +202602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c1358f5-3520-4aa5-838e-059bb14cf6ba", + "id": "7465cb4b-725a-4bb4-a986-ae4c7fc5eea4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202659,7 +202659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22358004-d452-4a1c-89f6-3cbc2f98f40b", + "id": "a93b737a-79ac-4674-9fa5-30d8abcd849d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202716,7 +202716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fef332f-557d-4122-8c68-85aed3258e69", + "id": "cb97d14b-ff1b-48d0-8c4d-450057bb8858", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202773,7 +202773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1d5bbe8-5345-48ac-ae88-7d2c75a1f7e3", + "id": "b13ace3b-2d94-43bd-8363-04bc7075bb8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202836,7 +202836,7 @@ } }, { - "id": "0314f120-e5ef-4e6e-a043-463bc0daffad", + "id": "1ac5e7f0-8417-4e00-a470-765aec67001b", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -202877,7 +202877,7 @@ }, "response": [ { - "id": "5ebefa5b-f6c8-4735-802e-e1a2709906ad", + "id": "8714d49f-cdd6-4be0-a817-046f2c953587", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -202911,7 +202911,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1143fb09-3353-40f3-bcee-c8a57fa2b769", + "id": "74f2d94c-b5bd-4d83-933d-17323b2a6e38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202955,7 +202955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7286c2e8-2004-423f-ae67-ff123876f0ee", + "id": "b1e6b4dc-5155-468a-b2f6-06dd1eaa5951", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202999,7 +202999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dfd70ce-ba31-43d7-9f07-717c67724a1d", + "id": "b0209570-fe91-4609-97ab-af1875dc4eb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203043,7 +203043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b4af799-3954-4bfa-bc25-17c16ab7ccec", + "id": "e38d66fe-850d-4e68-858e-63084be6fde8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203087,7 +203087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb7c05e-89e5-40c3-9aae-237bba4f8441", + "id": "d26cd061-6e3a-43b9-8e08-bef48385e1ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203137,7 +203137,7 @@ } }, { - "id": "16b4c4d4-d120-44c7-93f2-a9a7873602ba", + "id": "f004b543-3571-48a4-8dfe-adcf294de6be", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -203192,7 +203192,7 @@ }, "response": [ { - "id": "f08c0409-72a6-4260-b1bb-e1b145a79c80", + "id": "30079fed-57ed-47ff-b211-13bc0abfcbe0", "name": "The Workflow object", "originalRequest": { "url": { @@ -203250,7 +203250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a74d25d-565a-4b7a-ba3a-0f3d361fe53f", + "id": "fc3846b6-cce9-4814-951c-17d905457346", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203308,7 +203308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0396bd99-7c0a-4de7-bc9e-a25d3ae6c175", + "id": "05a99b92-d428-4016-b796-728beb66c422", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203366,7 +203366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f1d01f7-2e41-4f87-acae-4b7f37e2077f", + "id": "748bffe8-5180-48d1-8855-79768c672708", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203424,7 +203424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14dbff06-5b7f-4aeb-86b4-5324e3fe93e1", + "id": "c1dba17f-5ef1-4d7b-831b-ed698148cff0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203482,7 +203482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4920b5d9-c5a9-4f25-ae77-3b11973eb9cb", + "id": "807cb7c2-89f5-4e40-9691-c00392d8e6ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203546,7 +203546,7 @@ } }, { - "id": "fd9fa508-9f84-49cf-8b3b-b3b50468d9b8", + "id": "a4feeb58-39d1-4dde-a5a3-a13d35e0096a", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -203625,7 +203625,7 @@ }, "response": [ { - "id": "f3e833a3-dc51-43de-8382-1744ca55123f", + "id": "74b351ee-59a7-464f-9325-e1ab9443d235", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -203707,7 +203707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a492b43-5a8e-45a4-95ae-5a900bb1f2a5", + "id": "bd75060d-8b8a-4b34-8953-595dc95088e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203789,7 +203789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6716bc5-0622-4ac6-9594-01cdef21e4f2", + "id": "b78bae06-87db-4eee-ad63-16b44a5c2ad9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203871,7 +203871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6379983-d410-4514-802a-015f0ebfcb59", + "id": "85058914-03b4-4fcf-a0ad-15027584dfe7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203953,7 +203953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a472fe1-b4a4-4394-ad1f-fecb41fa4038", + "id": "d3f1ac56-b436-408e-8844-240db81b50e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204035,7 +204035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "803332ae-2f9e-421d-a77d-4e660d2549c2", + "id": "be91afa7-b7e6-4b80-b96d-4a524d28bead", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204117,7 +204117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590929c6-b000-4746-b73e-062b3d86edd6", + "id": "5a83cc77-15de-48c1-a3b0-45c3e016497c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204205,7 +204205,7 @@ } }, { - "id": "b55f16f9-342b-41c6-97f7-69d48bfb07d6", + "id": "14d2c27a-bc44-4715-bc76-b141333516c3", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -204246,7 +204246,7 @@ }, "response": [ { - "id": "9ba412f2-28a7-4173-82b4-88cbd91211d2", + "id": "5d559e09-65f4-4b4a-b10a-4bb4c352e4e7", "name": "The workflow execution", "originalRequest": { "url": { @@ -204290,7 +204290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26eba5c5-a41c-4280-a4d3-05b3392f6ea4", + "id": "36050493-ac89-4544-96c1-a66d7062df83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204334,7 +204334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc02d648-d84d-4215-aaf0-d763b4d36437", + "id": "1b05930f-9bff-4ec6-a088-2392762e7f98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204378,7 +204378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92684bb5-b356-4532-92e7-af6283e39643", + "id": "9fbc8dab-15bc-43a6-be30-54de2ff85af6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204422,7 +204422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27030dce-996e-4a25-99dd-4b7281d785e1", + "id": "53950f28-2ac2-42cf-97a2-217a16a9bad0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204466,7 +204466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0205b29-c6b1-4d87-bd44-42be0dec92b9", + "id": "4b83b20a-ff7c-4de4-9f44-625637aca4e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204510,7 +204510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd4d69b-26b5-4244-8a9f-92a65bf918e0", + "id": "7c2c0cf8-55fe-48fb-a153-118dc8fc0f5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204560,7 +204560,7 @@ } }, { - "id": "5b7c74b2-e356-4a4f-97cb-33e75b663920", + "id": "59e82ea2-fde4-4eeb-8897-82e41e2fc932", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -204602,7 +204602,7 @@ }, "response": [ { - "id": "2cb67619-f770-4229-9ab6-0d332c871713", + "id": "76ccb4d9-1102-473f-99a6-dd95ce8345aa", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -204647,7 +204647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595ce8ba-a58b-4656-9bd1-955ef92e6883", + "id": "7e1aa92e-566f-4050-9f55-9e5053e42fcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204692,7 +204692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc715581-acf8-4452-aa61-7c7a80c45dfe", + "id": "eaf7ff0b-caa6-42cf-a9ef-a097f44e48e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204737,7 +204737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "306886dc-6414-4863-bd2e-161f0565b4a0", + "id": "21fca957-598d-435c-8c94-06cf119760cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204782,7 +204782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cea2aac-71f4-4950-a0c3-e993130e59aa", + "id": "8efc44b2-0349-4df3-9384-518662254ef3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204827,7 +204827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a9961d7-3899-487f-beca-0ee9ce3af7ae", + "id": "21eae399-2b95-4b42-ac5b-79f248e0dca3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204872,7 +204872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f613b6a2-8986-4251-9c2d-684381bfe62f", + "id": "f15aa560-2c44-4ba1-88d1-a0e22d13273e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204923,7 +204923,7 @@ } }, { - "id": "1650fb98-964f-4ab6-b26e-fc6b2952f35d", + "id": "964f3c16-86a7-458e-b1c5-e7d49d71d400", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -204965,7 +204965,7 @@ }, "response": [ { - "id": "0ed9ad2b-2806-40d6-8373-b96ed4367ae1", + "id": "8790645b-e7e5-4962-a978-133462f8621e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -205000,7 +205000,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a3feeb3f-11e7-4840-bba4-30879460b994", + "id": "90e93e27-ce73-47e3-a73d-1567bb9944be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205045,7 +205045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5b800c7-6e53-42e5-b59c-e424eb48d5f9", + "id": "b7eb1af7-1436-4d71-872a-2daa12adfc0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205090,7 +205090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39c4bbea-9801-4fda-a1e6-7e638a7da4ab", + "id": "2c02060d-ac53-4a9b-8d73-957db3f27af9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205135,7 +205135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4576af53-f538-4439-8227-e0e7f5062bb8", + "id": "c507129b-5295-4ec8-8288-f0e2d21be832", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205180,7 +205180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "165afd96-3c47-40ff-8f1f-dc1c8afaf57d", + "id": "8376c5ce-63e7-4c4f-ad34-c030dd9422cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205225,7 +205225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a84a7d76-0172-4f3d-9b07-19dcbc43583d", + "id": "f963d1f0-3bf8-4d5a-961b-1c8f0eb531db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205276,7 +205276,7 @@ } }, { - "id": "71be43fb-d9be-4341-b310-c47b086adba2", + "id": "fec49696-b7ec-4de6-b638-8ffe8f3ebc58", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -205324,7 +205324,7 @@ }, "response": [ { - "id": "feedb59d-64ae-4371-b44b-a0de2394ed44", + "id": "853007e0-6e92-4d7e-854a-c604f19c73a2", "name": "List of workflow steps", "originalRequest": { "url": { @@ -205386,7 +205386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642e55d1-aa96-4a60-931c-02fba8e8d26b", + "id": "da13be88-7bf0-47e3-ba7b-0f79b6f206fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205448,7 +205448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3af10bd5-0fe3-4e40-8926-c6e73d36deb7", + "id": "491fea0c-cd53-4121-b562-c2a34e3ad825", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205510,7 +205510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472a0938-2ba5-427b-b877-ad6f27639f67", + "id": "ef3ebbf3-6c32-4955-9056-a3fe1a8fe469", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205572,7 +205572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1522ee9-24bd-47ce-85a8-91a9c4852742", + "id": "8ad2a973-cdf2-41d7-a3e2-549621707e49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205634,7 +205634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3224696e-c443-4f67-82b5-ca284e5b8220", + "id": "bbbf69cf-c2a0-4528-a018-dde4d120db70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205702,7 +205702,7 @@ } }, { - "id": "a6583efb-dc9c-44b4-bbdb-0e262eca3d6e", + "id": "10f46cef-f8fd-41ce-ab01-e90f47969562", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -205760,7 +205760,7 @@ }, "response": [ { - "id": "d6226bd6-821a-4e8e-90fd-87e888d5b7a8", + "id": "a19706d5-d0d3-4fe0-85dc-9ae3c5357f41", "name": "List of workflow actions", "originalRequest": { "url": { @@ -205832,7 +205832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695d24bd-02d5-400e-9405-274e4f9c5a31", + "id": "a059cdb8-68e9-48b6-aa7f-71f26c87e231", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205904,7 +205904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30ebb700-4bde-42b7-b096-fdac942db476", + "id": "128162e8-016c-4fc8-a6ed-dc44399a8f49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205976,7 +205976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce71babc-116f-41ed-81ff-36e451c9f602", + "id": "cc9f2eb7-260d-49fd-9ac7-bb7898ef97bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206048,7 +206048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "398ac09b-f61c-4993-ba2b-8877614408ba", + "id": "fa729efb-3879-410f-9015-861c088a6867", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206120,7 +206120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "255ff208-f31f-4edf-8e49-93f33a351400", + "id": "5ef27b0f-380b-477e-a893-a71dea02e745", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206198,7 +206198,7 @@ } }, { - "id": "e49e7fc1-2158-484f-ade4-df05b54e788b", + "id": "b531cdf9-1be1-4335-99aa-18833387ded5", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -206256,7 +206256,7 @@ }, "response": [ { - "id": "d87bd521-79e5-489b-b2e2-fcb0d9444d87", + "id": "47b0b799-129d-4b5e-bd89-09bc6433ecff", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -206328,7 +206328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20dbf3c6-30ca-4b0c-a8e9-e39d1d68a130", + "id": "6efda758-bb74-48ab-a6b7-c5a29ccc4224", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206400,7 +206400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa1e08a-7701-4165-a8b6-083773e00d74", + "id": "510a7fd6-428b-4d6f-aa6d-dad9694bacba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206472,7 +206472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b274a5-eb62-4964-83bb-8cd423178e90", + "id": "90b7bb8b-5dbd-4b94-95ed-bb792ce35b73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206544,7 +206544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce5e2df2-690b-4c2a-9173-99691ed78f10", + "id": "112b9e50-9d55-4caf-9fb7-fc61281a6b6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206616,7 +206616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d6458b1-7c2a-497e-a9be-95ceb1324ac8", + "id": "7f77517a-e3cf-48ee-ba88-2bd6c6c71673", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206694,7 +206694,7 @@ } }, { - "id": "1b63ac88-66a0-49b2-89c9-288b85ddba74", + "id": "5972763e-f368-4606-a15a-85a1d47a3847", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -206724,7 +206724,7 @@ }, "response": [ { - "id": "44a24a7f-c395-490d-a29d-8e491392eb68", + "id": "aac100e9-c9b5-4595-945b-427916c5c32e", "name": "List of workflow operators", "originalRequest": { "url": { @@ -206768,7 +206768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16798f4-70f6-49b1-b80c-eeec05345b7f", + "id": "d0267e04-9830-4f5a-b357-9ab291394339", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206812,7 +206812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44d37732-7f50-4dee-8930-8a763151879b", + "id": "a53838c4-f5f2-410f-9b7e-b49f4db293ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206856,7 +206856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "325c5cc4-6857-4ba6-8762-f7d9107f556f", + "id": "f6b5329c-51b1-4dda-a0d9-c3fe98ec9d0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206900,7 +206900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c2b90e-ee0e-4978-a07a-d95c33f923ff", + "id": "3de3ad8e-6b9a-4f9d-9e83-beccc9985c37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206944,7 +206944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e181b3-d6cd-4d12-83b3-473c4ae597fc", + "id": "5e3a4023-7b03-41b8-99bf-671ee18c2405", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206994,7 +206994,7 @@ } }, { - "id": "82435134-04e4-47ca-9477-1f3df6b3d7f7", + "id": "38d75736-d396-4675-9d8a-4ec447084cc8", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -207037,7 +207037,7 @@ }, "response": [ { - "id": "3e366914-f0e6-4f3c-9e1a-a0f28ffc5fd4", + "id": "4e87f729-5c4a-44b9-86f1-04f1e90fd7fc", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -207083,7 +207083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8580e4e7-41e5-477b-87ac-e51b4c500a33", + "id": "873ae5bf-3030-4c5a-b924-978b80f8cc35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207129,7 +207129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c1ebf4-b025-47d5-8a83-af70d3b0f97c", + "id": "f99bf576-04f5-4bda-ade9-660312562e53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207175,7 +207175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd5ab93-f87f-48e0-9790-e9c852dec716", + "id": "e57c6c33-6abe-4dea-b52b-2cc7a3aad0c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207221,7 +207221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e327638-d411-45ce-bc59-e017d7818063", + "id": "5dde96f8-2e2f-4f0b-8024-bcfd833e3f23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207267,7 +207267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88da7e55-4e04-4801-818d-86703cc963cc", + "id": "04cc3b4d-717c-425c-8751-d8c0b671cfc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207319,7 +207319,7 @@ } }, { - "id": "e4b372eb-7b59-4cb1-9276-9d6441e24fbd", + "id": "d6abb082-050d-43eb-80cd-b232caf25bcb", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -207375,7 +207375,7 @@ }, "response": [ { - "id": "8f28e685-b6c2-4edd-b706-cfecb20033fb", + "id": "f90635c9-5a63-4885-83ad-791edc8d1362", "name": "The Workflow object", "originalRequest": { "url": { @@ -207434,7 +207434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6355b6c-2960-41bb-985f-d07849d055f9", + "id": "98393121-bd5a-43ff-a5a7-79eed9199b41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207493,7 +207493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bca5f8-5599-455c-86db-c5588620dae4", + "id": "8f59d805-cf62-4ae6-9c3a-5972e399b3de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207552,7 +207552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a214d5-4605-4d83-b608-f25b7a75faf4", + "id": "9ee2eb4e-874c-4237-adda-a3d50e3bb3e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207611,7 +207611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0127e036-69c1-4062-bf67-7c4d8ef808bc", + "id": "61eb476d-b063-4665-847f-1a1a9d339b4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207670,7 +207670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f808bfe9-e68d-4e53-b7a7-e52599b40e52", + "id": "49caba6d-4bbc-4e0c-a52b-79e076498b80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207735,7 +207735,7 @@ } }, { - "id": "29331fa1-8130-45be-b809-5aa060f59bfb", + "id": "035f98fa-0334-457b-a767-a4956b84c0f6", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -207792,7 +207792,7 @@ }, "response": [ { - "id": "350cd1e3-6cf9-4e5c-81eb-ba60b328c649", + "id": "f376dd9e-55b8-42c2-a319-f700ccd963f5", "name": "Responds with the test input", "originalRequest": { "url": { @@ -207852,7 +207852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc475a0-5951-4197-9075-b90883a1cdf8", + "id": "e5492f2f-0faf-424b-bfc0-114d06479174", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207912,7 +207912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c810f117-9616-4750-8b27-082c0aa65712", + "id": "43878a46-f5a6-4a25-a22e-4496946c71e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207972,7 +207972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af23924-2710-469b-8ed9-886dc63b5e90", + "id": "8541caef-6698-49a6-aed8-9a85c97310fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208032,7 +208032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e5be61-f030-4703-b20a-d9387fc24c4a", + "id": "e05cf36a-2b0f-4124-bde8-3f01812ec71c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208092,7 +208092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a65e4e-b505-4af1-afb9-b0a964842f50", + "id": "c9174bc2-8f4c-4aba-abd1-02a3dc9d0ee6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208159,12 +208159,1214 @@ } ] }, + { + "name": "Approvals", + "description": "", + "item": [ + { + "id": "899fa32d-c758-4416-a268-61832867239e", + "name": "Get Approvals", + "request": { + "name": "Get Approvals", + "description": { + "content": "Retrieve a list of approvals, which can be filtered by requester ID, status, or reference type. \"Mine\" query parameter can be used and it will return all approvals for the current approver. \nAbsence of all query parameters will will default to mine=true.", + "type": "text/plain" + }, + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "d3352ff1-fd89-48dd-848b-189f636320bb", + "name": "List of Approvals", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "[\n {\n \"approvalId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"approvers\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"createdDate\": \"2023-04-12T23:20:50.520Z\",\n \"type\": \"ENTITLEMENT_DESCRIPTIONS\",\n \"name\": [\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n }\n ],\n \"batchRequest\": {\n \"batchId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"batchSize\": 100\n },\n \"description\": [\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n }\n ],\n \"priority\": \"HIGH\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comments\": [\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n }\n ],\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"completedDate\": \"2023-04-12T23:20:50.520Z\",\n \"approvalCriteria\": \"SINGLE\",\n \"status\": \"PENDING\",\n \"additionalAttributes\": \"{ \\\"llm_description\\\": \\\"generated description\\\" }\",\n \"referenceData\": [\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n },\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n }\n ]\n },\n {\n \"approvalId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"approvers\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"createdDate\": \"2023-04-12T23:20:50.520Z\",\n \"type\": \"ENTITLEMENT_DESCRIPTIONS\",\n \"name\": [\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n }\n ],\n \"batchRequest\": {\n \"batchId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"batchSize\": 100\n },\n \"description\": [\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n }\n ],\n \"priority\": \"HIGH\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comments\": [\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n }\n ],\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"completedDate\": \"2023-04-12T23:20:50.520Z\",\n \"approvalCriteria\": \"SINGLE\",\n \"status\": \"PENDING\",\n \"additionalAttributes\": \"{ \\\"llm_description\\\": \\\"generated description\\\" }\",\n \"referenceData\": [\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n },\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n }\n ]\n }\n]", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "1d42d358-c7dd-44c9-994a-78447f7dcf3a", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"400.1 Bad Request Content\",\n \"trackingId\": \"e7eab60924f64aa284175b9fa3309599\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ],\n \"causes\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "4ce637c5-2395-40aa-a2e2-10dd199d3492", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Unauthorized", + "code": 401, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"error\": \"JWT validation failed: JWT is expired\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "18cd0b6d-b09d-40a5-81ae-8a518ffc8f2b", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Forbidden", + "code": 403, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"403 Forbidden\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server understood the request but refuses to authorize it.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "4cac1c89-10b3-40f5-a948-484f0beb72e9", + "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Too Many Requests", + "code": 429, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"message\": \" Rate Limit Exceeded \"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "2176b0be-c0a2-4f47-8d20-2cd0f1bf2266", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for the current caller", + "type": "text/plain" + }, + "key": "mine", + "value": "true" + }, + { + "disabled": true, + "description": { + "content": "Returns the list of approvals for a given requester ID", + "type": "text/plain" + }, + "key": "requesterId", + "value": "17e633e7d57e481569df76323169deb6a" + }, + { + "disabled": true, + "description": { + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**status**: *eq*\n\n**referenceType**: *eq*", + "type": "text/plain" + }, + "key": "filters", + "value": "filters=status eq PENDING" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"500.0 Internal Fault\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"An internal fault occurred.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + }, + { + "id": "95c56708-02b7-4241-a601-abf49a1eae91", + "name": "Get an approval", + "request": { + "name": "Get an approval", + "description": { + "content": "Retrieve a single approval for a given approval ID", + "type": "text/plain" + }, + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [ + { + "type": "any", + "value": "38453251-6be2-5f8f-df93-5ce19e295837", + "key": "id", + "disabled": true, + "description": { + "content": "(Required) ID of the approval that is to be returned", + "type": "text/plain" + } + } + ] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "d5b10179-f193-46ae-af84-74f6c6dfe9d5", + "name": "Approval object", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"approvalId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"approvers\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"createdDate\": \"2023-04-12T23:20:50.520Z\",\n \"type\": \"ENTITLEMENT_DESCRIPTIONS\",\n \"name\": [\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n }\n ],\n \"batchRequest\": {\n \"batchId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"batchSize\": 100\n },\n \"description\": [\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n }\n ],\n \"priority\": \"HIGH\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comments\": [\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n }\n ],\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"completedDate\": \"2023-04-12T23:20:50.520Z\",\n \"approvalCriteria\": \"SINGLE\",\n \"status\": \"PENDING\",\n \"additionalAttributes\": \"{ \\\"llm_description\\\": \\\"generated description\\\" }\",\n \"referenceData\": [\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n },\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "3159361a-0ba4-4f4d-8091-0c7dc4098d4e", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"400.1 Bad Request Content\",\n \"trackingId\": \"e7eab60924f64aa284175b9fa3309599\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ],\n \"causes\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "3c5982f3-bd4f-45ea-ba87-bbb66a9eb34f", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Unauthorized", + "code": 401, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"error\": \"JWT validation failed: JWT is expired\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "debd12ea-38f1-4654-b373-a9ab7b0cf4dc", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Forbidden", + "code": 403, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"403 Forbidden\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server understood the request but refuses to authorize it.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "85c65cac-cb14-4fd9-9e6e-5676f39ff132", + "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Too Many Requests", + "code": 429, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"message\": \" Rate Limit Exceeded \"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "109d6e66-d6d9-43fc-8037-7207f33ee8e8", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "GET", + "body": {} + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"500.0 Internal Fault\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"An internal fault occurred.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + }, + { + "id": "a1fa470d-d456-4313-91c7-73ca044fe944", + "name": "Change an approval", + "request": { + "name": "Change an approval", + "description": { + "content": "Change the values of a given approval", + "type": "text/plain" + }, + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [ + { + "type": "any", + "key": "id" + } + ] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "b429a2e8-cb53-433a-9e07-1863482a0bc7", + "name": "Approval object", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"approvalId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"approvers\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"createdDate\": \"2023-04-12T23:20:50.520Z\",\n \"type\": \"ENTITLEMENT_DESCRIPTIONS\",\n \"name\": [\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"Audit DB Access\",\n \"locale\": \"en_US\"\n }\n ],\n \"batchRequest\": {\n \"batchId\": \"38453251-6be2-5f8f-df93-5ce19e295837\",\n \"batchSize\": 100\n },\n \"description\": [\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n },\n {\n \"value\": \"This access allows viewing and editing of workflow resource\",\n \"locale\": \"en_US\"\n }\n ],\n \"priority\": \"HIGH\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comments\": [\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n {\n \"author\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n }\n ],\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"completedDate\": \"2023-04-12T23:20:50.520Z\",\n \"approvalCriteria\": \"SINGLE\",\n \"status\": \"PENDING\",\n \"additionalAttributes\": \"{ \\\"llm_description\\\": \\\"generated description\\\" }\",\n \"referenceData\": [\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n },\n {\n \"id\": \"64012350-8fd9-4f6c-a170-1fe123683899\",\n \"type\": \"AccessRequestId\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "95a31ed3-8d26-4ddf-9c64-0ca72c4b1b21", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"400.1 Bad Request Content\",\n \"trackingId\": \"e7eab60924f64aa284175b9fa3309599\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ],\n \"causes\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "6d1fedb2-2fa2-463a-935d-a6b5d6e746ce", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Unauthorized", + "code": 401, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"error\": \"JWT validation failed: JWT is expired\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "024bb57b-cef1-48af-8898-26bc7967dac6", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Forbidden", + "code": 403, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"403 Forbidden\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server understood the request but refuses to authorize it.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "c779ed23-0d1f-4ced-8b01-27a15b8e96e7", + "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Too Many Requests", + "code": 429, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"message\": \" Rate Limit Exceeded \"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f32b4e54-5373-48e7-98b0-d9379fb488d3", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "approvals", + ":id" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "{\n \"comments\": {\n \"author\": \"85d173e7d57e496569df763231d6deb6a\",\n \"comment\": \"Looks good\",\n \"createdDate\": \"2023-04-12T23:20:50.520Z\"\n },\n \"approvedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"rejectedBy\": [\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n }\n ],\n \"reassignFrom\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"reassignTo\": {\n \"id\": \"85d173e7d57e496569df763231d6deb6a\",\n \"type\": \"IDENTITY\",\n \"name\": \"John Doe\"\n },\n \"additionalAttributes\": {\n \"any\": \"any\",\n \"additional\": \"attributes\"\n }\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"500.0 Internal Fault\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"An internal fault occurred.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + } + ] + }, { "name": "SOD Policy", "description": "", "item": [ { - "id": "721ab41f-df88-4c6f-9896-b4a9f864c397", + "id": "146b1bca-f004-4e58-9323-c3935be3ae83", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -208206,7 +209408,7 @@ }, "response": [ { - "id": "c1e6ab5f-d559-4bc4-8f27-fc0e53a9de26", + "id": "755d0553-50e0-4e20-90f6-aa6c8e657d13", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -208262,7 +209464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9732f5d1-79ce-44c5-a27f-6a174a189e07", + "id": "43561b9a-50c5-40da-9b26-eb4dbbb2dbd0", "name": "General Policy", "originalRequest": { "url": { @@ -208318,7 +209520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4b1897-2bd7-460f-9b55-b934e0eeecf5", + "id": "9c6fde58-0913-43bb-96dd-f01073f44ce4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -208374,7 +209576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1660ce25-bf15-45a3-b0bd-964a975a67a6", + "id": "0dcebd82-5f76-4da3-9c41-ab7a4a4dd93a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -208430,7 +209632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05990c3c-4a7d-4ba8-8f05-79ace964db50", + "id": "ad8b8c32-fb47-4c80-a4d9-9e78b167e5cc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -208486,7 +209688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f0cc09-b903-43a1-a20d-4c22b85191ec", + "id": "94a61268-3f50-449b-8b5f-61ebff246ba0", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -208542,7 +209744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6edf76f-33b8-404c-a2c8-74c760952071", + "id": "8cccde98-a58d-4589-a2de-653bfd6a99f0", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -208604,7 +209806,7 @@ } }, { - "id": "799bfda2-7e69-4566-a50d-29d646f5b924", + "id": "c164580e-d48c-4913-a626-50e3ee03082d", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -208670,7 +209872,7 @@ }, "response": [ { - "id": "0ece1ea1-87b3-49b2-8eca-5f50ea37aada", + "id": "5b93d384-318b-485f-acb0-c3527060eb9d", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -208750,7 +209952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3601a78b-0e9f-4cb2-8dba-ceb0ea62124a", + "id": "ddabe986-65cf-4bd9-b331-a5c5ac6a6c70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208830,7 +210032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380ab314-422f-4e92-a12b-5c2020106219", + "id": "a10ba7eb-d75c-45d6-ab34-2b85a2f284f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208910,7 +210112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3726c33e-e999-441a-96c8-59467110b3a4", + "id": "a1efd0df-cc79-4bec-ba0d-149d04cca758", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208990,7 +210192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58cd39ef-ef78-4c2c-8c10-14e4325da53e", + "id": "8126ab2e-1b53-46a8-b82b-3127f99d2fc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209070,7 +210272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0f0dfc-548a-4a28-b8e6-2087ae9a19a8", + "id": "4d5db2b2-c404-4441-bdaf-484a6f0e2431", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209156,7 +210358,7 @@ } }, { - "id": "ee91daa8-9026-43d4-a207-7d9d2ec1a3fc", + "id": "f1b0351e-e28b-4f7b-a491-47f74fd110a3", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -209197,7 +210399,7 @@ }, "response": [ { - "id": "d180d08e-371c-46a6-8d24-136c5275530b", + "id": "845e4a57-79df-4987-b94f-aa81ebc8691a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -209241,7 +210443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dc69f07-c6b9-4fb9-914e-3def857ad460", + "id": "11bdf8d6-5aa4-42d7-b18d-fe3d7c89d3f8", "name": "General Policy", "originalRequest": { "url": { @@ -209285,7 +210487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a7fa14-a52d-4585-a9fa-0e661d19b714", + "id": "6e1b6718-d766-4c27-9279-093c262ac98a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209329,7 +210531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e422ce2-4b3d-40f4-b0d0-dd290078163b", + "id": "2977ec56-2476-4070-a3e4-dcbfda6bc590", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209373,7 +210575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09791fb8-65a1-45fe-82c9-1d810f2b1dc6", + "id": "2ab59450-04d5-4ed2-9689-8d0c5a6f5bdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209417,7 +210619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82a8c2ee-61ea-427c-b287-85568bae81e9", + "id": "f22077ae-00a6-416b-96b0-5839a49ff1a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209461,7 +210663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a48560a-80c5-4d39-afba-b37c2d4d2194", + "id": "17e082f8-ace1-4dc4-9a6e-2568aa07708e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209505,7 +210707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1286ef0a-aa6f-477a-bac3-69d915fde7d4", + "id": "50e41a26-fa12-4528-a7b9-51098207a51f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209555,7 +210757,7 @@ } }, { - "id": "6508266e-29ae-4970-8ab2-1653b34651c4", + "id": "db286ba6-77a3-4f13-9d97-3b0f03850446", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -209609,7 +210811,7 @@ }, "response": [ { - "id": "73b5171f-e1ac-4643-92b1-839d6a7c3d7f", + "id": "2639c7ac-485a-4a6e-b899-b91496bc03e3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -209666,7 +210868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59463f73-4c0a-4bca-9804-2952f4fcd55b", + "id": "260b55b7-ba53-4b6f-a111-dd65cefbe7e7", "name": "General Policy", "originalRequest": { "url": { @@ -209723,7 +210925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c470f05-56f7-4404-b36c-90a4f0ee669d", + "id": "f21ba80f-0d67-4a62-af19-d87eb6f935a5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -209780,7 +210982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d52cdbd-17ba-4b61-8002-3fddbd953954", + "id": "307858be-d845-41bc-9ef0-fd48ac6d1e2b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -209837,7 +211039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29cb0dd-4a6d-401a-89e1-22c2acb24176", + "id": "132a6428-3611-4069-ba9b-d3129644432c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -209894,7 +211096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0ad352-1520-4b1f-950e-5c8c3c5f8568", + "id": "1ae896d0-89b5-48aa-bd17-4c2197e58852", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -209951,7 +211153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8542a781-a3b0-46a0-83bb-ee8dcc10c05e", + "id": "bc9fbf39-98ac-4e3f-9789-640f0a3093fe", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -210008,7 +211210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdc4875-cf24-4996-a64b-1c33e0ce2a55", + "id": "52a44b30-146b-42a8-8842-09371ca93240", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -210071,7 +211273,7 @@ } }, { - "id": "72304cc6-780d-4bd3-8652-6c4f79417ed9", + "id": "393ad10c-7afb-4ba1-9e56-839b8c456e30", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -210122,7 +211324,7 @@ }, "response": [ { - "id": "baf9e686-36d5-45de-b5ed-a4a79b400e34", + "id": "0c1d5202-689c-4358-8775-30dd3b8188e9", "name": "No content.", "originalRequest": { "url": { @@ -210166,7 +211368,7 @@ "_postman_previewlanguage": "text" }, { - "id": "94877038-51a6-422d-bc11-3cf0cf3763c6", + "id": "7f3e7450-4eb8-4f87-8f7c-e8c9ce61b955", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210220,7 +211422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59fe1214-cf27-4373-ba42-38071caf206b", + "id": "d255adfa-c68c-4c77-ab1f-711fd775356e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210274,7 +211476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "978cecc2-92fc-43a0-99a1-08e341435db5", + "id": "00cf9175-2b44-4cc7-8b45-e686306c1e34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210328,7 +211530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04c67d0-9948-4483-9a58-7987c041d4c0", + "id": "9afef71b-83e7-4c39-9050-f35d5ea6b546", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210382,7 +211584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c610fe62-123c-4409-bd81-44230e0a114c", + "id": "18c313a4-ff07-43e4-b36d-39e14d4b0da3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210436,7 +211638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a402f8d8-bb2b-492c-8947-18280bd8b8d9", + "id": "96b082b6-e37e-47c3-a148-c522ee7b93be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210496,7 +211698,7 @@ } }, { - "id": "7e34cb32-64d3-4fde-8104-52699dd6cc7a", + "id": "6480c0b4-79fe-4ba8-a0ec-1b9dc739f445", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -210550,7 +211752,7 @@ }, "response": [ { - "id": "35536549-a860-4618-9e22-1e82ffa92a11", + "id": "091b8cea-d604-4664-b13c-cbc33d9bd4cd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -210607,7 +211809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45bf5ce6-2894-4c78-8b3a-af537b4758ee", + "id": "ca09b399-dc10-4abc-bea8-299a559f25a7", "name": "General Policy", "originalRequest": { "url": { @@ -210664,7 +211866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f66c8a-5f6a-4f11-9311-fa39dddacf5b", + "id": "38bc6534-71ec-44b5-bafe-7faa9ec85cf4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -210721,7 +211923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7524b6e-0fc5-43a5-91af-5e0a8298de59", + "id": "8f840daf-8e98-4047-9fac-95c9201b1bdc", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -210778,7 +211980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cd772e-addb-4ff6-a537-23a9cb68ed90", + "id": "135d5052-17f3-442f-95aa-8054da01850c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -210835,7 +212037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc37526-9802-4a56-a993-463aa9955920", + "id": "85cc8cb8-6cd2-4486-82ec-c7ee77d5b4f4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -210892,7 +212094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcb70b8b-b16b-4d17-856f-7bd78ed329cb", + "id": "dfe5b428-e998-4258-a0f4-cf9252e2c318", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -210949,7 +212151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8edc504-eb79-4dde-8ad0-39d40e58b1af", + "id": "7b63ee72-98c3-4247-86c8-5143b406e0af", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -211012,7 +212214,7 @@ } }, { - "id": "985e6fcc-6bd1-4f14-a3db-35e098950489", + "id": "28d0d7b5-7d4b-468d-9f2d-57594a132ca4", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -211054,7 +212256,7 @@ }, "response": [ { - "id": "d42cf865-ad61-4a74-b647-db83628d9111", + "id": "c9c3a673-ae24-485e-84d8-e64bf4b2b0e5", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -211099,7 +212301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca6a023f-0bf9-43a8-8e26-b127bcad1f67", + "id": "4322d32e-8fdf-4627-a038-2155c0a4d195", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211144,7 +212346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b3e1f6-e5d9-4f3a-b672-b8e783e06681", + "id": "1b32a2dc-8588-4d54-8995-f129b84e2838", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211189,7 +212391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc1d9a8-6855-4316-b3ff-188096400412", + "id": "7d5a3b1f-83aa-4c9a-9bfd-cad8a7bddc20", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211234,7 +212436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b22009-18f7-40f4-9a86-2998fcb46f03", + "id": "61da7f05-ac1c-49c1-a34f-bd14737dc21d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211279,7 +212481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74dcf6ca-ab6c-4bf6-b5ea-2b128ee1d295", + "id": "785a8fef-600a-4c3a-a261-1661a01d04b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211330,7 +212532,7 @@ } }, { - "id": "a756ece1-edf2-4ab1-85e9-dbbad7d8ca58", + "id": "ea743e91-d476-43b2-9363-e96b92fcbf67", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -211385,7 +212587,7 @@ }, "response": [ { - "id": "e6797177-507a-4492-8b66-866cbec1031e", + "id": "5a939291-599e-46f0-8c40-ba13a8218484", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -211443,7 +212645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c8ec4f7-27a1-483b-bf5c-302ba7bcc996", + "id": "75dab788-18e5-4593-b2c2-6dc7e180a3d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211501,7 +212703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb04230e-9447-4b6d-84e7-e1c6ef136f5c", + "id": "d123f1a9-d75d-4a16-a9b4-cd79d74a4e0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211559,7 +212761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc0eaf7-0203-413b-8541-94f979700c17", + "id": "e07a4a27-bb6c-4656-adfd-9cedf064b4e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211617,7 +212819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f596488-0176-405f-bf48-c2aef7a4fd5d", + "id": "ddf9f62d-86fd-49e1-98e4-92f6847085e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211675,7 +212877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976c3243-df04-4738-b9bc-68b8929f3c2e", + "id": "20c6df23-6d3d-4f34-adbd-e521194f2710", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211739,7 +212941,7 @@ } }, { - "id": "d9b89ad2-dcf0-405e-ba60-97f52cd7cc08", + "id": "118c7123-5721-4310-b3ea-490a8a111ae0", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -211781,7 +212983,7 @@ }, "response": [ { - "id": "230b3c60-3cf4-417d-adde-53a655a69e27", + "id": "b0b59d78-c08c-45cc-b4af-290306e9ec33", "name": "No content.", "originalRequest": { "url": { @@ -211816,7 +213018,7 @@ "_postman_previewlanguage": "text" }, { - "id": "49117afb-6f2d-449e-b04f-96ec17558307", + "id": "98754d5d-cf5c-49bf-8a00-56c561f6f782", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211861,7 +213063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def55eac-e454-439e-a1cb-d9ea2e500e1a", + "id": "466cc8d0-cf4c-47eb-afb4-335c183bf233", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211906,7 +213108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde0ee5b-6c88-4781-8192-7539083100ba", + "id": "9f7c4013-26d9-426c-8f05-a5d8e739734e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211951,7 +213153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32f56ed6-416c-41f4-b6e6-04de3cefc007", + "id": "f0705554-0386-4116-b1d1-d4e231866a09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211996,7 +213198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11174a45-0ddb-4a44-8447-26db186f3ee1", + "id": "9ed205be-bfa8-4e5d-a33a-db11e49eb989", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212041,7 +213243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b5bbc6-a373-43e8-b40a-4e9a4783d5a2", + "id": "a1d568a1-8feb-4135-9349-2df70fd6fb77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212092,7 +213294,7 @@ } }, { - "id": "a4db7f51-e683-47df-81f6-9a151681f41d", + "id": "51700044-81ac-49cf-ac8f-5c20237252a5", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -212135,7 +213337,7 @@ }, "response": [ { - "id": "22a8c40a-29f9-4275-86b3-663d9e4d2bb6", + "id": "951fb89b-732b-4d8b-8e67-0dddf9a8c673", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -212181,7 +213383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d0f55f-1203-4ba4-91ac-34920c4f57d5", + "id": "10a54971-8b27-4e2f-9e12-3941a3a74a1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212227,7 +213429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "490c9dc8-3505-4fd5-9943-b373c0a50654", + "id": "9ef73f08-6188-4b81-82e2-6cd0ffde8c53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212273,7 +213475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05170c02-1fa5-4a23-96d9-b4f0d8bcc373", + "id": "2530c9b0-d530-4dd5-8d2a-84aa4c812201", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212319,7 +213521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a952a3-94d7-4f85-b18a-20a90edfd897", + "id": "f2a41dd1-4eed-4adc-a5a6-b5b136604a18", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -212365,7 +213567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4daaff8c-b100-4855-b0ef-48c8ce702430", + "id": "921f50c5-5bb0-419f-9450-bf95e6f41dbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212411,7 +213613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76189674-aa35-42c4-876d-5bdd7bc6c2c4", + "id": "28e463f7-377a-4f9b-9e6e-7ea55ac737f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212463,7 +213665,7 @@ } }, { - "id": "daabc941-5305-4ef0-b026-b53806a12819", + "id": "bc541263-4e9c-43f9-a29d-b6e3864e78fb", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -212505,7 +213707,7 @@ }, "response": [ { - "id": "6bebbd0a-54a3-40ba-a7f1-54cbe6d404c5", + "id": "7f3abddf-f7e4-4f33-a769-428cbeeb651e", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -212550,7 +213752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "554370f7-fb81-4289-b638-87b1b2ba3a42", + "id": "b437e4e8-0922-44e6-bbca-e5fa82e124b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212595,7 +213797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65773a77-3ae1-469d-b836-bd84a2215d4b", + "id": "a08798c8-5a68-474d-9319-5d6e6c99c3c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212640,7 +213842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e4f1cf-a444-4a5a-8ed4-1036b80aead5", + "id": "f34ac026-0e21-4adf-a1f8-04d862651761", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212685,7 +213887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71679382-b3c3-4bcb-937e-e7149f8176ed", + "id": "8d0cc215-8226-434b-9a5a-d108fcc85d4e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -212730,7 +213932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b86aa0c2-5a7d-43fb-b389-358edb9b3f20", + "id": "f9288c8c-f2d3-48d7-b785-46507b170eac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212775,7 +213977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de12964c-0f3b-41d9-a365-9bc22966b2f8", + "id": "45bfb487-0be2-4de9-8fe2-58757bcb0970", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212826,7 +214028,7 @@ } }, { - "id": "75c0117f-01cc-4d9a-8681-841e781e83c4", + "id": "8c0d731b-0c19-4eba-9c09-40f7fc332b73", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -212868,7 +214070,7 @@ }, "response": [ { - "id": "35337090-3110-4d45-aff8-e37937805a74", + "id": "ed13a61b-dea3-462a-a778-2b79472ae2c2", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -212913,7 +214115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09053304-767b-42cc-ae28-f0b5eb52a292", + "id": "d36b7b32-d78e-4852-941c-aa356b8ec513", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212958,7 +214160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de67ef87-a6da-49a7-a269-33d7d9130e93", + "id": "af795260-a31d-43a2-89ba-324f051f1112", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213003,7 +214205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e93b32a-114a-4632-a358-89204db68ed3", + "id": "b3f83118-d7a1-4f7f-94b1-b6b12086de14", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213048,7 +214250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d44173ee-fbe3-4462-9b42-b3afd6cf01ab", + "id": "d2cb2f03-21ca-408b-b43d-4f89d86a8162", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -213093,7 +214295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad592188-b752-4d2b-8977-bfae0c6a379a", + "id": "6dae9711-5d0e-4cd7-9134-f3f4059b3da3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213138,7 +214340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52dcff81-18db-4273-ae17-b62c9db7faf0", + "id": "e9dabe76-7c61-4e25-9c36-31e577cc2249", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213189,7 +214391,7 @@ } }, { - "id": "4c461c00-0000-456a-ad9b-0a72e7f23df6", + "id": "a267099d-ac0f-4067-9db7-0ab0d5f61477", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -213232,7 +214434,7 @@ }, "response": [ { - "id": "84dac894-a152-48a9-a690-a964362bccba", + "id": "059a45a8-d4bd-4b1d-9195-ea958dc728be", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -213289,7 +214491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9626080d-d2ec-429c-b8ed-8dbaea035cd3", + "id": "d3a0a498-20cb-4afc-9aea-5b078f1bd807", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213346,7 +214548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa48f44-1c4b-4ed8-8047-63309d4d4769", + "id": "d3bc0400-6e65-444a-b092-19ebf8bc21cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213403,7 +214605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448a513e-30f6-4ef0-9c7e-8a0470e4cd10", + "id": "77a26ecc-f574-4233-aef5-f30dc8d7550d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213460,7 +214662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570fe374-d0ca-4e4e-88c3-60cb5054c1c2", + "id": "6606e06f-130c-4651-9925-83d71d109b02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213517,7 +214719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2753bb74-bb51-459c-9628-110fc40a7af4", + "id": "ecdb3e18-7c26-4c0d-8f00-2b3e267b0dab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213580,7 +214782,7 @@ } }, { - "id": "752032ec-3e18-4862-bff1-e71ea17077cf", + "id": "cd310f71-2781-4a92-bff7-35b95b059ca6", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -213609,7 +214811,7 @@ }, "response": [ { - "id": "aebc5fbb-88c1-411a-b216-f49400f14cc1", + "id": "aeef46db-6b03-42af-820b-fefa4e4dec26", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -213652,7 +214854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4a8935c-f01b-4a6d-8c61-7224408bc3ad", + "id": "c16ffb37-c783-4e35-97a7-e1a6e3e432e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213695,7 +214897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d67dd1b8-82e8-45e2-9563-3a5988483a59", + "id": "265ec22a-30ac-4981-b3de-6d2b28797627", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213738,7 +214940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277be9ca-b067-4d10-8130-84118810cadb", + "id": "9da45219-2d13-4a3c-a505-80a3775f37c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213781,7 +214983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91f54305-4769-4469-9cfd-3f0e19776124", + "id": "a97f955f-f321-4705-b686-882a0c9477e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213824,7 +215026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504047e6-060b-4818-aa1a-2f57d0f14d82", + "id": "89471e57-ae44-448b-b37f-1974d9c69c09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213873,7 +215075,7 @@ } }, { - "id": "4185bfcc-1ad5-4a59-9544-93112ba4de1a", + "id": "19ad1e3c-b429-4482-bf41-0ca8fc6d4a07", "name": "Download violation report", "request": { "name": "Download violation report", @@ -213915,7 +215117,7 @@ }, "response": [ { - "id": "2088e1db-009a-45b6-bdec-12a9ec959f00", + "id": "a528d1a1-d0b5-4a04-8bc7-4187d93adb27", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -213955,12 +215157,12 @@ "value": "application/zip" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "fe619dfe-5d9f-4501-8eae-15b6392c6eeb", + "id": "497b0f19-d857-4714-b72b-de07cdf09b96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214005,7 +215207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fd8be1-fc51-4ae7-9d9b-0117032d0c1e", + "id": "cb7ea170-eab0-49f2-bd29-a40385bb483b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214050,7 +215252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6962e395-7371-4117-8584-be6ffaba129b", + "id": "f5e2d0ae-bc14-419d-b5e3-41297d920e90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214095,7 +215297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc083bf-cfe0-4e86-9ce9-0ae6cdd914f5", + "id": "f9ec7457-1c4a-45cd-8c4c-f2a3361c3e3d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214140,7 +215342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ad2b89-a93a-439c-87c4-f97644c932ba", + "id": "b0aa83e6-11c8-4ffd-9e6c-1f8f784af0e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214185,7 +215387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddbd51ff-830d-48b7-8a2a-0e75266d86ed", + "id": "fa1cc9e1-2a33-4b6d-9c2d-bef2388e4062", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214236,7 +215438,7 @@ } }, { - "id": "6460741b-e42b-41de-a231-b39216fd8c8d", + "id": "d525e317-e9b3-49d1-bb97-74b5e4714c85", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -214289,7 +215491,7 @@ }, "response": [ { - "id": "25e88a08-5cd3-4631-8d6a-f90f6c8c355b", + "id": "dec55c55-3fbe-49b5-8385-da6ec4aef103", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -214330,12 +215532,12 @@ "value": "application/zip" } ], - "body": "q", + "body": "et dolor", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "08803b01-bf95-4794-b103-e0d50068ef60", + "id": "a8b3cbdd-4055-4aa4-9d84-3cf52d15c271", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214381,7 +215583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b51ac3c5-ec66-4fe6-91db-934f68f1e967", + "id": "6f899a6c-70ce-458b-8223-ea55c87e7787", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214427,7 +215629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f63fe20a-4c3f-45f3-bcf7-1a317399571a", + "id": "aced84d1-2ef2-409a-bb5d-18dd573e8b0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214473,7 +215675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4fade77-c558-4ce1-8a47-1ebdb522efd2", + "id": "3f2cd4e8-29d5-4ea7-91de-b212a79e5e39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214519,7 +215721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27140e35-9560-4896-b440-7b736e448b1d", + "id": "f36b300c-ae02-41b9-b961-bb7bd5843010", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214565,7 +215767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e3aedb-8476-4a0e-a0c7-43af1e8d31b4", + "id": "ff5f082b-bde5-4e9d-bccb-4a0be505b8cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214697,7 +215899,7 @@ } ], "info": { - "_postman_id": "0ca85fac-63be-4f21-86b8-3c5d2c9e8427", + "_postman_id": "ef860071-3886-4ebe-830b-530fd31114d0", "name": "Identity Security Cloud Beta API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { diff --git a/postman/collections/sailpoint-api-nerm.json b/postman/collections/sailpoint-api-nerm.json index f681971..744b283 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "b629930a-0787-441f-b533-be532fe6715e", + "id": "3c76842a-89a1-4156-b7d7-a7ddfd00fcc6", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "f0f97a6b-9c5e-49ef-8fed-44788665b61b", + "id": "58e9b500-5c9b-42d9-b35e-e40fa8356568", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"163286f5-31dc-8828-1139-744d85ff1ec4\",\n \"uid\": \"dolor commodo velit quis euid ut\",\n \"name\": \"qui labore\",\n \"email\": \"G4i11Sb@zyvkpBaPFOpYvXBEZdnuE.ogfp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit quis et\",\n \"status\": \"Active\",\n \"login\": \"quis minim enim\",\n \"last_login\": \"1989-05-01T22:31:01.976Z\",\n \"cookies_accepted_at\": \"2013-08-24T15:49:03.876Z\",\n \"preferred_language\": \"occaecat sit\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"03742324-c4c3-a02d-cd4c-871c34163c03\",\n \"uid\": \"labore inin mollitdolorDuis cill\",\n \"name\": \"amet laboris magna quis aliqua\",\n \"email\": \"2yYR@oLWyMLZLWyagEfVBgDfeK.jzvf\",\n \"type\": \"NeprofileUser\",\n \"title\": \"irure id non\",\n \"status\": \"Active\",\n \"login\": \"dolor adipisicing\",\n \"last_login\": \"2002-08-31T01:35:02.556Z\",\n \"cookies_accepted_at\": \"1995-09-20T18:44:37.263Z\",\n \"preferred_language\": \"reprehenderit qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dac09cae-3dbd-416f-b300-e7e213ba9e7c", + "id": "278c3d11-0969-4c5c-b9f1-aad874c02d4c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1fe82e4-be02-4968-b195-146a378edddc", + "id": "d27d1ca3-b0c0-4953-85a6-3f4bde5b6972", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "2d6343dc-0c5d-481d-bf4e-09339591d552", + "id": "877158b7-2359-4490-abed-56478059181d", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -299,7 +299,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "9pTUiNKOAeGaUx@H.ovm" + "value": "wDSg-cERx4TR@rVqlNQjk.iuq" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "cb8206ee-b224-4786-b572-c04c0bea6e38", + "id": "540eee39-a718-4649-a3f5-3fc50d047bda", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -406,7 +406,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "9pTUiNKOAeGaUx@H.ovm" + "value": "wDSg-cERx4TR@rVqlNQjk.iuq" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:05e98086-98d1-037e-000b-f57235db249a\",\n \"uid\": \"ex mollit enim suntin commodo co\",\n \"name\": \"occaecat fugiat eu minim ut\",\n \"email\": \"UJokCInGkjxW7BY@AZCsfZaKnSJoUINyR.tddc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sint esse Duis su\",\n \"status\": \"Active\",\n \"login\": \"in\",\n \"last_login\": \"1951-04-14T06:38:30.565Z\",\n \"cookies_accepted_at\": \"1976-08-21T13:47:14.592Z\",\n \"preferred_language\": \"laboris cupidatat in\"\n },\n {\n \"id\": \"866a00ee-029b-9fe2-0693-7df5167bbb43\",\n \"uid\": \"ea anim voluptate laborum conseq\",\n \"name\": \"velit ea Duis aute\",\n \"email\": \"6we0kPCl@XpoUAlyVZKqgoQfLXDGXB.key\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut anim consectetur ullamco\",\n \"status\": \"Active\",\n \"login\": \"amet ex occaecat\",\n \"last_login\": \"1963-11-30T09:42:40.773Z\",\n \"cookies_accepted_at\": \"1962-09-03T20:16:26.554Z\",\n \"preferred_language\": \"dolor magna ea pariatur Ut\"\n }\n ],\n \"_metadata\": {\n \"limit\": -49886103,\n \"offset\": 84481919,\n \"total\": -3714983,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"d2697bc2-2442-93be-af9d-146a4e5b6014\",\n \"uid\": \"irure sitcupidatat nullaanim ex \",\n \"name\": \"ex et sunt\",\n \"email\": \"sc-ip-ZjP0IA9F@mlHzbJywptDhQ.uudw\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sit nulla pariatur\",\n \"status\": \"Active\",\n \"login\": \"Duis dolor dolore\",\n \"last_login\": \"1982-03-02T03:04:28.228Z\",\n \"cookies_accepted_at\": \"2000-09-02T22:42:22.205Z\",\n \"preferred_language\": \"sed sunt fugiat dolor\"\n },\n {\n \"id\": \"urn:uuid:7226d4fb-f2e9-1b76-8a20-9b379e63af46\",\n \"uid\": \"ad culpa elitUt elit laborisrepr\",\n \"name\": \"deserunt consectetur in\",\n \"email\": \"deKjtMu-Pux@m.sjf\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ut aute\",\n \"status\": \"Active\",\n \"login\": \"fugiat cupidatat ullamco\",\n \"last_login\": \"1953-12-01T14:35:10.980Z\",\n \"cookies_accepted_at\": \"2017-07-11T04:27:00.158Z\",\n \"preferred_language\": \"aliqu\"\n }\n ],\n \"_metadata\": {\n \"limit\": -72107547,\n \"offset\": 1396085,\n \"total\": 25912687,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aebfd745-014c-4598-b2c0-cfc4b5b8b931", + "id": "66a94137-d0f8-42c4-b69e-df784bbb39d0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -531,7 +531,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "9pTUiNKOAeGaUx@H.ovm" + "value": "wDSg-cERx4TR@rVqlNQjk.iuq" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb049e7-d17d-452e-828a-5e52cd39f45a", + "id": "7468dd2f-35e0-49de-b7a6-57a533a3279c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -656,7 +656,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "9pTUiNKOAeGaUx@H.ovm" + "value": "wDSg-cERx4TR@rVqlNQjk.iuq" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "cb5a990a-cb9c-488b-a42f-4b6e3ea2a1d6", + "id": "1603bdaa-c627-41c8-ad09-c44a82f6b7d7", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "f8894b05-152d-4309-bd4c-256f8328f5c8", + "id": "4303f782-9dff-4caf-aaf8-6ec18626c210", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:1a2dffb3-b34c-7d6f-649a-c462584e5ed4\",\n \"uid\": \"idid aute Excepteurin dolorecons\",\n \"name\": \"sunt nostrud quis sit\",\n \"email\": \"XTNsb9Frvzx@xoxMcrYcnPlU.dx\",\n \"type\": \"NeprofileUser\",\n \"title\": \"labore quis laborum\",\n \"status\": \"Active\",\n \"login\": \"mag\",\n \"last_login\": \"1985-05-11T03:13:04.257Z\",\n \"cookies_accepted_at\": \"1963-08-18T19:31:53.793Z\",\n \"preferred_language\": \"tempor occaecat\"\n },\n {\n \"id\": \"urn:uuid:9eff3339-019f-4aea-f612-3b495225b989\",\n \"uid\": \"nulla officia aliqua labore pari\",\n \"name\": \"cillum Ut\",\n \"email\": \"MRxgC7KidtpH@hTcPDvbaQSoVUbVlUnLCQ.xs\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit elit\",\n \"status\": \"Active\",\n \"login\": \"exercitation consequat\",\n \"last_login\": \"2003-07-22T07:12:31.345Z\",\n \"cookies_accepted_at\": \"1948-11-07T00:38:24.979Z\",\n \"preferred_language\": \"nisi\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:7f5cefce-7182-ddbb-d1e3-13024d77a641\",\n \"uid\": \"irure etelit commodolabore tempo\",\n \"name\": \"esse in ipsum est\",\n \"email\": \"tP9VW3EMC4N@ZTqjsrPwYIBP.cefv\",\n \"type\": \"NeprofileUser\",\n \"title\": \"magna do\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem veniam sint voluptate\",\n \"last_login\": \"2021-11-03T01:39:25.979Z\",\n \"cookies_accepted_at\": \"1980-04-05T10:48:09.322Z\",\n \"preferred_language\": \"aute minim commodo deserunt\"\n },\n {\n \"id\": \"urn:uuid:3423394c-67ee-7cb7-6f7b-c85029bdd5d8\",\n \"uid\": \"qui irure laboris pariaturlaboru\",\n \"name\": \"ad aute officia\",\n \"email\": \"oyPyyfqzs84L1nr@UapfcSlJKoUuGwyfz.fp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"exercitation consequat tempor\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem in\",\n \"last_login\": \"1979-07-23T17:53:00.528Z\",\n \"cookies_accepted_at\": \"1953-12-31T00:44:33.069Z\",\n \"preferred_language\": \"non in laborum\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1ddd2a6-1210-4097-a9a5-29be577987b3", + "id": "36bce9c0-116d-4dd5-a495-4733c1f4a2ae", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "152be86e-d653-4b20-8bda-d4e9c0c192c0", + "id": "d0220f3f-7244-4337-a1aa-21e7de3cbeb6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "f2577b70-3f3e-4ce6-bdfb-01a020437859", + "id": "0e8dbab4-0263-47f1-bcac-586edb63697c", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "419293c3-bd23-4c60-822b-a873b10375d7", + "id": "752172ab-2f90-4133-9f72-0173f4979297", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:1a2dffb3-b34c-7d6f-649a-c462584e5ed4\",\n \"uid\": \"idid aute Excepteurin dolorecons\",\n \"name\": \"sunt nostrud quis sit\",\n \"email\": \"XTNsb9Frvzx@xoxMcrYcnPlU.dx\",\n \"type\": \"NeprofileUser\",\n \"title\": \"labore quis laborum\",\n \"status\": \"Active\",\n \"login\": \"mag\",\n \"last_login\": \"1985-05-11T03:13:04.257Z\",\n \"cookies_accepted_at\": \"1963-08-18T19:31:53.793Z\",\n \"preferred_language\": \"tempor occaecat\"\n },\n {\n \"id\": \"urn:uuid:9eff3339-019f-4aea-f612-3b495225b989\",\n \"uid\": \"nulla officia aliqua labore pari\",\n \"name\": \"cillum Ut\",\n \"email\": \"MRxgC7KidtpH@hTcPDvbaQSoVUbVlUnLCQ.xs\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit elit\",\n \"status\": \"Active\",\n \"login\": \"exercitation consequat\",\n \"last_login\": \"2003-07-22T07:12:31.345Z\",\n \"cookies_accepted_at\": \"1948-11-07T00:38:24.979Z\",\n \"preferred_language\": \"nisi\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:7f5cefce-7182-ddbb-d1e3-13024d77a641\",\n \"uid\": \"irure etelit commodolabore tempo\",\n \"name\": \"esse in ipsum est\",\n \"email\": \"tP9VW3EMC4N@ZTqjsrPwYIBP.cefv\",\n \"type\": \"NeprofileUser\",\n \"title\": \"magna do\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem veniam sint voluptate\",\n \"last_login\": \"2021-11-03T01:39:25.979Z\",\n \"cookies_accepted_at\": \"1980-04-05T10:48:09.322Z\",\n \"preferred_language\": \"aute minim commodo deserunt\"\n },\n {\n \"id\": \"urn:uuid:3423394c-67ee-7cb7-6f7b-c85029bdd5d8\",\n \"uid\": \"qui irure laboris pariaturlaboru\",\n \"name\": \"ad aute officia\",\n \"email\": \"oyPyyfqzs84L1nr@UapfcSlJKoUuGwyfz.fp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"exercitation consequat tempor\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem in\",\n \"last_login\": \"1979-07-23T17:53:00.528Z\",\n \"cookies_accepted_at\": \"1953-12-31T00:44:33.069Z\",\n \"preferred_language\": \"non in laborum\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a470aad8-1882-45f2-b3eb-11c1b931abfd", + "id": "18331435-f85e-4566-ae28-7916a8613ac5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1f3f4c8-1b54-42a9-a33b-28014db2c097", + "id": "30a9484d-da2f-43f0-8877-6a5940d3bb30", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "d12fc800-d78c-4de3-aa79-6eed5d397cec", + "id": "8ab07595-3896-484f-af40-568452d156ba", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "507e67c2-3d45-4cd5-a150-dd7bb604576b", + "id": "1de9f08e-48f6-4ec3-8fcd-447aa8f894f2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"163286f5-31dc-8828-1139-744d85ff1ec4\",\n \"uid\": \"dolor commodo velit quis euid ut\",\n \"name\": \"qui labore\",\n \"email\": \"G4i11Sb@zyvkpBaPFOpYvXBEZdnuE.ogfp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit quis et\",\n \"status\": \"Active\",\n \"login\": \"quis minim enim\",\n \"last_login\": \"1989-05-01T22:31:01.976Z\",\n \"cookies_accepted_at\": \"2013-08-24T15:49:03.876Z\",\n \"preferred_language\": \"occaecat sit\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"03742324-c4c3-a02d-cd4c-871c34163c03\",\n \"uid\": \"labore inin mollitdolorDuis cill\",\n \"name\": \"amet laboris magna quis aliqua\",\n \"email\": \"2yYR@oLWyMLZLWyagEfVBgDfeK.jzvf\",\n \"type\": \"NeprofileUser\",\n \"title\": \"irure id non\",\n \"status\": \"Active\",\n \"login\": \"dolor adipisicing\",\n \"last_login\": \"2002-08-31T01:35:02.556Z\",\n \"cookies_accepted_at\": \"1995-09-20T18:44:37.263Z\",\n \"preferred_language\": \"reprehenderit qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95cc0e27-18cf-40f2-ad54-12702494ac73", + "id": "722fc0cb-17ca-4bf2-8e28-3723d81f1db8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a36785a-e75c-44bc-8efe-87173e5d3924", + "id": "52be0562-7f59-42e4-8e20-a70a7d58117f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "e9eb103f-b94c-4011-8ccc-9a753dd01c53", + "id": "16ab844e-13e8-43af-9a9d-266bf44120ee", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "8cd276ab-d571-4440-9fa9-5d453dd39c3e", + "id": "690653a1-d013-4d67-b71c-c8d0bd2096bc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"163286f5-31dc-8828-1139-744d85ff1ec4\",\n \"uid\": \"dolor commodo velit quis euid ut\",\n \"name\": \"qui labore\",\n \"email\": \"G4i11Sb@zyvkpBaPFOpYvXBEZdnuE.ogfp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"reprehenderit quis et\",\n \"status\": \"Active\",\n \"login\": \"quis minim enim\",\n \"last_login\": \"1989-05-01T22:31:01.976Z\",\n \"cookies_accepted_at\": \"2013-08-24T15:49:03.876Z\",\n \"preferred_language\": \"occaecat sit\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"03742324-c4c3-a02d-cd4c-871c34163c03\",\n \"uid\": \"labore inin mollitdolorDuis cill\",\n \"name\": \"amet laboris magna quis aliqua\",\n \"email\": \"2yYR@oLWyMLZLWyagEfVBgDfeK.jzvf\",\n \"type\": \"NeprofileUser\",\n \"title\": \"irure id non\",\n \"status\": \"Active\",\n \"login\": \"dolor adipisicing\",\n \"last_login\": \"2002-08-31T01:35:02.556Z\",\n \"cookies_accepted_at\": \"1995-09-20T18:44:37.263Z\",\n \"preferred_language\": \"reprehenderit qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "18baf1f0-015c-4d66-ac8e-6b1ae8eabaa5", + "id": "32186271-3261-4251-9c1f-39d03c12ded7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83808422-33a9-48c4-8676-58b29467fabf", + "id": "612d2de9-c4f9-490e-996d-41106cddc6d3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "7701b44e-cd79-4cd9-8214-febedb1fb323", + "id": "5d445073-f263-4b0b-8d9d-cc1e2244aaae", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "12f58115-004c-4bff-ae43-f3d91ba1d49b", + "id": "4451f6a2-63d5-47b6-8797-4413f17314d6", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bac6c92-1ce3-44a5-baab-fce3d64c17dd", + "id": "4fba87c7-2402-432f-9b48-6036a60af2e0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bb00db-0d6f-4c20-9aba-3cf32481d842", + "id": "917e0c10-1a8d-4d5e-853f-beb88e902a65", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "86d60f81-e88f-4a16-86d3-15dac957f2b9", + "id": "31edaafb-c418-46ee-8d29-c5bcb9ca28e7", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "48737092-b77e-48a0-a7ee-ac6cd9f6c68c", + "id": "227cfaef-67ce-441e-b41e-225068139460", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f34a39e-920d-4cc7-9544-2a9506690271", + "id": "79481b51-6e9c-4c5e-933b-5845f62eedc6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3772038-e60c-4b24-b077-ab71b1e1488d", + "id": "688e1608-2415-4dcb-82a7-00943a280e49", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "e1b13ac7-af7c-47f2-b7df-d8fbee1ae0df", + "id": "ff0fbcbc-6e67-43c5-b733-7b68bf8b0dee", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "0955b132-ce8e-441c-aef6-373d60f3c5c4", + "id": "39549c77-aa5e-4340-9248-64b1285d9016", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f11861e6-15df-471b-a92c-86c93ef507f0", + "id": "ecf6695e-df8e-48aa-bea8-e000b72034e2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e68006bb-0427-4965-9736-a70a5fba7bfb", + "id": "bb321b53-a304-4325-ac49-67f128c2d9ad", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "164acbaf-c980-439d-b6b7-9921f86f2ea0", + "id": "a4791d5c-526f-401b-8e6f-ed7e4bbc2e50", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "3a04f034-007b-47ba-a77c-567e24937acc", + "id": "b329532b-a681-4621-82f6-febec1c3a8ef", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"c7c746e5-5017-3e34-3357-56f7f979321f\",\n \"uid\": \"et ullamco tempor ad utid aute p\",\n \"user_id\": \"03e5045e-5311-4b37-2b24-d86316d69c27\",\n \"manager_id\": \"urn:uuid:a98703bc-4c92-fcf5-a8a8-1597766248a8\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:3cbcddb2-b0c6-0684-688b-0418f31e7709\",\n \"uid\": \"sit nostrudminim fugiataliqua la\",\n \"user_id\": \"urn:uuid:0b0ed075-cea1-3290-2228-5682c080b6a1\",\n \"manager_id\": \"4bb05091-a309-a929-cf2e-30a2aa67bb6f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7193a1c2-4c58-4be2-8ccc-8d2a4b5af8fa", + "id": "f94cfedc-cc14-4d13-a1cb-9e548daaeff9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2316,7 +2316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc43fa4-6483-4e9c-8474-374c3216de77", + "id": "0ba8b96f-76a0-4d96-a2cd-4a748844e041", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "51d7faac-cd0d-415e-a38e-7ac1e3da01a3", + "id": "a735681f-c31f-40df-8049-3997f3b85f12", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "252c014b-1bce-4a3b-9c17-9b2a4c576c0f", + "id": "2e8e1802-2428-4b1c-9f1b-b96b0d189e1d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"a60983e9-5317-8b3e-1ca4-9b30f612dfd8\",\n \"uid\": \"proident id esse ullamco magnaco\",\n \"user_id\": \"21773eff-d9c8-89d4-f945-6e26a9e1588f\",\n \"manager_id\": \"urn:uuid:2a3315cb-f363-65a3-d07a-0cdc6d8c0313\"\n },\n {\n \"id\": \"a61657bb-c5d6-c15e-ac5e-a28b53b08c1d\",\n \"uid\": \"qui amet in Excepteurdolore labo\",\n \"user_id\": \"urn:uuid:331199db-ba29-455a-fd4b-745aabd1c3c3\",\n \"manager_id\": \"bf958cee-7ae7-7a07-c3dd-6f0eaf6ad8b7\"\n }\n ],\n \"_metadata\": {\n \"limit\": 7619786,\n \"offset\": 99487560,\n \"total\": 37783400,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_managers\": [\n {\n \"id\": \"338482db-f392-0aaa-eea1-4151c1bc676e\",\n \"uid\": \"nondo sint Excepteurmagna in ame\",\n \"user_id\": \"urn:uuid:57cf910b-b5d0-f852-68fe-c5c6f4994361\",\n \"manager_id\": \"0a7cdec1-c76f-5f69-70df-e3c3bff814da\"\n },\n {\n \"id\": \"09a256b8-c651-a100-0227-65065f93135c\",\n \"uid\": \"in aliqua ideuLorem irure seddol\",\n \"user_id\": \"72f9a820-b5d2-95f4-e3c1-0d50ded854a6\",\n \"manager_id\": \"urn:uuid:6afddb61-0330-8771-1507-bd9d116c8baa\"\n }\n ],\n \"_metadata\": {\n \"limit\": 5555175,\n \"offset\": -40750405,\n \"total\": 96159831,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4382a999-9519-42d1-beeb-81dcd428ef80", + "id": "8da914c3-ffae-45c2-8944-93a924e0be22", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603fd71d-5b4f-4e3c-a3c8-b5a7ef38f6b4", + "id": "9f2ebef5-781c-48d4-b316-a7b2d214c371", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "0a3eaf7a-5e7c-44be-ae0a-a84f216b0231", + "id": "2c20022d-3423-4a45-b7f7-c956bf3d47c4", "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:412a1eea-9aa0-7526-610c-7949c22df991\",\n \"manager_id\": \"8ff92143-880e-45c2-a15d-34ce7774e405\"\n },\n {\n \"user_id\": \"46a7014a-fb79-7a7f-261a-6c8552ba05af\",\n \"manager_id\": \"urn:uuid:33c49130-b6cb-cd70-e3f5-ad7569597e28\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:1e7453c8-80d3-e2a4-5db9-507a0902b4c1\",\n \"manager_id\": \"829f7497-4e0f-dbf4-5c06-4ef1c09d1ee9\"\n },\n {\n \"user_id\": \"a7e3bdbf-480c-b2ef-2de7-8e6c66316683\",\n \"manager_id\": \"9c760ed6-d115-1658-95ff-fcd76c533b8f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "f832180c-b06e-41e0-a3bf-42d68a77683b", + "id": "1f6cf070-74ff-4461-9a86-89a5f2f8637f", "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:412a1eea-9aa0-7526-610c-7949c22df991\",\n \"manager_id\": \"8ff92143-880e-45c2-a15d-34ce7774e405\"\n },\n {\n \"user_id\": \"46a7014a-fb79-7a7f-261a-6c8552ba05af\",\n \"manager_id\": \"urn:uuid:33c49130-b6cb-cd70-e3f5-ad7569597e28\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:1e7453c8-80d3-e2a4-5db9-507a0902b4c1\",\n \"manager_id\": \"829f7497-4e0f-dbf4-5c06-4ef1c09d1ee9\"\n },\n {\n \"user_id\": \"a7e3bdbf-480c-b2ef-2de7-8e6c66316683\",\n \"manager_id\": \"9c760ed6-d115-1658-95ff-fcd76c533b8f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c837f595-6714-4f76-8a44-428c183ec9ac", + "id": "b7e1d988-d6a7-4536-96ba-c549188a6326", "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:412a1eea-9aa0-7526-610c-7949c22df991\",\n \"manager_id\": \"8ff92143-880e-45c2-a15d-34ce7774e405\"\n },\n {\n \"user_id\": \"46a7014a-fb79-7a7f-261a-6c8552ba05af\",\n \"manager_id\": \"urn:uuid:33c49130-b6cb-cd70-e3f5-ad7569597e28\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:1e7453c8-80d3-e2a4-5db9-507a0902b4c1\",\n \"manager_id\": \"829f7497-4e0f-dbf4-5c06-4ef1c09d1ee9\"\n },\n {\n \"user_id\": \"a7e3bdbf-480c-b2ef-2de7-8e6c66316683\",\n \"manager_id\": \"9c760ed6-d115-1658-95ff-fcd76c533b8f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "023ec490-0142-4fa0-93da-328dc689c963", + "id": "4730f588-fcde-46b8-a8a0-8fd76cab6d88", "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:412a1eea-9aa0-7526-610c-7949c22df991\",\n \"manager_id\": \"8ff92143-880e-45c2-a15d-34ce7774e405\"\n },\n {\n \"user_id\": \"46a7014a-fb79-7a7f-261a-6c8552ba05af\",\n \"manager_id\": \"urn:uuid:33c49130-b6cb-cd70-e3f5-ad7569597e28\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:1e7453c8-80d3-e2a4-5db9-507a0902b4c1\",\n \"manager_id\": \"829f7497-4e0f-dbf4-5c06-4ef1c09d1ee9\"\n },\n {\n \"user_id\": \"a7e3bdbf-480c-b2ef-2de7-8e6c66316683\",\n \"manager_id\": \"9c760ed6-d115-1658-95ff-fcd76c533b8f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "ddbccfb8-37d6-4275-b07e-f3073ea8f215", + "id": "0ca4025e-0f44-411f-9fd2-a9c047330690", "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\": \"f89486b5-dee5-d228-04f6-0bf1f35bb9a3\",\n \"user_id\": \"aa13eec7-9c66-5fe6-ab97-b1a3ecf00f77\",\n \"manager_id\": \"d0cf72fa-b8f1-0ac0-02f2-5ccb9729a6ef\"\n },\n {\n \"id\": \"bdd6698d-e6e1-5a4c-9f17-b9a61311eb13\",\n \"user_id\": \"de8f1bb2-dc02-868d-a336-c3cd919a3489\",\n \"manager_id\": \"urn:uuid:feb47a47-0b7d-8e21-fc39-2a415df80265\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:62f5f3b2-a7b0-5c9f-2b26-0a0f8fcea025\",\n \"user_id\": \"urn:uuid:8749673e-7a87-8b46-6ccc-df2bd3b6f397\",\n \"manager_id\": \"d2bf2844-8529-73e0-0ce6-3e356e740ac7\"\n },\n {\n \"id\": \"urn:uuid:c6268ea8-e23c-e193-7469-c0d0ecf6f821\",\n \"user_id\": \"urn:uuid:e874f68e-33a2-3452-42fd-252d27f3ab5d\",\n \"manager_id\": \"urn:uuid:c3111e66-2eb6-32fe-257f-fbda31044036\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "abbc9d44-90f2-4d53-ba6e-8b0799c41f94", + "id": "40464bdd-277a-4d9f-8e81-d11c50d6688a", "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\": \"f89486b5-dee5-d228-04f6-0bf1f35bb9a3\",\n \"user_id\": \"aa13eec7-9c66-5fe6-ab97-b1a3ecf00f77\",\n \"manager_id\": \"d0cf72fa-b8f1-0ac0-02f2-5ccb9729a6ef\"\n },\n {\n \"id\": \"bdd6698d-e6e1-5a4c-9f17-b9a61311eb13\",\n \"user_id\": \"de8f1bb2-dc02-868d-a336-c3cd919a3489\",\n \"manager_id\": \"urn:uuid:feb47a47-0b7d-8e21-fc39-2a415df80265\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:62f5f3b2-a7b0-5c9f-2b26-0a0f8fcea025\",\n \"user_id\": \"urn:uuid:8749673e-7a87-8b46-6ccc-df2bd3b6f397\",\n \"manager_id\": \"d2bf2844-8529-73e0-0ce6-3e356e740ac7\"\n },\n {\n \"id\": \"urn:uuid:c6268ea8-e23c-e193-7469-c0d0ecf6f821\",\n \"user_id\": \"urn:uuid:e874f68e-33a2-3452-42fd-252d27f3ab5d\",\n \"manager_id\": \"urn:uuid:c3111e66-2eb6-32fe-257f-fbda31044036\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895ae8dd-7c15-43d5-816f-5a55304e5676", + "id": "9b32ee04-d8b2-4072-8b33-bed53da889c3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3135,7 +3135,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"f89486b5-dee5-d228-04f6-0bf1f35bb9a3\",\n \"user_id\": \"aa13eec7-9c66-5fe6-ab97-b1a3ecf00f77\",\n \"manager_id\": \"d0cf72fa-b8f1-0ac0-02f2-5ccb9729a6ef\"\n },\n {\n \"id\": \"bdd6698d-e6e1-5a4c-9f17-b9a61311eb13\",\n \"user_id\": \"de8f1bb2-dc02-868d-a336-c3cd919a3489\",\n \"manager_id\": \"urn:uuid:feb47a47-0b7d-8e21-fc39-2a415df80265\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:62f5f3b2-a7b0-5c9f-2b26-0a0f8fcea025\",\n \"user_id\": \"urn:uuid:8749673e-7a87-8b46-6ccc-df2bd3b6f397\",\n \"manager_id\": \"d2bf2844-8529-73e0-0ce6-3e356e740ac7\"\n },\n {\n \"id\": \"urn:uuid:c6268ea8-e23c-e193-7469-c0d0ecf6f821\",\n \"user_id\": \"urn:uuid:e874f68e-33a2-3452-42fd-252d27f3ab5d\",\n \"manager_id\": \"urn:uuid:c3111e66-2eb6-32fe-257f-fbda31044036\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ebe7374-009c-4436-808b-0b60050bdb6e", + "id": "d1df0758-d929-4f25-9c67-7d3c9bc8c1df", "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\": \"f89486b5-dee5-d228-04f6-0bf1f35bb9a3\",\n \"user_id\": \"aa13eec7-9c66-5fe6-ab97-b1a3ecf00f77\",\n \"manager_id\": \"d0cf72fa-b8f1-0ac0-02f2-5ccb9729a6ef\"\n },\n {\n \"id\": \"bdd6698d-e6e1-5a4c-9f17-b9a61311eb13\",\n \"user_id\": \"de8f1bb2-dc02-868d-a336-c3cd919a3489\",\n \"manager_id\": \"urn:uuid:feb47a47-0b7d-8e21-fc39-2a415df80265\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:62f5f3b2-a7b0-5c9f-2b26-0a0f8fcea025\",\n \"user_id\": \"urn:uuid:8749673e-7a87-8b46-6ccc-df2bd3b6f397\",\n \"manager_id\": \"d2bf2844-8529-73e0-0ce6-3e356e740ac7\"\n },\n {\n \"id\": \"urn:uuid:c6268ea8-e23c-e193-7469-c0d0ecf6f821\",\n \"user_id\": \"urn:uuid:e874f68e-33a2-3452-42fd-252d27f3ab5d\",\n \"manager_id\": \"urn:uuid:c3111e66-2eb6-32fe-257f-fbda31044036\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "1b234455-5dbe-4cc2-84c7-9025d07d9242", + "id": "1cc28c86-7276-4a4f-818b-978ffb9e7a33", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "d59c30b7-001f-4cf1-a962-57db051113e4", + "id": "6d432f4e-1ab7-4bd7-9655-119ea30b62d0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"c7c746e5-5017-3e34-3357-56f7f979321f\",\n \"uid\": \"et ullamco tempor ad utid aute p\",\n \"user_id\": \"03e5045e-5311-4b37-2b24-d86316d69c27\",\n \"manager_id\": \"urn:uuid:a98703bc-4c92-fcf5-a8a8-1597766248a8\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:3cbcddb2-b0c6-0684-688b-0418f31e7709\",\n \"uid\": \"sit nostrudminim fugiataliqua la\",\n \"user_id\": \"urn:uuid:0b0ed075-cea1-3290-2228-5682c080b6a1\",\n \"manager_id\": \"4bb05091-a309-a929-cf2e-30a2aa67bb6f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "076dec56-3470-4c9b-b559-969980a3383e", + "id": "80d52a7e-4c35-4992-b750-01e7c743ba53", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c71c18-fa6d-4ee1-b6d0-1810f5497a2e", + "id": "fe2a6b6a-1f9e-4cec-a688-d130dc02870e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "6857ee52-2c42-424e-b6b9-6cb1e6029fd7", + "id": "72368a00-1a2a-44c5-9e18-0584fef6bbae", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "d2d83951-3d09-49c8-9af4-f3a96ffd278a", + "id": "852b3dce-3614-453c-8878-ec3f32135521", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"c7c746e5-5017-3e34-3357-56f7f979321f\",\n \"uid\": \"et ullamco tempor ad utid aute p\",\n \"user_id\": \"03e5045e-5311-4b37-2b24-d86316d69c27\",\n \"manager_id\": \"urn:uuid:a98703bc-4c92-fcf5-a8a8-1597766248a8\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:3cbcddb2-b0c6-0684-688b-0418f31e7709\",\n \"uid\": \"sit nostrudminim fugiataliqua la\",\n \"user_id\": \"urn:uuid:0b0ed075-cea1-3290-2228-5682c080b6a1\",\n \"manager_id\": \"4bb05091-a309-a929-cf2e-30a2aa67bb6f\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8e187cfc-20b1-4f4b-95d8-d88703968a3c", + "id": "c7e06c35-f63e-4d0b-8953-4f89892f2686", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e88ab03-4d85-4410-a404-cf1c48faa79c", + "id": "cab2470c-334a-4d2e-82c1-2e67caa2b7a3", "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\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:bdd75a0a-dffe-5bd7-6ac0-3eb2671a12dd\",\n \"manager_id\": \"urn:uuid:a279355d-60a2-1501-8a0a-843a6b137503\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "cf05ed77-764d-4f59-ae4d-5668c4c0e2c6", + "id": "a0808423-827a-428d-8a0f-a3f5a2ac9888", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "ed40d50b-1e49-4f16-abee-d2f28b5109c2", + "id": "aeb8ac03-2b82-4ccc-a6f4-f5dd6c778256", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:52b7e1d7-8da4-6b02-9d2b-e7b2979d6f4f\",\n \"uid\": \"et ipsum cupidatatproident exerc\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:bc88bd51-82fd-a79a-3135-ac35b6ee1a30\",\n \"uid\": \"sunt occaecatcupidatat cillum Ut\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 36216579,\n \"offset\": 33034881,\n \"total\": 9073794,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:1e677eda-ec87-18c5-125d-d7540f193299\",\n \"uid\": \"ut proident adipisicing laboris \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:8de3ef88-ae41-6ade-c038-08df624b2ea0\",\n \"uid\": \"ut quis et magna ametdoaliqua al\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 9270321,\n \"offset\": 40117013,\n \"total\": 68525153,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "73e42efe-6bc6-4962-b7d3-91a3c0bf639a", + "id": "611d8d16-a8a3-4fde-bbd9-f0d5ed8a4f5c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52adaa5-e373-4b73-a2fe-25cbda410823", + "id": "55fdbfe5-d70e-4384-a6b0-876b5684fa17", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "34014371-537f-443b-85a8-6ef3e105f29d", + "id": "0e970609-3dcb-43c7-8c2c-d2595dd16c33", "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\": \"adipisicing irure adsint fugiat \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"ut tempor elit sit quivoluptate \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolore culpa laborumproidentulla\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do qui aliqua Excepteurlaborum a\",\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": "dd824a34-aa41-4dec-a541-49f23ae4e6a4", + "id": "8d2e2f28-1338-43f7-b436-deba24295c59", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"adipisicing irure adsint fugiat \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"ut tempor elit sit quivoluptate \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolore culpa laborumproidentulla\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do qui aliqua Excepteurlaborum a\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -4044,12 +4044,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:1cf03a78-2e8c-af27-8d24-7ef473877394\",\n \"uid\": \"deserunt proident laboris ullamc\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:191db8eb-2b92-ada0-1cca-a10ca5cb0482\",\n \"uid\": \"non do ipsum animest magna occae\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:7bc7b541-4acb-0061-b0bc-a22d631da995\",\n \"uid\": \"consequat Duisconsequat suntnull\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"edc71e5a-895f-58cf-70cf-53b7ed8c685b\",\n \"uid\": \"sit consequat Excepteuradipisici\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "af9fba28-51ab-4494-bd2a-3324a8f7476f", + "id": "9c4d3285-75a7-41cd-adda-903a8e06924e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"adipisicing irure adsint fugiat \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"ut tempor elit sit quivoluptate \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolore culpa laborumproidentulla\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do qui aliqua Excepteurlaborum a\",\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": "faa68d23-206d-45e5-bbf2-73e0df672ec7", + "id": "9cbbe8c0-7b1e-48e2-860e-c896340af569", "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\": \"adipisicing irure adsint fugiat \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"ut tempor elit sit quivoluptate \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"dolore culpa laborumproidentulla\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do qui aliqua Excepteurlaborum a\",\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": "13ac493b-a2c3-43ec-b1cf-c08a8149be78", + "id": "90fdc136-7b92-40b4-b784-783b06bf43ba", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "f0f6a791-9965-45ed-a140-219f5daddc43", + "id": "2494dfa2-8d8a-44bb-99f9-8bcb2f1af235", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:1cf03a78-2e8c-af27-8d24-7ef473877394\",\n \"uid\": \"deserunt proident laboris ullamc\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:191db8eb-2b92-ada0-1cca-a10ca5cb0482\",\n \"uid\": \"non do ipsum animest magna occae\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:7bc7b541-4acb-0061-b0bc-a22d631da995\",\n \"uid\": \"consequat Duisconsequat suntnull\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"edc71e5a-895f-58cf-70cf-53b7ed8c685b\",\n \"uid\": \"sit consequat Excepteuradipisici\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5ff119d3-dad5-4672-afd9-340b77f64070", + "id": "4aaa3500-ed37-43f3-905a-b12dc7f139e5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d99efb-7477-4ab7-9dbb-fc358480df5b", + "id": "3af964ce-d01d-4c5a-8edf-0996fc376f3f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "086635b6-41d8-4d92-a98a-567564798cee", + "id": "23250a6e-b7f0-43a1-9568-6558d627970f", "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\": \"mollit ex ullamcomagna enimsunt \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"sunt veniamsit voluptate aliqua \",\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": "a21076fe-61cc-4dce-8885-26812764337c", + "id": "ad867677-df48-4234-b042-42e98470e744", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"mollit ex ullamcomagna enimsunt \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"sunt veniamsit voluptate aliqua \",\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:dbcb21c0-fee0-7d77-d633-90a787f27386\",\n \"uid\": \"elit enimaliquipid laborum eliti\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:d5738647-3ef9-a202-7770-7c1e8fc2704d\",\n \"uid\": \"ullamco nostrud eiusmod commodo \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "14ba404f-e3f6-47d3-8335-3aae9d410f6d", + "id": "6204c6a1-10a0-4eac-8f7b-158411d092b5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"mollit ex ullamcomagna enimsunt \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"sunt veniamsit voluptate aliqua \",\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": "2c3dcdbe-32ca-4b66-a672-c0f2f9d3d0ed", + "id": "ae3d6ef4-7b12-47c2-a2f6-cc35b83d8356", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"mollit ex ullamcomagna enimsunt \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"sunt veniamsit voluptate aliqua \",\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": "a2155dcc-7383-42d4-942d-de1207200ff7", + "id": "0c071497-7e45-4e10-8722-2e994756655d", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "f6f636cf-5d59-4583-a7d3-6b6460a4e273", + "id": "ea1511dd-dcab-4635-a410-2991f84bae3c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:dbcb21c0-fee0-7d77-d633-90a787f27386\",\n \"uid\": \"elit enimaliquipid laborum eliti\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:d5738647-3ef9-a202-7770-7c1e8fc2704d\",\n \"uid\": \"ullamco nostrud eiusmod commodo \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3780dd24-5312-4d99-a8b6-7ee0aa73c609", + "id": "9460cada-c9ff-4c9b-aab6-03fef7d2d7ba", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a8e8b6-265f-4717-8d35-0326a95ed7f8", + "id": "35a56025-6362-4e27-955b-eeec4d4fddd5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "4fa0acd3-17a7-4961-b7d1-9c864270b592", + "id": "ee5e5649-b1e2-4743-922b-eff83a0a80a0", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "681213cb-989b-4c5b-b4ea-f9bdee6071f0", + "id": "edebc143-2212-4368-8b69-c57abe6d7645", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:dbcb21c0-fee0-7d77-d633-90a787f27386\",\n \"uid\": \"elit enimaliquipid laborum eliti\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:d5738647-3ef9-a202-7770-7c1e8fc2704d\",\n \"uid\": \"ullamco nostrud eiusmod commodo \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e74d912-c581-4bee-8b76-66b33ce9972a", + "id": "378edda0-bb34-4f70-bab1-daf0e69e542b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29c31fa-78b2-4328-8d5b-032c0174679f", + "id": "3515db16-de9d-494e-beac-acb522981b1d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "2c1f05e6-bea2-4601-93b0-531a0d693016", + "id": "4b82ad57-a7ba-488d-9897-7bee1fd5925d", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "7469bf72-691a-4cfd-9527-06b1b8047a77", + "id": "03d68306-7dbb-4d54-9ff4-ca4caaec21f3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423f1d2c-d338-4bc5-a527-97a6a43e1129", + "id": "23a8fba0-608c-4d19-bf64-aa4d5413e06e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116e1bbb-6f57-40f6-ab6e-32d32ef3622e", + "id": "2f4267fb-d374-426d-b4db-14263192bce1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "2bbbdc7c-6482-4f3a-994f-a182044e8336", + "id": "d5d127a9-ec9b-44e8-832b-0751e732bcde", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "8f8dd2c7-fc52-4f27-b9eb-08139bdb70b4", + "id": "d57fe29c-90b1-4747-b1b3-3f888701ad81", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"c721973f-bf23-7ed5-e515-bdf3163ac419\",\n \"uid\": \"exercitation dolor nonsuntullamc\",\n \"user_id\": \"urn:uuid:9b9fc1e2-243c-c212-f84c-b4e863811633\",\n \"role_id\": \"32daced9-a8f4-7920-f916-27df39a452ac\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:906c1c2f-eddd-71b7-e78f-26b79a0203fd\",\n \"uid\": \"commodo officia ea ametlabore in\",\n \"user_id\": \"2bfce236-21c8-f864-cfa5-8bcd04395091\",\n \"role_id\": \"e66f3e87-dc0a-4091-7329-c936e71e24a4\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "69611247-cf7b-47e8-a1c8-59ba586d2103", + "id": "e6a8c28b-fb4f-4a73-8413-139c7753b277", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5375,7 +5375,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df26e4b-2769-4025-8a45-cd0ac5302bec", + "id": "a683e756-fc9d-4ffd-a2e5-3b8299672e98", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "d889b7e7-196b-444c-bfe7-87e973a9c623", + "id": "ed5f9b45-3c8d-4277-ab34-33f9160702a1", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "559162c0-ffc4-44ff-9389-ada252b100ab", + "id": "935cde11-5e8e-4429-8560-1076c59540af", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"dc5c132a-0b27-438f-f6a5-697c16b9e6e8\",\n \"uid\": \"aliqua sed consequat fugiateiusm\",\n \"user_id\": \"392d8242-1fce-217b-5306-719701279c33\",\n \"role_id\": \"77945ed8-23c0-ba0f-2cf7-4442663d92a6\"\n },\n {\n \"id\": \"urn:uuid:9a77b482-e091-6fa9-6d1c-af5c88795782\",\n \"uid\": \"pariaturdolordeserunt reprehende\",\n \"user_id\": \"1450ef03-2a5e-d219-3fc9-f59dec61cf6a\",\n \"role_id\": \"urn:uuid:11543df4-9aaa-209d-ecce-889fcb5d518e\"\n }\n ],\n \"_metadata\": {\n \"limit\": 26674946,\n \"offset\": -86784853,\n \"total\": -41770964,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"85e792f9-c3b4-4350-3512-59f24e4047a5\",\n \"uid\": \"labore amet Duis laborismollit i\",\n \"user_id\": \"6dc699fd-75db-ae39-9139-93534f69f7a1\",\n \"role_id\": \"a350a9ca-0244-f36c-b462-f70f5a1ccfeb\"\n },\n {\n \"id\": \"6af4a6a0-f2e0-1849-4e5c-0a83e3a185eb\",\n \"uid\": \"aute eu inullamco proidentid in \",\n \"user_id\": \"f2a7d607-e74e-8a2b-b042-784bf44ff12f\",\n \"role_id\": \"urn:uuid:ebaef26c-12cf-b818-21eb-5897680577c6\"\n }\n ],\n \"_metadata\": {\n \"limit\": -8862528,\n \"offset\": -89383142,\n \"total\": -98653592,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "91af4ce8-6877-43c9-877c-774ca1ade5b9", + "id": "2dc07d97-816b-4be6-b3c7-2a61f5480b0e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45292029-cb59-47c5-9f09-926ab6f0c6ad", + "id": "0babee30-43a5-4f05-b517-5b2ba71a96e2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "92586b73-65f6-4180-98af-c51a0f83b42f", + "id": "72b72e1e-6d17-4e9d-ad16-f9dca07f3c62", "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:8e835e5f-8a55-e945-a785-ce36575a4d35\",\n \"role_id\": \"6e52ca96-fc0d-5b79-ae32-7c0ae9290a78\"\n },\n {\n \"user_id\": \"4b1dbdef-dd0c-4786-c420-7469aa4f9c26\",\n \"role_id\": \"urn:uuid:dd8961db-6760-ca64-45d5-17277c0c3079\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"d10da91a-e95f-0a18-d9c7-c221c340691d\",\n \"role_id\": \"8e7096e3-58d4-4195-c781-ed2c77a1a1c1\"\n },\n {\n \"user_id\": \"b4137a8c-9984-9729-e136-4172de8209f6\",\n \"role_id\": \"91d0fd62-8030-ca51-ff2c-66f89a5700b1\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "9cf0bcf6-20fc-4910-9e47-c42a087ea630", + "id": "ec67312a-0ac2-4a6a-8093-ce000906e758", "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:8e835e5f-8a55-e945-a785-ce36575a4d35\",\n \"role_id\": \"6e52ca96-fc0d-5b79-ae32-7c0ae9290a78\"\n },\n {\n \"user_id\": \"4b1dbdef-dd0c-4786-c420-7469aa4f9c26\",\n \"role_id\": \"urn:uuid:dd8961db-6760-ca64-45d5-17277c0c3079\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"d10da91a-e95f-0a18-d9c7-c221c340691d\",\n \"role_id\": \"8e7096e3-58d4-4195-c781-ed2c77a1a1c1\"\n },\n {\n \"user_id\": \"b4137a8c-9984-9729-e136-4172de8209f6\",\n \"role_id\": \"91d0fd62-8030-ca51-ff2c-66f89a5700b1\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"47f1f072-159b-647b-a332-36437e32f956\",\n \"uid\": \"ut nonut est Duis eu pariaturqui\",\n \"user_id\": \"134078a7-5c91-2eef-308a-ff98e6b77ec7\",\n \"role_id\": \"a761f746-7715-81ef-5448-c1bd3eea33ce\"\n },\n {\n \"id\": \"f9e80de5-c273-857e-d6da-6a132a644269\",\n \"uid\": \"irurequi esse seddolor innostrud\",\n \"user_id\": \"82588d28-2eb3-04a1-3bc4-36fbcad0a676\",\n \"role_id\": \"urn:uuid:aeec8d2e-36f3-fc8c-247d-f5dba06ef069\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"60273224-8960-10fa-7d6b-df0905470a16\",\n \"uid\": \"Duis fugiat voluptateminimet vel\",\n \"user_id\": \"4cd0d5de-6ca6-82ca-ca52-5f159011b44f\",\n \"role_id\": \"b78613ad-822e-40c4-137c-ef285a5f7185\"\n },\n {\n \"id\": \"urn:uuid:46b83055-fdf5-3f88-7774-2922e09e55d4\",\n \"uid\": \"id doin dolorlaboris veniam euul\",\n \"user_id\": \"urn:uuid:1185f685-e3f1-f6e3-0506-08384a786a29\",\n \"role_id\": \"urn:uuid:2357b165-2a0a-578d-db25-3d2641cd428a\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ea31a140-488f-476b-995f-8d13e6242dc9", + "id": "427ddf72-d02a-490d-b78f-7dc2350442a4", "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:8e835e5f-8a55-e945-a785-ce36575a4d35\",\n \"role_id\": \"6e52ca96-fc0d-5b79-ae32-7c0ae9290a78\"\n },\n {\n \"user_id\": \"4b1dbdef-dd0c-4786-c420-7469aa4f9c26\",\n \"role_id\": \"urn:uuid:dd8961db-6760-ca64-45d5-17277c0c3079\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"d10da91a-e95f-0a18-d9c7-c221c340691d\",\n \"role_id\": \"8e7096e3-58d4-4195-c781-ed2c77a1a1c1\"\n },\n {\n \"user_id\": \"b4137a8c-9984-9729-e136-4172de8209f6\",\n \"role_id\": \"91d0fd62-8030-ca51-ff2c-66f89a5700b1\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb0a851e-8a49-4cf3-b628-5854ad6e6eb8", + "id": "1a17c66b-95b0-4bd9-8141-00c30c1a8bb9", "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:8e835e5f-8a55-e945-a785-ce36575a4d35\",\n \"role_id\": \"6e52ca96-fc0d-5b79-ae32-7c0ae9290a78\"\n },\n {\n \"user_id\": \"4b1dbdef-dd0c-4786-c420-7469aa4f9c26\",\n \"role_id\": \"urn:uuid:dd8961db-6760-ca64-45d5-17277c0c3079\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"d10da91a-e95f-0a18-d9c7-c221c340691d\",\n \"role_id\": \"8e7096e3-58d4-4195-c781-ed2c77a1a1c1\"\n },\n {\n \"user_id\": \"b4137a8c-9984-9729-e136-4172de8209f6\",\n \"role_id\": \"91d0fd62-8030-ca51-ff2c-66f89a5700b1\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "dd47de00-b538-463e-898b-c273f2f3c9c8", + "id": "b7a45cc3-7dbf-4245-99b4-80d709bf817d", "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\": \"urn:uuid:ad4ae7d3-350c-9f7e-6940-b524aa5c35ba\",\n \"user_id\": \"d8fefefc-196b-8c0b-0166-380d1658116d\",\n \"role_id\": \"urn:uuid:22c90922-d03a-6fcf-2995-7a96b990a14c\"\n },\n {\n \"id\": \"33cbb41f-793a-d4cf-c737-d315890024f3\",\n \"user_id\": \"urn:uuid:b10dde1b-d8b4-1968-f7b8-a0338353b203\",\n \"role_id\": \"urn:uuid:54c8f8d9-45e9-2c0a-e814-526c5d3e42f5\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:89c79338-473e-fa86-3092-f88cfc52eade\",\n \"user_id\": \"urn:uuid:c750c3c3-1840-6c56-117e-d11922b790cf\",\n \"role_id\": \"urn:uuid:d5d1484e-c506-73f4-775c-8b23764d49ce\"\n },\n {\n \"id\": \"4c56d912-0bcf-5395-c15b-391f95404249\",\n \"user_id\": \"3671fdb4-961c-fa46-7fd5-1d6d3b6f6101\",\n \"role_id\": \"urn:uuid:a5b5fcb6-4fb1-6205-2c05-56abe5513bc2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "c84ea23c-0631-4ec6-a4ca-6f97dd652931", + "id": "d04a4736-896c-4de0-bbca-a20c4e1fff0a", "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\": \"urn:uuid:ad4ae7d3-350c-9f7e-6940-b524aa5c35ba\",\n \"user_id\": \"d8fefefc-196b-8c0b-0166-380d1658116d\",\n \"role_id\": \"urn:uuid:22c90922-d03a-6fcf-2995-7a96b990a14c\"\n },\n {\n \"id\": \"33cbb41f-793a-d4cf-c737-d315890024f3\",\n \"user_id\": \"urn:uuid:b10dde1b-d8b4-1968-f7b8-a0338353b203\",\n \"role_id\": \"urn:uuid:54c8f8d9-45e9-2c0a-e814-526c5d3e42f5\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:89c79338-473e-fa86-3092-f88cfc52eade\",\n \"user_id\": \"urn:uuid:c750c3c3-1840-6c56-117e-d11922b790cf\",\n \"role_id\": \"urn:uuid:d5d1484e-c506-73f4-775c-8b23764d49ce\"\n },\n {\n \"id\": \"4c56d912-0bcf-5395-c15b-391f95404249\",\n \"user_id\": \"3671fdb4-961c-fa46-7fd5-1d6d3b6f6101\",\n \"role_id\": \"urn:uuid:a5b5fcb6-4fb1-6205-2c05-56abe5513bc2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"47f1f072-159b-647b-a332-36437e32f956\",\n \"uid\": \"ut nonut est Duis eu pariaturqui\",\n \"user_id\": \"134078a7-5c91-2eef-308a-ff98e6b77ec7\",\n \"role_id\": \"a761f746-7715-81ef-5448-c1bd3eea33ce\"\n },\n {\n \"id\": \"f9e80de5-c273-857e-d6da-6a132a644269\",\n \"uid\": \"irurequi esse seddolor innostrud\",\n \"user_id\": \"82588d28-2eb3-04a1-3bc4-36fbcad0a676\",\n \"role_id\": \"urn:uuid:aeec8d2e-36f3-fc8c-247d-f5dba06ef069\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"60273224-8960-10fa-7d6b-df0905470a16\",\n \"uid\": \"Duis fugiat voluptateminimet vel\",\n \"user_id\": \"4cd0d5de-6ca6-82ca-ca52-5f159011b44f\",\n \"role_id\": \"b78613ad-822e-40c4-137c-ef285a5f7185\"\n },\n {\n \"id\": \"urn:uuid:46b83055-fdf5-3f88-7774-2922e09e55d4\",\n \"uid\": \"id doin dolorlaboris veniam euul\",\n \"user_id\": \"urn:uuid:1185f685-e3f1-f6e3-0506-08384a786a29\",\n \"role_id\": \"urn:uuid:2357b165-2a0a-578d-db25-3d2641cd428a\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3e3ff93f-8332-4da7-a767-67a368371ef6", + "id": "cf18f534-5e1b-4226-b0ef-d6da7e8b4c20", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ad4ae7d3-350c-9f7e-6940-b524aa5c35ba\",\n \"user_id\": \"d8fefefc-196b-8c0b-0166-380d1658116d\",\n \"role_id\": \"urn:uuid:22c90922-d03a-6fcf-2995-7a96b990a14c\"\n },\n {\n \"id\": \"33cbb41f-793a-d4cf-c737-d315890024f3\",\n \"user_id\": \"urn:uuid:b10dde1b-d8b4-1968-f7b8-a0338353b203\",\n \"role_id\": \"urn:uuid:54c8f8d9-45e9-2c0a-e814-526c5d3e42f5\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:89c79338-473e-fa86-3092-f88cfc52eade\",\n \"user_id\": \"urn:uuid:c750c3c3-1840-6c56-117e-d11922b790cf\",\n \"role_id\": \"urn:uuid:d5d1484e-c506-73f4-775c-8b23764d49ce\"\n },\n {\n \"id\": \"4c56d912-0bcf-5395-c15b-391f95404249\",\n \"user_id\": \"3671fdb4-961c-fa46-7fd5-1d6d3b6f6101\",\n \"role_id\": \"urn:uuid:a5b5fcb6-4fb1-6205-2c05-56abe5513bc2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbc4d4a-0cad-45f2-ae5b-86b144373aa9", + "id": "d77309e5-84d1-49d8-badd-664cd8b24186", "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\": \"urn:uuid:ad4ae7d3-350c-9f7e-6940-b524aa5c35ba\",\n \"user_id\": \"d8fefefc-196b-8c0b-0166-380d1658116d\",\n \"role_id\": \"urn:uuid:22c90922-d03a-6fcf-2995-7a96b990a14c\"\n },\n {\n \"id\": \"33cbb41f-793a-d4cf-c737-d315890024f3\",\n \"user_id\": \"urn:uuid:b10dde1b-d8b4-1968-f7b8-a0338353b203\",\n \"role_id\": \"urn:uuid:54c8f8d9-45e9-2c0a-e814-526c5d3e42f5\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:89c79338-473e-fa86-3092-f88cfc52eade\",\n \"user_id\": \"urn:uuid:c750c3c3-1840-6c56-117e-d11922b790cf\",\n \"role_id\": \"urn:uuid:d5d1484e-c506-73f4-775c-8b23764d49ce\"\n },\n {\n \"id\": \"4c56d912-0bcf-5395-c15b-391f95404249\",\n \"user_id\": \"3671fdb4-961c-fa46-7fd5-1d6d3b6f6101\",\n \"role_id\": \"urn:uuid:a5b5fcb6-4fb1-6205-2c05-56abe5513bc2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "5b41598c-ab4f-4f77-ae81-ec9fcc608529", + "id": "9025d503-dae7-473a-ae21-bf1b8b53cbd1", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "9f9fb3bc-124d-49c7-96c6-c9509c7c82ba", + "id": "19050a9f-19a7-4900-a3b1-950b9f16e7a7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"c721973f-bf23-7ed5-e515-bdf3163ac419\",\n \"uid\": \"exercitation dolor nonsuntullamc\",\n \"user_id\": \"urn:uuid:9b9fc1e2-243c-c212-f84c-b4e863811633\",\n \"role_id\": \"32daced9-a8f4-7920-f916-27df39a452ac\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:906c1c2f-eddd-71b7-e78f-26b79a0203fd\",\n \"uid\": \"commodo officia ea ametlabore in\",\n \"user_id\": \"2bfce236-21c8-f864-cfa5-8bcd04395091\",\n \"role_id\": \"e66f3e87-dc0a-4091-7329-c936e71e24a4\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cbbc4b90-31ca-4b0b-9a30-0522ed7cfdad", + "id": "91a8fe45-00c7-4f97-a7ca-8fb6a187c0eb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de96b3a2-6ede-42a4-8a11-76bf43f1f17c", + "id": "3cd8bb67-9ac7-4e45-b023-928d2bd7e3bb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "2e968c89-d780-4850-b720-46a84575f0b4", + "id": "2ad5034e-e420-401a-8909-e56e21d3d6dc", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "a1ac5170-75b3-4dfc-aa40-dc8395f0ba55", + "id": "64b2d03f-3f5a-431b-9077-280384c9c0c6", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"c721973f-bf23-7ed5-e515-bdf3163ac419\",\n \"uid\": \"exercitation dolor nonsuntullamc\",\n \"user_id\": \"urn:uuid:9b9fc1e2-243c-c212-f84c-b4e863811633\",\n \"role_id\": \"32daced9-a8f4-7920-f916-27df39a452ac\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:906c1c2f-eddd-71b7-e78f-26b79a0203fd\",\n \"uid\": \"commodo officia ea ametlabore in\",\n \"user_id\": \"2bfce236-21c8-f864-cfa5-8bcd04395091\",\n \"role_id\": \"e66f3e87-dc0a-4091-7329-c936e71e24a4\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c31cefe-6dd2-4f4b-8592-6ed743def26f", + "id": "dfaef9c2-58df-4431-a31c-beffb4e912b6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585d0a85-01ca-45bc-b3da-419334c312c2", + "id": "322b165d-bab0-4371-b42e-b14242c69a80", "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\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"5780fd88-2363-da09-b3a0-6a42f1986737\",\n \"role_id\": \"bdd61d1b-6a1b-d912-c36c-fca942d07e0b\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "199827ee-e0cc-47ca-b60d-9b4967211af2", + "id": "ac42484f-e150-4da1-8d0b-f012953d9f2b", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "31d45c58-d7a6-4b7c-83bc-08cd33c24428", + "id": "e0ce13f7-556e-4d9a-b103-ef705a958412", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a3705b-a6bf-421c-871f-9fe0e1d1e4b8", + "id": "f16d6cb1-66a6-40b2-beb0-d15115854787", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a5485e-1601-4404-b975-11133484a863", + "id": "876bbe88-2820-4a26-a596-852499c107df", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "d3987ded-97d5-47c2-a38e-f4634ca7315b", + "id": "a620626b-f9d5-460d-b027-805260427cde", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "85257b0e-1dde-4b2f-99ee-506f8bfde527", + "id": "a21fd43a-9e75-4071-9507-35cf7fca6c73", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7054,12 +7054,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"Duis suntesse in sed exnon fugia\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1944-09-11T21:05:29.149Z\",\n \"created_at\": \"1973-09-03T21:45:35.500Z\",\n \"updated_at\": \"1985-07-28T05:16:47.779Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"eiusmodullamco dolore est animes\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2015-05-15T19:51:39.100Z\",\n \"created_at\": \"1995-06-28T06:30:54.539Z\",\n \"updated_at\": \"2004-07-22T18:00:28.593Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1970-06-24T19:07:48.732Z\",\n \"tmp_updated_at\": \"2007-03-05T10:52:43.539Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"culpa anim fugiatmollitUt doin u\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2015-08-04T16:42:55.309Z\",\n \"created_at\": \"1995-11-22T00:49:14.124Z\",\n \"updated_at\": \"1977-12-27T21:04:20.748Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"cillum irure pariatur minimvenia\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1968-02-01T17:49:06.155Z\",\n \"created_at\": \"1994-12-13T02:03:04.269Z\",\n \"updated_at\": \"1970-02-24T18:13:01.215Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1996-01-13T05:39:44.708Z\",\n \"tmp_updated_at\": \"1944-12-28T22:31:31.981Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -16608427,\n \"offset\": 258081,\n \"total\": -770464,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attributes\": [\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"minimid ex etipsumdolor cupidata\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2002-05-15T19:44:44.223Z\",\n \"created_at\": \"1996-09-27T04:34:54.562Z\",\n \"updated_at\": \"2018-01-27T09:15:51.940Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in nullalaboris adipisicing magn\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1978-12-14T13:16:59.021Z\",\n \"created_at\": \"2019-12-05T12:16:09.711Z\",\n \"updated_at\": \"2014-04-20T18:09:34.066Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1983-08-13T10:58:59.286Z\",\n \"tmp_updated_at\": \"1971-06-02T17:36:30.572Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n },\n {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"enim mollit Ut sedin proident co\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1996-05-06T22:10:17.178Z\",\n \"created_at\": \"1955-06-28T16:36:32.012Z\",\n \"updated_at\": \"2004-04-28T20:11:05.603Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"proidentaliquip in incididuntin \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1955-07-24T21:26:45.527Z\",\n \"created_at\": \"1986-12-19T02:46:42.469Z\",\n \"updated_at\": \"2023-09-12T22:49:09.735Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1954-08-19T07:03:15.061Z\",\n \"tmp_updated_at\": \"1983-08-01T17:08:28.985Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 92087549,\n \"offset\": 37781328,\n \"total\": -84372348,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c57bda7a-271a-4e4c-82ac-e25724190a27", + "id": "51bd0720-01ee-4c7c-872f-3a160d11d08c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4182e9b8-4072-4507-b42b-40677c706025", + "id": "8e818ecc-5b3d-4c72-aa44-be6e6d6db22c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7261,7 +7261,7 @@ } }, { - "id": "38b32ee1-9df0-4381-8326-fa801ca62fdd", + "id": "bba1fbc2-5cf6-4751-bf71-4e7aa57ce088", "name": "Create an attribute", "request": { "name": "Create an attribute", @@ -7292,7 +7292,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7304,7 +7304,7 @@ }, "response": [ { - "id": "a98014a1-3d35-4f46-85a6-1687b80882b9", + "id": "0addd794-d194-4931-a329-e504e6b1f4c5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7338,7 +7338,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7355,12 +7355,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"esseinaliqua in sitoccaecat culp\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1975-05-29T20:15:06.107Z\",\n \"created_at\": \"1969-02-09T14:14:04.382Z\",\n \"updated_at\": \"1992-10-11T05:06:30.369Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"commodo utquis deserunt doloream\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1960-06-20T20:24:04.539Z\",\n \"created_at\": \"1944-06-13T15:12:25.062Z\",\n \"updated_at\": \"1992-06-17T05:39:56.425Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1978-03-01T13:28:18.681Z\",\n \"tmp_updated_at\": \"1988-07-22T12:14:39.599Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"pariaturaliquip voluptate dolore\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1992-03-11T02:45:36.678Z\",\n \"created_at\": \"1952-02-15T00:46:07.118Z\",\n \"updated_at\": \"2007-11-22T08:20:36.257Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum ex eiusmod magna veniamsin\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2014-12-18T13:58:12.868Z\",\n \"created_at\": \"1988-11-14T00:01:15.304Z\",\n \"updated_at\": \"2012-06-24T23:06:08.380Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-06-09T19:44:45.915Z\",\n \"tmp_updated_at\": \"2017-11-05T20:15:56.260Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1aa9acc-9aaa-4d6d-b96e-e69c91cfd96c", + "id": "44a3548d-5ed2-4ee8-97b2-13c1c3531d1a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7394,7 +7394,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7416,7 +7416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df69eac8-0b6f-48cb-8d8f-825f895f4bd8", + "id": "f7d82b35-f258-4f6b-86f3-af55fca9d0a3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7450,7 +7450,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7478,7 +7478,7 @@ } }, { - "id": "7074cdfb-4fe0-4de1-958e-42ee0fff7d94", + "id": "19236b93-54f7-4850-8d3f-6fd6520ab350", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "9c672a76-b3ee-4cfd-8d42-014dd3b4155b", + "id": "cb2fec2f-cb33-41c8-9f5e-b396faad97df", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7559,12 +7559,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"esseinaliqua in sitoccaecat culp\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1975-05-29T20:15:06.107Z\",\n \"created_at\": \"1969-02-09T14:14:04.382Z\",\n \"updated_at\": \"1992-10-11T05:06:30.369Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"commodo utquis deserunt doloream\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1960-06-20T20:24:04.539Z\",\n \"created_at\": \"1944-06-13T15:12:25.062Z\",\n \"updated_at\": \"1992-06-17T05:39:56.425Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1978-03-01T13:28:18.681Z\",\n \"tmp_updated_at\": \"1988-07-22T12:14:39.599Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"pariaturaliquip voluptate dolore\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1992-03-11T02:45:36.678Z\",\n \"created_at\": \"1952-02-15T00:46:07.118Z\",\n \"updated_at\": \"2007-11-22T08:20:36.257Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum ex eiusmod magna veniamsin\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2014-12-18T13:58:12.868Z\",\n \"created_at\": \"1988-11-14T00:01:15.304Z\",\n \"updated_at\": \"2012-06-24T23:06:08.380Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-06-09T19:44:45.915Z\",\n \"tmp_updated_at\": \"2017-11-05T20:15:56.260Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f3fd22e4-e4bb-41c5-9a33-d2ecb8f50a4c", + "id": "0fae73c3-3cda-48ca-91a4-9562f4a1b3c2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7608,7 +7608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1dfcaa3-7de5-4830-9ab5-0af24737c6a0", + "id": "0c0bf578-2fbf-4000-8976-5522d75ca351", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7658,7 +7658,7 @@ } }, { - "id": "3c899efb-7d6f-4581-904c-4a96191bf534", + "id": "2d52d3cb-69cc-48ea-9726-ff7c6d83037f", "name": "Update attribute data by id", "request": { "name": "Update attribute data by id", @@ -7701,7 +7701,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7713,7 +7713,7 @@ }, "response": [ { - "id": "91477307-9d6e-4e64-bef0-f6fc91dd3a0b", + "id": "f502a332-ec3b-48cc-aaa5-967589327f4c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7748,7 +7748,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7765,12 +7765,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"esseinaliqua in sitoccaecat culp\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1975-05-29T20:15:06.107Z\",\n \"created_at\": \"1969-02-09T14:14:04.382Z\",\n \"updated_at\": \"1992-10-11T05:06:30.369Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"commodo utquis deserunt doloream\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1960-06-20T20:24:04.539Z\",\n \"created_at\": \"1944-06-13T15:12:25.062Z\",\n \"updated_at\": \"1992-06-17T05:39:56.425Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1978-03-01T13:28:18.681Z\",\n \"tmp_updated_at\": \"1988-07-22T12:14:39.599Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", + "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"pariaturaliquip voluptate dolore\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1992-03-11T02:45:36.678Z\",\n \"created_at\": \"1952-02-15T00:46:07.118Z\",\n \"updated_at\": \"2007-11-22T08:20:36.257Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum ex eiusmod magna veniamsin\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2014-12-18T13:58:12.868Z\",\n \"created_at\": \"1988-11-14T00:01:15.304Z\",\n \"updated_at\": \"2012-06-24T23:06:08.380Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1984-06-09T19:44:45.915Z\",\n \"tmp_updated_at\": \"2017-11-05T20:15:56.260Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e9b5d7b-e499-474f-93c3-74ad2a66a9d7", + "id": "2e9e7e2a-482b-4725-bb4f-8f2ee2b43a72", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7805,7 +7805,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7827,7 +7827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54e6f66-6ab3-4441-ade4-d53d0baa7b5d", + "id": "95563840-9455-43bd-bf70-603851308bfb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7862,7 +7862,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"reprehenderit Ut sunt pariaturut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"aliquip Duiscommodo dolor nostru\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1973-02-06T20:56:17.057Z\",\n \"created_at\": \"1977-06-14T11:17:50.550Z\",\n \"updated_at\": \"2012-06-27T22:44:35.714Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"2012-10-04T17:21:21.398Z\",\n \"tmp_updated_at\": \"2022-11-12T05:29:23.245Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", + "raw": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"et consectetur qui proidentvelit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"archived\": false,\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"ipsum quis esseofficia ut occaec\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-07-11T00:15:57.411Z\",\n \"created_at\": \"2020-08-09T13:14:50.923Z\",\n \"updated_at\": \"1977-03-02T19:12:27.449Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_score_setting\": \"standard\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"legacy_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"tmp_created_at\": \"1998-11-03T19:21:43.688Z\",\n \"tmp_updated_at\": \"1990-07-31T06:07:57.095Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\",\n \"validations_attributes\": {\n \"validation_method\": \"required\",\n \"value\": \"mm-dd-yyyy\",\n \"_destroy\": false\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7896,7 +7896,7 @@ "description": "", "item": [ { - "id": "60f253fd-52a4-4daf-a775-590f049dbdc3", + "id": "ed2ff944-cbc3-4b2d-83a6-29e827833752", "name": "Add a value to an option based attribute", "request": { "name": "Add a value to an option based attribute", @@ -7927,7 +7927,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7939,7 +7939,7 @@ }, "response": [ { - "id": "6261f984-86bf-4ff7-ae50-fcbf77239219", + "id": "139fff3e-3cab-4647-8d5d-5134f564e857", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7973,7 +7973,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,12 +7990,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"66de4af3-7125-ee4d-6f2c-3da7bd51234c\",\n \"uid\": \"cupidatat cillumullamco adamet r\",\n \"ne_attribute_id\": \"urn:uuid:dc358743-bd78-2356-922d-d5a8adcc253b\",\n \"option\": \"labore enim\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"1d40c5d3-756c-a700-7c3e-c8cef1106dd6\",\n \"uid\": \"do magna enim nulla officiaincid\",\n \"ne_attribute_id\": \"6a5b8cc5-ce0d-ac05-8a81-73b8e06defe3\",\n \"option\": \"fugiat Ut laboris ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "781310fe-5368-4590-a5bc-82431fca72a8", + "id": "9aa0d7d8-5b85-4b20-87a8-2babaf6be3a6", "name": "Invalid input", "originalRequest": { "url": { @@ -8025,7 +8025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8047,7 +8047,7 @@ } }, { - "id": "fad93d3e-d65e-4b5c-b143-227f9506de65", + "id": "9a0670be-70ae-44e5-8ffd-f55ec2673e2f", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -8123,7 +8123,7 @@ }, "response": [ { - "id": "52671209-9f93-4fef-ae6e-6913ac1d77f7", + "id": "b584be3e-d777-4630-9ede-0942316b7792", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8207,12 +8207,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:a6fe703b-5aa6-73c5-6652-619c9afc26c4\",\n \"uid\": \"ea sint deserunt nostrudsuntexer\",\n \"ne_attribute_id\": \"86dbc62a-3071-43e6-3db3-7a0325b68133\",\n \"option\": \"enim\"\n },\n {\n \"id\": \"urn:uuid:f5c48224-7dee-edcc-4806-46caec3e1cfe\",\n \"uid\": \"occaecat non ut officia consequa\",\n \"ne_attribute_id\": \"e6d8906f-fbfd-7671-11c5-d5f30070772d\",\n \"option\": \"aliquip pariatur \"\n }\n ],\n \"_metadata\": {\n \"limit\": 11083394,\n \"offset\": -39798593,\n \"total\": 91489003,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:1887959d-fe09-94d6-7888-69fe8ee1ec28\",\n \"uid\": \"Ut magna dolor nondeserunt sint \",\n \"ne_attribute_id\": \"20a984f5-379e-0400-3500-488b3e44f4a5\",\n \"option\": \"est nisi exercitation laboris reprehenderit\"\n },\n {\n \"id\": \"a2b362f8-8264-63b6-9bfb-4981ffbb9852\",\n \"uid\": \"culpa dolore laboris officiaquis\",\n \"ne_attribute_id\": \"a913b2b3-797e-e772-cb19-3bf137e8342b\",\n \"option\": \"et mi\"\n }\n ],\n \"_metadata\": {\n \"limit\": -18755267,\n \"offset\": -95830211,\n \"total\": -32009851,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "40653d05-95ee-4ab0-8c71-fecbb428567e", + "id": "b88917ab-e0b9-4bca-b8cb-fa88eef0642c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8301,7 +8301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c991eb-dad3-49e1-9ad2-a22ceb512c12", + "id": "98d998e4-c92e-4d51-b3f4-40bfdf0b504e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8396,7 +8396,7 @@ } }, { - "id": "1c78c934-4f7b-4b43-ab4e-b56db170b20a", + "id": "2a2c509b-14f7-4e23-8c24-c1834a00c6e5", "name": "Create multiple new option based attribute values", "request": { "name": "Create multiple new option based attribute values", @@ -8427,7 +8427,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:3fe905a8-2f7c-d435-61a9-9a64a7a3bc00\",\n \"option\": \"fugiat et elit mollit\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:8c7b79e4-98fb-726a-f35e-dd19bbe02cd2\",\n \"option\": \"Excepteur\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"24d2e06a-913d-05ba-37ac-738cf55b5e41\",\n \"option\": \"laboris est in\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:b6aac286-e02a-bfef-019a-67c20cc7f95b\",\n \"option\": \"fugiat est consectetur\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "73734044-c519-4d50-af4d-5ec95cc73a49", + "id": "25df48ac-e64a-45e3-b639-6b2f184f390c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8473,7 +8473,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:3fe905a8-2f7c-d435-61a9-9a64a7a3bc00\",\n \"option\": \"fugiat et elit mollit\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:8c7b79e4-98fb-726a-f35e-dd19bbe02cd2\",\n \"option\": \"Excepteur\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"24d2e06a-913d-05ba-37ac-738cf55b5e41\",\n \"option\": \"laboris est in\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:b6aac286-e02a-bfef-019a-67c20cc7f95b\",\n \"option\": \"fugiat est consectetur\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8490,12 +8490,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:4394fa25-8f76-0fe0-d07b-e8478fe0259c\",\n \"uid\": \"elit ea dolor consectetureu sint\",\n \"ne_attribute_id\": \"urn:uuid:0f875c6d-402a-3007-2f99-9e421e508a49\",\n \"option\": \"ad elit nostrud dolor\"\n },\n {\n \"id\": \"urn:uuid:3bdca1a4-c0d5-3c01-cf67-888728cb125d\",\n \"uid\": \"doloreculpaelit dolore Excepteur\",\n \"ne_attribute_id\": \"67b2fc9c-bce5-a49d-d49f-d4efaec2b505\",\n \"option\": \"consequ\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"02d30cee-b566-e365-fb46-1464f3156ebe\",\n \"uid\": \"in veniamdeserunt cillummagna co\",\n \"ne_attribute_id\": \"82cfa37a-1ea1-b419-1390-18865c821c8c\",\n \"option\": \"ea sunt Lorem\"\n },\n {\n \"id\": \"64a5ef0c-5d83-dc76-8857-ad12a2269a0c\",\n \"uid\": \"qui exvelit Lorem veniam nostrud\",\n \"ne_attribute_id\": \"urn:uuid:060f73d3-0306-7395-22b7-2ec629f2b3af\",\n \"option\": \"minim cupidatat\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c56a396e-ab67-4d47-9a42-c2b8f3d56639", + "id": "b79f44ff-56d9-4bec-b2e5-cefd96e46c8a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8529,7 +8529,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:3fe905a8-2f7c-d435-61a9-9a64a7a3bc00\",\n \"option\": \"fugiat et elit mollit\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:8c7b79e4-98fb-726a-f35e-dd19bbe02cd2\",\n \"option\": \"Excepteur\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"24d2e06a-913d-05ba-37ac-738cf55b5e41\",\n \"option\": \"laboris est in\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:b6aac286-e02a-bfef-019a-67c20cc7f95b\",\n \"option\": \"fugiat est consectetur\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8551,7 +8551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83390b2d-f71c-472d-9da3-a91aa00c17f1", + "id": "ec87c344-2362-4b66-808e-fdbcdff47ccf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8585,7 +8585,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:3fe905a8-2f7c-d435-61a9-9a64a7a3bc00\",\n \"option\": \"fugiat et elit mollit\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:8c7b79e4-98fb-726a-f35e-dd19bbe02cd2\",\n \"option\": \"Excepteur\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"24d2e06a-913d-05ba-37ac-738cf55b5e41\",\n \"option\": \"laboris est in\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:b6aac286-e02a-bfef-019a-67c20cc7f95b\",\n \"option\": \"fugiat est consectetur\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8613,7 +8613,7 @@ } }, { - "id": "0a3503be-59cd-427d-80dd-dbb3bf5d832e", + "id": "ab802a6d-cee0-449c-b71f-dc357e17e2a0", "name": "Update multiple option based attribute values", "request": { "name": "Update multiple option based attribute values", @@ -8644,7 +8644,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"9e26b174-925c-84ee-be3e-79b5ada321db\",\n \"ne_attribute_id\": \"ea74a8c4-8b2a-0a41-023a-bfb2601cbc59\",\n \"option\": \"Lorem veniam in cillum\"\n },\n {\n \"id\": \"6e0c53a4-69e5-f272-79d7-1d4b617b022f\",\n \"ne_attribute_id\": \"urn:uuid:c5b02ae2-56ea-0f87-1e07-70dd9986d76d\",\n \"option\": \"laborum si\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"861de4af-00a3-86c0-9a77-d17267142a29\",\n \"ne_attribute_id\": \"e3f68097-952a-0050-0f28-ecca924bd657\",\n \"option\": \"ipsum occaecat Duis\"\n },\n {\n \"id\": \"d761e282-565a-1a55-7eba-71803e9f8391\",\n \"ne_attribute_id\": \"56752501-3ef9-8eec-903d-1e23113e48e6\",\n \"option\": \"mollit dolor dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8656,7 +8656,7 @@ }, "response": [ { - "id": "9e1f0795-6562-42bf-9fc3-e6feb32b3a21", + "id": "14269b84-caa8-4ae9-9b04-80c318e3ca13", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8690,7 +8690,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"9e26b174-925c-84ee-be3e-79b5ada321db\",\n \"ne_attribute_id\": \"ea74a8c4-8b2a-0a41-023a-bfb2601cbc59\",\n \"option\": \"Lorem veniam in cillum\"\n },\n {\n \"id\": \"6e0c53a4-69e5-f272-79d7-1d4b617b022f\",\n \"ne_attribute_id\": \"urn:uuid:c5b02ae2-56ea-0f87-1e07-70dd9986d76d\",\n \"option\": \"laborum si\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"861de4af-00a3-86c0-9a77-d17267142a29\",\n \"ne_attribute_id\": \"e3f68097-952a-0050-0f28-ecca924bd657\",\n \"option\": \"ipsum occaecat Duis\"\n },\n {\n \"id\": \"d761e282-565a-1a55-7eba-71803e9f8391\",\n \"ne_attribute_id\": \"56752501-3ef9-8eec-903d-1e23113e48e6\",\n \"option\": \"mollit dolor dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8707,12 +8707,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:4394fa25-8f76-0fe0-d07b-e8478fe0259c\",\n \"uid\": \"elit ea dolor consectetureu sint\",\n \"ne_attribute_id\": \"urn:uuid:0f875c6d-402a-3007-2f99-9e421e508a49\",\n \"option\": \"ad elit nostrud dolor\"\n },\n {\n \"id\": \"urn:uuid:3bdca1a4-c0d5-3c01-cf67-888728cb125d\",\n \"uid\": \"doloreculpaelit dolore Excepteur\",\n \"ne_attribute_id\": \"67b2fc9c-bce5-a49d-d49f-d4efaec2b505\",\n \"option\": \"consequ\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"02d30cee-b566-e365-fb46-1464f3156ebe\",\n \"uid\": \"in veniamdeserunt cillummagna co\",\n \"ne_attribute_id\": \"82cfa37a-1ea1-b419-1390-18865c821c8c\",\n \"option\": \"ea sunt Lorem\"\n },\n {\n \"id\": \"64a5ef0c-5d83-dc76-8857-ad12a2269a0c\",\n \"uid\": \"qui exvelit Lorem veniam nostrud\",\n \"ne_attribute_id\": \"urn:uuid:060f73d3-0306-7395-22b7-2ec629f2b3af\",\n \"option\": \"minim cupidatat\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7ae6d01-46f7-490a-9516-6a35dff02523", + "id": "21c17974-425e-4fed-ada9-abc4d5dc33d6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8746,7 +8746,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"9e26b174-925c-84ee-be3e-79b5ada321db\",\n \"ne_attribute_id\": \"ea74a8c4-8b2a-0a41-023a-bfb2601cbc59\",\n \"option\": \"Lorem veniam in cillum\"\n },\n {\n \"id\": \"6e0c53a4-69e5-f272-79d7-1d4b617b022f\",\n \"ne_attribute_id\": \"urn:uuid:c5b02ae2-56ea-0f87-1e07-70dd9986d76d\",\n \"option\": \"laborum si\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"861de4af-00a3-86c0-9a77-d17267142a29\",\n \"ne_attribute_id\": \"e3f68097-952a-0050-0f28-ecca924bd657\",\n \"option\": \"ipsum occaecat Duis\"\n },\n {\n \"id\": \"d761e282-565a-1a55-7eba-71803e9f8391\",\n \"ne_attribute_id\": \"56752501-3ef9-8eec-903d-1e23113e48e6\",\n \"option\": \"mollit dolor dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8768,7 +8768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65441928-3270-4fe6-b71f-9a033e78095c", + "id": "9b901cda-8509-4a49-8bc5-3b0fb0e6e21b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8802,7 +8802,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"9e26b174-925c-84ee-be3e-79b5ada321db\",\n \"ne_attribute_id\": \"ea74a8c4-8b2a-0a41-023a-bfb2601cbc59\",\n \"option\": \"Lorem veniam in cillum\"\n },\n {\n \"id\": \"6e0c53a4-69e5-f272-79d7-1d4b617b022f\",\n \"ne_attribute_id\": \"urn:uuid:c5b02ae2-56ea-0f87-1e07-70dd9986d76d\",\n \"option\": \"laborum si\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"861de4af-00a3-86c0-9a77-d17267142a29\",\n \"ne_attribute_id\": \"e3f68097-952a-0050-0f28-ecca924bd657\",\n \"option\": \"ipsum occaecat Duis\"\n },\n {\n \"id\": \"d761e282-565a-1a55-7eba-71803e9f8391\",\n \"ne_attribute_id\": \"56752501-3ef9-8eec-903d-1e23113e48e6\",\n \"option\": \"mollit dolor dolore\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8830,7 +8830,7 @@ } }, { - "id": "6c57a22a-b878-4517-9599-22d008e28efa", + "id": "55319e86-31f7-4005-881a-aa30354d0362", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8872,7 +8872,7 @@ }, "response": [ { - "id": "85d25dac-9a5d-428c-8c1d-669cf2bb0db7", + "id": "7b894b90-3e2d-4efc-8035-8061affe17c2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8911,12 +8911,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"66de4af3-7125-ee4d-6f2c-3da7bd51234c\",\n \"uid\": \"cupidatat cillumullamco adamet r\",\n \"ne_attribute_id\": \"urn:uuid:dc358743-bd78-2356-922d-d5a8adcc253b\",\n \"option\": \"labore enim\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"1d40c5d3-756c-a700-7c3e-c8cef1106dd6\",\n \"uid\": \"do magna enim nulla officiaincid\",\n \"ne_attribute_id\": \"6a5b8cc5-ce0d-ac05-8a81-73b8e06defe3\",\n \"option\": \"fugiat Ut laboris ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3426be38-2d79-4e00-9890-c7283f102181", + "id": "8c467422-9c6e-4cdd-af86-0700f8eec82d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5234d078-4396-4509-8707-642348104026", + "id": "4ec54f88-5e11-4883-835e-4ebc7affdfd7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ } }, { - "id": "f070e532-588d-4207-94d2-f496b3cb40d5", + "id": "63191f0b-bbc7-4743-8c57-a8a5ae59bc2b", "name": "Update a option based attribute value by id", "request": { "name": "Update a option based attribute value by id", @@ -9053,7 +9053,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9065,7 +9065,7 @@ }, "response": [ { - "id": "cebcb64b-73a4-4c66-a05c-be7022e79c71", + "id": "e966422c-bfbf-4c6e-948a-57b48e78e4f4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9100,7 +9100,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9117,12 +9117,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"66de4af3-7125-ee4d-6f2c-3da7bd51234c\",\n \"uid\": \"cupidatat cillumullamco adamet r\",\n \"ne_attribute_id\": \"urn:uuid:dc358743-bd78-2356-922d-d5a8adcc253b\",\n \"option\": \"labore enim\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"1d40c5d3-756c-a700-7c3e-c8cef1106dd6\",\n \"uid\": \"do magna enim nulla officiaincid\",\n \"ne_attribute_id\": \"6a5b8cc5-ce0d-ac05-8a81-73b8e06defe3\",\n \"option\": \"fugiat Ut laboris ut\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f82c201-92ed-43be-80b9-e35af6d2a493", + "id": "3ebde091-23e8-4461-b67d-7c589b9af492", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9157,7 +9157,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9179,7 +9179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dc7a491-3f3d-4d48-b6f1-78752611510e", + "id": "9ffa2a11-89b2-4866-ac38-49ed593f5604", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9214,7 +9214,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"980391a9-0168-fdbb-9824-0bfb4d7c8cf4\",\n \"option\": \"aliquip consectetur in ex\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9242,7 +9242,7 @@ } }, { - "id": "1bcd3189-a7a1-44d9-accc-b89d1b63a94f", + "id": "7e1f519f-f0a1-482c-af68-467c688b0665", "name": "Delete a option based attribute value by id", "request": { "name": "Delete a option based attribute value by id", @@ -9284,7 +9284,7 @@ }, "response": [ { - "id": "bc2166c7-f516-4ec9-994a-31d83ba96b76", + "id": "f76885cb-0b1d-4b9f-a979-8f1562f2dce3", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -9328,7 +9328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d30959-139a-47ec-9905-c39013260a3f", + "id": "c97c1216-c0bf-44cd-83bb-e1f43d7a268d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9372,7 +9372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db302fa2-2749-44e3-9050-eeebda3073ef", + "id": "2a8dfecd-0783-4747-89b8-6e56471ce81a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9428,7 +9428,7 @@ "description": "", "item": [ { - "id": "37b266f1-358e-41e9-acf1-fc7b03fc5ffc", + "id": "1b01d789-31a9-4719-acf7-b7f2d29449ec", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9472,7 +9472,7 @@ }, "response": [ { - "id": "d0ab5140-e37d-4473-a10f-5cebdcd2ea2a", + "id": "a1fafe58-4f94-47dd-9f34-585b626d25be", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9529,7 +9529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc4ed08-fe2c-4e01-aa17-418e5eb45056", + "id": "48b37f02-cde8-4f59-b164-0b16996d4aa8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9586,7 +9586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2f1a79-c21c-425b-a932-b0e587cc0684", + "id": "20bfe4cb-3a1c-4f22-9e4f-290a97062884", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9649,7 +9649,7 @@ } }, { - "id": "9409ee3d-3e75-4f3e-a3ca-92421f1dfac1", + "id": "2cb0267b-7c63-4f9b-bfaf-f2e3a3956303", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9693,7 +9693,7 @@ }, "response": [ { - "id": "7fa12276-9bce-4742-9eab-3badda129626", + "id": "541a0420-4311-4a02-8757-d2280d800c7a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9750,7 +9750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8937baa7-0bd8-4cdf-9f79-788bd43c561d", + "id": "9e46f70d-5189-434b-89d3-2025c96da66f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9807,7 +9807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c89b23-cfa2-4a87-b8bc-67d0f7332d07", + "id": "41a40731-849b-4d83-a3aa-dc8b65519338", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9876,7 +9876,7 @@ "description": "", "item": [ { - "id": "679c1472-5ddc-4392-8047-d93f0ed4b27c", + "id": "dab3c2bd-b888-4cdd-bf29-46ea80e7ae4b", "name": "Create a profile type", "request": { "name": "Create a profile type", @@ -9907,7 +9907,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit auteincididunt pariatur a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat reprehenderitexproident L\",\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 fugiat anim Duis doloreullamc\",\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\": \"enim veniamoccaecat dolor qui mo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisi animin anim inexercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"culpa aute dolorecillum qui Duis\",\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\": \"ullamcoofficia Lorem deserunt ad\",\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\": \"adipisicingvoluptate quiscupidat\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9919,7 +9919,7 @@ }, "response": [ { - "id": "1bd92880-7259-4376-861f-486371249a06", + "id": "6f62792b-ed2a-47b7-82b6-90b02b868293", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9953,7 +9953,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit auteincididunt pariatur a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat reprehenderitexproident L\",\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 fugiat anim Duis doloreullamc\",\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\": \"enim veniamoccaecat dolor qui mo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisi animin anim inexercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"culpa aute dolorecillum qui Duis\",\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\": \"ullamcoofficia Lorem deserunt ad\",\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\": \"adipisicingvoluptate quiscupidat\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9970,12 +9970,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eu nonminim adipisicing in ut ei\",\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\": \"aliquip in cupidatatproident con\",\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\": \"laborum animfugiat elit ipsum la\",\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\": \"Lorem tempor Duisdolore ut Excep\",\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\": \"commodo magna laborisea consecte\",\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\": \"qui consectetur mollit fugiatqui\",\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\": \"nisiex proidentaliquip sedcupida\",\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\": \"ipsumipsum etin mollit cupidatat\",\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\": \"inpariatur cupidatat sit cillumc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat officiaconsectetur dolo\",\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": "7b6d198f-2070-4109-9841-04d3a29008db", + "id": "c448aa28-878c-481d-a6bc-333289b82c3e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10009,7 +10009,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit auteincididunt pariatur a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat reprehenderitexproident L\",\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 fugiat anim Duis doloreullamc\",\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\": \"enim veniamoccaecat dolor qui mo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisi animin anim inexercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"culpa aute dolorecillum qui Duis\",\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\": \"ullamcoofficia Lorem deserunt ad\",\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\": \"adipisicingvoluptate quiscupidat\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10031,7 +10031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d40a701-d0dc-4c1c-beff-fa83eb348b08", + "id": "fdad8179-d291-4586-b180-7358de44a09f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10065,7 +10065,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"mollit auteincididunt pariatur a\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"fugiat reprehenderitexproident L\",\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 fugiat anim Duis doloreullamc\",\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\": \"enim veniamoccaecat dolor qui mo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", + "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisi animin anim inexercitation \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"culpa aute dolorecillum qui Duis\",\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\": \"ullamcoofficia Lorem deserunt ad\",\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\": \"adipisicingvoluptate quiscupidat\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10093,7 +10093,7 @@ } }, { - "id": "325c2a00-87d0-4cdc-b73c-caa1ca470038", + "id": "85caa212-e0cc-498c-9fca-6c9ccf5f6bc3", "name": "Get profile types", "request": { "name": "Get profile types", @@ -10143,7 +10143,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -10178,7 +10178,7 @@ }, "response": [ { - "id": "ca8ed92f-dce7-4f54-8d07-cb6642c48efb", + "id": "bf71768e-31b7-4228-b757-8d58107b884a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10223,7 +10223,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -10271,12 +10271,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eiusmodaliquip laboreUt quis nis\",\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\": \"sed nisi dolore suntcupidatat Ex\",\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\": \"reprehenderit deserunt cillum ex\",\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\": \"nostrud aliquip mollit esseexerc\",\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\": \"nisi mollit incididunt nonanim d\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate ipsumamet quis Duis la\",\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\": \"commodo elit ut ut animex labore\",\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\": \"ullamco elitut amet Loremullamco\",\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\": \"qui occaecat utlaborum proidentL\",\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\": \"eu Lorem etin Duisdolore in null\",\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\": -33523801,\n \"offset\": 40904223,\n \"total\": -65089226,\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\": \"non docommodo cillum ut consequa\",\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 dolor quis incididuntofficia \",\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 amet occaecat Ut euamet incid\",\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\": \"laborevoluptate in nisi laborisn\",\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\": \"pariatur voluptate etdeserunt al\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolore commodo pariatur consequa\",\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\": \"mollit ullamco Loremnon eu quis \",\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\": \"est velit dolor Excepteuradipisi\",\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 incididunt id do reprehe\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in Utnostrud in idmollit in sint\",\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\": 82168897,\n \"offset\": -60697734,\n \"total\": -81072140,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b0f0d52-9c01-43b1-adff-7633796bb678", + "id": "fc3bef88-5d9e-415a-9353-9e92ee0e835e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -10374,7 +10374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa96648-5eaa-4cdf-bedb-b900e21aefa6", + "id": "56565674-4c1e-497a-9606-a8712870c789", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10419,7 +10419,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -10478,7 +10478,7 @@ } }, { - "id": "e8366206-f96b-4a47-8ead-fda76112b26c", + "id": "758188a3-5930-4e7a-ab17-d59f1baef624", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10520,7 +10520,7 @@ }, "response": [ { - "id": "54ca56b2-32be-429e-bc77-96002c12c204", + "id": "baf4838d-05c6-4df9-8b38-19c46b8c5a5f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10559,12 +10559,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eu nonminim adipisicing in ut ei\",\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\": \"aliquip in cupidatatproident con\",\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\": \"laborum animfugiat elit ipsum la\",\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\": \"Lorem tempor Duisdolore ut Excep\",\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\": \"commodo magna laborisea consecte\",\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\": \"qui consectetur mollit fugiatqui\",\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\": \"nisiex proidentaliquip sedcupida\",\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\": \"ipsumipsum etin mollit cupidatat\",\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\": \"inpariatur cupidatat sit cillumc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat officiaconsectetur dolo\",\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": "71f3ce92-6bcc-4d39-bb3c-b5338382a865", + "id": "7b778747-6413-43e5-9620-ff6e590f4238", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10608,7 +10608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c51fd79-7a9a-4a8d-bfb7-6f423d8646a5", + "id": "ec5e3db8-3bbf-4ca5-b1fd-4da5289ad47c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ } }, { - "id": "bf5a63fd-b580-49be-8cac-24bfb87969f2", + "id": "bd48c179-db3d-4412-bf9d-cb42a12f3679", "name": "Update a profile type by id", "request": { "name": "Update a profile type by id", @@ -10701,7 +10701,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do Lorem enim deseruntLoremullam\",\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 in veniam ipsum adipisicingut\",\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\": \"minim nostrudex aute invelit in \",\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\": \"irure Excepteur consequatid mini\",\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\": \"laborum temporpariatur qui aute \",\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\": \"aliqua incididuntmollit officia \",\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\": \"cillum in aliquip in magnaexerci\",\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\": \"Excepteur utcommodo non aliquip \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10713,7 +10713,7 @@ }, "response": [ { - "id": "2329b2dc-24ff-490e-ae58-f1f7a79f074c", + "id": "14dbcc2e-d023-4573-b8bf-0203397670d6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10748,7 +10748,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do Lorem enim deseruntLoremullam\",\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 in veniam ipsum adipisicingut\",\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\": \"minim nostrudex aute invelit in \",\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\": \"irure Excepteur consequatid mini\",\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\": \"laborum temporpariatur qui aute \",\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\": \"aliqua incididuntmollit officia \",\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\": \"cillum in aliquip in magnaexerci\",\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\": \"Excepteur utcommodo non aliquip \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10765,12 +10765,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eu nonminim adipisicing in ut ei\",\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\": \"aliquip in cupidatatproident con\",\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\": \"laborum animfugiat elit ipsum la\",\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\": \"Lorem tempor Duisdolore ut Excep\",\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\": \"commodo magna laborisea consecte\",\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\": \"qui consectetur mollit fugiatqui\",\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\": \"nisiex proidentaliquip sedcupida\",\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\": \"ipsumipsum etin mollit cupidatat\",\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\": \"inpariatur cupidatat sit cillumc\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat officiaconsectetur dolo\",\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": "e5d5e66b-ada6-4d98-85f9-6a7c8917d4de", + "id": "f4600857-7aea-45a5-9afc-2a62fdec2680", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10805,7 +10805,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do Lorem enim deseruntLoremullam\",\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 in veniam ipsum adipisicingut\",\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\": \"minim nostrudex aute invelit in \",\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\": \"irure Excepteur consequatid mini\",\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\": \"laborum temporpariatur qui aute \",\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\": \"aliqua incididuntmollit officia \",\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\": \"cillum in aliquip in magnaexerci\",\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\": \"Excepteur utcommodo non aliquip \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10827,7 +10827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c18dbb-4e33-410e-9caa-b38c90d2c5f2", + "id": "b5f305ef-b382-4997-b054-bcd64e11894a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10862,7 +10862,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile_type\": {\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do Lorem enim deseruntLoremullam\",\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 in veniam ipsum adipisicingut\",\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\": \"minim nostrudex aute invelit in \",\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\": \"irure Excepteur consequatid mini\",\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\": \"laborum temporpariatur qui aute \",\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\": \"aliqua incididuntmollit officia \",\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\": \"cillum in aliquip in magnaexerci\",\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\": \"Excepteur utcommodo non aliquip \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10890,7 +10890,7 @@ } }, { - "id": "ce39e249-4ae1-4701-a7b9-d6ef053f8055", + "id": "fdc2d75e-75d3-4099-acc4-32379df5931c", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10932,7 +10932,7 @@ }, "response": [ { - "id": "fde63d95-6176-4ea9-96ca-38b117da0d86", + "id": "45ce595c-5639-4349-b90a-333b853536fe", "name": "Info about the operation", "originalRequest": { "url": { @@ -10976,7 +10976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9eaa5c-1cb2-4df2-a7f9-4f5d5634505f", + "id": "b353b708-aa0f-45e1-9062-baa3ae8c57c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11020,7 +11020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a74c64-1db5-4736-9d00-8d42f2d0d34d", + "id": "fc1a4851-42d0-48b0-8943-3e71dcbcec18", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11076,7 +11076,7 @@ "description": "", "item": [ { - "id": "87a19a98-e36a-409e-823d-26de88952093", + "id": "f529c23a-13e7-40da-89e1-db1d6d5acc1c", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -11174,7 +11174,7 @@ }, "response": [ { - "id": "f12f371a-7cde-46a5-9684-855180456d9f", + "id": "c907f389-0e57-4b41-8591-dc25cc85fd5a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11260,12 +11260,12 @@ "value": "application/json" } ], - "body": "{\n \"form\": {\n \"count\": 5,\n \"records\": [\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"proident nisi animexnisi esse de\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"dolore deserunt ineu estmollit i\",\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\": \"consectetur veniam pariaturfugia\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"est etest ut eaqui veniam nostru\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e50570d0-c66a-479c-8b05-75a6faf25c07", + "id": "c9eee3da-6c90-4801-86f3-7f714c8eede2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11356,7 +11356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d3070e-872f-46c5-adff-a5a0cc9bd048", + "id": "e8217506-244e-4402-93b6-9c8ab4e3a148", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11453,7 +11453,7 @@ } }, { - "id": "439e5c0b-7709-4c35-a51c-7714f259f770", + "id": "b1f59723-f8fe-426b-a9ca-47905ecf5618", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11503,7 +11503,7 @@ }, "response": [ { - "id": "560c73f7-8f34-4326-9615-64bdcb934511", + "id": "50d86d3c-1fb0-4eec-9bb0-f238dcd1e5f4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11561,7 +11561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "240a74c2-168b-4c04-8ab9-0fcb28845a66", + "id": "dc97b4bb-e253-4fb2-97df-136f85a08125", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11619,7 +11619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ca6f67b-c337-43e9-8a87-4e7582aa0817", + "id": "5284e6cd-086d-44d9-b4ec-0168e7ff325d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11683,7 +11683,7 @@ } }, { - "id": "392e0030-7def-4a0d-8ae6-889b177d980e", + "id": "a121c782-a95b-4c83-817a-482cf112be65", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11737,7 +11737,7 @@ }, "response": [ { - "id": "5c758de8-e650-42ef-a650-21c0df52255b", + "id": "7cba19e0-2eb6-4998-a7ac-cfc5a1cd97bf", "name": "Info about the operation", "originalRequest": { "url": { @@ -11783,7 +11783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d05faa-f44d-48bf-acab-5abd11192be8", + "id": "e9205497-2252-45d8-a9b7-68a64fd2f8fa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11829,7 +11829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b15a7913-2232-4744-a435-64b95be92022", + "id": "eb23beca-3b7e-484d-91b0-e1962e960473", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "description": "", "item": [ { - "id": "ffe16c04-7430-409a-ba48-30c3bf9d09a7", + "id": "7cdd6161-29f9-4ab5-ae9e-30027d417314", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11930,7 +11930,7 @@ }, "response": [ { - "id": "1a14165b-e085-497b-b83e-8db1808e8e9d", + "id": "3acb7d0b-6ca4-49e0-b56b-a0b9866e1fec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11986,7 +11986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d50c2c1-dd3b-462e-aefa-8988a7261610", + "id": "5093ccb5-b649-45f8-8c5a-b78439f01074", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12042,7 +12042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "122e2f08-c907-42b7-a208-3f7f7b6096e7", + "id": "6c403741-4016-48a3-9383-ef400ae14b87", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12110,7 +12110,7 @@ "description": "", "item": [ { - "id": "4d8c6936-12cc-45b7-9cb6-3acbbbf4125f", + "id": "8b5e1ee5-8a49-40cf-87bc-551ec3666193", "name": "Create a profile", "request": { "name": "Create a profile", @@ -12141,7 +12141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ullamco sed aliquip Ut\",\n \"profile_type_id\": \"urn:uuid:a6cb4888-39dc-f54f-cb3c-17d21a2f4f58\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"eiusmod labore\",\n \"profile_type_id\": \"b15a9b0c-fad9-c226-3427-bffc3668f201\",\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}", "options": { "raw": { "headerFamily": "json", @@ -12153,7 +12153,7 @@ }, "response": [ { - "id": "60726432-b2b2-4fac-b258-ced361c9e543", + "id": "e9a5d8a8-780e-41c6-a857-bb0fda8bd4b9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12187,7 +12187,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ullamco sed aliquip Ut\",\n \"profile_type_id\": \"urn:uuid:a6cb4888-39dc-f54f-cb3c-17d21a2f4f58\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"eiusmod labore\",\n \"profile_type_id\": \"b15a9b0c-fad9-c226-3427-bffc3668f201\",\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}", "options": { "raw": { "headerFamily": "json", @@ -12204,12 +12204,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint laborein velit eaDuis commo\",\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\": \"in aliquip elitsit Lorem id dodo\",\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": "9f008635-a689-4484-b964-823addec49bc", + "id": "0f1a29b9-ca83-4926-9aaf-e6394aa2303a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12243,7 +12243,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ullamco sed aliquip Ut\",\n \"profile_type_id\": \"urn:uuid:a6cb4888-39dc-f54f-cb3c-17d21a2f4f58\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"eiusmod labore\",\n \"profile_type_id\": \"b15a9b0c-fad9-c226-3427-bffc3668f201\",\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}", "options": { "raw": { "headerFamily": "json", @@ -12265,7 +12265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce3dae37-a65a-4d34-88cb-c41411203204", + "id": "dfcbd292-8d23-465a-b7e4-5f9ae8e1c9a6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12299,7 +12299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ullamco sed aliquip Ut\",\n \"profile_type_id\": \"urn:uuid:a6cb4888-39dc-f54f-cb3c-17d21a2f4f58\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"eiusmod labore\",\n \"profile_type_id\": \"b15a9b0c-fad9-c226-3427-bffc3668f201\",\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}", "options": { "raw": { "headerFamily": "json", @@ -12327,7 +12327,7 @@ } }, { - "id": "680a18cd-4adf-4a72-81ed-3342d35f6cf9", + "id": "1b6eb9b2-8821-428c-9a8f-21f42d77ed36", "name": "Get profiles", "request": { "name": "Get profiles", @@ -12386,7 +12386,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -12395,7 +12395,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -12404,7 +12404,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -12430,7 +12430,7 @@ }, "response": [ { - "id": "1706c98f-2f04-4be7-9681-de2a9eba7a65", + "id": "72f3d638-fdfa-49fd-8de9-4b952e952462", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12484,7 +12484,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -12493,7 +12493,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -12502,7 +12502,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -12541,12 +12541,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"donulla Excepteur occaecateiusmo\",\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\": \"Lorem amet eu idlaboris culpaocc\",\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\": -39251910,\n \"offset\": -80464272,\n \"total\": 82889515,\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\": \"dolorullamco animenim ametsedvol\",\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\": \"proident incididunt dolor utdo s\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"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\": -9917077,\n \"offset\": -2461007,\n \"total\": -39071774,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "62ab1463-d187-4b3b-ab00-698d5fbf12cb", + "id": "6a607b6d-acbd-4003-87fe-d49737cdcbcb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12600,7 +12600,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -12609,7 +12609,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -12618,7 +12618,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -12662,7 +12662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4806c076-59aa-4801-891a-bf2ee71dfd12", + "id": "930006bb-69ed-4409-9c6e-b5ebe736b5d2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12716,7 +12716,7 @@ "type": "text/plain" }, "key": "name", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" }, { "disabled": false, @@ -12725,7 +12725,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -12734,7 +12734,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "On Leave" }, { "disabled": false, @@ -12784,7 +12784,7 @@ } }, { - "id": "fd96d589-35b8-4c83-af34-378820d304c1", + "id": "7c13c6e7-ce4e-4a5e-a1a1-1c8903233ef7", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12815,7 +12815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"velit aliqua eiusmod\",\n \"profile_type_id\": \"e77fba11-1535-98a3-c085-a43763cae4ab\",\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 \"name\": \"ipsum deserunt sunt in cupidatat\",\n \"profile_type_id\": \"urn:uuid:e23b6344-2c07-8e40-a977-6b705b22da98\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris cillum incididunt\",\n \"profile_type_id\": \"urn:uuid:e30143f3-061e-26b0-99a7-e5d32d738ee6\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"aute officia dolor\",\n \"profile_type_id\": \"urn:uuid:10fd17ab-741e-26e1-092c-fe50fb20cff9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12827,7 +12827,7 @@ }, "response": [ { - "id": "253b7b71-6155-4725-bb5c-659369760597", + "id": "7bf09314-bf6b-4261-a976-a9d89b820165", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12861,7 +12861,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"velit aliqua eiusmod\",\n \"profile_type_id\": \"e77fba11-1535-98a3-c085-a43763cae4ab\",\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 \"name\": \"ipsum deserunt sunt in cupidatat\",\n \"profile_type_id\": \"urn:uuid:e23b6344-2c07-8e40-a977-6b705b22da98\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris cillum incididunt\",\n \"profile_type_id\": \"urn:uuid:e30143f3-061e-26b0-99a7-e5d32d738ee6\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"aute officia dolor\",\n \"profile_type_id\": \"urn:uuid:10fd17ab-741e-26e1-092c-fe50fb20cff9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12878,12 +12878,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"non voluptate ut mollitin adipis\",\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\": \"anim Lorem voluptatedolorelaboru\",\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\": \"utnon qui exercitationveniam ips\",\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\": \"pariatur aliquip Utcommodo Ut am\",\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": "eb666003-72e3-4b33-b2d1-c44b79a1501b", + "id": "66e5a1a3-6b23-4c8b-ad1e-61502d8b5ab1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12917,7 +12917,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"velit aliqua eiusmod\",\n \"profile_type_id\": \"e77fba11-1535-98a3-c085-a43763cae4ab\",\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 \"name\": \"ipsum deserunt sunt in cupidatat\",\n \"profile_type_id\": \"urn:uuid:e23b6344-2c07-8e40-a977-6b705b22da98\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris cillum incididunt\",\n \"profile_type_id\": \"urn:uuid:e30143f3-061e-26b0-99a7-e5d32d738ee6\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"aute officia dolor\",\n \"profile_type_id\": \"urn:uuid:10fd17ab-741e-26e1-092c-fe50fb20cff9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12939,7 +12939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53b75c8-6a0f-4463-8a4b-56dc1661a85e", + "id": "4830df1a-1e3c-4145-865c-b15a5c7dfb6e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12973,7 +12973,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"velit aliqua eiusmod\",\n \"profile_type_id\": \"e77fba11-1535-98a3-c085-a43763cae4ab\",\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 \"name\": \"ipsum deserunt sunt in cupidatat\",\n \"profile_type_id\": \"urn:uuid:e23b6344-2c07-8e40-a977-6b705b22da98\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris cillum incididunt\",\n \"profile_type_id\": \"urn:uuid:e30143f3-061e-26b0-99a7-e5d32d738ee6\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"aute officia dolor\",\n \"profile_type_id\": \"urn:uuid:10fd17ab-741e-26e1-092c-fe50fb20cff9\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13001,7 +13001,7 @@ } }, { - "id": "f31f4d13-2c0e-4a21-9a9d-c5d2a1dbc1bf", + "id": "10b7caee-87cd-4aef-8f1e-74d1885cd612", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -13032,7 +13032,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"4f4c4a84-c4ec-1cec-74d3-99aee58dfd3e\",\n \"name\": \"in deserunt\",\n \"profile_type_id\": \"urn:uuid:a7c9551b-a43b-38f5-d1ef-bc872dfad50f\",\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 {\n \"id\": \"urn:uuid:6dce1837-db2d-b974-832f-801c0a174c72\",\n \"name\": \"pariatur d\",\n \"profile_type_id\": \"c8b73726-f3a0-f22b-a3f1-07f9e2be2c9d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"5e963756-8e45-2725-8ecb-9f5f6eb4fcff\",\n \"name\": \"dolor in\",\n \"profile_type_id\": \"urn:uuid:9c268b4c-ce09-d62c-dcbd-844b6ba16e3d\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:881c7a5b-534d-3254-810f-77524717aced\",\n \"name\": \"fugiat\",\n \"profile_type_id\": \"2cc6be9c-e1b0-ec6d-aa1e-5398d96b9c34\",\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", @@ -13044,7 +13044,7 @@ }, "response": [ { - "id": "d7190738-3f69-40c0-9825-26e32c745c8e", + "id": "170d8b9a-177f-4fc6-9c38-88c4f98d41dd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13078,7 +13078,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"4f4c4a84-c4ec-1cec-74d3-99aee58dfd3e\",\n \"name\": \"in deserunt\",\n \"profile_type_id\": \"urn:uuid:a7c9551b-a43b-38f5-d1ef-bc872dfad50f\",\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 {\n \"id\": \"urn:uuid:6dce1837-db2d-b974-832f-801c0a174c72\",\n \"name\": \"pariatur d\",\n \"profile_type_id\": \"c8b73726-f3a0-f22b-a3f1-07f9e2be2c9d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"5e963756-8e45-2725-8ecb-9f5f6eb4fcff\",\n \"name\": \"dolor in\",\n \"profile_type_id\": \"urn:uuid:9c268b4c-ce09-d62c-dcbd-844b6ba16e3d\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:881c7a5b-534d-3254-810f-77524717aced\",\n \"name\": \"fugiat\",\n \"profile_type_id\": \"2cc6be9c-e1b0-ec6d-aa1e-5398d96b9c34\",\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", @@ -13095,12 +13095,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"non voluptate ut mollitin adipis\",\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\": \"anim Lorem voluptatedolorelaboru\",\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\": \"utnon qui exercitationveniam ips\",\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\": \"pariatur aliquip Utcommodo Ut am\",\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": "02cb947c-3e2f-4afd-a969-bf369ed67d4f", + "id": "7fe7307f-4d7b-49ab-b5bb-077cbaa4a956", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13134,7 +13134,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"4f4c4a84-c4ec-1cec-74d3-99aee58dfd3e\",\n \"name\": \"in deserunt\",\n \"profile_type_id\": \"urn:uuid:a7c9551b-a43b-38f5-d1ef-bc872dfad50f\",\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 {\n \"id\": \"urn:uuid:6dce1837-db2d-b974-832f-801c0a174c72\",\n \"name\": \"pariatur d\",\n \"profile_type_id\": \"c8b73726-f3a0-f22b-a3f1-07f9e2be2c9d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"5e963756-8e45-2725-8ecb-9f5f6eb4fcff\",\n \"name\": \"dolor in\",\n \"profile_type_id\": \"urn:uuid:9c268b4c-ce09-d62c-dcbd-844b6ba16e3d\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:881c7a5b-534d-3254-810f-77524717aced\",\n \"name\": \"fugiat\",\n \"profile_type_id\": \"2cc6be9c-e1b0-ec6d-aa1e-5398d96b9c34\",\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", @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9424aab-2310-4c80-b7ea-5a582b27787d", + "id": "a9bf29b0-bb6c-46ca-97f4-bc71f82373cf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13190,7 +13190,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"4f4c4a84-c4ec-1cec-74d3-99aee58dfd3e\",\n \"name\": \"in deserunt\",\n \"profile_type_id\": \"urn:uuid:a7c9551b-a43b-38f5-d1ef-bc872dfad50f\",\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 {\n \"id\": \"urn:uuid:6dce1837-db2d-b974-832f-801c0a174c72\",\n \"name\": \"pariatur d\",\n \"profile_type_id\": \"c8b73726-f3a0-f22b-a3f1-07f9e2be2c9d\",\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}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"5e963756-8e45-2725-8ecb-9f5f6eb4fcff\",\n \"name\": \"dolor in\",\n \"profile_type_id\": \"urn:uuid:9c268b4c-ce09-d62c-dcbd-844b6ba16e3d\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pass\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:881c7a5b-534d-3254-810f-77524717aced\",\n \"name\": \"fugiat\",\n \"profile_type_id\": \"2cc6be9c-e1b0-ec6d-aa1e-5398d96b9c34\",\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", @@ -13218,7 +13218,7 @@ } }, { - "id": "b4e9fda7-1816-44e4-83b2-61d507cd1992", + "id": "bf999c62-33e7-4aeb-bfcb-754199604fc0", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -13249,7 +13249,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d6cb223c-5a20-ef0f-6fa2-6cf026ca09a1\"\n },\n {\n \"id\": \"urn:uuid:65b5c349-cf3c-25d3-2637-2fd715765fae\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e99ba8d0-13a6-7213-5d55-e5c0c90685d2\"\n },\n {\n \"id\": \"6262f246-6913-1b46-b0ef-d68a17724a1f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13261,7 +13261,7 @@ }, "response": [ { - "id": "f37b38e4-c8a7-4f3b-80c6-5ac0ca701abf", + "id": "7f0e96c0-a886-4eb3-b52c-39fb855f9c8c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13295,7 +13295,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d6cb223c-5a20-ef0f-6fa2-6cf026ca09a1\"\n },\n {\n \"id\": \"urn:uuid:65b5c349-cf3c-25d3-2637-2fd715765fae\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e99ba8d0-13a6-7213-5d55-e5c0c90685d2\"\n },\n {\n \"id\": \"6262f246-6913-1b46-b0ef-d68a17724a1f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13312,12 +13312,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"non voluptate ut mollitin adipis\",\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\": \"anim Lorem voluptatedolorelaboru\",\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\": \"utnon qui exercitationveniam ips\",\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\": \"pariatur aliquip Utcommodo Ut am\",\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": "ea6a6c88-1673-41b4-b768-6d728b3b28f3", + "id": "1c53c64c-54f6-45d7-bd48-5eaf5a323c60", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13351,7 +13351,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d6cb223c-5a20-ef0f-6fa2-6cf026ca09a1\"\n },\n {\n \"id\": \"urn:uuid:65b5c349-cf3c-25d3-2637-2fd715765fae\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e99ba8d0-13a6-7213-5d55-e5c0c90685d2\"\n },\n {\n \"id\": \"6262f246-6913-1b46-b0ef-d68a17724a1f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13373,7 +13373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5b6cdb-6343-4956-8aef-d230b6c379ee", + "id": "fc6399b5-a425-4c81-ad4d-8872ea29ae8c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13407,7 +13407,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:d6cb223c-5a20-ef0f-6fa2-6cf026ca09a1\"\n },\n {\n \"id\": \"urn:uuid:65b5c349-cf3c-25d3-2637-2fd715765fae\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e99ba8d0-13a6-7213-5d55-e5c0c90685d2\"\n },\n {\n \"id\": \"6262f246-6913-1b46-b0ef-d68a17724a1f\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13435,7 +13435,7 @@ } }, { - "id": "542cb0a7-8aa4-46b8-88e2-8127d1da639f", + "id": "87cdefc5-cb48-47b6-b35f-fcdce2f3a507", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13477,7 +13477,7 @@ }, "response": [ { - "id": "6a506016-f0c5-4e87-8d47-7b1024bee5cf", + "id": "c2127b24-1dbb-4c9d-a64e-148bfabe57c5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13516,12 +13516,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint laborein velit eaDuis commo\",\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\": \"in aliquip elitsit Lorem id dodo\",\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": "5ee7eff0-e285-4389-b73e-71c924c6bbfb", + "id": "67d0f1c8-c0a0-41b5-8740-d1965fd3d34e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13565,7 +13565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417169d4-24f4-4f63-8c6b-e26ab9137919", + "id": "63ea64ba-cfa8-479d-91e7-82fb39f12c57", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13615,7 +13615,7 @@ } }, { - "id": "6a2bb244-4753-4bcd-badb-cc2858c76ce5", + "id": "8470926d-8f1f-40b4-aae1-1a6f13689cc9", "name": "Update a profile by id", "request": { "name": "Update a profile by id", @@ -13658,7 +13658,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"in irure Duis dolore esse\",\n \"profile_type_id\": \"urn:uuid:bc610f7b-8ec8-7300-0299-4885ba2c25d2\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"minim cillum dolore ad veniam\",\n \"profile_type_id\": \"urn:uuid:ef0f5b0b-178a-5661-2b57-2415910d7eef\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13670,7 +13670,7 @@ }, "response": [ { - "id": "ff7e9a7b-dc26-49be-8a2d-c69460051255", + "id": "2d62069a-fae8-419d-94ca-35a1e3f1ff1a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13705,7 +13705,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"in irure Duis dolore esse\",\n \"profile_type_id\": \"urn:uuid:bc610f7b-8ec8-7300-0299-4885ba2c25d2\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"minim cillum dolore ad veniam\",\n \"profile_type_id\": \"urn:uuid:ef0f5b0b-178a-5661-2b57-2415910d7eef\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13722,12 +13722,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint laborein velit eaDuis commo\",\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\": \"in aliquip elitsit Lorem id dodo\",\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": "7dc46243-085a-4dce-b408-ebc9e2ee2943", + "id": "381ff65c-aea9-4be2-a55b-e911ddfbcab4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13762,7 +13762,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"in irure Duis dolore esse\",\n \"profile_type_id\": \"urn:uuid:bc610f7b-8ec8-7300-0299-4885ba2c25d2\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"minim cillum dolore ad veniam\",\n \"profile_type_id\": \"urn:uuid:ef0f5b0b-178a-5661-2b57-2415910d7eef\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13784,7 +13784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8137b769-40f9-4a84-8977-603385e1350c", + "id": "d188534b-2948-4679-aa9a-3e393dd278ef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13819,7 +13819,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"in irure Duis dolore esse\",\n \"profile_type_id\": \"urn:uuid:bc610f7b-8ec8-7300-0299-4885ba2c25d2\",\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}", + "raw": "{\n \"profile\": {\n \"name\": \"minim cillum dolore ad veniam\",\n \"profile_type_id\": \"urn:uuid:ef0f5b0b-178a-5661-2b57-2415910d7eef\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -13847,7 +13847,7 @@ } }, { - "id": "ab855306-e3ba-443c-aaf2-6394376995b5", + "id": "e9080fcc-3967-4fca-b59b-c0abc1a0b11c", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13889,7 +13889,7 @@ }, "response": [ { - "id": "03766e24-7805-4892-8b6f-64a842d0581b", + "id": "1b2d7dd9-94cb-4ced-abe1-109309ac36d3", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "879fff68-fe0f-4f31-972c-4a27fe4e0595", + "id": "0a31dcee-7733-4e52-9820-2b7683c12201", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13962,12 +13962,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"deserunt dolore\"\n}", + "body": "{\n \"error\": \"magna proident laboris officia velit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b08bb046-29d5-4c62-8fc9-fb3791262d3a", + "id": "9ae82e2a-b984-4865-83b7-5df39177a417", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14017,7 +14017,7 @@ } }, { - "id": "10df7db4-5ada-4256-8cc2-219944c0938b", + "id": "bae18e4b-b055-4ba7-923f-fccb29f20a3f", "name": "Retrieves the URL of an attachment attribute value from a profile", "request": { "name": "Retrieves the URL of an attachment attribute value from a profile", @@ -14071,7 +14071,7 @@ }, "response": [ { - "id": "259795fa-237b-4046-9ede-97a622d29eb7", + "id": "b5443829-5a12-4a66-9a9c-30e7d298a89c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14112,12 +14112,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "92dc5104-30a8-4d6f-ac83-f19fa301ebbb", + "id": "6b5d5c6b-0cf8-4651-9988-1a69f1d0a042", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd63814c-5f7b-4537-bcb1-8548029f2bc9", + "id": "82a72a4e-f676-42c8-81e7-0223f1be0698", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ } }, { - "id": "90281aa4-20a0-4aaf-a182-435159e3512d", + "id": "785f2d81-f283-4755-9ac9-167ab85ffadf", "name": "Uploads a new attachment attribute value to a profile", "request": { "name": "Uploads a new attachment attribute value to a profile", @@ -14277,7 +14277,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14286,7 +14286,7 @@ }, "response": [ { - "id": "edc004b0-0751-40dc-90b7-d773ec71e23f", + "id": "fff0c985-c9a0-4a30-a0dc-84edf85add0c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14330,7 +14330,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14344,12 +14344,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e993e77-c642-44af-9cb3-c6a97ab1def8", + "id": "c021fc27-0724-4247-8aef-bae46fd084b8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14393,7 +14393,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14412,7 +14412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "425dcb3c-932f-4ca9-93d6-1ed93911587b", + "id": "0ca9efcf-8e95-41a7-942e-58d2d9c71e8c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14456,7 +14456,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14481,7 +14481,7 @@ } }, { - "id": "ef5a7a3a-2fd8-428d-88b7-1619a8a1c235", + "id": "28da0429-0276-44b1-ba2c-4253762b510b", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14524,7 +14524,7 @@ }, "response": [ { - "id": "ed33652f-e07a-479c-8bc1-a8c617c571aa", + "id": "a741389f-f47d-483d-b413-67954e84c9ec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14564,12 +14564,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "39bc2232-01e6-47d4-a1c6-376bfb90c0c7", + "id": "1ad57c3d-8bca-4c62-93e3-0e5dbfefb173", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cf83d6-a46a-4227-8eb0-7b413136b5da", + "id": "d25dd615-e4db-4df1-ab6e-be268ba63367", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ } }, { - "id": "9dca8f2e-c9b4-42a3-bd8c-c24a540d96a0", + "id": "b1108277-4e13-433a-a443-6fa26167eb78", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14716,7 +14716,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14725,7 +14725,7 @@ }, "response": [ { - "id": "2b8467c0-acf0-424b-9857-78128d31d7d3", + "id": "8f8e6182-77f3-430d-87b0-8c831a33bc6e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14768,7 +14768,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14782,12 +14782,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ec050759-3696-4bce-9f7f-e81eb5738b08", + "id": "4b75d391-339b-4559-84f4-e1560cc966d1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14830,7 +14830,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14849,7 +14849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d5fed33-8894-4284-aadb-c1fc26106e95", + "id": "a8543c13-c241-458c-9457-35d38efb3dde", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14892,7 +14892,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -14923,7 +14923,7 @@ "description": "", "item": [ { - "id": "21c0d2ec-b78f-40cf-a061-6171a0f03071", + "id": "9b2da5da-84c2-426c-a3f7-dbd77d439914", "name": "Get risk score data in bulk", "request": { "name": "Get risk score data in bulk", @@ -14973,7 +14973,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -14991,7 +14991,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15000,7 +15000,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15009,7 +15009,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15035,7 +15035,7 @@ }, "response": [ { - "id": "737b4d0a-7953-4005-8ee6-7d0ec77ccc3f", + "id": "acba1e26-f0c3-4059-9b61-f203499ba624", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15080,7 +15080,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15098,7 +15098,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15107,7 +15107,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15116,7 +15116,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"ac59570f-c680-a200-f8ed-ac28b4f027f0\",\n \"uid\": \"nisidolore occaecatsit incididun\",\n \"object_id\": \"urn:uuid:2f7cbeb1-4597-2cb1-fc68-8ba89600e7af\",\n \"object_type\": \"Profile\",\n \"overall_score\": 66840544.47,\n \"overall_risk_level_id\": \"b14da055-42a7-c22a-c6c9-89d97f1cfd48\",\n \"impact_score\": 133753670.25,\n \"impact_risk_level_id\": \"6ce200f8-62d0-6ebc-1a77-cfe602fcf5af\",\n \"probability_score\": 34299926.78,\n \"probability_risk_level_id\": \"urn:uuid:732a3430-34c9-d8e1-dc03-b4f71ffae8a7\"\n },\n {\n \"id\": \"24fdc11e-c44a-6100-cc30-d58e9af940ea\",\n \"uid\": \"magna advoluptate commodo in aut\",\n \"object_id\": \"bd046621-cfb0-2695-da70-f0456a2dc03f\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 63521191.050000004,\n \"overall_risk_level_id\": \"fcbbf860-af57-8d79-cba0-f1531ff0df4b\",\n \"impact_score\": 98454268.92,\n \"impact_risk_level_id\": \"urn:uuid:c889b5af-20f4-6548-a4ba-d40ed06d271a\",\n \"probability_score\": 65147980.43,\n \"probability_risk_level_id\": \"e4a40747-8631-f031-9649-fd85b573b997\"\n }\n ],\n \"_metadata\": {\n \"limit\": -84242513,\n \"offset\": 17892195,\n \"total\": 66532803,\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:7b06c622-1d33-0a7f-8f88-d8c8fffa7fb3\",\n \"uid\": \"ipsum ut laborisullamco amet sed\",\n \"object_id\": \"urn:uuid:6cb93c52-b629-58b8-e7df-a003fc4e537e\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 101554911.15,\n \"overall_risk_level_id\": \"urn:uuid:6e80cd3e-556a-4184-4a7d-35c44cd23a36\",\n \"impact_score\": 16422224.35,\n \"impact_risk_level_id\": \"urn:uuid:347b53b8-cf0a-3251-d640-b1f8e2f31b6b\",\n \"probability_score\": 54020946.5,\n \"probability_risk_level_id\": \"d4e55c13-33a9-9260-016e-249e1f5472fe\"\n },\n {\n \"id\": \"urn:uuid:32605995-a280-4086-ab39-cdd6816fe10f\",\n \"uid\": \"exercitation esseamet ex adipisi\",\n \"object_id\": \"d9ad637a-5d8a-6c38-04a4-1b5e641dc1cb\",\n \"object_type\": \"Profile\",\n \"overall_score\": 74971146.28,\n \"overall_risk_level_id\": \"e53d0edb-92cd-84ec-d167-c3c1dcef66f0\",\n \"impact_score\": 37449550.97,\n \"impact_risk_level_id\": \"urn:uuid:cec8a2ef-a377-82db-51bd-bfc7e26d56eb\",\n \"probability_score\": 47934037.160000004,\n \"probability_risk_level_id\": \"3ca7fdf5-dc41-57c8-e5fd-30f039bc4394\"\n }\n ],\n \"_metadata\": {\n \"limit\": 16945371,\n \"offset\": 44658942,\n \"total\": 91544357,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "def65a97-7f98-4531-8073-ba7e1bf00749", + "id": "7f1bca76-4fcc-4c24-8498-32f0d8245cbb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15205,7 +15205,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15223,7 +15223,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15232,7 +15232,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15241,7 +15241,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15285,7 +15285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "341fb25b-43a1-4e9e-9c6a-ce124c986b69", + "id": "8fcf5f95-f3ef-4cde-938b-4a4256d6905f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15330,7 +15330,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15348,7 +15348,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15357,7 +15357,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15366,7 +15366,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -15416,7 +15416,7 @@ } }, { - "id": "a9f025ca-214a-45ed-bce7-ff861a4ac075", + "id": "207cc5a9-e2aa-4329-858b-8afa43192a7d", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15458,7 +15458,7 @@ }, "response": [ { - "id": "e05298eb-c80b-4c67-868b-ee6241fdb4ee", + "id": "ec231cfa-52dc-4a0c-b382-e14b6ffe813e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15497,12 +15497,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"7937497b-d293-4c00-355d-7c7ad5393e8d\",\n \"uid\": \"ut eu id ea laborumreprehenderit\",\n \"object_id\": \"f020bb02-5637-07cb-48f5-fadd9b2ee2d9\",\n \"object_type\": \"Profile\",\n \"overall_score\": 105148346.73,\n \"overall_risk_level_id\": \"urn:uuid:d6f56f73-10d1-043f-c936-39d705db9657\",\n \"impact_score\": 106629140.69,\n \"impact_risk_level_id\": \"urn:uuid:31bc2734-c6f7-0cea-b6dd-b6059814d793\",\n \"probability_score\": 95038433.36,\n \"probability_risk_level_id\": \"urn:uuid:bde9d8eb-06ea-c333-349d-96d208ed3224\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"8c3a3ba9-5d9b-b75b-3cdf-40a265193680\",\n \"uid\": \"laborum proident nisiexercitatio\",\n \"object_id\": \"urn:uuid:9fd782b7-468f-1e13-ac72-be0ac760969f\",\n \"object_type\": \"Profile\",\n \"overall_score\": 22288229.96,\n \"overall_risk_level_id\": \"urn:uuid:d5ed39d3-b7ec-2643-01e6-bd771272819e\",\n \"impact_score\": 59650825.17,\n \"impact_risk_level_id\": \"8db0cb6b-dc66-13bb-9b2a-7c787068fc2d\",\n \"probability_score\": 27414201.48,\n \"probability_risk_level_id\": \"6a548eab-663a-bbbc-0df5-98728fcd7233\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "99ee357e-ceb4-43c3-949d-943d6a8f3ffc", + "id": "8ad2c4b6-0673-4715-b4e7-34458b48a20c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15546,7 +15546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2636200c-bf61-4248-9b44-04f3097c2013", + "id": "d1d272c2-f5f2-442d-b2ce-5316c2880dce", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15602,7 +15602,7 @@ "description": "", "item": [ { - "id": "b265029e-4ea7-4edf-b11a-c545989e1f7c", + "id": "de343598-0ed7-46b8-9f03-3a23acb7f94b", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15678,7 +15678,7 @@ }, "response": [ { - "id": "0e18bee3-a36b-4567-a7f1-748818278839", + "id": "d13229e0-002a-44a5-a3f6-c28d298e6c6a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15762,12 +15762,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid:811d4401-a6f0-583e-b860-88cf97f6d7f9\",\n \"uid\": \"aliquip id tempor estelit quiste\",\n \"label\": \"non occaecat et\",\n \"points\": 176105110.35,\n \"order\": 76124190\n },\n {\n \"id\": \"1d3e271e-ba5c-9f56-7970-8f4c8595613b\",\n \"uid\": \"consectetur aliqua estculpa nonu\",\n \"label\": \"ad Ut m\",\n \"points\": 181827352.55,\n \"order\": 27448092\n }\n ],\n \"_metadata\": {\n \"limit\": 77688566,\n \"offset\": 80521001,\n \"total\": -98586320,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"a0776353-9d15-f944-9ef8-d617de530a40\",\n \"uid\": \"ut consectetursed ametullamco ad\",\n \"label\": \"ut quis\",\n \"points\": 195987150.67000002,\n \"order\": 41989620\n },\n {\n \"id\": \"4f90c1d3-7b42-c174-5909-c3ecfff932dd\",\n \"uid\": \"ad nisiipsum sint nostrud incidi\",\n \"label\": \"irure do\",\n \"points\": 80290085.15,\n \"order\": 52460284\n }\n ],\n \"_metadata\": {\n \"limit\": -84489064,\n \"offset\": -72908591,\n \"total\": 8654044,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d6fb97f7-d59e-486c-8f4b-062bd4abe588", + "id": "0d7da5b3-e534-4f24-a7af-e7c796d885be", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15856,7 +15856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a902a283-c460-4f39-8e51-7f0b490f4dd0", + "id": "f9ded6d2-3a8b-496b-afce-ac642b4912a6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15951,7 +15951,7 @@ } }, { - "id": "75e21f86-6c16-419b-aa60-6eb26a1e921f", + "id": "ebaae588-3283-48da-b4a9-a5ac147a6adc", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15993,7 +15993,7 @@ }, "response": [ { - "id": "cceed04f-1c5b-4395-8a1c-9063ae291c5f", + "id": "b5e360b7-c539-4e92-a33e-09c37dc897a7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16032,12 +16032,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:77f1cc14-0e05-fbd6-5d8a-2989f0793729\",\n \"uid\": \"ex ut elitfugiat est eu eaproide\",\n \"label\": \"eiusmod Duis ullamco\",\n \"points\": 138857716.37,\n \"order\": 88118480\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:728fb9b6-9c43-5fac-c401-07bd09dd0c40\",\n \"uid\": \"eiusmod et inaliquip deserunt si\",\n \"label\": \"aute c\",\n \"points\": 84380431.08,\n \"order\": 63114398\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0028d56d-b861-4bb1-9d38-9fd11e1fcc90", + "id": "0a4347e0-ddd7-453e-b78c-b58341de3dc4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16081,7 +16081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98f2a2e-86bc-4cb3-a17e-111dd9f1330e", + "id": "ab1f8e79-4d24-43da-8e85-789ac5528395", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16137,7 +16137,7 @@ "description": "", "item": [ { - "id": "26635ea8-670e-4f95-8475-1417efb64e5b", + "id": "820c8beb-c8a5-4d72-899c-3665ad6dcfc9", "name": "Create a user-profile contributor relationship", "request": { "name": "Create a user-profile contributor relationship", @@ -16168,7 +16168,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16180,7 +16180,7 @@ }, "response": [ { - "id": "b4f34559-95e0-4afb-ab1e-34c61e531d86", + "id": "221d3ef1-2b6d-48fd-ab4d-d4306eb76fc8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16214,7 +16214,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16231,12 +16231,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d0c40b43-642e-5d19-ac07-540585674dec\",\n \"uid\": \"Duis commodofugiat nostrud ex ad\",\n \"user_id\": \"urn:uuid:b994c610-5c2d-4016-4a94-87a5544c41c0\",\n \"profile_id\": \"urn:uuid:fedcd8b2-04ce-bf8e-7bd6-68fab6b1b0ad\",\n \"ne_attribute_id\": \"urn:uuid:2fec31fd-df1b-6010-84ab-bfdec7d9dd56\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:7f38f952-1a70-b70d-db38-ccb41b038358\",\n \"uid\": \"consequat exeiusmod consecteture\",\n \"user_id\": \"urn:uuid:dbb64c59-2aed-f196-ee79-c7528a455c08\",\n \"profile_id\": \"21703e20-8e88-40a3-c3a4-8ffbd013d1cc\",\n \"ne_attribute_id\": \"urn:uuid:c644bb7f-a916-8466-a797-9f3d3739baed\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44f7c642-7481-49b5-93d2-6eb6b70bb3d6", + "id": "5d6dbedb-6200-4a70-9e06-ae29db81e8f8", "name": "Invalid input", "originalRequest": { "url": { @@ -16266,7 +16266,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16288,7 +16288,7 @@ } }, { - "id": "680df6b5-86b6-4f00-ad9f-83955fe25d67", + "id": "20a31472-dd9f-4fb5-bd88-a98a6adb150e", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -16391,7 +16391,7 @@ }, "response": [ { - "id": "45f515e1-3e1e-4429-a09e-ba052df16268", + "id": "9bbf7b78-d99e-4bcf-88de-3eb337979092", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16502,12 +16502,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:71800742-88dc-4a8c-7741-59ff73464a07\",\n \"uid\": \"elit dolore occaecat exincididun\",\n \"user_id\": \"urn:uuid:bd1f3ff0-996d-1d99-3c55-f4b1a4cc96ee\",\n \"profile_id\": \"3f3cf433-6055-eaab-dbdb-38f7c6b2d143\",\n \"ne_attribute_id\": \"urn:uuid:96423712-14aa-3f87-34f2-48877bcc3ca2\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"be6983d8-0b25-8e32-5b15-33a090065d22\",\n \"uid\": \"doloresse dolor inpariatur volup\",\n \"user_id\": \"urn:uuid:3e4ce92b-cc72-da9f-edee-82965f83f0f3\",\n \"profile_id\": \"b4c0a411-e05d-e2f1-8956-bbb0896b36d6\",\n \"ne_attribute_id\": \"ef153c4f-cb03-270e-2f93-a94be7e101f2\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": 93323090,\n \"offset\": 64885682,\n \"total\": 79436902,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"a914c0a3-9131-2d3c-5256-20251552a30b\",\n \"uid\": \"Excepteur Ut dolor nondo fugiat \",\n \"user_id\": \"7057a24a-2077-afdb-5e0f-119283ca3ab8\",\n \"profile_id\": \"urn:uuid:662400f8-9220-267f-c0ef-886de1798ea2\",\n \"ne_attribute_id\": \"f29ed4ec-d656-b8ea-7ac5-d59481937337\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:c56265eb-fed5-333f-b8bb-e12407d30893\",\n \"uid\": \"ullamco dolorcommodo dolor Lorem\",\n \"user_id\": \"dba10e9a-098b-2110-e614-a4f218654b96\",\n \"profile_id\": \"urn:uuid:615dc935-a034-c3cb-c424-0e8442730e0e\",\n \"ne_attribute_id\": \"c320a0aa-5d3f-02a1-2af7-4193bd118079\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": -76679158,\n \"offset\": 90961781,\n \"total\": 65114539,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3489edde-c217-41fa-8112-f13bfa104103", + "id": "d4f261e3-b207-46d0-8313-d7cf6369d247", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16623,7 +16623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695d4dd9-0b45-4c16-b81b-35eb931fb410", + "id": "7fc41574-a71c-4820-881b-c7bec5dc51cd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16745,7 +16745,7 @@ } }, { - "id": "7d95e2b9-9a8d-49b1-9c2e-838a6d64f73e", + "id": "b3d28bad-6aba-42a4-b049-14a82cac0308", "name": "Create multiple user-profile contributor relationships", "request": { "name": "Create multiple user-profile contributor relationships", @@ -16776,7 +16776,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"960261cc-d7e9-4b56-437e-9b80b0612617\",\n \"profile_id\": \"9e83f90f-0a74-9b34-5321-8513069210ad\",\n \"ne_attribute_id\": \"fc9e8848-86cb-6a0e-298d-e6ca45d03604\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:1b558657-d44e-682a-36ab-b6682a97885d\",\n \"profile_id\": \"urn:uuid:6ec04123-9c5d-d829-861d-6542a1232eda\",\n \"ne_attribute_id\": \"urn:uuid:b27930c0-8253-3cfd-e8e2-7417bf913051\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:75ae3238-0d97-352e-a30c-76992f763868\",\n \"profile_id\": \"urn:uuid:0a640d4a-6a9e-94cd-0e05-eeecfc262052\",\n \"ne_attribute_id\": \"urn:uuid:61b69443-e7a4-139b-0334-acdf2c1a84a8\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"98484ec7-f249-354e-9c8a-ad46a67b7fc0\",\n \"profile_id\": \"urn:uuid:8ba84a3e-e498-a1de-0421-8d4272db20ac\",\n \"ne_attribute_id\": \"77349e93-0d23-ce6e-a716-3f5809335426\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16788,7 +16788,7 @@ }, "response": [ { - "id": "82f6dff3-dee1-4758-854e-3a29a0ef9e81", + "id": "7698e575-26cb-4b0d-8835-49be6bdd2077", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16822,7 +16822,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"960261cc-d7e9-4b56-437e-9b80b0612617\",\n \"profile_id\": \"9e83f90f-0a74-9b34-5321-8513069210ad\",\n \"ne_attribute_id\": \"fc9e8848-86cb-6a0e-298d-e6ca45d03604\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:1b558657-d44e-682a-36ab-b6682a97885d\",\n \"profile_id\": \"urn:uuid:6ec04123-9c5d-d829-861d-6542a1232eda\",\n \"ne_attribute_id\": \"urn:uuid:b27930c0-8253-3cfd-e8e2-7417bf913051\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:75ae3238-0d97-352e-a30c-76992f763868\",\n \"profile_id\": \"urn:uuid:0a640d4a-6a9e-94cd-0e05-eeecfc262052\",\n \"ne_attribute_id\": \"urn:uuid:61b69443-e7a4-139b-0334-acdf2c1a84a8\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"98484ec7-f249-354e-9c8a-ad46a67b7fc0\",\n \"profile_id\": \"urn:uuid:8ba84a3e-e498-a1de-0421-8d4272db20ac\",\n \"ne_attribute_id\": \"77349e93-0d23-ce6e-a716-3f5809335426\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16839,12 +16839,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:644edad9-4113-f485-8dbb-b3aa32a2bb44\",\n \"uid\": \"et in exExcepteur ipsum estvolup\",\n \"user_id\": \"urn:uuid:60fe62d1-982e-74b2-5074-ab81d5c0ddb1\",\n \"profile_id\": \"57aaade4-55f5-c3b9-5d47-1dc8b72e5895\",\n \"ne_attribute_id\": \"urn:uuid:7c6ced36-344c-1482-c47c-67b460b9b8e3\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:518715bf-52a3-f59f-94e1-6221654d7f32\",\n \"uid\": \"id velit quismagna dolorereprehe\",\n \"user_id\": \"urn:uuid:0df7110c-3e29-0053-3b95-80114798fc43\",\n \"profile_id\": \"ce8813d5-dea4-0a8c-3452-8b2487c0784d\",\n \"ne_attribute_id\": \"urn:uuid:cd2b5331-2aa8-5ec7-383c-6f841e25901a\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cbb07b84-52d6-fba0-fd0f-03d3c94685f1\",\n \"uid\": \"culpa consectetur laborisconsequ\",\n \"user_id\": \"b6be49ca-2e1a-31c3-d67b-3b377dc2753c\",\n \"profile_id\": \"d18c4ad9-0909-0c90-97f6-f3a10e1610b4\",\n \"ne_attribute_id\": \"f4b43bc4-ed81-caa8-ce87-1b7178094c3e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:7dd619c8-5507-57f7-6b64-61a212cfec29\",\n \"uid\": \"eucommodoconsequat velit id adip\",\n \"user_id\": \"urn:uuid:5d3c9557-a168-ec5d-4378-80a25dcbb1aa\",\n \"profile_id\": \"23fc4672-88a5-a476-f2d6-b4d729e4816a\",\n \"ne_attribute_id\": \"ddcd7c7c-eca8-ffdb-3f7e-8d632df3bb3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8e95a4ef-e52e-4e03-aa68-ae644d9d415a", + "id": "7b4ea0f0-0ede-42c7-a29d-6e32300c96f2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16878,7 +16878,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"960261cc-d7e9-4b56-437e-9b80b0612617\",\n \"profile_id\": \"9e83f90f-0a74-9b34-5321-8513069210ad\",\n \"ne_attribute_id\": \"fc9e8848-86cb-6a0e-298d-e6ca45d03604\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:1b558657-d44e-682a-36ab-b6682a97885d\",\n \"profile_id\": \"urn:uuid:6ec04123-9c5d-d829-861d-6542a1232eda\",\n \"ne_attribute_id\": \"urn:uuid:b27930c0-8253-3cfd-e8e2-7417bf913051\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:75ae3238-0d97-352e-a30c-76992f763868\",\n \"profile_id\": \"urn:uuid:0a640d4a-6a9e-94cd-0e05-eeecfc262052\",\n \"ne_attribute_id\": \"urn:uuid:61b69443-e7a4-139b-0334-acdf2c1a84a8\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"98484ec7-f249-354e-9c8a-ad46a67b7fc0\",\n \"profile_id\": \"urn:uuid:8ba84a3e-e498-a1de-0421-8d4272db20ac\",\n \"ne_attribute_id\": \"77349e93-0d23-ce6e-a716-3f5809335426\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16900,7 +16900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ecca42-e481-48d1-9380-e0e79eadff4c", + "id": "4b574eb2-0ad2-45bd-8649-882974fda280", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16934,7 +16934,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"960261cc-d7e9-4b56-437e-9b80b0612617\",\n \"profile_id\": \"9e83f90f-0a74-9b34-5321-8513069210ad\",\n \"ne_attribute_id\": \"fc9e8848-86cb-6a0e-298d-e6ca45d03604\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"urn:uuid:1b558657-d44e-682a-36ab-b6682a97885d\",\n \"profile_id\": \"urn:uuid:6ec04123-9c5d-d829-861d-6542a1232eda\",\n \"ne_attribute_id\": \"urn:uuid:b27930c0-8253-3cfd-e8e2-7417bf913051\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:75ae3238-0d97-352e-a30c-76992f763868\",\n \"profile_id\": \"urn:uuid:0a640d4a-6a9e-94cd-0e05-eeecfc262052\",\n \"ne_attribute_id\": \"urn:uuid:61b69443-e7a4-139b-0334-acdf2c1a84a8\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"98484ec7-f249-354e-9c8a-ad46a67b7fc0\",\n \"profile_id\": \"urn:uuid:8ba84a3e-e498-a1de-0421-8d4272db20ac\",\n \"ne_attribute_id\": \"77349e93-0d23-ce6e-a716-3f5809335426\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16962,7 +16962,7 @@ } }, { - "id": "468f8c20-263a-46f8-9974-e211eba633ce", + "id": "8cad651b-a061-404f-b852-9b1a713ff4a9", "name": "Update multiple user-profile contributor relationships", "request": { "name": "Update multiple user-profile contributor relationships", @@ -16993,7 +16993,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:2c76d513-145b-0cfb-426d-9bce2aa7a220\",\n \"user_id\": \"urn:uuid:f581afa4-c76b-2476-d986-64c77c66fcc1\",\n \"profile_id\": \"urn:uuid:a51368a3-51f1-4709-1ffd-1a4013915296\",\n \"ne_attribute_id\": \"urn:uuid:e92cc8ba-eb10-2025-ce0f-6cc64ce77c6a\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"0c0076a1-b611-eebf-c941-c6630ca86c47\",\n \"user_id\": \"12aa7e15-64b1-3126-32e8-88e3d7624465\",\n \"profile_id\": \"urn:uuid:94be202e-4ad6-33ee-66d7-3b7503a67b4b\",\n \"ne_attribute_id\": \"urn:uuid:56ab34f6-1280-1dce-1e08-6dbe6225f43f\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:307f6848-a1f6-ea09-a9bd-701be9a1a1fb\",\n \"user_id\": \"7a54face-f004-4b38-0b4a-130a828c545a\",\n \"profile_id\": \"urn:uuid:63264c73-250e-bf5e-c7dc-959efce3d6ac\",\n \"ne_attribute_id\": \"urn:uuid:bc08dde2-f4da-d6f6-cb6a-b35202e34548\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"91895081-f6ae-a299-d332-93f12e6f04aa\",\n \"user_id\": \"129358d6-110e-48c5-d368-10ca17ab4910\",\n \"profile_id\": \"77f444cb-2af7-7326-b0b8-20d64e4779d8\",\n \"ne_attribute_id\": \"517828e8-0273-bc7f-63de-9edbb57bd888\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17005,7 +17005,7 @@ }, "response": [ { - "id": "7698a3b6-1bef-43a9-8e88-0357bef1e94a", + "id": "de58e0fa-a524-4c0f-8b00-652dfda8f329", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17039,7 +17039,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:2c76d513-145b-0cfb-426d-9bce2aa7a220\",\n \"user_id\": \"urn:uuid:f581afa4-c76b-2476-d986-64c77c66fcc1\",\n \"profile_id\": \"urn:uuid:a51368a3-51f1-4709-1ffd-1a4013915296\",\n \"ne_attribute_id\": \"urn:uuid:e92cc8ba-eb10-2025-ce0f-6cc64ce77c6a\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"0c0076a1-b611-eebf-c941-c6630ca86c47\",\n \"user_id\": \"12aa7e15-64b1-3126-32e8-88e3d7624465\",\n \"profile_id\": \"urn:uuid:94be202e-4ad6-33ee-66d7-3b7503a67b4b\",\n \"ne_attribute_id\": \"urn:uuid:56ab34f6-1280-1dce-1e08-6dbe6225f43f\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:307f6848-a1f6-ea09-a9bd-701be9a1a1fb\",\n \"user_id\": \"7a54face-f004-4b38-0b4a-130a828c545a\",\n \"profile_id\": \"urn:uuid:63264c73-250e-bf5e-c7dc-959efce3d6ac\",\n \"ne_attribute_id\": \"urn:uuid:bc08dde2-f4da-d6f6-cb6a-b35202e34548\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"91895081-f6ae-a299-d332-93f12e6f04aa\",\n \"user_id\": \"129358d6-110e-48c5-d368-10ca17ab4910\",\n \"profile_id\": \"77f444cb-2af7-7326-b0b8-20d64e4779d8\",\n \"ne_attribute_id\": \"517828e8-0273-bc7f-63de-9edbb57bd888\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17056,12 +17056,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:644edad9-4113-f485-8dbb-b3aa32a2bb44\",\n \"uid\": \"et in exExcepteur ipsum estvolup\",\n \"user_id\": \"urn:uuid:60fe62d1-982e-74b2-5074-ab81d5c0ddb1\",\n \"profile_id\": \"57aaade4-55f5-c3b9-5d47-1dc8b72e5895\",\n \"ne_attribute_id\": \"urn:uuid:7c6ced36-344c-1482-c47c-67b460b9b8e3\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:518715bf-52a3-f59f-94e1-6221654d7f32\",\n \"uid\": \"id velit quismagna dolorereprehe\",\n \"user_id\": \"urn:uuid:0df7110c-3e29-0053-3b95-80114798fc43\",\n \"profile_id\": \"ce8813d5-dea4-0a8c-3452-8b2487c0784d\",\n \"ne_attribute_id\": \"urn:uuid:cd2b5331-2aa8-5ec7-383c-6f841e25901a\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cbb07b84-52d6-fba0-fd0f-03d3c94685f1\",\n \"uid\": \"culpa consectetur laborisconsequ\",\n \"user_id\": \"b6be49ca-2e1a-31c3-d67b-3b377dc2753c\",\n \"profile_id\": \"d18c4ad9-0909-0c90-97f6-f3a10e1610b4\",\n \"ne_attribute_id\": \"f4b43bc4-ed81-caa8-ce87-1b7178094c3e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:7dd619c8-5507-57f7-6b64-61a212cfec29\",\n \"uid\": \"eucommodoconsequat velit id adip\",\n \"user_id\": \"urn:uuid:5d3c9557-a168-ec5d-4378-80a25dcbb1aa\",\n \"profile_id\": \"23fc4672-88a5-a476-f2d6-b4d729e4816a\",\n \"ne_attribute_id\": \"ddcd7c7c-eca8-ffdb-3f7e-8d632df3bb3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a490ac0f-3015-4df6-a266-8878fdc3b4d4", + "id": "89e4b903-a459-41cd-986f-235b40ebb6cf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17095,7 +17095,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:2c76d513-145b-0cfb-426d-9bce2aa7a220\",\n \"user_id\": \"urn:uuid:f581afa4-c76b-2476-d986-64c77c66fcc1\",\n \"profile_id\": \"urn:uuid:a51368a3-51f1-4709-1ffd-1a4013915296\",\n \"ne_attribute_id\": \"urn:uuid:e92cc8ba-eb10-2025-ce0f-6cc64ce77c6a\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"0c0076a1-b611-eebf-c941-c6630ca86c47\",\n \"user_id\": \"12aa7e15-64b1-3126-32e8-88e3d7624465\",\n \"profile_id\": \"urn:uuid:94be202e-4ad6-33ee-66d7-3b7503a67b4b\",\n \"ne_attribute_id\": \"urn:uuid:56ab34f6-1280-1dce-1e08-6dbe6225f43f\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:307f6848-a1f6-ea09-a9bd-701be9a1a1fb\",\n \"user_id\": \"7a54face-f004-4b38-0b4a-130a828c545a\",\n \"profile_id\": \"urn:uuid:63264c73-250e-bf5e-c7dc-959efce3d6ac\",\n \"ne_attribute_id\": \"urn:uuid:bc08dde2-f4da-d6f6-cb6a-b35202e34548\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"91895081-f6ae-a299-d332-93f12e6f04aa\",\n \"user_id\": \"129358d6-110e-48c5-d368-10ca17ab4910\",\n \"profile_id\": \"77f444cb-2af7-7326-b0b8-20d64e4779d8\",\n \"ne_attribute_id\": \"517828e8-0273-bc7f-63de-9edbb57bd888\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17117,7 +17117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4598159e-7517-456f-9355-cacd2caecedf", + "id": "960e18fd-dbfe-4e76-90cc-a710562fe913", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17151,7 +17151,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:2c76d513-145b-0cfb-426d-9bce2aa7a220\",\n \"user_id\": \"urn:uuid:f581afa4-c76b-2476-d986-64c77c66fcc1\",\n \"profile_id\": \"urn:uuid:a51368a3-51f1-4709-1ffd-1a4013915296\",\n \"ne_attribute_id\": \"urn:uuid:e92cc8ba-eb10-2025-ce0f-6cc64ce77c6a\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"0c0076a1-b611-eebf-c941-c6630ca86c47\",\n \"user_id\": \"12aa7e15-64b1-3126-32e8-88e3d7624465\",\n \"profile_id\": \"urn:uuid:94be202e-4ad6-33ee-66d7-3b7503a67b4b\",\n \"ne_attribute_id\": \"urn:uuid:56ab34f6-1280-1dce-1e08-6dbe6225f43f\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:307f6848-a1f6-ea09-a9bd-701be9a1a1fb\",\n \"user_id\": \"7a54face-f004-4b38-0b4a-130a828c545a\",\n \"profile_id\": \"urn:uuid:63264c73-250e-bf5e-c7dc-959efce3d6ac\",\n \"ne_attribute_id\": \"urn:uuid:bc08dde2-f4da-d6f6-cb6a-b35202e34548\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"91895081-f6ae-a299-d332-93f12e6f04aa\",\n \"user_id\": \"129358d6-110e-48c5-d368-10ca17ab4910\",\n \"profile_id\": \"77f444cb-2af7-7326-b0b8-20d64e4779d8\",\n \"ne_attribute_id\": \"517828e8-0273-bc7f-63de-9edbb57bd888\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17179,7 +17179,7 @@ } }, { - "id": "4ff17e1d-61aa-4eee-88b1-e9297ad81587", + "id": "87045ce0-2d10-4b56-a95d-4fc948a59dd0", "name": "Delete multiple user-profile contributor relationships", "request": { "name": "Delete multiple user-profile contributor relationships", @@ -17210,7 +17210,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:c5be930e-cf20-cb6a-59f9-28851e1ff387\"\n },\n {\n \"id\": \"urn:uuid:3fd533a9-0cf4-4ded-753c-c665fd47828c\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0bbd8330-26e5-3b31-bb47-e561c3c5a707\"\n },\n {\n \"id\": \"a1e5b93c-d27c-4c42-bd77-678cf8d0ae41\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17222,7 +17222,7 @@ }, "response": [ { - "id": "2a51736a-5c41-47d3-abbe-a2577820164b", + "id": "882ac65b-378a-499e-8df7-3a8dc0d34c95", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17256,7 +17256,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:c5be930e-cf20-cb6a-59f9-28851e1ff387\"\n },\n {\n \"id\": \"urn:uuid:3fd533a9-0cf4-4ded-753c-c665fd47828c\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0bbd8330-26e5-3b31-bb47-e561c3c5a707\"\n },\n {\n \"id\": \"a1e5b93c-d27c-4c42-bd77-678cf8d0ae41\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17273,12 +17273,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:644edad9-4113-f485-8dbb-b3aa32a2bb44\",\n \"uid\": \"et in exExcepteur ipsum estvolup\",\n \"user_id\": \"urn:uuid:60fe62d1-982e-74b2-5074-ab81d5c0ddb1\",\n \"profile_id\": \"57aaade4-55f5-c3b9-5d47-1dc8b72e5895\",\n \"ne_attribute_id\": \"urn:uuid:7c6ced36-344c-1482-c47c-67b460b9b8e3\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:518715bf-52a3-f59f-94e1-6221654d7f32\",\n \"uid\": \"id velit quismagna dolorereprehe\",\n \"user_id\": \"urn:uuid:0df7110c-3e29-0053-3b95-80114798fc43\",\n \"profile_id\": \"ce8813d5-dea4-0a8c-3452-8b2487c0784d\",\n \"ne_attribute_id\": \"urn:uuid:cd2b5331-2aa8-5ec7-383c-6f841e25901a\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cbb07b84-52d6-fba0-fd0f-03d3c94685f1\",\n \"uid\": \"culpa consectetur laborisconsequ\",\n \"user_id\": \"b6be49ca-2e1a-31c3-d67b-3b377dc2753c\",\n \"profile_id\": \"d18c4ad9-0909-0c90-97f6-f3a10e1610b4\",\n \"ne_attribute_id\": \"f4b43bc4-ed81-caa8-ce87-1b7178094c3e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:7dd619c8-5507-57f7-6b64-61a212cfec29\",\n \"uid\": \"eucommodoconsequat velit id adip\",\n \"user_id\": \"urn:uuid:5d3c9557-a168-ec5d-4378-80a25dcbb1aa\",\n \"profile_id\": \"23fc4672-88a5-a476-f2d6-b4d729e4816a\",\n \"ne_attribute_id\": \"ddcd7c7c-eca8-ffdb-3f7e-8d632df3bb3d\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37164e1a-fc23-4d42-82e9-70e4774ac336", + "id": "468ddf8a-3c2e-4e11-b59a-05d2845cf441", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17312,7 +17312,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:c5be930e-cf20-cb6a-59f9-28851e1ff387\"\n },\n {\n \"id\": \"urn:uuid:3fd533a9-0cf4-4ded-753c-c665fd47828c\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0bbd8330-26e5-3b31-bb47-e561c3c5a707\"\n },\n {\n \"id\": \"a1e5b93c-d27c-4c42-bd77-678cf8d0ae41\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb8eb2d6-76f2-49c2-9f8f-4e058a9cb9d8", + "id": "3a4b7fce-a2a8-46f1-9e11-b7dc2ee54caa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17368,7 +17368,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:c5be930e-cf20-cb6a-59f9-28851e1ff387\"\n },\n {\n \"id\": \"urn:uuid:3fd533a9-0cf4-4ded-753c-c665fd47828c\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0bbd8330-26e5-3b31-bb47-e561c3c5a707\"\n },\n {\n \"id\": \"a1e5b93c-d27c-4c42-bd77-678cf8d0ae41\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17396,7 +17396,7 @@ } }, { - "id": "a3674377-b8a4-4239-9be5-65d6be5a5314", + "id": "43fa2978-1a92-4169-b0d2-d2e7408ac4c8", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -17438,7 +17438,7 @@ }, "response": [ { - "id": "25c37a7a-9a0c-47a2-89a9-e9565b7c31e7", + "id": "bfaa9a52-c579-4040-af5a-127c50e9e3f7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17477,12 +17477,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d0c40b43-642e-5d19-ac07-540585674dec\",\n \"uid\": \"Duis commodofugiat nostrud ex ad\",\n \"user_id\": \"urn:uuid:b994c610-5c2d-4016-4a94-87a5544c41c0\",\n \"profile_id\": \"urn:uuid:fedcd8b2-04ce-bf8e-7bd6-68fab6b1b0ad\",\n \"ne_attribute_id\": \"urn:uuid:2fec31fd-df1b-6010-84ab-bfdec7d9dd56\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:7f38f952-1a70-b70d-db38-ccb41b038358\",\n \"uid\": \"consequat exeiusmod consecteture\",\n \"user_id\": \"urn:uuid:dbb64c59-2aed-f196-ee79-c7528a455c08\",\n \"profile_id\": \"21703e20-8e88-40a3-c3a4-8ffbd013d1cc\",\n \"ne_attribute_id\": \"urn:uuid:c644bb7f-a916-8466-a797-9f3d3739baed\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1f60a2e-2a49-42ea-9a39-8f21f6b055c2", + "id": "29ec3eb6-250a-44f7-8842-b1bc3be69f99", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17526,7 +17526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d913ede7-b0ef-45b3-b8d6-734866b8fc66", + "id": "304a91ca-17d3-4b6f-aeff-18ec44eab479", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17576,7 +17576,7 @@ } }, { - "id": "ab437f39-b3a4-46d2-8bdb-3e8526a0c4fb", + "id": "dd94d6c9-d6b2-4e3f-b335-93118f5d059d", "name": "Update a user-profile contributor relationship by id", "request": { "name": "Update a user-profile contributor relationship by id", @@ -17619,7 +17619,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17631,7 +17631,7 @@ }, "response": [ { - "id": "09255c60-3f10-43a1-acfc-b23b84e6c10c", + "id": "1964d838-1717-43de-88c6-d560ed82bc84", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17666,7 +17666,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17683,12 +17683,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:d0c40b43-642e-5d19-ac07-540585674dec\",\n \"uid\": \"Duis commodofugiat nostrud ex ad\",\n \"user_id\": \"urn:uuid:b994c610-5c2d-4016-4a94-87a5544c41c0\",\n \"profile_id\": \"urn:uuid:fedcd8b2-04ce-bf8e-7bd6-68fab6b1b0ad\",\n \"ne_attribute_id\": \"urn:uuid:2fec31fd-df1b-6010-84ab-bfdec7d9dd56\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:7f38f952-1a70-b70d-db38-ccb41b038358\",\n \"uid\": \"consequat exeiusmod consecteture\",\n \"user_id\": \"urn:uuid:dbb64c59-2aed-f196-ee79-c7528a455c08\",\n \"profile_id\": \"21703e20-8e88-40a3-c3a4-8ffbd013d1cc\",\n \"ne_attribute_id\": \"urn:uuid:c644bb7f-a916-8466-a797-9f3d3739baed\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e0d494ae-0733-463e-860a-d615d146bcab", + "id": "d5850d64-24d9-47a4-891d-5b9892d7daf3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17723,7 +17723,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17745,7 +17745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc89d303-dc28-4ea8-bbde-b1c4f9a7f252", + "id": "ef6036b9-aab9-43b5-9b81-afa6dd6c7a36", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17780,7 +17780,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:05f94d42-2e72-409c-e565-c0f06c4220c2\",\n \"profile_id\": \"urn:uuid:c6d49904-e324-5dd8-d033-fbcff713dad9\",\n \"ne_attribute_id\": \"urn:uuid:7a14fd92-6c8e-58f2-8445-f46568c97437\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:1969b656-7586-a38a-997d-d3e70f2d4a78\",\n \"profile_id\": \"urn:uuid:0d7f4765-6926-0a11-320e-b09cecf13052\",\n \"ne_attribute_id\": \"12bf1f1a-1e76-f9eb-8b07-bf311b958707\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17808,7 +17808,7 @@ } }, { - "id": "8c2479b4-de98-4454-a15a-8c54e44d898c", + "id": "91a79809-5ba7-4443-a299-64da8656f6ed", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17850,7 +17850,7 @@ }, "response": [ { - "id": "3608ef09-d089-4ca8-befe-2603d6801bbf", + "id": "043e520d-376f-483e-a176-be475f7f1bff", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17894,7 +17894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b85bcf0-09c2-48eb-93ae-189a838e76e8", + "id": "3552f83f-23f4-4ebf-8334-c147dd1786c3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17938,7 +17938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6879bf61-a34b-44d1-b366-72e573defa7f", + "id": "7eebb640-141b-4322-8cd0-41641429a981", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "description": "", "item": [ { - "id": "0d9023a9-adb4-45a5-92b4-caee1fa60fad", + "id": "dec18b90-ddc8-4dff-84bb-15aa46e03ca6", "name": "Create a role-profile contributor relationship", "request": { "name": "Create a role-profile contributor relationship", @@ -18025,7 +18025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18037,7 +18037,7 @@ }, "response": [ { - "id": "7ef0b2af-45ea-46f1-96b4-c271d7d4b36f", + "id": "115add01-2a56-4f55-8414-39cd3b1ecbac", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18071,7 +18071,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18088,12 +18088,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"e798b08f-008d-a37d-7343-304f09d6da13\",\n \"uid\": \"et dolor animincididunt consequa\",\n \"role_id\": \"ba0dc542-4408-1a78-c08a-0785dd479c3d\",\n \"profile_id\": \"urn:uuid:66c518f9-48bb-114a-34da-fabd051549ac\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d793bd51-b2ba-92b9-bc37-fb81d9e2b6e0\",\n \"uid\": \"est aliquipmollit dolor enim Ut \",\n \"role_id\": \"urn:uuid:7e685b0c-be23-3d7b-846a-e0097e2911ae\",\n \"profile_id\": \"c380ef1f-1b46-2e7c-e79b-2945d5c1dfb9\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c89668c-0ba7-42de-b46d-292a2a2acde8", + "id": "192ceaff-65f8-4d17-843d-9d56b1df4e6a", "name": "Invalid input", "originalRequest": { "url": { @@ -18123,7 +18123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18145,7 +18145,7 @@ } }, { - "id": "858ae78a-711c-4074-b86c-4beb6b7dc40a", + "id": "f5634458-9faa-4be9-b93c-4c31212b8f72", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -18195,7 +18195,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -18230,7 +18230,7 @@ }, "response": [ { - "id": "0112cce6-231b-4d12-9e34-73d8a064a6d9", + "id": "8021fd0a-5177-424b-8a7c-b0c07ec727b6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18275,7 +18275,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -18323,12 +18323,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"37cfd2b7-25b7-ba40-627e-4c098852038f\",\n \"uid\": \"ad utet reprehenderitcupidatat u\",\n \"role_id\": \"urn:uuid:82f30629-2ab8-2383-5142-8be0ce6b16d3\",\n \"profile_id\": \"urn:uuid:43ddc4c0-0650-1816-f8cd-9ca5df49ca5e\"\n },\n {\n \"id\": \"urn:uuid:68ecfdbb-2e7f-d2fa-9f5e-9808c82b2799\",\n \"uid\": \"officia voluptateenim exet ipsum\",\n \"role_id\": \"aad0dc17-c349-f028-7597-e88716f2e6c3\",\n \"profile_id\": \"6e79ea04-6c05-b603-73b7-91ab6300027b\"\n }\n ],\n \"_metadata\": {\n \"limit\": 76819428,\n \"offset\": 19042311,\n \"total\": 40147427,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:c4edf08f-53db-6fca-67a1-5ad6d90e5e66\",\n \"uid\": \"sed elit idut non qui ullamcout \",\n \"role_id\": \"urn:uuid:c6902ea9-b3b8-b729-415f-51301ef7bbb5\",\n \"profile_id\": \"109b78f2-a5d1-7556-da01-8681f6818aff\"\n },\n {\n \"id\": \"8f2a3473-6d2a-e467-0acb-001c3fd21e12\",\n \"uid\": \"cillum quis officiased fugiatin \",\n \"role_id\": \"eb31ae4c-4e8c-cf88-a641-0d15d7a233b0\",\n \"profile_id\": \"36f74ce1-d160-512a-bfec-1367b0daddc0\"\n }\n ],\n \"_metadata\": {\n \"limit\": 43812121,\n \"offset\": -14822392,\n \"total\": -67533358,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f6109c46-e9f9-4848-b4e4-2cabeafd0cdb", + "id": "0254bda8-8871-42f1-b77e-281e5bbb98a8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18373,7 +18373,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -18426,7 +18426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae86431f-419b-4f8b-925b-0c77d300d3ff", + "id": "56864694-9699-4646-b597-e5e11fc88497", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18471,7 +18471,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -18530,7 +18530,7 @@ } }, { - "id": "38310ac1-c98f-44c1-be6a-810281788052", + "id": "c4e576b6-6416-4225-b358-c74c0a0dc4da", "name": "Create multiple role-profile contributor relationships", "request": { "name": "Create multiple role-profile contributor relationships", @@ -18561,7 +18561,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:0190fe04-b105-ee71-c7e6-940957ec03ac\",\n \"profile_id\": \"urn:uuid:581fa3dc-1e66-3257-b33c-900dd3e41897\"\n },\n {\n \"role_id\": \"urn:uuid:184d39e6-8693-0404-ceb6-db6adee39139\",\n \"profile_id\": \"b14f0f5c-fad7-5684-43fe-fb43d6b49146\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:951bb65f-b05b-e5c8-c44b-9eb01dba569c\",\n \"profile_id\": \"urn:uuid:10a32b8d-98a7-e84d-3164-54d36fa8d754\"\n },\n {\n \"role_id\": \"urn:uuid:8d5859e5-f13f-af9e-787d-be424124c5f9\",\n \"profile_id\": \"urn:uuid:bcb05968-36e6-f5a0-9a62-5451b73c59bc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18573,7 +18573,7 @@ }, "response": [ { - "id": "57a1e6d0-67c2-4337-b065-dbbaafcad979", + "id": "fbce2c87-00ee-4ae8-ab73-4bbdc1f3d00e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18607,7 +18607,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:0190fe04-b105-ee71-c7e6-940957ec03ac\",\n \"profile_id\": \"urn:uuid:581fa3dc-1e66-3257-b33c-900dd3e41897\"\n },\n {\n \"role_id\": \"urn:uuid:184d39e6-8693-0404-ceb6-db6adee39139\",\n \"profile_id\": \"b14f0f5c-fad7-5684-43fe-fb43d6b49146\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:951bb65f-b05b-e5c8-c44b-9eb01dba569c\",\n \"profile_id\": \"urn:uuid:10a32b8d-98a7-e84d-3164-54d36fa8d754\"\n },\n {\n \"role_id\": \"urn:uuid:8d5859e5-f13f-af9e-787d-be424124c5f9\",\n \"profile_id\": \"urn:uuid:bcb05968-36e6-f5a0-9a62-5451b73c59bc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18624,12 +18624,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"c4b9462c-c30c-46c7-9547-df0a27d70bf2\",\n \"uid\": \"occaecat consectetur mollit dolo\",\n \"role_id\": \"urn:uuid:908a1ac5-8247-465f-d72c-10d9c567b07f\",\n \"profile_id\": \"urn:uuid:5fb499d1-17ea-5cf9-67c2-a4e2df9b5aec\"\n },\n {\n \"id\": \"urn:uuid:3eadedb2-1262-6244-bc1e-6ec52b479529\",\n \"uid\": \"pariatur officia sintnon idea co\",\n \"role_id\": \"urn:uuid:64279bef-57f9-f6ed-b0e8-63eeccb79060\",\n \"profile_id\": \"urn:uuid:b0761907-160c-717e-1ded-ef70900539ac\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"bb2520f1-cd96-ddfe-cb4f-a91b2767ab42\",\n \"uid\": \"et aute in dolorsintirure sint a\",\n \"role_id\": \"urn:uuid:e87015d6-e128-40e4-fcfc-eb8bc014387f\",\n \"profile_id\": \"urn:uuid:5512f136-d15f-51aa-40be-62f5555a5887\"\n },\n {\n \"id\": \"873663a4-87da-d8ad-6d23-d80228575793\",\n \"uid\": \"amet ullamcoaliqua laboris exerc\",\n \"role_id\": \"b82f432c-e360-cdfc-4b85-22e2270d6217\",\n \"profile_id\": \"urn:uuid:cdbbed32-edb5-56a0-3c56-7f5fa8648df0\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a2422e70-23a1-4ef3-8f38-ba6f3539413e", + "id": "22785947-1da4-4185-ba14-16e6646d6163", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18663,7 +18663,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:0190fe04-b105-ee71-c7e6-940957ec03ac\",\n \"profile_id\": \"urn:uuid:581fa3dc-1e66-3257-b33c-900dd3e41897\"\n },\n {\n \"role_id\": \"urn:uuid:184d39e6-8693-0404-ceb6-db6adee39139\",\n \"profile_id\": \"b14f0f5c-fad7-5684-43fe-fb43d6b49146\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:951bb65f-b05b-e5c8-c44b-9eb01dba569c\",\n \"profile_id\": \"urn:uuid:10a32b8d-98a7-e84d-3164-54d36fa8d754\"\n },\n {\n \"role_id\": \"urn:uuid:8d5859e5-f13f-af9e-787d-be424124c5f9\",\n \"profile_id\": \"urn:uuid:bcb05968-36e6-f5a0-9a62-5451b73c59bc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18685,7 +18685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b334b56-bf41-467c-acdf-71f83935f254", + "id": "ff540e65-fc17-4760-a664-150502a2361d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18719,7 +18719,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:0190fe04-b105-ee71-c7e6-940957ec03ac\",\n \"profile_id\": \"urn:uuid:581fa3dc-1e66-3257-b33c-900dd3e41897\"\n },\n {\n \"role_id\": \"urn:uuid:184d39e6-8693-0404-ceb6-db6adee39139\",\n \"profile_id\": \"b14f0f5c-fad7-5684-43fe-fb43d6b49146\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:951bb65f-b05b-e5c8-c44b-9eb01dba569c\",\n \"profile_id\": \"urn:uuid:10a32b8d-98a7-e84d-3164-54d36fa8d754\"\n },\n {\n \"role_id\": \"urn:uuid:8d5859e5-f13f-af9e-787d-be424124c5f9\",\n \"profile_id\": \"urn:uuid:bcb05968-36e6-f5a0-9a62-5451b73c59bc\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18747,7 +18747,7 @@ } }, { - "id": "0f2d6a4b-94c0-4ebd-ae2b-b574e83b31cb", + "id": "37859ece-2ff1-43cd-910d-70dbb73d30c8", "name": "Update multiple role-profile contributor relationships", "request": { "name": "Update multiple role-profile contributor relationships", @@ -18778,7 +18778,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"c7455e5e-65da-9c50-7c48-2a237b438c7f\",\n \"role_id\": \"eefe23f0-cf96-4c4e-80f4-9f134e8deec7\",\n \"profile_id\": \"a3d4ff45-ad20-2c0a-bd05-74cbbc6e99dc\"\n },\n {\n \"id\": \"urn:uuid:6cf9c0d9-1541-91be-23b1-15c9b0854eeb\",\n \"role_id\": \"a9400e6d-d6bc-2458-a4c1-7b68dcb4bb69\",\n \"profile_id\": \"urn:uuid:2dee05bd-262b-7cc6-53cb-7365a22e5541\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:80bf8078-fc46-f471-9cbc-a34369e136ea\",\n \"role_id\": \"urn:uuid:66759ddd-1a17-80af-e6f7-1c8daac18a1e\",\n \"profile_id\": \"ac4fb12e-c8b1-aafc-5ec1-ec461731dc37\"\n },\n {\n \"id\": \"4309c5f3-6b79-1064-705b-acf0d1450ac4\",\n \"role_id\": \"urn:uuid:efb5eb71-6ef9-0fce-7097-7c2f0e4b28dc\",\n \"profile_id\": \"946776f6-7296-24c6-8ec9-930dabb8886a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18790,7 +18790,7 @@ }, "response": [ { - "id": "2635eac1-08e1-414b-8703-d089b6f86f9b", + "id": "8b95c471-f6d8-4d26-8170-fe0812c7cdfb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18824,7 +18824,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"c7455e5e-65da-9c50-7c48-2a237b438c7f\",\n \"role_id\": \"eefe23f0-cf96-4c4e-80f4-9f134e8deec7\",\n \"profile_id\": \"a3d4ff45-ad20-2c0a-bd05-74cbbc6e99dc\"\n },\n {\n \"id\": \"urn:uuid:6cf9c0d9-1541-91be-23b1-15c9b0854eeb\",\n \"role_id\": \"a9400e6d-d6bc-2458-a4c1-7b68dcb4bb69\",\n \"profile_id\": \"urn:uuid:2dee05bd-262b-7cc6-53cb-7365a22e5541\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:80bf8078-fc46-f471-9cbc-a34369e136ea\",\n \"role_id\": \"urn:uuid:66759ddd-1a17-80af-e6f7-1c8daac18a1e\",\n \"profile_id\": \"ac4fb12e-c8b1-aafc-5ec1-ec461731dc37\"\n },\n {\n \"id\": \"4309c5f3-6b79-1064-705b-acf0d1450ac4\",\n \"role_id\": \"urn:uuid:efb5eb71-6ef9-0fce-7097-7c2f0e4b28dc\",\n \"profile_id\": \"946776f6-7296-24c6-8ec9-930dabb8886a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18841,12 +18841,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"c4b9462c-c30c-46c7-9547-df0a27d70bf2\",\n \"uid\": \"occaecat consectetur mollit dolo\",\n \"role_id\": \"urn:uuid:908a1ac5-8247-465f-d72c-10d9c567b07f\",\n \"profile_id\": \"urn:uuid:5fb499d1-17ea-5cf9-67c2-a4e2df9b5aec\"\n },\n {\n \"id\": \"urn:uuid:3eadedb2-1262-6244-bc1e-6ec52b479529\",\n \"uid\": \"pariatur officia sintnon idea co\",\n \"role_id\": \"urn:uuid:64279bef-57f9-f6ed-b0e8-63eeccb79060\",\n \"profile_id\": \"urn:uuid:b0761907-160c-717e-1ded-ef70900539ac\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"bb2520f1-cd96-ddfe-cb4f-a91b2767ab42\",\n \"uid\": \"et aute in dolorsintirure sint a\",\n \"role_id\": \"urn:uuid:e87015d6-e128-40e4-fcfc-eb8bc014387f\",\n \"profile_id\": \"urn:uuid:5512f136-d15f-51aa-40be-62f5555a5887\"\n },\n {\n \"id\": \"873663a4-87da-d8ad-6d23-d80228575793\",\n \"uid\": \"amet ullamcoaliqua laboris exerc\",\n \"role_id\": \"b82f432c-e360-cdfc-4b85-22e2270d6217\",\n \"profile_id\": \"urn:uuid:cdbbed32-edb5-56a0-3c56-7f5fa8648df0\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "08ec90a4-ba5e-4ea2-9ecc-b845939a4cdc", + "id": "3a89b616-5a3c-4e15-8500-f7523a099c65", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18880,7 +18880,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"c7455e5e-65da-9c50-7c48-2a237b438c7f\",\n \"role_id\": \"eefe23f0-cf96-4c4e-80f4-9f134e8deec7\",\n \"profile_id\": \"a3d4ff45-ad20-2c0a-bd05-74cbbc6e99dc\"\n },\n {\n \"id\": \"urn:uuid:6cf9c0d9-1541-91be-23b1-15c9b0854eeb\",\n \"role_id\": \"a9400e6d-d6bc-2458-a4c1-7b68dcb4bb69\",\n \"profile_id\": \"urn:uuid:2dee05bd-262b-7cc6-53cb-7365a22e5541\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:80bf8078-fc46-f471-9cbc-a34369e136ea\",\n \"role_id\": \"urn:uuid:66759ddd-1a17-80af-e6f7-1c8daac18a1e\",\n \"profile_id\": \"ac4fb12e-c8b1-aafc-5ec1-ec461731dc37\"\n },\n {\n \"id\": \"4309c5f3-6b79-1064-705b-acf0d1450ac4\",\n \"role_id\": \"urn:uuid:efb5eb71-6ef9-0fce-7097-7c2f0e4b28dc\",\n \"profile_id\": \"946776f6-7296-24c6-8ec9-930dabb8886a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0718db43-99f5-4432-be9d-a41013782039", + "id": "3b5b4ae8-2d02-4b2d-9f3d-7dd8d40da73e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18936,7 +18936,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"c7455e5e-65da-9c50-7c48-2a237b438c7f\",\n \"role_id\": \"eefe23f0-cf96-4c4e-80f4-9f134e8deec7\",\n \"profile_id\": \"a3d4ff45-ad20-2c0a-bd05-74cbbc6e99dc\"\n },\n {\n \"id\": \"urn:uuid:6cf9c0d9-1541-91be-23b1-15c9b0854eeb\",\n \"role_id\": \"a9400e6d-d6bc-2458-a4c1-7b68dcb4bb69\",\n \"profile_id\": \"urn:uuid:2dee05bd-262b-7cc6-53cb-7365a22e5541\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:80bf8078-fc46-f471-9cbc-a34369e136ea\",\n \"role_id\": \"urn:uuid:66759ddd-1a17-80af-e6f7-1c8daac18a1e\",\n \"profile_id\": \"ac4fb12e-c8b1-aafc-5ec1-ec461731dc37\"\n },\n {\n \"id\": \"4309c5f3-6b79-1064-705b-acf0d1450ac4\",\n \"role_id\": \"urn:uuid:efb5eb71-6ef9-0fce-7097-7c2f0e4b28dc\",\n \"profile_id\": \"946776f6-7296-24c6-8ec9-930dabb8886a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18964,7 +18964,7 @@ } }, { - "id": "472c24b8-ec96-46a3-84fd-7c86ea40e65f", + "id": "898ef3c0-e688-471a-b1b0-a8ac70352abf", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -19006,7 +19006,7 @@ }, "response": [ { - "id": "24f6eba9-bc6a-4add-8219-cdf667d3d6cc", + "id": "82712210-bc3e-4efd-941a-b8449284f89a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19045,12 +19045,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"e798b08f-008d-a37d-7343-304f09d6da13\",\n \"uid\": \"et dolor animincididunt consequa\",\n \"role_id\": \"ba0dc542-4408-1a78-c08a-0785dd479c3d\",\n \"profile_id\": \"urn:uuid:66c518f9-48bb-114a-34da-fabd051549ac\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d793bd51-b2ba-92b9-bc37-fb81d9e2b6e0\",\n \"uid\": \"est aliquipmollit dolor enim Ut \",\n \"role_id\": \"urn:uuid:7e685b0c-be23-3d7b-846a-e0097e2911ae\",\n \"profile_id\": \"c380ef1f-1b46-2e7c-e79b-2945d5c1dfb9\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "84685c52-72a0-4f20-ab77-1eff2bb08ba0", + "id": "4b1a6cb1-683c-49a5-b3f5-2c63036590e0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd431c65-626f-4db2-a08d-e6acfa9da3b0", + "id": "24664f8f-c6e9-4b6c-b3e9-4804176d9480", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ } }, { - "id": "6054a9cb-5bd3-4f24-bd0e-4b57ddab995b", + "id": "f8e701cd-b89f-4a86-bbef-bac7617fc3b0", "name": "Update a role-profile contributor relationship by id", "request": { "name": "Update a role-profile contributor relationship by id", @@ -19187,7 +19187,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19199,7 +19199,7 @@ }, "response": [ { - "id": "1477f0bc-6d00-4da7-86c5-d487a636f81a", + "id": "41084800-b515-4ece-89e5-82762bc5f0c9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19234,7 +19234,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19251,12 +19251,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"e798b08f-008d-a37d-7343-304f09d6da13\",\n \"uid\": \"et dolor animincididunt consequa\",\n \"role_id\": \"ba0dc542-4408-1a78-c08a-0785dd479c3d\",\n \"profile_id\": \"urn:uuid:66c518f9-48bb-114a-34da-fabd051549ac\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:d793bd51-b2ba-92b9-bc37-fb81d9e2b6e0\",\n \"uid\": \"est aliquipmollit dolor enim Ut \",\n \"role_id\": \"urn:uuid:7e685b0c-be23-3d7b-846a-e0097e2911ae\",\n \"profile_id\": \"c380ef1f-1b46-2e7c-e79b-2945d5c1dfb9\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5625d00e-1fe7-48d6-8203-223b75c80cd2", + "id": "19095a8e-455e-44a5-a6cd-16816a863a75", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19291,7 +19291,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19313,7 +19313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf9f0a9-ea7f-4a96-8fa5-715e12277f75", + "id": "7f52cb45-7071-4f90-8f73-44e3ce2791aa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19348,7 +19348,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"6d06042e-3ef4-da09-a8b7-6e3a5b15f7c1\",\n \"profile_id\": \"urn:uuid:19ca0cbf-e861-6d87-5d85-d9a91679dad2\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19376,7 +19376,7 @@ } }, { - "id": "959104d2-335e-4749-b797-8e28c51e493d", + "id": "8f4950d7-27a8-4c71-908f-1a2eee5275d0", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -19418,7 +19418,7 @@ }, "response": [ { - "id": "669c7782-a0c4-4394-a1c0-9c15f1c9282f", + "id": "21f825b7-545c-497e-b02f-826cb937bcc5", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19462,7 +19462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ce7333d-4b8d-4ed2-be6a-82ad116e33a3", + "id": "7786be4d-dad8-492a-b7ea-0d815c77a1fe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f58e1a-e7f8-42b0-95b2-5f6dc7a36b09", + "id": "add75b6d-cc72-4aea-a52a-8dadc82cfba0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19562,7 +19562,7 @@ "description": "", "item": [ { - "id": "f6c711f0-e93c-4353-9c7b-69866a0c258d", + "id": "d4a5e1a9-b230-4328-b639-b4e354939b3e", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19606,7 +19606,7 @@ }, "response": [ { - "id": "47c3b589-8838-4551-896a-2b11aee99435", + "id": "32cdd84b-578a-4ffe-99b2-76d8d4e73ec3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19658,12 +19658,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "ba40bcc7-d33a-452f-828d-47a197d33372", + "id": "d26736a8-8fb2-415a-9d61-8c7a5f60db75", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dcba60b-3087-4003-a6f6-b4fece3ba2a9", + "id": "a379bc75-1aba-40c8-9759-a15936133def", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19783,7 +19783,7 @@ } }, { - "id": "9021f7c5-7440-4f84-a86a-656188fafdc9", + "id": "e106ec7f-fc40-484c-8089-92add49fd9aa", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19827,7 +19827,7 @@ }, "response": [ { - "id": "2b5b079f-a044-450d-a49b-3967733fa0b4", + "id": "1ffadc59-147b-4b72-8483-bdbefbb28345", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19879,12 +19879,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "a42a8b62-45e6-437f-8987-fc1782e39c07", + "id": "6ec5438a-95a9-434a-9857-92eef3783130", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec8d31d-8c92-4295-beb3-8ead0aec0ab4", + "id": "910c71d8-bdf8-415b-85ea-b27a953fe3fc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20004,7 +20004,7 @@ } }, { - "id": "b053fbe7-dfbb-40f6-8c8d-8fafd0c9af37", + "id": "2344e247-b617-4141-a05c-51959f706443", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -20036,7 +20036,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"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", @@ -20048,7 +20048,7 @@ }, "response": [ { - "id": "c3e34c81-dc5b-4810-aa69-46d48fcae50d", + "id": "2541ddd2-d4e7-4ae2-b201-ad870322537f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20083,7 +20083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"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", @@ -20100,12 +20100,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "04f081a4-bc34-461f-afd2-d3d3a76e6416", + "id": "3698db53-4573-485e-b228-159bfaead9cd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20140,7 +20140,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"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", @@ -20162,7 +20162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "174c6c48-8cf4-4dc5-aa68-ba312543f494", + "id": "d09ccf72-a7bc-4d0b-9579-374a6d4ebf7a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20197,7 +20197,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow\": {\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Enabled\",\n \"uid\": \"my_uid\",\n \"name\": \"my_workflow\",\n \"options\": {\n \"all_profiles\": \"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", @@ -20225,7 +20225,7 @@ } }, { - "id": "892721c6-a8ae-44ef-9485-c43b3f205a68", + "id": "d440bc3b-cebb-4fa1-a3d3-78d7582ce5ce", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -20269,7 +20269,7 @@ }, "response": [ { - "id": "e0efdf9b-8a6c-41e4-8070-ef18ea9f9c45", + "id": "c7415a59-8d33-4514-8f45-f04055f8e70b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20321,12 +20321,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "9a31bf82-8404-40a7-a676-a751fbae0479", + "id": "f8980496-1528-4b48-b5c9-afa4221830e7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4755b192-b2d3-4de3-a690-83a662678c1c", + "id": "d7cce4ae-c2ad-4fcd-b450-abd410459c8f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20446,7 +20446,7 @@ } }, { - "id": "3daa8074-3662-4bce-b860-a2f4ef91d4e5", + "id": "b70f890a-b308-4b9a-bc72-a5615e500e94", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20490,7 +20490,7 @@ }, "response": [ { - "id": "6b9431e0-803b-4338-bb90-e873b606e50e", + "id": "b4e8f94d-b420-4166-9fc8-813b3cfd85fa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20542,12 +20542,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "cc2e1a75-313c-4978-9ef8-ffffc5d76d48", + "id": "f4d58a19-dcd1-4b14-b785-3a60abe2df84", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6f5fc9-917c-4f6a-9ff1-640cf10cfac3", + "id": "d092dfbc-656d-4fba-92f6-5c987a5b1db2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "d9963462-95f8-42ae-896a-467ff4885ae0", + "id": "2b7469b3-863c-402b-adc7-e8028d0e44c3", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20711,7 +20711,7 @@ }, "response": [ { - "id": "8df7fdd7-164b-443e-8125-0f4d30470ce4", + "id": "663487d8-cab9-4b1a-9577-99c0a1afc520", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20763,12 +20763,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "9fa71786-26ea-404e-8bb0-3bf09e382e78", + "id": "373c7997-bb06-4c12-86ed-d48f0052b38d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20825,7 +20825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ac8aaa-f374-4310-960a-58f549e3a0e6", + "id": "443476dc-2b06-4ff5-92de-14574712b579", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20888,7 +20888,7 @@ } }, { - "id": "f3a313d0-2b56-4453-b891-5a28c84436d1", + "id": "59681e07-1057-4a47-868e-d65e3b775b1b", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20932,7 +20932,7 @@ }, "response": [ { - "id": "e4e32cf2-b401-4f6e-87a7-1bb54b53b3a5", + "id": "f976c651-557e-4687-af78-63fb6d2f359a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20984,12 +20984,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"c5a547ed-3561-42d5-16e0-f12f544c04bb\",\n \"uid\": \"Excepteuriruredolore voluptate n\",\n \"workflow_id\": \"1a37c632-7b40-619d-46fa-4b14c92c47ca\",\n \"requester_id\": \"8a0a5dd9-e176-11b4-b827-7f4172d7c891\",\n \"requester_type\": \"User\",\n \"profile_id\": \"98032650-64e9-5c29-15ac-3f64635d8f91\",\n \"profile_ids\": [\n \"ee813221-46a9-9a04-9355-fbc1e65cc88e\",\n \"urn:uuid:2cdb8e69-69d5-4131-bcf0-d56198b17b1f\"\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\": \"1b0f8e89-e602-6f6c-63ee-73976b1665e3\",\n \"uid\": \"ullamco fugiatadipisicing sunt s\",\n \"workflow_id\": \"urn:uuid:caf2a1c2-bd48-d129-e621-4eefe309d319\",\n \"requester_id\": \"ec2e9fc3-ecc8-96cd-f170-6e569c2df73f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:f4d6adf9-58a0-b9b9-d19e-d1229a15d13b\",\n \"profile_ids\": [\n \"2ad50b6c-8d5c-dcd3-daf4-67cffdae7c07\",\n \"urn:uuid:946acd39-ae1c-df8e-47cd-44c2c699cc63\"\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": "8e419b60-c6a1-4be4-8371-e5b89db68539", + "id": "0867c595-a94b-4695-855d-a2b523886d29", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21046,7 +21046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe06353-3703-4c82-8887-98f78d7a87ac", + "id": "93a58fed-6005-4ad6-ae23-5aa6a06e629f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21115,7 +21115,7 @@ "description": "", "item": [ { - "id": "caa051d0-d511-4220-ae5e-18f6560d0030", + "id": "72e1dddd-faf4-44c3-b79c-ef8d1920dd2a", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -21159,7 +21159,7 @@ }, "response": [ { - "id": "56aff6c6-508c-4bf7-8cc4-4ac3e142d003", + "id": "c05a03d4-97db-44e9-9c61-7fad206cb154", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21216,7 +21216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef6fbb50-31ac-4e0a-8316-096f94b1667e", + "id": "5ec8cafe-f095-4564-8f63-e370b4e1614f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21273,7 +21273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91a8aacf-f8ea-4055-971b-860fd388a510", + "id": "20973a05-cd50-4cdf-8b27-ca198456f537", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21336,7 +21336,7 @@ } }, { - "id": "c37c71df-2b94-4619-9f5f-2ad4731db40e", + "id": "42c6e034-6f64-4484-9770-007528614ed1", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -21380,7 +21380,7 @@ }, "response": [ { - "id": "027c36c8-1a2c-4e8e-ae9e-77eaf20632e7", + "id": "b95542c7-93a6-43bb-808a-d9f23b52dfa9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21437,7 +21437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadd63f8-4413-429f-a9b4-a38ac1262d9b", + "id": "755eba10-d4c3-44f4-b574-7f1f03c9dfbc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99d6310-13c6-4010-84b2-1a53bffb70a3", + "id": "c226f833-aa2d-457c-bb71-02032a3aac2b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21557,7 +21557,7 @@ } }, { - "id": "11ecfd76-4fb3-41c2-b7f4-324a45b1176e", + "id": "9acd9daf-582f-48fe-ad9c-499647c595f3", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21601,7 +21601,7 @@ }, "response": [ { - "id": "5f38a5f5-85a5-414f-9017-a00c1227e313", + "id": "ee8cce7d-4bfc-44d1-a1c1-2f6bd6a2b3d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21658,7 +21658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd96b368-2267-4452-bc26-7efdfd87d4d1", + "id": "e89b98ea-4659-4b60-a3c4-3b19472bd909", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21715,7 +21715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd2aa32d-2653-4f5b-a1b1-3e1b0fe9ab80", + "id": "83d2fe83-be25-4581-9ae9-1f764878ffc3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21778,7 +21778,7 @@ } }, { - "id": "2efb3dc7-a4b2-4a8a-8005-5a44da664d51", + "id": "29df7164-18ad-4872-8ed3-b8e221aa949c", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21822,7 +21822,7 @@ }, "response": [ { - "id": "f3855496-76eb-49c5-af63-dafc240d72f1", + "id": "919e2ed4-976e-409a-b830-914511ab449e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21879,7 +21879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa7741fb-e3b3-4323-aa4b-777122befd22", + "id": "ec3b81ed-a804-44f8-b103-684e790e1190", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21936,7 +21936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c87d8e7c-b739-4ace-b5e7-3f42ad975d8a", + "id": "d88546eb-7c7e-4e5f-b6f5-699430b60081", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21999,7 +21999,7 @@ } }, { - "id": "d62809a7-9aa1-4f13-829c-bcbecfe0452b", + "id": "b9b92b8c-1a15-46e3-afb8-3061bbf9630e", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -22043,7 +22043,7 @@ }, "response": [ { - "id": "abffd7de-e340-49ed-b42a-da42ced1858e", + "id": "9a2331cd-7fdc-4592-b1ed-28008dcaebe5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22100,7 +22100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67136da8-a172-479f-bfde-1d1cc849cdb9", + "id": "7c7e97f7-af75-4950-8a45-14a644040975", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22157,7 +22157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62cb7423-0a42-455a-8ce5-fd53d15af345", + "id": "4f345802-02b2-46e3-884a-1f947a8c1e5b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22220,7 +22220,7 @@ } }, { - "id": "b9889785-19e1-48e1-83bf-0c3178456523", + "id": "76550eba-88bc-439c-ba47-8381bfdd77e8", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -22264,7 +22264,7 @@ }, "response": [ { - "id": "b3908a7b-86e3-4b2d-ac77-026beeecd431", + "id": "0411fb5c-3838-4e1c-b6ee-4e4b1250c626", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22321,7 +22321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e85f9dc-e90b-46a9-82dd-76d49129c3d9", + "id": "1b270253-643d-475d-a76b-a4dd979599e0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22378,7 +22378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a4398b-1368-484f-802e-c3b8ba0535e4", + "id": "6f2eb50d-2116-46cb-b905-48e78e8e4553", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22441,7 +22441,7 @@ } }, { - "id": "0ba51ff9-58bd-4df6-89c0-5ad7b69f689d", + "id": "f7f26e67-47d3-469d-ab99-efcc75f3484d", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22485,7 +22485,7 @@ }, "response": [ { - "id": "185335b7-3b82-42d3-9be0-040c201cdc25", + "id": "e0b87f40-a2cf-4a92-a53e-5ba61051d952", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa56d23-42d4-44da-aefd-63792c1a95c9", + "id": "d0042834-dd78-4941-8169-d384ea6418e2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "797c9ed9-7007-4176-905d-670164c675c5", + "id": "022d3c0f-5945-4e10-9bc9-34f6176fe3b7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22662,7 +22662,7 @@ } }, { - "id": "8eed9591-5d6c-43ba-a574-cdd763b74ecd", + "id": "ea5ac05c-19d3-495f-9306-86ea607572ba", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22706,7 +22706,7 @@ }, "response": [ { - "id": "46d335d4-77af-4fd2-a7d6-67a0814378f0", + "id": "8ea21ddf-f80e-4380-81ee-3f6b3f161aed", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22763,7 +22763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72702c6c-57c7-40dc-bd19-4233d69edda0", + "id": "86012ebd-73f1-4393-a1f7-39f1d2ebb8bf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22820,7 +22820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df563aba-773a-4aa8-904d-bc2e8adc827f", + "id": "9a2ad252-e092-4051-96a3-3b4c0ba0e6b3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22883,7 +22883,7 @@ } }, { - "id": "862741a8-b4ec-4144-a438-e3b4281f3909", + "id": "ba732ced-c4a1-4156-8f42-e83c7d5c46a5", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22927,7 +22927,7 @@ }, "response": [ { - "id": "c194840d-a6a6-4b16-8b72-a125d8694f80", + "id": "948a3ea7-b6d0-40ae-9851-072b59faa6c7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22984,7 +22984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16323918-edf9-48df-b52d-032656c8a56f", + "id": "693433c1-d74d-4f5b-97e9-f212e47e988e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23041,7 +23041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b2d864c-f116-45f8-9ee5-a7923ae1beaa", + "id": "67fd8a5f-267f-4a23-b96f-49af60b06f8e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23104,7 +23104,7 @@ } }, { - "id": "cf2f8948-5ca7-4f5c-8d3c-458bde8d9054", + "id": "a3982a01-ee2c-48dc-8f13-4e68a71fdd6d", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -23148,7 +23148,7 @@ }, "response": [ { - "id": "1c015044-c624-441e-b431-43f7f7c1c8dc", + "id": "259ca63a-b4b6-4799-a1fa-18bf3ad382e5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23205,7 +23205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "498fface-ef52-4c44-b41a-0fd2bf0c578d", + "id": "3fe81805-70dd-40bc-9e88-77b23d8cd0a5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23262,7 +23262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33b1e77-5029-44a7-89ca-feaea553a1d1", + "id": "f133eebc-7657-4e15-9d76-1889b30978c2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23325,7 +23325,7 @@ } }, { - "id": "076fe6f8-d94c-4ee8-944b-270f2ac1f13c", + "id": "85615baf-f4b9-4be4-b037-14806eba02e3", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -23369,7 +23369,7 @@ }, "response": [ { - "id": "e284c779-88a8-4518-a633-c4741cbab2eb", + "id": "226bac52-0411-4f84-9f88-be986a7effad", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8fd975-76c4-45a1-b297-edc1ae9f6db5", + "id": "b1b2cb12-239a-4c7d-a111-6d12e6432a8c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b0477f1-5516-4632-a8c0-512cef41ce75", + "id": "ab0db184-aa4e-4fc6-a94a-46224252f322", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23546,7 +23546,7 @@ } }, { - "id": "c33b4869-e298-442c-91ed-31a0842b26dd", + "id": "c5dc9d90-7c0d-4038-8361-b6accd60f235", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23590,7 +23590,7 @@ }, "response": [ { - "id": "c5a51980-6f8c-43e4-b28d-da96c931eb23", + "id": "f0c6821d-30f2-4f85-a337-0ec7116d34da", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23647,7 +23647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "945b86ec-6377-4d28-8832-1fbcc56a036a", + "id": "fc930e27-681d-4eec-8127-cbbf3673a468", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23704,7 +23704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aea58fa-623a-41cb-85a0-e2c45b46ae1e", + "id": "572c9cb7-2d35-4a3e-bbee-d87b301625f7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23767,7 +23767,7 @@ } }, { - "id": "6e43503f-8fe5-4047-9136-5b43526fb234", + "id": "bcaeb13d-b9cd-4f66-9fde-282233b79f71", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23811,7 +23811,7 @@ }, "response": [ { - "id": "2e03a832-1dc2-4673-a3cb-922e71d33b13", + "id": "c2ce4762-85cc-493f-8f96-61c45fca0297", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23868,7 +23868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2309a4ba-1c5a-4c1f-ad12-66d721e0e669", + "id": "70269bba-0666-4c51-aceb-29b5ba0b8c0b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23925,7 +23925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee23bdc8-ccb1-4cdb-8ba9-4c0c452badfc", + "id": "9c611dd1-bb5a-4db3-a09d-18ee81845954", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23988,7 +23988,7 @@ } }, { - "id": "a9809699-d936-4c53-8358-54c0a9125322", + "id": "cc84bea7-9a3b-4ae1-a848-55abf5d2190b", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -24032,7 +24032,7 @@ }, "response": [ { - "id": "3e8d5b95-a07a-4364-b241-f7b00e10043c", + "id": "10a26247-4fc9-451f-a64d-0ec0c4000154", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24089,7 +24089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32445bc6-0425-49c1-9c44-58b1139598b1", + "id": "36f18ac1-c379-4804-a739-37a2c68e8eef", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4629d8c1-d976-40ba-82b7-3a686ed1b292", + "id": "804faea2-5fc8-4326-a384-96b9cb9c0090", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24209,7 +24209,7 @@ } }, { - "id": "da1e7b03-4346-45da-acf4-b0b274bfed91", + "id": "64776144-8048-4174-84ce-83f683f076ba", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -24253,7 +24253,7 @@ }, "response": [ { - "id": "23fc42c1-bff0-4e88-a45d-2f6977c292a3", + "id": "30949463-fd70-489a-acfa-b96ce63efe73", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24310,7 +24310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ad67ee-c854-49be-8396-917b4f1995aa", + "id": "0e481e0a-4acd-4356-b1a5-dd43ec7ce845", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d92cc777-bc73-4551-b1c8-8cdbc1c99e42", + "id": "63a5499d-2732-4d6f-aa8b-f1d7d82ac206", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24430,7 +24430,7 @@ } }, { - "id": "3d109cb6-bcc9-4393-9a8d-d363102d5f03", + "id": "ef059024-13d6-4b0b-aad9-8ee73d1f7360", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24474,7 +24474,7 @@ }, "response": [ { - "id": "a21b1696-bd5a-48a6-9f2a-7ba8d974a1a4", + "id": "28f9412c-613f-4cd6-93bb-0168830fd685", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24531,7 +24531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5ad491-3d7b-4bfd-b925-7c4f84037f3a", + "id": "31a0287f-bd38-43f5-a37a-8c6c0aa21fbc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24588,7 +24588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec0cbae-409b-45b1-8f93-3c69bcf50b1a", + "id": "9e39e2de-f800-439c-bdab-0037faffdfa1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ } }, { - "id": "de6ea241-cdf2-444c-b75e-86f71e51cb5c", + "id": "f1179e29-5f9d-432e-a132-ce90d599230e", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24695,7 +24695,7 @@ }, "response": [ { - "id": "d743000a-ac51-44f3-96ed-2907c58dc617", + "id": "ff6b5c7f-bf25-4064-9170-d7e7930890a4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24752,7 +24752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f43af7-09f9-444a-88d9-feec443ae706", + "id": "53958266-0cde-4a60-8748-f5885cba64c6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24809,7 +24809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68346d4a-8e62-4f60-ac5c-3ed7b1eb911d", + "id": "03427130-b36c-4620-ac4b-7f520c9d0c0d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24872,7 +24872,7 @@ } }, { - "id": "fe5019f0-77d7-4bbd-8bd7-10d0ad29db08", + "id": "280ba01c-2aaa-4292-84c0-99d6b79b4906", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24916,7 +24916,7 @@ }, "response": [ { - "id": "fc457276-d64e-421f-aa93-5f4aa85ad223", + "id": "21feede4-f0c1-4e04-970d-f8fa0c8602c3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24973,7 +24973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7fd26b5-43f7-4b96-b35e-ba89e5f6b140", + "id": "292a7605-b680-49c4-811e-31c60a173ab1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25030,7 +25030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eaba84e-23be-4b4a-b37b-2372d0dad0b8", + "id": "ef052144-6cd2-4f94-bf51-ae0da5a7a735", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25093,7 +25093,7 @@ } }, { - "id": "9ff944cb-eac2-45bc-ae9f-d4c9a1c8d731", + "id": "a0780f02-eabc-4328-970b-e67939e4b815", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -25137,7 +25137,7 @@ }, "response": [ { - "id": "d85ca0b2-4fc3-4da8-9725-36e5016945b0", + "id": "99e774fa-3840-498f-9590-d6818edaf80a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25194,7 +25194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9210ff-e0af-43fe-a582-d229c95cef1c", + "id": "5f603a4e-04ed-442b-b8e1-43abc78208b3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25251,7 +25251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37570e29-6de8-4914-84bb-fab227f42002", + "id": "f1d22b2c-913c-4cad-bbec-e010614008a0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25314,7 +25314,7 @@ } }, { - "id": "3ad88ca8-2cf8-491d-96be-368645c123ef", + "id": "8f210aff-78e9-4192-90bb-9e18ede968c9", "name": "Create a review action", "request": { "name": "Create a review action", @@ -25358,7 +25358,7 @@ }, "response": [ { - "id": "932449c0-9919-4ddb-b509-ed346db0360c", + "id": "56dca598-acfe-4bd3-8038-9f4999f047d6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922699a6-833b-41f0-abd6-a99225078c3a", + "id": "0fe52082-8eab-4f1e-84c6-c85a496deb46", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25472,7 +25472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42445efd-d4ba-4fb3-9277-093b7a4d62b0", + "id": "7aa1c8f3-f02a-42d7-815e-85c36ab6519e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25535,7 +25535,7 @@ } }, { - "id": "61615cac-9105-40c2-9ea7-fbfab50db572", + "id": "3bdb72b2-4054-48b3-bcfd-f70291e08d25", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25579,7 +25579,7 @@ }, "response": [ { - "id": "c517a894-5fbb-461b-9cf2-d560230240b3", + "id": "d6e7b73c-4582-4490-a1fa-fccaac730638", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db3dc211-97f7-4fe3-8c2a-963b6dda65f4", + "id": "02a91576-6d28-4fbe-b7f7-0a190695101e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e3443cc-abed-42a4-ae27-eecd7ffca997", + "id": "cab59cc4-bed9-4f6d-af6f-36b01c17e274", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25756,7 +25756,7 @@ } }, { - "id": "361d381f-e461-4489-977c-140aa379495f", + "id": "1a802105-0bc9-4eae-b4b3-770bd0deb277", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25800,7 +25800,7 @@ }, "response": [ { - "id": "350188a2-6cca-4ac6-9b94-995354d89401", + "id": "7d60aade-89e5-42f6-80b4-0a7f07596b5e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25857,7 +25857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0eb4f77-0be3-423e-9844-8c6a30598b90", + "id": "78623e22-772b-43df-9272-ea81f09e4d29", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25914,7 +25914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17de28e0-b948-4021-bccd-51152040f99f", + "id": "3f4841d3-9852-4809-93ee-a19ad271264e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25977,7 +25977,7 @@ } }, { - "id": "a0462a0a-d45c-4586-bebb-ff912b8a1778", + "id": "7831372b-d1c4-404e-a3d2-a68239c6c823", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -26021,7 +26021,7 @@ }, "response": [ { - "id": "71b12871-e058-40a0-9961-fbcb801e9f6b", + "id": "17fc8905-8770-4f9a-8829-11cba43dc932", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26078,7 +26078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a6b9f8-9308-4551-a680-96f302fcb3a0", + "id": "0bbe4594-5e90-417e-95c6-e7c55874e56a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26135,7 +26135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787ecbf8-716e-4678-9fc0-456fd3dd69cb", + "id": "fe18dc13-4e28-4b02-adce-3bf881b6ecd0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26198,7 +26198,7 @@ } }, { - "id": "f4eed537-12ec-4341-94c4-6545895196c5", + "id": "d18b14b0-c451-425d-ac28-261be63c1027", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -26242,7 +26242,7 @@ }, "response": [ { - "id": "05a87033-348e-4601-8026-8325d59b477b", + "id": "c12a6b44-23f3-4068-8231-6f466299943e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26299,7 +26299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64a966a-11fd-477e-82d5-dec47e026d43", + "id": "09eee800-abf5-4f1f-b87d-d0dda86b76e3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26356,7 +26356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2ecf259-20df-467a-ad82-18d9278cd5dc", + "id": "8c703a6c-beec-4dd7-91ff-38b5027f7bd2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26419,7 +26419,7 @@ } }, { - "id": "657a0da1-dddd-4a69-bfb4-a719c784d5ea", + "id": "74d8f412-2581-47ed-9aca-4ec657cfb157", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26463,7 +26463,7 @@ }, "response": [ { - "id": "cde0d751-fea2-49d2-bed0-d93e09ddb6bf", + "id": "fc4f3298-a127-4a74-a9fb-fb0ece130616", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26520,7 +26520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8ba2f2-b991-4f58-b796-7607ef62c5a4", + "id": "efbd14d1-c3f4-45d7-ab59-a5517d725bbd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26577,7 +26577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cc962ec-4fa7-49f6-be79-8ae90a86bc79", + "id": "36ce5b45-d3b8-48bc-be55-33ab5596b966", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26640,7 +26640,7 @@ } }, { - "id": "128413ed-cbbe-487d-8e0d-1e6d084fb8af", + "id": "7aa91dec-c749-4a98-9dee-6669d8f940f6", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26684,7 +26684,7 @@ }, "response": [ { - "id": "f62049ba-6744-454f-9014-908873bddbed", + "id": "af72c395-eb5f-45a6-a35d-17ea2669c908", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c6485dd-f5fd-4a81-be5d-b5b750ca66d7", + "id": "110095c6-1814-435d-a681-8864aafa30b1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26798,7 +26798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a59ed64-6bd1-4535-bc2a-0560065f5bf0", + "id": "bddc9268-8c22-4976-84d0-9f2f1d81521b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ } }, { - "id": "a8ccfd98-e31c-4ed2-bf68-fe31d26a1bd3", + "id": "4cbfffc1-75c9-44ed-b170-e37d209db447", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "6efa4e40-0360-4a8f-a931-da587f6dc9da", + "id": "c055d662-198d-4fe5-949b-222f817dc8c7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26962,7 +26962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbff81a1-d072-4386-a36e-5a9b6042b1db", + "id": "e5b45f2f-68ee-44f6-9a62-3c6ba9d8679f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27019,7 +27019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5d47ea-9d49-4bd8-bc7e-82083de00532", + "id": "11374bc3-418a-44b7-b494-5415b9e1d3ea", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27082,7 +27082,7 @@ } }, { - "id": "48b7ffde-a2be-4832-88ee-4df0da7652d4", + "id": "10002578-5653-425d-9d92-e50094a1c867", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -27126,7 +27126,7 @@ }, "response": [ { - "id": "3fefc64e-9018-447d-9b87-8f5ed8024792", + "id": "afcd4895-e736-43d8-897b-0844fcf63338", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27183,7 +27183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b729e64-8983-4e94-82d9-4e694a6306b7", + "id": "4132d1d1-37cf-4aaa-8dd1-7eb2c36fa86a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27240,7 +27240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ca83310-ba43-4cac-afbc-61db01ec6e63", + "id": "a533cf44-2e5d-4a19-b526-15b8ea0d6f2c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27303,7 +27303,7 @@ } }, { - "id": "deaff4ed-dd93-4ef2-a9cc-ca412f6f0ee0", + "id": "7ff65955-67f7-405a-89f9-6428e3feacc6", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -27343,7 +27343,7 @@ }, "response": [ { - "id": "7fecbd5d-9841-4a02-95a8-d8685b1f4a07", + "id": "e95d0e39-be79-4846-ac50-74da2605bf49", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27396,7 +27396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4df64f9-3c1c-4232-978e-adc624f924ca", + "id": "6f282d1f-4bcf-438c-b99b-28aecbdb2c88", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27449,7 +27449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79d55c2-2cca-4ece-8c73-a350a48a2fc3", + "id": "344e8dcb-7150-4993-ba3a-a23cfbae9d63", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27514,7 +27514,7 @@ "description": "", "item": [ { - "id": "af8f5f75-2f21-4e49-b3a2-55de09dc365c", + "id": "628070b1-9ee6-41b5-a1ae-4d72296c9c73", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27573,7 +27573,7 @@ "type": "text/plain" }, "key": "uid", - "value": "irure id ad consequat laboriscom" + "value": "cupidatat sed do nostrud aliquan" }, { "disabled": false, @@ -27591,7 +27591,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -27600,7 +27600,7 @@ "type": "text/plain" }, "key": "status", - "value": "auto assigned" + "value": "pending courion update" }, { "disabled": false, @@ -27626,7 +27626,7 @@ }, "response": [ { - "id": "19e7b217-419c-4173-92eb-b192808a2467", + "id": "9f489829-12aa-4bcb-8ff7-e86cb4e2ea44", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27680,7 +27680,7 @@ "type": "text/plain" }, "key": "uid", - "value": "irure id ad consequat laboriscom" + "value": "cupidatat sed do nostrud aliquan" }, { "disabled": false, @@ -27698,7 +27698,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -27707,7 +27707,7 @@ "type": "text/plain" }, "key": "status", - "value": "auto assigned" + "value": "pending courion update" }, { "disabled": false, @@ -27746,12 +27746,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"urn:uuid:b28978a8-7e7e-1cc7-df1f-f3c07fad2d30\",\n \"uid\": \"in adipisicing dolore veniamveni\",\n \"workflow_id\": \"e46baec7-2ed5-3f68-cb79-b523d3106fbb\",\n \"requester_id\": \"0234130f-8d6d-10a7-4d23-b5463848ab09\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:f30f077c-1944-1c0d-bc0e-2c8d1a4c1076\",\n \"profile_ids\": [\n \"urn:uuid:35689dc7-cf85-0205-93d8-3a724047996c\",\n \"urn:uuid:889d4b40-124f-2102-c831-2bfe72c8590b\"\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:355aa2c4-10fa-0fcf-520e-a98bed4744be\",\n \"uid\": \"eu nulla minimin enim laborecill\",\n \"workflow_id\": \"urn:uuid:a3ae9707-4905-8142-f19e-1a53c9d7f603\",\n \"requester_id\": \"urn:uuid:42f5d0c6-c11c-22dc-fb3d-8335ec041990\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"ae1c4e45-7cff-47a3-fa4e-065707350c37\",\n \"profile_ids\": [\n \"urn:uuid:b2af3635-a2a8-db64-1717-773809db571b\",\n \"4be74304-5fa2-a9a5-439d-51034447b6b0\"\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\": 8965338,\n \"offset\": -72935067,\n \"total\": 17216562,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"737d094e-6ae3-b64c-2e78-e1d27689dfa8\",\n \"uid\": \"elit reprehenderit enimesse Exce\",\n \"workflow_id\": \"8d324164-99f5-e152-252e-38f74b423b31\",\n \"requester_id\": \"urn:uuid:e280b916-fee1-e010-6ed0-660806c9705c\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:eb0412aa-ce83-a5e7-aa0a-4716d69f73c9\",\n \"profile_ids\": [\n \"urn:uuid:cd5b604b-9ea7-aa77-cc41-4dc4c3fdadc0\",\n \"9931420d-3a65-6180-8c13-38e0f4b8f800\"\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\": \"f0063d1c-69af-576d-f968-196bd0c51fbd\",\n \"uid\": \"Duis quisofficia dolorincididunt\",\n \"workflow_id\": \"urn:uuid:1570b0be-791c-f454-75e9-2e895bc17c1a\",\n \"requester_id\": \"urn:uuid:1ce58138-e9f6-77f5-765a-0f07d7a7e0ce\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"c6ad4860-f14a-cf0c-cf2c-d8cb3e2bb41f\",\n \"profile_ids\": [\n \"urn:uuid:7f2800f3-9bd6-eb8f-507c-b23517f3ccb3\",\n \"urn:uuid:e6a98d35-527e-097c-6ca1-3e03bb7d3caf\"\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\": 85720264,\n \"offset\": 3412915,\n \"total\": 27266351,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34356e9a-4bbc-41e2-84cb-743ad8a03d8d", + "id": "084e8762-3e9c-4310-9d70-32acf1316c43", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27805,7 +27805,7 @@ "type": "text/plain" }, "key": "uid", - "value": "irure id ad consequat laboriscom" + "value": "cupidatat sed do nostrud aliquan" }, { "disabled": false, @@ -27823,7 +27823,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -27832,7 +27832,7 @@ "type": "text/plain" }, "key": "status", - "value": "auto assigned" + "value": "pending courion update" }, { "disabled": false, @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97f7a4f-d0c6-490e-813b-dbfd5fffee7e", + "id": "6f55f4f0-fa21-4d59-b4f4-e7f922b3653e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27930,7 +27930,7 @@ "type": "text/plain" }, "key": "uid", - "value": "irure id ad consequat laboriscom" + "value": "cupidatat sed do nostrud aliquan" }, { "disabled": false, @@ -27948,7 +27948,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -27957,7 +27957,7 @@ "type": "text/plain" }, "key": "status", - "value": "auto assigned" + "value": "pending courion update" }, { "disabled": false, @@ -28007,7 +28007,7 @@ } }, { - "id": "8a3b9ed7-aafb-41d2-84e3-fe7b9a850e89", + "id": "e5689338-c453-4d27-8935-6c2c0b528853", "name": "Create a workflow session", "request": { "name": "Create a workflow session", @@ -28048,7 +28048,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:66e5a9d7-2e4d-5672-2ef4-fea5c9e7756a\",\n \"requester_id\": \"6afd564a-822b-2675-ed0b-4abeeafa2f6f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:07ea6ff6-928e-9084-5b1d-cda720664ced\",\n \"profile_ids\": [\n \"a216d829-e097-f20d-515b-af8efee59f18\",\n \"31c786c9-eef0-8cff-b28c-252eee4397fe\"\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:7b7c45b2-c5b6-7c4d-ce4b-51ca5d00d711\",\n \"requester_id\": \"54d04b3a-41a2-6b02-e1aa-742be93d8a85\",\n \"requester_type\": \"User\",\n \"profile_id\": \"bcae0e1a-3790-3f84-6014-acf70abd65e9\",\n \"profile_ids\": [\n \"urn:uuid:8405ca56-83c2-d85d-6ada-bafc23b502c8\",\n \"urn:uuid:171acf39-c42b-0051-dabb-6d077106b73d\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28060,7 +28060,7 @@ }, "response": [ { - "id": "6c3e598f-3bfa-4a8f-8109-3d097ca00799", + "id": "9297190b-4966-427e-9181-44d30a5a5b42", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28104,7 +28104,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:66e5a9d7-2e4d-5672-2ef4-fea5c9e7756a\",\n \"requester_id\": \"6afd564a-822b-2675-ed0b-4abeeafa2f6f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:07ea6ff6-928e-9084-5b1d-cda720664ced\",\n \"profile_ids\": [\n \"a216d829-e097-f20d-515b-af8efee59f18\",\n \"31c786c9-eef0-8cff-b28c-252eee4397fe\"\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:7b7c45b2-c5b6-7c4d-ce4b-51ca5d00d711\",\n \"requester_id\": \"54d04b3a-41a2-6b02-e1aa-742be93d8a85\",\n \"requester_type\": \"User\",\n \"profile_id\": \"bcae0e1a-3790-3f84-6014-acf70abd65e9\",\n \"profile_ids\": [\n \"urn:uuid:8405ca56-83c2-d85d-6ada-bafc23b502c8\",\n \"urn:uuid:171acf39-c42b-0051-dabb-6d077106b73d\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28121,12 +28121,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"379528f4-e9d7-e7a0-9c50-fa0604cff12d\",\n \"uid\": \"esse qui voluptate reprehenderit\",\n \"workflow_id\": \"urn:uuid:fa03a5eb-635c-c1d6-f8d4-2b6917fb30ed\",\n \"requester_id\": \"urn:uuid:82f6ec1a-173a-8bd6-6a71-216ebc0b30f3\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:61320f27-0b9e-7ab4-e434-9f1fdd2d6b59\",\n \"profile_ids\": [\n \"6db2f209-6472-bbc7-a7f2-f2a0ab848ad6\",\n \"urn:uuid:0a507ba6-1397-56c2-05ce-4cdf85f0f6e1\"\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\": \"8cd8e519-361c-70f5-6b83-ab787e57b006\",\n \"uid\": \"Duisdeserunt consequat Duis sint\",\n \"workflow_id\": \"878f6230-7ea3-9d0a-ea18-a8a5b9d7d833\",\n \"requester_id\": \"urn:uuid:ba039399-8995-1b47-9711-a1e44be8131f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"e4cba98c-228e-00ee-df6a-f8633ffa5d31\",\n \"profile_ids\": [\n \"4b3e68b6-7501-9d5b-25b4-8c40056100f1\",\n \"urn:uuid:db9e4108-b051-186a-9bd4-ac58bc441e04\"\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": "ea6ce611-57ea-4c0e-9c3f-9ab31096e563", + "id": "5a612674-0389-411a-8ec7-7fb2a547e576", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28170,7 +28170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:66e5a9d7-2e4d-5672-2ef4-fea5c9e7756a\",\n \"requester_id\": \"6afd564a-822b-2675-ed0b-4abeeafa2f6f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:07ea6ff6-928e-9084-5b1d-cda720664ced\",\n \"profile_ids\": [\n \"a216d829-e097-f20d-515b-af8efee59f18\",\n \"31c786c9-eef0-8cff-b28c-252eee4397fe\"\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:7b7c45b2-c5b6-7c4d-ce4b-51ca5d00d711\",\n \"requester_id\": \"54d04b3a-41a2-6b02-e1aa-742be93d8a85\",\n \"requester_type\": \"User\",\n \"profile_id\": \"bcae0e1a-3790-3f84-6014-acf70abd65e9\",\n \"profile_ids\": [\n \"urn:uuid:8405ca56-83c2-d85d-6ada-bafc23b502c8\",\n \"urn:uuid:171acf39-c42b-0051-dabb-6d077106b73d\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28192,7 +28192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cecabbe-9fee-4aba-8af7-bf898b5da934", + "id": "8943da5a-d2e9-4ff2-bc51-f56e2daff5f5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28236,7 +28236,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:66e5a9d7-2e4d-5672-2ef4-fea5c9e7756a\",\n \"requester_id\": \"6afd564a-822b-2675-ed0b-4abeeafa2f6f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:07ea6ff6-928e-9084-5b1d-cda720664ced\",\n \"profile_ids\": [\n \"a216d829-e097-f20d-515b-af8efee59f18\",\n \"31c786c9-eef0-8cff-b28c-252eee4397fe\"\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:7b7c45b2-c5b6-7c4d-ce4b-51ca5d00d711\",\n \"requester_id\": \"54d04b3a-41a2-6b02-e1aa-742be93d8a85\",\n \"requester_type\": \"User\",\n \"profile_id\": \"bcae0e1a-3790-3f84-6014-acf70abd65e9\",\n \"profile_ids\": [\n \"urn:uuid:8405ca56-83c2-d85d-6ada-bafc23b502c8\",\n \"urn:uuid:171acf39-c42b-0051-dabb-6d077106b73d\"\n ],\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28264,7 +28264,7 @@ } }, { - "id": "d3d024c8-6bfc-4a0e-97d1-be16d6af35cf", + "id": "ea612d99-231f-4c18-ba2a-0894cc3559d5", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -28306,7 +28306,7 @@ }, "response": [ { - "id": "a10bfbda-0b14-480c-855a-2ac6903c8ab2", + "id": "0ddc68c2-4986-43a2-af90-f2e25f3463b7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28345,12 +28345,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"379528f4-e9d7-e7a0-9c50-fa0604cff12d\",\n \"uid\": \"esse qui voluptate reprehenderit\",\n \"workflow_id\": \"urn:uuid:fa03a5eb-635c-c1d6-f8d4-2b6917fb30ed\",\n \"requester_id\": \"urn:uuid:82f6ec1a-173a-8bd6-6a71-216ebc0b30f3\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:61320f27-0b9e-7ab4-e434-9f1fdd2d6b59\",\n \"profile_ids\": [\n \"6db2f209-6472-bbc7-a7f2-f2a0ab848ad6\",\n \"urn:uuid:0a507ba6-1397-56c2-05ce-4cdf85f0f6e1\"\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\": \"8cd8e519-361c-70f5-6b83-ab787e57b006\",\n \"uid\": \"Duisdeserunt consequat Duis sint\",\n \"workflow_id\": \"878f6230-7ea3-9d0a-ea18-a8a5b9d7d833\",\n \"requester_id\": \"urn:uuid:ba039399-8995-1b47-9711-a1e44be8131f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"e4cba98c-228e-00ee-df6a-f8633ffa5d31\",\n \"profile_ids\": [\n \"4b3e68b6-7501-9d5b-25b4-8c40056100f1\",\n \"urn:uuid:db9e4108-b051-186a-9bd4-ac58bc441e04\"\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": "b7c55696-cf6e-491b-bc3d-f05fb0b7b231", + "id": "a8294a20-eb05-48cf-8f9a-4588734a63cf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28394,7 +28394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9e90733-c03b-4390-9c01-de9508d5ac1e", + "id": "29f1facc-940f-4e46-8ff5-fd215afb3f96", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28444,7 +28444,7 @@ } }, { - "id": "9f362392-31ca-4235-8808-2a840dc4a87d", + "id": "4c7c9520-1e18-4cd3-8dc0-cafdeea94a7a", "name": "Update a workflow session by id", "request": { "name": "Update a workflow session by id", @@ -28497,7 +28497,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"21f5b241-c0d2-10ff-2e61-b8a4db775752\",\n \"requester_id\": \"d0510b43-fe22-9a79-1807-0aac114d5b9d\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:bbbf2bf2-b876-d997-59ef-f4aabdf78914\",\n \"profile_ids\": [\n \"554e4fe7-7886-f9ac-84bb-6c6350d897a8\",\n \"urn:uuid:91e6cf97-565a-d098-9262-48147084e6de\"\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\": \"2b1664db-200a-6611-7eca-f86ee5d5dfd7\",\n \"requester_id\": \"b2e6cfa8-5eae-b9b0-27a4-484be07eee78\",\n \"requester_type\": \"User\",\n \"profile_id\": \"75f7793b-281f-ab4d-fd5b-639089e2a22e\",\n \"profile_ids\": [\n \"urn:uuid:a1e33a1b-d067-43ca-2c86-ed274dc3e3bf\",\n \"95796c9d-2ae8-c6d5-abe6-b56e3f0df4cd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28509,7 +28509,7 @@ }, "response": [ { - "id": "d99d8c84-2d76-42c1-b271-e36a4334c117", + "id": "681e8fd1-fd6f-4f1f-a4be-38718245864f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28554,7 +28554,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"21f5b241-c0d2-10ff-2e61-b8a4db775752\",\n \"requester_id\": \"d0510b43-fe22-9a79-1807-0aac114d5b9d\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:bbbf2bf2-b876-d997-59ef-f4aabdf78914\",\n \"profile_ids\": [\n \"554e4fe7-7886-f9ac-84bb-6c6350d897a8\",\n \"urn:uuid:91e6cf97-565a-d098-9262-48147084e6de\"\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\": \"2b1664db-200a-6611-7eca-f86ee5d5dfd7\",\n \"requester_id\": \"b2e6cfa8-5eae-b9b0-27a4-484be07eee78\",\n \"requester_type\": \"User\",\n \"profile_id\": \"75f7793b-281f-ab4d-fd5b-639089e2a22e\",\n \"profile_ids\": [\n \"urn:uuid:a1e33a1b-d067-43ca-2c86-ed274dc3e3bf\",\n \"95796c9d-2ae8-c6d5-abe6-b56e3f0df4cd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28571,12 +28571,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"379528f4-e9d7-e7a0-9c50-fa0604cff12d\",\n \"uid\": \"esse qui voluptate reprehenderit\",\n \"workflow_id\": \"urn:uuid:fa03a5eb-635c-c1d6-f8d4-2b6917fb30ed\",\n \"requester_id\": \"urn:uuid:82f6ec1a-173a-8bd6-6a71-216ebc0b30f3\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:61320f27-0b9e-7ab4-e434-9f1fdd2d6b59\",\n \"profile_ids\": [\n \"6db2f209-6472-bbc7-a7f2-f2a0ab848ad6\",\n \"urn:uuid:0a507ba6-1397-56c2-05ce-4cdf85f0f6e1\"\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\": \"8cd8e519-361c-70f5-6b83-ab787e57b006\",\n \"uid\": \"Duisdeserunt consequat Duis sint\",\n \"workflow_id\": \"878f6230-7ea3-9d0a-ea18-a8a5b9d7d833\",\n \"requester_id\": \"urn:uuid:ba039399-8995-1b47-9711-a1e44be8131f\",\n \"requester_type\": \"User\",\n \"profile_id\": \"e4cba98c-228e-00ee-df6a-f8633ffa5d31\",\n \"profile_ids\": [\n \"4b3e68b6-7501-9d5b-25b4-8c40056100f1\",\n \"urn:uuid:db9e4108-b051-186a-9bd4-ac58bc441e04\"\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": "24c205c0-03dc-4cd7-abd8-b3641c0a4049", + "id": "51cbd5a7-54a5-4e46-bc53-9f24ae10e6b4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28621,7 +28621,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"21f5b241-c0d2-10ff-2e61-b8a4db775752\",\n \"requester_id\": \"d0510b43-fe22-9a79-1807-0aac114d5b9d\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:bbbf2bf2-b876-d997-59ef-f4aabdf78914\",\n \"profile_ids\": [\n \"554e4fe7-7886-f9ac-84bb-6c6350d897a8\",\n \"urn:uuid:91e6cf97-565a-d098-9262-48147084e6de\"\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\": \"2b1664db-200a-6611-7eca-f86ee5d5dfd7\",\n \"requester_id\": \"b2e6cfa8-5eae-b9b0-27a4-484be07eee78\",\n \"requester_type\": \"User\",\n \"profile_id\": \"75f7793b-281f-ab4d-fd5b-639089e2a22e\",\n \"profile_ids\": [\n \"urn:uuid:a1e33a1b-d067-43ca-2c86-ed274dc3e3bf\",\n \"95796c9d-2ae8-c6d5-abe6-b56e3f0df4cd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28643,7 +28643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876bae15-1d79-449f-8304-69cddadbd103", + "id": "72429882-eb6e-4139-858b-fac7c4c5b2ef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28688,7 +28688,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"21f5b241-c0d2-10ff-2e61-b8a4db775752\",\n \"requester_id\": \"d0510b43-fe22-9a79-1807-0aac114d5b9d\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:bbbf2bf2-b876-d997-59ef-f4aabdf78914\",\n \"profile_ids\": [\n \"554e4fe7-7886-f9ac-84bb-6c6350d897a8\",\n \"urn:uuid:91e6cf97-565a-d098-9262-48147084e6de\"\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\": \"2b1664db-200a-6611-7eca-f86ee5d5dfd7\",\n \"requester_id\": \"b2e6cfa8-5eae-b9b0-27a4-484be07eee78\",\n \"requester_type\": \"User\",\n \"profile_id\": \"75f7793b-281f-ab4d-fd5b-639089e2a22e\",\n \"profile_ids\": [\n \"urn:uuid:a1e33a1b-d067-43ca-2c86-ed274dc3e3bf\",\n \"95796c9d-2ae8-c6d5-abe6-b56e3f0df4cd\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -28716,7 +28716,7 @@ } }, { - "id": "834e1830-4db5-4125-8b81-2358677e84cd", + "id": "827379ca-4d33-460f-9bd3-04887d257f2f", "name": "Retrieves the URL of an attachment attribute value from a workflow session", "request": { "name": "Retrieves the URL of an attachment attribute value from a workflow session", @@ -28770,7 +28770,7 @@ }, "response": [ { - "id": "8ca3cff0-3153-4c7d-a7be-299e2ac21411", + "id": "8a2d1822-bc53-4408-9c0b-1386e30237ae", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28811,12 +28811,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e9c41795-81db-43aa-b5de-979175d5851e", + "id": "ecedd719-6731-4f78-9ce4-73f09e7605cd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28862,7 +28862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d20b9f-8c1d-4a2f-b649-d617f688a85b", + "id": "8d5ead09-0e12-4914-b969-da37bcfedcee", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28914,7 +28914,7 @@ } }, { - "id": "20a790fb-87f0-42ac-ab65-6aff82d0b51c", + "id": "377ad13f-1b9c-4056-b13b-93200235c234", "name": "Uploads a new attachment attribute value to a workflow session", "request": { "name": "Uploads a new attachment attribute value to a workflow session", @@ -28976,7 +28976,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -28985,7 +28985,7 @@ }, "response": [ { - "id": "4b4b42f2-8567-480b-990a-22820d2de3ff", + "id": "8148d434-58de-4d96-85ff-4d8b1da73d4c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29029,7 +29029,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -29043,12 +29043,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"cupidatat am\"\n}", + "body": "{\n \"url\": \"officia aliqua tempor culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "48b7ad67-4dcd-4f99-b576-4d60cb87df97", + "id": "5b3463f9-76a6-4854-897b-226e4d3efe39", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29092,7 +29092,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -29111,7 +29111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a3eabeb-df8e-4a33-afd6-c2d367f23607", + "id": "f4aa1552-9776-4c24-bfef-b7571a6e08c2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "dolor in ea aliqua Ut", "type": "text" } ] @@ -29186,7 +29186,7 @@ "description": "", "item": [ { - "id": "46bd8ea6-0ee2-4a27-a5a9-a9d47d8ce42e", + "id": "14274a5c-e8c7-4658-8316-70a6b0cc8c2e", "name": "Get identity proofing result data in bulk", "request": { "name": "Get identity proofing result data in bulk", @@ -29245,7 +29245,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -29280,7 +29280,7 @@ }, "response": [ { - "id": "84d099bb-dec0-4b70-8fb2-77ebd1676af2", + "id": "a3407f9b-8c92-48bd-86eb-55f4298c37de", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29334,7 +29334,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" + "value": "e097a8e0-1628-c524-3984-3cd8230a73ee" }, { "disabled": false, @@ -29382,7 +29382,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"9a19182f-fdd9-6001-becc-02a16cdf5770\",\n \"identity_proofing_action_id\": \"urn:uuid:d901c774-5e98-6aec-18f6-a99a5273bd69\",\n \"workflow_session_id\": \"22f232ce-f501-9111-200c-a3c0d55067f7\",\n \"profile_id\": \"f0242f3b-42ae-4f2f-6d7d-0f9396c548bc\",\n \"proofing_workflow\": \"3123d683-49c4-9d6a-2ee5-d13c653366ef\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2007-06-25T14:43:10.351Z\",\n \"updated_at\": \"1979-04-10T11:40:52.394Z\"\n },\n {\n \"id\": \"102ff284-e7b8-9351-2330-a446ff74e819\",\n \"identity_proofing_action_id\": \"urn:uuid:38455145-cf26-b482-987f-0de131f3c30a\",\n \"workflow_session_id\": \"urn:uuid:0b18b5a8-afe6-8c8f-b38e-0eab37bd5bfd\",\n \"profile_id\": \"61dc3074-2f65-b583-aa26-00e35580c261\",\n \"proofing_workflow\": \"75058078-a7c3-9eb9-1fca-9fbcb0565fb8\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2008-12-08T00:27:46.187Z\",\n \"updated_at\": \"2003-12-19T04:45:14.237Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 51740504,\n \"offset\": -5870835,\n \"total\": -59165684,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:8fd4d9a8-195a-ac37-495f-4f1605c48773\",\n \"identity_proofing_action_id\": \"urn:uuid:aa597cdf-2c1f-508c-c0d7-cd8c1ef72c4a\",\n \"workflow_session_id\": \"50fc0f7b-8834-e49f-9d96-b029fa6219ce\",\n \"profile_id\": \"urn:uuid:7fa12111-6036-33b4-aa82-5c427881bcaa\",\n \"proofing_workflow\": \"55d322fb-d4a9-431f-e340-ed6c2cf5f86d\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2013-07-30T11:23:22.932Z\",\n \"updated_at\": \"1981-10-13T18:11:23.872Z\"\n },\n {\n \"id\": \"urn:uuid:82dd5d70-044e-09b0-4f3c-6265bae1ed1c\",\n \"identity_proofing_action_id\": \"urn:uuid:b02c4e14-6218-c6fe-4acd-144cc61d9330\",\n \"workflow_session_id\": \"urn:uuid:ef7c38a3-b76b-bcb5-e533-c92df078a9f3\",\n \"profile_id\": \"f0172485-43a3-4afd-143f-e14ab030d438\",\n \"proofing_workflow\": \"urn:uuid:a4343b2d-a232-39d2-2d51-5160192fe46a\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1973-12-06T07:29:12.196Z\",\n \"updated_at\": \"1984-07-03T08:41:15.323Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 58725952,\n \"offset\": -19463086,\n \"total\": -33178868,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29399,7 +29399,7 @@ "description": "", "item": [ { - "id": "44e371ab-9389-4b4d-a722-bb483d8207ba", + "id": "89358436-2330-4226-bf9c-89532e852eac", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -29429,7 +29429,7 @@ }, "response": [ { - "id": "c8c4983f-d661-4dc3-abe1-249cfddc4186", + "id": "d59d9de0-ef18-4103-90f0-51f561a097dc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29467,7 +29467,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:af8663b1-a061-dd66-ac6e-db90bb63dace\",\n \"uid\": \"pariatur aliqua minimconsectetur\",\n \"label\": \"Duis est Excepteur consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:45230833-a1f1-5151-1b9a-e6c493bf178f\",\n \"uid\": \"ad in anim nostrudeu sint nullas\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"29f76406-24e6-388c-df8a-af03da470480\"\n },\n {\n \"id\": \"6dd4a73f-831b-a3d6-2f33-3d0c9255a5d1\",\n \"uid\": \"nostrud indolor dolore commodo c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:eee6646c-ebfd-6e58-02b9-eb6cc23ba309\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:c3b1e745-fc86-18a9-11f0-f65892163dad\",\n \"uid\": \"anim nisi sed aute occaecatelit \",\n \"label\": \"dolore dolore commodo\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:3eafad22-4cf1-164b-7bc3-85b3d6953542\",\n \"uid\": \"eu Excepteur fugiat ut exculpa a\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:af0d9c14-fbeb-862d-07a2-e35b12ba2681\"\n },\n {\n \"id\": \"urn:uuid:4d8acb20-40e3-d580-b9ef-f57cbb5db33c\",\n \"uid\": \"eu dolore Ut sit exercitationeli\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:3596bea7-000a-a3d5-75e2-96142f9f2029\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"48851a0c-7f8b-5ae1-bc91-24d9addcdc06\",\n \"uid\": \"Lorem dolore eiusmod autelaborum\",\n \"label\": \"do velit ut Ut\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"38f00f96-bfab-8999-c989-e948ed7470ce\",\n \"uid\": \"ea dolore aliquipdolore aliqua i\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"fe5a62ba-8c37-907b-6172-7ee656d0631d\"\n },\n {\n \"id\": \"urn:uuid:6cd6d5d7-b426-54c9-5653-9a4408464c40\",\n \"uid\": \"exercitation aliqua sed docupida\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"e5f99f56-a1c6-9fe9-e950-40ef3209450a\"\n }\n ]\n },\n {\n \"id\": \"3da9e6e5-04f7-cb21-0799-77cf4c042b75\",\n \"uid\": \"exercitation Loremveniam amet in\",\n \"label\": \"nulla occaecat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:2a49a866-941a-d649-a4c0-21bff926866e\",\n \"uid\": \"mollit elitqui fugiatvelit et in\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"10ee7740-13e2-1c7d-891f-5b75735f5e88\"\n },\n {\n \"id\": \"d4d6373e-b604-9bb9-f0f3-ca307b2da9d5\",\n \"uid\": \"exreprehenderit in veniam cupida\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"d0a521a3-2f5f-0d14-cfb2-17bb18064539\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29478,7 +29478,7 @@ } }, { - "id": "c7bf9d34-b7b4-4217-a13c-83dc5f24d3ec", + "id": "35d63499-56d1-4e51-95fd-4257263251fb", "name": "Save an advanced search query for later use", "request": { "name": "Save an advanced search query for later use", @@ -29509,7 +29509,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"in proident\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:724dd80c-83c9-a4d1-78bb-b28e9d5d235a\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"940bfc11-76d0-0df8-b573-bbd5add24797\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"labore aute est amet\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:d452c219-149e-21ce-1653-fe40dd1ee977\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:db421336-9ba4-eb87-84e7-e418a6bea13e\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "aee5170b-0fca-421e-b7a1-c5e1e0904ee5", + "id": "0a38be59-6d92-447b-affd-6ae45e0a7320", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29555,7 +29555,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"in proident\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:724dd80c-83c9-a4d1-78bb-b28e9d5d235a\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"940bfc11-76d0-0df8-b573-bbd5add24797\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"labore aute est amet\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:d452c219-149e-21ce-1653-fe40dd1ee977\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:db421336-9ba4-eb87-84e7-e418a6bea13e\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29572,7 +29572,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"6b1f849a-16c6-9da2-d00e-039a80851dc5\",\n \"uid\": \"non ex velit reprehenderitExcept\",\n \"label\": \"aliquip\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"dd45e63a-c113-0e47-2b00-a35170040001\",\n \"uid\": \"labore consequatreprehenderit si\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:7677aed1-b100-cee9-603b-d6c2e0167cd3\"\n },\n {\n \"id\": \"urn:uuid:1516f20c-7730-8176-38ca-0cc4a4b36db4\",\n \"uid\": \"do Utid Excepteur nullaLorem lab\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"71310554-8200-cc84-a2ed-442c4d561cd1\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"1eeebb69-252e-60b2-3f39-27045c9d7a05\",\n \"uid\": \"eiusmod Lorem inenim quis sed et\",\n \"label\": \"occaecat consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"a532860a-4ed1-4efc-78c5-17fdfdeb2304\",\n \"uid\": \"amet ex officia voluptatealiquip\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:170db279-6805-8e0b-c515-ca2c10698a1b\"\n },\n {\n \"id\": \"3c9e33e8-39d2-a505-1ef3-910bec8e8be5\",\n \"uid\": \"laborumexercitationsit non sed c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"3eba4220-dceb-56d4-6db3-67ccb119294f\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29583,7 +29583,7 @@ } }, { - "id": "b32c9e53-a2a2-4a56-9736-574014c1ccde", + "id": "3966dbf6-73fe-452d-82a9-ac28dbcfbbe7", "name": "Run an advanced search for profiles, without saving the query", "request": { "name": "Run an advanced search for profiles, without saving the query", @@ -29643,7 +29643,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"in proident\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:724dd80c-83c9-a4d1-78bb-b28e9d5d235a\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"940bfc11-76d0-0df8-b573-bbd5add24797\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"labore aute est amet\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:d452c219-149e-21ce-1653-fe40dd1ee977\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:db421336-9ba4-eb87-84e7-e418a6bea13e\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29655,7 +29655,7 @@ }, "response": [ { - "id": "91266700-6a26-4250-a8a0-d700bebbb9dd", + "id": "606a5e05-a1d1-4fd8-ba53-92ed1944696e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"in proident\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:724dd80c-83c9-a4d1-78bb-b28e9d5d235a\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"940bfc11-76d0-0df8-b573-bbd5add24797\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"labore aute est amet\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:d452c219-149e-21ce-1653-fe40dd1ee977\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:db421336-9ba4-eb87-84e7-e418a6bea13e\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29735,7 +29735,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"non voluptate ut mollitin adipis\",\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\": \"anim Lorem voluptatedolorelaboru\",\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\": \"utnon qui exercitationveniam ips\",\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\": \"pariatur aliquip Utcommodo Ut am\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29746,7 +29746,7 @@ } }, { - "id": "bcee0445-dd6e-4ee9-8f55-8e6b19f8f3e8", + "id": "ec6878db-16f5-4b4a-a268-8c8d2b10c177", "name": "Update a saved advanced search query", "request": { "name": "Update a saved advanced search query", @@ -29789,7 +29789,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"6500c24b-6d05-6ca9-b82c-3abfe9a71745\",\n \"label\": \"tempor veniam eiusmod in ut\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"9b386891-edd9-ab48-3b0f-e92a12d69348\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"55bf75bc-56c5-a656-9e7f-2195f2c35b00\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:8c998a05-ec51-1d02-4bb2-28c73867e6d2\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"73fb15ca-baf6-966d-8e24-714225e53c38\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"76eb5f04-1fdc-1255-c47e-b84839fd0ca8\",\n \"label\": \"ad pariatur\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"feeef80a-3fd0-b8ac-2b48-923634057ce0\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:36cc8262-3c40-aea1-3209-6092f77f4be3\",\n \"_destroy\": false\n },\n {\n \"id\": \"7d9d2c64-343d-336b-b7a5-c7f841b58303\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"66c66ceb-6bf9-af8e-4380-cd66c7fab094\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29801,7 +29801,7 @@ }, "response": [ { - "id": "3590deef-a264-4ba9-86e7-babe61ed6f2c", + "id": "6ffb9705-a134-436a-ace8-728e13025c70", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29836,7 +29836,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"6500c24b-6d05-6ca9-b82c-3abfe9a71745\",\n \"label\": \"tempor veniam eiusmod in ut\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"9b386891-edd9-ab48-3b0f-e92a12d69348\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"55bf75bc-56c5-a656-9e7f-2195f2c35b00\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:8c998a05-ec51-1d02-4bb2-28c73867e6d2\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"73fb15ca-baf6-966d-8e24-714225e53c38\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"76eb5f04-1fdc-1255-c47e-b84839fd0ca8\",\n \"label\": \"ad pariatur\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"feeef80a-3fd0-b8ac-2b48-923634057ce0\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:36cc8262-3c40-aea1-3209-6092f77f4be3\",\n \"_destroy\": false\n },\n {\n \"id\": \"7d9d2c64-343d-336b-b7a5-c7f841b58303\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"66c66ceb-6bf9-af8e-4380-cd66c7fab094\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29853,7 +29853,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"6b1f849a-16c6-9da2-d00e-039a80851dc5\",\n \"uid\": \"non ex velit reprehenderitExcept\",\n \"label\": \"aliquip\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"dd45e63a-c113-0e47-2b00-a35170040001\",\n \"uid\": \"labore consequatreprehenderit si\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:7677aed1-b100-cee9-603b-d6c2e0167cd3\"\n },\n {\n \"id\": \"urn:uuid:1516f20c-7730-8176-38ca-0cc4a4b36db4\",\n \"uid\": \"do Utid Excepteur nullaLorem lab\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"71310554-8200-cc84-a2ed-442c4d561cd1\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"1eeebb69-252e-60b2-3f39-27045c9d7a05\",\n \"uid\": \"eiusmod Lorem inenim quis sed et\",\n \"label\": \"occaecat consequat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"a532860a-4ed1-4efc-78c5-17fdfdeb2304\",\n \"uid\": \"amet ex officia voluptatealiquip\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:170db279-6805-8e0b-c515-ca2c10698a1b\"\n },\n {\n \"id\": \"3c9e33e8-39d2-a505-1ef3-910bec8e8be5\",\n \"uid\": \"laborumexercitationsit non sed c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"3eba4220-dceb-56d4-6db3-67ccb119294f\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29864,7 +29864,7 @@ } }, { - "id": "fb7240e4-14de-4cb5-bc45-21010d540894", + "id": "25572739-65e8-49f8-9313-8ddeea89a6c1", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29935,7 +29935,7 @@ }, "response": [ { - "id": "e23658f2-95b3-42d3-8628-b1ad68a21cab", + "id": "b95493b6-73d3-4583-9ddc-6e7730a2140b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30003,7 +30003,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"non voluptate ut mollitin adipis\",\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\": \"anim Lorem voluptatedolorelaboru\",\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\": \"utnon qui exercitationveniam ips\",\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\": \"pariatur aliquip Utcommodo Ut am\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30020,7 +30020,7 @@ "description": "", "item": [ { - "id": "2f0b3f29-ca94-4290-91be-02f7413a5f1a", + "id": "aaf57327-c784-4b31-94ca-55a81396a5c3", "name": "Get the status of a bulk job", "request": { "name": "Get the status of a bulk job", @@ -30043,7 +30043,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" } ], "variable": [] @@ -30060,7 +30060,7 @@ }, "response": [ { - "id": "59e95a07-09a1-45b2-8c40-02f22cf8e6df", + "id": "4b8418d5-51f2-4e2e-9c70-37ea72a4a2b3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30078,7 +30078,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" } ], "variable": [] @@ -30108,12 +30108,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"urn:uuid:fb7760cd-a618-d81b-4583-5098134ad007\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"2abdd8f8-a915-344b-0905-1647939698fb\",\n \"manager_id\": \"c2852168-1c26-ff24-f15d-a4aa0d7f12bf\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"2bbced05-74bc-06f0-d9b2-2cd71dccdad7\",\n \"manager_id\": \"c99c903f-2b34-1b7a-4e03-cb56579fb907\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"2e130f6d-44c2-3f06-5b4b-e8da0497a4db\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"867f0c0e-5684-6217-9690-ef7274f49c68\",\n \"manager_id\": \"urn:uuid:ff2d724e-8bf5-f1ca-d234-44b3d15148ae\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"13edd264-87ad-94e7-8d25-d97b78af4cee\",\n \"manager_id\": \"941c0d52-8104-7d96-f8f2-7e8a0472279e\",\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": "a4e661e7-3a41-47f1-8c6b-f564e4444f33", + "id": "5cc10ae8-2f58-483b-b70e-d4258749b7d8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30131,7 +30131,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" } ], "variable": [] @@ -30166,7 +30166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6d48e7-d8f0-48a8-8c08-babac037b4e1", + "id": "d8b2b3d3-d9e3-41e3-bd80-2216bf58c3ef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30184,7 +30184,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "occ" + "value": "dolore do adipisicing aliquip nulla" } ], "variable": [] @@ -30231,7 +30231,7 @@ "description": "", "item": [ { - "id": "208eec99-41bf-41c0-b9ea-80e136c5a5ff", + "id": "eaadb004-ffde-43b5-a97c-e10602ea377f", "name": "Create a form", "request": { "name": "Create a form", @@ -30274,7 +30274,7 @@ }, "response": [ { - "id": "8f5bb835-8ce1-4f55-b3fb-f85ee00641b0", + "id": "0f73c020-45c9-46c4-9e9f-b89dab948760", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30330,7 +30330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855a6efe-1fac-4c7c-a9a1-d903cb3ef57e", + "id": "1437ebe7-0da7-49b9-9ab5-974e9f26de22", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30386,7 +30386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827a6bf3-da7d-407b-a6ba-6e844c3a6679", + "id": "fe9277ce-9c6b-48a4-a84f-303e873c0206", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30454,7 +30454,7 @@ "description": "", "item": [ { - "id": "7100e0a3-c929-4a43-aa81-014c81516779", + "id": "9c6f99c1-8324-4c71-9253-3d71d30740fc", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30497,7 +30497,7 @@ }, "response": [ { - "id": "dd8f165b-ce53-44d8-8fec-aa85cac0370a", + "id": "6c3d091f-8755-4da8-bae0-ae53e7504f6c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30553,7 +30553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "409661fe-1b24-42e3-b1f5-cb061ceb6456", + "id": "9aabbf43-305a-4a3f-86c2-124234de2f1f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30609,7 +30609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f17ce1-464a-4521-8f66-6427ff8e0d82", + "id": "be522189-0a53-4dcf-ab12-90b9e4ca9078", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30695,7 +30695,7 @@ } ], "info": { - "_postman_id": "2e1785d9-aaae-4431-8ff9-37f63ce4d44c", + "_postman_id": "8e461634-c951-4b38-89f2-20379e2987d9", "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 7fc91f9..ecbd445 100644 --- a/postman/collections/sailpoint-api-v3.json +++ b/postman/collections/sailpoint-api-v3.json @@ -5,7 +5,7 @@ "description": "Use this API to implement and customize access profile functionality. \nWith this functionality in place, administrators can create access profiles and configure them for use throughout Identity Security Cloud, enabling users to get the access they need quickly and securely.\n\nAccess profiles group entitlements, which represent access rights on sources. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nAccess profiles are the most important units of access in Identity Security Cloud. Identity Security Cloud uses access profiles in many features, including the following:\n\n- Provisioning: When you use the Provisioning Service, lifecycle states and roles both grant access to users in the form of access profiles.\n\n- Certifications: You can approve or revoke access profiles in certification campaigns, just like entitlements. \n\n- Access Requests: You can assign access profiles to applications, and when a user requests access to the app associated with an access profile and someone approves the request, access is granted to both the application and its associated access profile.\n\n- Roles: You can group one or more access profiles into a role to quickly assign access items based on an identity's role. \n\nIn Identity Security Cloud, administrators can use the Access drop-down menu and select Access Profiles to view, configure, and delete existing access profiles, as well as create new ones. \nAdministrators can enable and disable an access profile, and they can also make the following configurations: \n\n- Manage Entitlements: Manage the profile's access by adding and removing entitlements. \n\n- Access Requests: Configure access profiles to be requestable and establish an approval process for any requests that the access profile be granted or revoked. \nDo not configure an access profile to be requestable without first establishing a secure access request approval process for the access profile.\n\n- Multiple Account Options: Define the logic Identity Security Cloud uses to provision access to an identity with multiple accounts on the source. \n\nRefer to [Managing Access Profiles](https://documentation.sailpoint.com/saas/help/access/access-profiles.html) for more information about access profiles.\n", "item": [ { - "id": "078b5758-51fd-4501-9467-0bd941704b56", + "id": "16e9d223-1a91-4750-ab08-6d9fe7e3a727", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "7c444e5c-63ae-4d1e-9639-f25d387bffba", + "id": "9161534e-3ad6-4b92-b4a8-c592bb63f600", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e36ba62f-16b1-4a5e-ac73-521772b4f513", + "id": "ea202b49-b53e-439d-915c-0c4d7a58bf10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a131d824-67da-4c0c-9cae-652ec8f9d916", + "id": "e1eb0a1c-1177-4213-a137-4cb3266a959e", "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": "efed112d-c70b-4e6d-9760-7de084c7353c", + "id": "1772804d-c5bc-4198-89b8-3e4b6df9a586", "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": "52227a28-14da-4013-9de4-171c8f638b6a", + "id": "6d931c14-936a-4fe5-8cff-6e4fafa23523", "name": "Too Many Requests - Returned in response to too many requests in 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": "0cb14e6b-4537-461d-af82-d9a2aca367af", + "id": "ed8f1f40-65dc-4175-99db-213193efba9d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "f5854ebb-67c1-4f06-8cbf-23b48db0b368", + "id": "2be0cb95-646f-446a-a537-964642a50e91", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "57cd7eb6-fd34-42d8-9140-603c0553b63f", + "id": "10cd3f76-e61f-445a-b769-313430868a67", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc3da2b-37d0-445e-a397-e77a449f1386", + "id": "aa14814c-9d96-421b-9b75-736e1d48722d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62cbe0e-b2d6-4195-8c09-fb62c860fcd7", + "id": "cbaa49a5-a82a-45f6-b001-28208a32672a", "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": "da6bf5ed-e1ba-4a70-b122-c74c2c6067a3", + "id": "58dbfafc-bb5c-435f-8138-51576bfb131e", "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": "3eddc342-70b8-4010-81b9-a233281ee8f2", + "id": "f4cbce4d-7326-46a0-b50b-88886954ffd6", "name": "Too Many Requests - Returned in response to too many requests in 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": "9a85a028-8f89-47d0-ac29-51364b21bcfd", + "id": "5622b5f9-d1cb-4069-af59-4b75a1e48a10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "c613cd66-a9dd-485f-b58f-4446b4060fda", + "id": "fd60c474-8ca5-4302-ad15-5427e28fbdc5", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "1be118c5-f717-4437-91dc-4e30bf971a01", + "id": "da357283-0018-486a-bfd6-3a83386296c8", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeecc84a-ae49-4e8d-9a1d-8532053f2405", + "id": "6ebab113-ebb4-4b92-aa98-fccdbae23283", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0641047f-1527-4070-b908-aea70ba2f3b8", + "id": "1ff52cad-2f36-49f9-b14b-2976234e8ef0", "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": "19b733cc-bf34-42b8-91a0-1b190be8c8af", + "id": "8cdbe695-9d1c-4141-b76b-8f2a40a17d14", "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": "01c356b4-ea2d-4105-a869-e4ceadaa414b", + "id": "5da5b9d6-dfa1-47ba-8bfe-5364ef4ced9d", "name": "Too Many Requests - Returned in response to too many requests in 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": "dcfc5ed5-a67e-431a-bfc4-58814656781f", + "id": "876a2ae6-4f48-4971-98d2-dbfd00cd606b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "09ada5eb-1291-403a-8a79-aa18ac7151ba", + "id": "accfcf66-77b4-4dfe-9221-91c1251159ea", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "c4bb5ddf-db47-457b-b14e-95ea4e90b640", + "id": "c7cf7155-b72b-45a9-a102-5c655eac49bf", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db9983c9-d23b-4c36-81e1-54cdea957994", + "id": "345d0cd7-0690-4612-8231-74e670538339", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0cd867e-9082-4612-9775-b262ec3613dc", + "id": "6ffdc1aa-8e86-42b7-b5e1-aa15995d692e", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5bee52-6256-48b3-a0ec-a0a6dca88429", + "id": "477af58b-f667-4d49-b58e-7d24c1bdecc7", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb9b2bd-c131-46b9-99fe-d0fabe62d4bc", + "id": "118b3153-7973-4c70-abf5-07d18ca38ad1", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77960caf-25e3-436f-992d-c19f4f28ea02", + "id": "1b47157a-ab9e-426d-9ee5-32e3897d35e8", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6ba04b-215a-4109-833d-f16bb45598bf", + "id": "017a83fb-1996-4024-8b84-a3d3d797d66e", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d3a496-0ec6-4d0c-a7eb-6c8dca90a9a0", + "id": "aa80e0e2-6de3-4adb-8345-2752005f254f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ff53282-8ed1-46d9-9973-198e16a2afd7", + "id": "d88a785d-55a4-45e5-b729-ea45809e2201", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6573e27b-6871-4ca5-959e-37dc8929eb55", + "id": "3753151b-75d6-4d8c-9c9f-68174dfcec33", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c26df77-ccf3-4023-98b2-82416adc086f", + "id": "25e8fff6-1507-4a9a-8eba-92c133ddee1b", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bbe7c7-215a-45a2-9a2e-1fbca1e7783a", + "id": "c77358ab-a3bc-4ab7-8036-7579b4e01237", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a77e913e-2456-44c5-b7a1-65647b70b5f2", + "id": "4a468ae6-c0ab-4bff-adae-3d1bcdb34baa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2b36718-70b1-4e3f-bfcf-40899592fb8e", + "id": "a81fe56b-56b0-4d0d-baf5-801736835566", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6d8eae-0a86-4c40-9e86-10f9fd2e17c8", + "id": "a8a751b8-da3a-41c8-afa8-a5c529ab2cfe", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a162fee5-5e35-4c3b-86ba-4e8ee6c0ec1d", + "id": "86e8c8d0-25c4-48bf-a269-45b470f74a82", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "0704f960-5750-4246-a3d5-22156a156b2b", + "id": "c917da47-bcf2-4ccf-87a9-b0e7573feb4b", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "4ae8f44b-327c-4b7b-a2e6-fecc99e91c30", + "id": "2082492d-023b-4ee4-9855-7399918bcfd0", "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": "53443e1f-cf5c-4935-9c7d-c2c69686517d", + "id": "690ed46f-80b2-49b7-9bc3-6c84b873eb7a", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bbb7e8b-9e1d-4d39-9481-62bb41224bbc", + "id": "717d4435-d8f6-4862-b6d9-210701e948d3", "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": "ab9178f5-e188-467a-9eb5-565b80d092fa", + "id": "b49f177c-1890-4427-81b5-9365f4c2bb00", "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": "b960d8d9-036a-41d3-986c-29d3ccf5b55d", + "id": "98d43bb5-b824-462a-bfbf-a99714df6009", "name": "Too Many Requests - Returned in response to too many requests in 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": "0c30b63a-cd0e-432d-92ba-2f81b84a219b", + "id": "0959b519-90d6-411b-a286-794328d6264c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "ea2f10d8-c5ec-4f15-a096-f7c0a9a95dbf", + "id": "85ca0871-839c-40dc-ad0b-fa25378dc517", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "7a2aa234-4e2d-4811-8718-637397b97840", + "id": "837b2084-9c5b-44a3-9ea6-f71861c2b8e8", "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": "20351f6c-4007-4e28-905d-1e4edb292bf3", + "id": "4aae56b6-7876-4169-92a7-299ff3979fbb", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25074f84-50b3-4f2f-8b8e-ac91196d530c", + "id": "db8037c9-70fc-4c50-a0f7-d78ae261a964", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c125cf7a-1605-4765-9bf5-5fd7bcd9db4e", + "id": "b468a4b4-b43c-4249-9cf5-c361253d4078", "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": "48de431b-e8ea-4c1b-a22a-c975b3df3c06", + "id": "778c580e-d296-49eb-a2fe-2550f2f66b32", "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": "19422074-31e8-4e8f-a171-6496cf92ec60", + "id": "0f062bbf-0b4b-4a3b-b677-3e6dc7c2d17f", "name": "Too Many Requests - Returned in response to too many requests in 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": "fe8deec2-9c12-4664-b9e6-39880dcfaf4a", + "id": "48a8835a-59b3-448a-bf23-1621ab39f3aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "0632c5ad-ad6f-48d6-8b83-448b121fab82", + "id": "57dfcc86-97f3-46b3-8f7f-3a2ffc1ccc91", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "209ce4bf-3034-47e7-bbc6-85b704525224", + "id": "7c488925-aaf8-4964-9078-5b5487ae57e7", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621422cb-bfd9-4f1b-a9e6-2c19fa689d80", + "id": "23f38746-c513-4628-9713-d23059559c92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a3f3a30-7355-4e7a-870c-340f390f275c", + "id": "4b46b180-8e62-449a-958b-977e968b6fcd", "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": "370a123a-1d13-47c4-b592-8a99f943194a", + "id": "d753eb00-b89c-4f44-b5a9-a578c4e33f53", "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": "915d167d-acf6-4354-8f3e-e8328989041a", + "id": "5ef73902-b93c-477d-a90e-3ced6126d5dc", "name": "Too Many Requests - Returned in response to too many requests in 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": "c4a23a51-dedc-43be-81bf-885c335deb50", + "id": "0ddc045a-70b4-496c-9bf9-844d4349c1ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3871,7 +3871,7 @@ "description": "Use this API to implement and customize access request functionality. \nWith this functionality in place, users can request access to applications, entitlements, or roles, and managers can request that team members' access be revoked.\nThis allows users to get access to the tools they need quickly and securely, and it allows managers to take away access to those tools. \n\nIdentity Security Cloud's Access Request service allows end users to request access that requires approval before it can be granted to users and enables qualified users to review those requests and approve or deny them.\n\nIn the Request Center in Identity Security Cloud, users can view available applications, roles, and entitlements and request access to them. \nIf the requested tools requires approval, the requests appear as 'Pending' under the My Requests tab until the required approver approves, rejects, or cancels them. \n\nUsers can use My Requests to track and/or cancel the requests.\n\nIn My Team on the Identity Security Cloud Home, managers can submit requests to revoke their team members' access. \nThey can use the My Requests tab under Request Center to track and/or cancel the requests.\n\nRefer to [Requesting Access](https://documentation.sailpoint.com/saas/user-help/requests/requesting_access.html) for more information about access requests.\n", "item": [ { - "id": "f2d61d66-e98c-4020-a79d-b4a8491a2807", + "id": "f3e9dc86-950c-4d62-a974-a610fe8b10c1", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -3913,7 +3913,7 @@ }, "response": [ { - "id": "019b9b9f-8580-48ee-816b-deccaca226de", + "id": "4d4eb6d4-3048-42a7-9ed2-79b6eb6890aa", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b852acbd-7706-49f1-83e1-fb5566eab615", + "id": "688cabaa-725d-4e54-bc82-5471eb9b7419", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4025,7 +4025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe3bb233-ac23-49fb-8dc9-ec1ac770d360", + "id": "465c7ca8-1f04-42e7-9c35-769d9fbe0873", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4081,7 +4081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c51ca24-b2dc-4a55-8340-ee89d0b612fa", + "id": "19f10282-5045-49eb-8a38-cb0d913bb02b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4137,7 +4137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a7946d-a08b-4acf-9dd9-4af5cea986ce", + "id": "7e752801-1a1f-4c60-bacc-5b7c6442b6f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4193,7 +4193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b19989-2cef-468e-853a-ac2aca9eccf6", + "id": "7128abb2-c81b-4dfc-9520-c816013a78a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4255,7 +4255,7 @@ } }, { - "id": "e4d29b33-37ec-4dfc-9eb0-cef6537a9ab6", + "id": "73234e9c-7647-45e3-9cbf-2f903f1ddee6", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4298,7 +4298,7 @@ }, "response": [ { - "id": "8fa67915-3d8f-4edf-aff6-4f8b454cc4ab", + "id": "2e24fde7-4ff6-465a-8f53-77d21ce5d962", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4355,7 +4355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e9761a4-4cea-4e2e-9834-260c3a5703b5", + "id": "b947e9c3-162e-4a9e-9008-41e2abe6f6ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc28b5a2-5d8a-49b1-a684-813feaf466e5", + "id": "dd8d68e4-b198-4510-b1a5-55bd611ed9d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4469,7 +4469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "852649d1-976e-405e-afce-793677305702", + "id": "6a4f19fa-b974-4cc1-9b35-80af5f354449", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4526,7 +4526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb69e507-18c0-4ca9-8f0e-2b894e5ea606", + "id": "cf4d28ad-43c4-444f-9bc4-c27af575d956", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -4583,7 +4583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9812f6c5-3863-4b59-8582-d0730903a8c7", + "id": "0b839176-aa3b-43ba-ba55-2981443b9f94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4640,7 +4640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24fced7-8869-4826-82c7-e99e6a578cdb", + "id": "496cc5fd-f2a0-4c8b-8660-560319a43e7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4703,7 +4703,7 @@ } }, { - "id": "47d59699-2419-4bba-87ce-a8515a3f6059", + "id": "a3b54060-a44e-4fd5-b165-5e8d4aa75c73", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -4732,7 +4732,7 @@ }, "response": [ { - "id": "81a8e785-6e10-4c9e-a479-3d9f3a5f3c65", + "id": "a0cd07e9-262b-4f78-a423-15fcbfaf70ba", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -4775,7 +4775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11144dcc-b1b0-44d6-aebe-0e39da4d68b8", + "id": "30bc669a-40ae-423d-ba40-daf68bc02562", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4818,7 +4818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47852cc8-f9f2-4ed2-b695-2910bfab38e5", + "id": "85870691-de35-46d1-8f8e-96e8a4651cf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -4861,7 +4861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a04e802-efcb-4e93-83f5-6ed46c29a13b", + "id": "061b7f1c-3afb-4583-9986-516c018fff90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -4904,7 +4904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09dbf1bb-10f7-403a-b489-203caf81d553", + "id": "2e83ed06-3c16-4dcd-b5ce-c72624a4edf1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -4947,7 +4947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb45613-323b-4dfd-a66b-b3f870ba2ca8", + "id": "86248734-fd39-4f44-ad4e-049e0c7cb029", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4996,7 +4996,7 @@ } }, { - "id": "a96ee956-8d8b-480b-ba2a-3310eb85639c", + "id": "1a431698-3e84-4419-acda-7b608efd0810", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5038,7 +5038,7 @@ }, "response": [ { - "id": "04e5af9f-03d9-417e-ab49-696f7099f0e7", + "id": "8fd87b78-dfb9-4c91-a1d7-439959394f97", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5094,7 +5094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d69f3d6-6573-4485-a4cd-62228aa10fec", + "id": "342d229d-c5df-4dee-aa01-be6b045b6798", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5150,7 +5150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a25f74bb-05f6-4549-a5b4-a0175b74fa2c", + "id": "92baeaec-2720-4b65-a60b-629ee4aa06fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5206,7 +5206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc3f3117-8809-4288-9504-790e6593b893", + "id": "7d5d58c0-3d4e-4306-941d-bb003d2ff5ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5262,7 +5262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "284db03c-d812-44c5-ae8b-799add926110", + "id": "d089e267-0c33-44a7-af63-833790ccf159", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -5318,7 +5318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18efe455-b6dc-4fb3-9aff-a0ec2b7bcb68", + "id": "7706d021-691d-4ca7-a0e7-ab3610fc52bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5380,7 +5380,7 @@ } }, { - "id": "5713ef85-a228-4401-a185-9f394eb03e68", + "id": "be7c3bb5-eaab-46af-aa3a-3795e8b6d094", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -5491,7 +5491,7 @@ }, "response": [ { - "id": "6a8b25c5-77c2-407c-a0f8-2efc5c2bca90", + "id": "42052a0b-fc12-424b-ae47-14766a9207da", "name": "List of requested item status.", "originalRequest": { "url": { @@ -5616,7 +5616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9a45a3-b08b-491f-acbc-fccb63ac9005", + "id": "d43e111c-d0a8-4e5a-a2b8-4f353f70260f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5741,7 +5741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95543204-ab23-4777-b157-c1868e12c59c", + "id": "7da0b446-981a-4229-adcd-64795fdacc21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -5866,7 +5866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4168cf88-2889-4517-87c0-3883fba86ea7", + "id": "3c5b855e-6d2f-4c39-99b6-b90530899932", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b8dd13-a689-442d-afa3-cb04350e63aa", + "id": "8224b43b-e3a6-4756-837b-bbb11a233849", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6116,7 +6116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4415d481-4e82-43a1-8eac-f10910170d10", + "id": "6a8661b2-6ec8-4d0a-bc9c-7d6a45945b61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6253,7 +6253,7 @@ "description": "Use this API to implement and customize access request approval functionality. \nWith this functionality in place, administrators can delegate qualified users to review users' requests for access or managers' requests to revoke team members' access to applications, entitlements, or roles. \nThis enables more qualified users to review access requests and the others to spend their time on other tasks. \n\nIn Identity Security Cloud, users can request access to applications, entitlements, and roles, and managers can request that team members' access be revoked. \nFor applications and entitlements, administrators can set access profiles to require approval from the access profile owner, the application owner, the source owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nFor roles, administrators can also set roles to allow access requests and require approval from the role owner, the requesting user's manager, or a governance group for access to be granted or revoked. \nIf the administrator designates a governance group as the required approver, any governance group member can approve the requests.\n \nWhen a user submits an access request, Identity Security Cloud sends the first required approver in the queue an email notification, based on the access request configuration's approval and reminder escalation configuration.\n\nIn Approvals in Identity Security Cloud, required approvers can view pending access requests under the Requested tab and approve or deny them, or the approvers can reassign the requests to different reviewers for approval. \nIf the required approver approves the request and is the only reviewer required, Identity Security Cloud grants or revokes access, based on the request. \nIf multiple reviewers are required, Identity Security Cloud sends the request to the next reviewer in the queue, based on the access request configuration's approval reminder and escalation configuration. \nThe required approver can then view any completed access requests under the Reviewed tab. \n\nRefer to [Access Requests](https://documentation.sailpoint.com/saas/help/requests/index.html) for more information about access request approvals.\n", "item": [ { - "id": "06ee82ba-f053-4239-bd6f-bc858351cad6", + "id": "9b8003d1-d9f1-4338-988b-6b0bc344c8ff", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6338,7 +6338,7 @@ }, "response": [ { - "id": "e7f4cb75-753d-41fa-a40e-4c41af381c6a", + "id": "5b0e72d8-2e5f-47a9-b558-81e6ba5a0e9f", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6437,7 +6437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf26be6-37d7-4752-b012-4fe3e9def166", + "id": "9221d624-59f9-4313-a9e6-9d85eec3baa8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6536,7 +6536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697e20c1-f9db-4e1d-9f2c-b422740ca75f", + "id": "87e38d88-6fbd-4d2a-9236-8d591cead3ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -6635,7 +6635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c91c970-e94f-4aa5-83c7-7fe4b5fbc11c", + "id": "a8607d17-1099-4ea1-beb0-c4e5717a6e0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -6734,7 +6734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b2317e-b732-403e-9d5b-469e1602a4db", + "id": "4696663d-1cf9-4937-9469-38e5f06852d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -6833,7 +6833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc505dd2-97f6-4df6-825e-7eb8189612aa", + "id": "6bbf480a-14fa-4947-8b31-7ccca0f23f3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6938,7 +6938,7 @@ } }, { - "id": "d54dbfbe-3bc2-461c-8420-45ff2a11e57f", + "id": "e6de8bf9-3ca8-4a82-b284-a029f8d2f380", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7023,7 +7023,7 @@ }, "response": [ { - "id": "52248b51-26be-4dcd-be0d-e7749ae80175", + "id": "06a4aaba-bec0-4b92-8906-fec3c618340f", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7117,12 +7117,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"in aliquip\"\n },\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"sunt irure culpa labore Ut\"\n }\n]", + "body": "[\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"reprehenderit proident in sunt ea\"\n },\n {\n \"id\": \"id12345\",\n \"name\": \"aName\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-07-25T20:22:28.104Z\",\n \"requestCreated\": \"2017-07-11T18:45:35.098Z\",\n \"requestType\": \"GRANT_ACCESS\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c7180a46faadee4016fb4e018c20648\",\n \"name\": \"William Wilson\"\n },\n \"requestedFor\": [\n {\n \"type\": \"IDENTITY\",\n \"id\": \"2c4180a46faadee4016fb4e018c20626\",\n \"name\": \"Robert Robinson\"\n }\n ],\n \"reviewedBy\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c3780a46faadee4016fb4e018c20652\",\n \"name\": \"Allen Albertson\"\n },\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180a46faadee4016fb4e018c20639\",\n \"name\": \"Support\"\n },\n \"requestedObject\": {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"Applied Research Access\",\n \"description\": \"Access to research information, lab results, and schematics\",\n \"type\": \"ROLE\"\n },\n \"requesterComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"reviewerComment\": {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n \"previousReviewersComments\": [\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n },\n {\n \"comment\": \"This is a comment.\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"author\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180847e25f377017e2ae8cae4650b\",\n \"name\": \"john.doe\"\n }\n }\n ],\n \"forwardHistory\": [\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n },\n {\n \"oldApproverName\": \"Frank Mir\",\n \"newApproverName\": \"Al Volta\",\n \"comment\": \"Forwarding from Frank to Al\",\n \"modified\": \"2019-08-23T18:52:57.398Z\",\n \"forwarderName\": \"William Wilson\",\n \"reassignmentType\": \"AUTOMATIC_REASSIGNMENT\"\n }\n ],\n \"commentRequiredWhenRejected\": true,\n \"state\": \"APPROVED\",\n \"removeDate\": \"2020-07-11T00:00:00Z\",\n \"removeDateUpdateRequested\": true,\n \"currentRemoveDate\": \"2020-07-11T00:00:00Z\",\n \"sodViolationContext\": {\n \"state\": \"SUCCESS\",\n \"uuid\": \"f73d16e9-a038-46c5-b217-1246e15fdbdd\",\n \"violationCheckResult\": {\n \"message\": {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The request was syntactically correct but its content is semantically invalid.\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"violationContexts\": [\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n },\n {\n \"policy\": {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n \"conflictingAccessCriteria\": {\n \"leftCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n },\n \"rightCriteria\": {\n \"criteriaList\": [\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n },\n {\n \"existing\": true,\n \"type\": \"ENTITLEMENT\",\n \"id\": \"2c918085771e9d3301773b3cb66f6398\",\n \"name\": \"My HR Entitlement\"\n }\n ]\n }\n }\n }\n ],\n \"violatedPolicies\": [\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n },\n {\n \"type\": \"SOD_POLICY\",\n \"id\": \"0f11f2a4-7c94-4bf3-a2bd-742580fe3bde\",\n \"name\": \"Business SOD Policy\"\n }\n ]\n }\n },\n \"preApprovalTriggerResult\": {\n \"comment\": \"This request was autoapproved by our automated ETS subscriber\",\n \"decision\": \"APPROVED\",\n \"reviewer\": \"Automated AR Approval\",\n \"date\": \"2022-06-07T19:18:40.748Z\"\n },\n \"clientMetadata\": {\n \"requestedAppName\": \"test-app\",\n \"requestedAppId\": \"2c91808f7892918f0178b78da4a305a1\"\n },\n \"requestedAccounts\": \"magna nostrud\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d2477a75-38ec-422c-8f2a-14b35bf44fbd", + "id": "a07d8c96-babc-4680-b6eb-a172f37f7024", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7221,7 +7221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f93f13c-0bb1-4f0e-be55-da47a900b9c1", + "id": "4db862d5-3d7e-4095-9001-def23c66a26e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7320,7 +7320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc1cafdf-5d5b-4145-ab01-399a0efd06e7", + "id": "2e2f41d4-347c-4a9d-8347-696b31b7269e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7419,7 +7419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc4585e2-e8d9-4639-af5e-bac0bb37ad1b", + "id": "30f25080-b05c-4b13-ac83-10cd4f34aca6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -7518,7 +7518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2985e11-0c8e-470a-bac5-0009cbefbf57", + "id": "db5acfdc-4b9b-41f1-aead-d05490d77dde", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7623,7 +7623,7 @@ } }, { - "id": "2fd19d4c-be73-4cd8-8c94-55e91b74034b", + "id": "e129d858-c3e4-4907-ad1c-a9800be7fd11", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -7678,7 +7678,7 @@ }, "response": [ { - "id": "b9ac322c-a30d-4c49-adf8-ce93bd88624e", + "id": "9a2052d3-3497-4106-b80c-25d2650329a1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae76882-6144-4bf7-8bcc-0492dfe964ee", + "id": "aa61ce05-6000-499a-bd39-b242153cd06a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7794,7 +7794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26be363d-21ba-4b18-9363-d37e5158c3ad", + "id": "0f8b65af-8014-4cc4-a2f4-4927acab591f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -7852,7 +7852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d1eb0b-68a2-4ee0-9544-2879f4bb934b", + "id": "fb9cf440-c7d1-4a7e-abf5-fe5fe66810b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -7910,7 +7910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f62b10-0410-45f9-8d55-b2065d694800", + "id": "b0f760c1-4926-4d92-93ec-1eb5febe157a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -7968,7 +7968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c4d1d8-84e1-46d6-80d0-7d13bb809b71", + "id": "0772299b-a886-4201-8fb6-b7dd805f447b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8026,7 +8026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0400bea9-1a86-46e3-8d4e-3e7cf91768bf", + "id": "5d38ea0c-d9c3-4dd5-8063-88519a38538b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8090,7 +8090,7 @@ } }, { - "id": "772b6c26-0840-441a-9b36-2408e9459970", + "id": "a32eedc9-2e7e-43ba-9991-42f1c4959bcc", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8145,7 +8145,7 @@ }, "response": [ { - "id": "7e510a48-f9c8-404f-8d0d-494187581e2e", + "id": "5aedc581-4954-4713-97af-ba442bc466a5", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8203,7 +8203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63170f4a-90dc-4872-9fd7-1614d61520eb", + "id": "a66d310f-b9a8-4470-94bc-d83790c9762a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8261,7 +8261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1353fdb1-a840-4e4e-a512-062709283d9d", + "id": "c4e038db-fc81-42da-8f9d-333d448a8a14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8319,7 +8319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2bd437c-55b9-4d22-a7c4-cbb82f64c1cb", + "id": "00fffeb0-f342-439c-9154-206878e7dde7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8377,7 +8377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea56cc74-e438-475e-a014-f3ca2b66aedd", + "id": "838890bd-dae8-4f11-8d29-626dd7142812", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8435,7 +8435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3df6cb-2d59-436d-aefe-985179e79f28", + "id": "85c17609-eaa1-4f1a-9b8a-e02f5b1675f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8493,7 +8493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4e2407-9d1f-43a4-a6c2-425e79206aaf", + "id": "651046a4-044d-40e5-8595-5fe2ee874a3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8557,7 +8557,7 @@ } }, { - "id": "d62cc8ec-42e1-4694-82e6-43da49ca2de5", + "id": "fae40e77-506f-44ea-a411-04ea56313e03", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -8612,7 +8612,7 @@ }, "response": [ { - "id": "5d5ec3c4-f0e7-440e-835c-69117af7561f", + "id": "78ce63fc-75ca-4415-bcfb-179cd0638f1d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8670,7 +8670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44ec444a-8d47-4027-a63b-dc5ffbd227de", + "id": "210066d7-c23c-404a-8fb9-8b3d1979d18b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8728,7 +8728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c3832c-11c8-4323-a7a7-5486e8fe8142", + "id": "6a850eaa-7589-4390-abc7-fe28b9ab4089", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -8786,7 +8786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14ae8ef-fb70-4dfd-9cdf-8746baec7629", + "id": "fe26527a-115c-4d87-a803-5b48609d2328", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -8844,7 +8844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c88a782-a012-45c4-8821-569eef1a7d3d", + "id": "67a5efdb-a28a-4721-b7b0-07c2aa2caf4a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -8902,7 +8902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a654ec-7657-4b4b-bfa3-2897212c2d93", + "id": "8ee5f57b-73e9-45bd-b586-9a556b94a616", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae74dd37-0516-4676-8ab5-dbdd761c8629", + "id": "4691965d-f0fa-42bf-bc2f-fa38b4de4cfb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9024,7 +9024,7 @@ } }, { - "id": "2c80ad34-6bbe-4054-ae10-c35e997ef6b5", + "id": "665b7238-b551-4c0e-97cd-9e761e931e9a", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -9073,7 +9073,7 @@ }, "response": [ { - "id": "d434bf19-da15-484c-af52-9412c9f95de6", + "id": "60eeb637-9113-4cd2-8a5a-948c8cf2b16f", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9136,7 +9136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42aba326-4be1-4afa-9686-4c92d411bfbc", + "id": "369a3b15-a14e-4e1f-88e2-b872ac4fed35", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "435a9088-aa70-44a4-a2cf-70ef66791c18", + "id": "289c4b52-ce63-4c69-a8e0-539a8ca6cc90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9262,7 +9262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b27d4fb-19b3-4a72-864a-c51d33e2302f", + "id": "b65ba8cc-cbe8-4ee7-ad79-d657583cae24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9325,7 +9325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f37d863-14ba-4bac-9d2c-e9a44f4d7133", + "id": "c66bf370-2b39-4b58-9cb3-7812b3b5ff2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9388,7 +9388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f45a223-6d99-4848-9533-c864df6101f7", + "id": "5e7b4cf3-245d-403f-ad30-abe31b1206df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9463,7 +9463,7 @@ "description": "Use this API to implement and customize account functionality.\nWith this functionality in place, administrators can manage users' access across sources in Identity Security Cloud. \n\nIn Identity Security Cloud, an account refers to a user's account on a supported source.\nThis typically includes a unique identifier for the user, a unique password, a set of permissions associated with the source and a set of attributes. Identity Security Cloud loads accounts through the creation of sources in Identity Security Cloud.\n\nAdministrators can correlate users' identities with the users' accounts on the different sources they use. \nThis allows Identity Security Cloud to govern the access of identities and all their correlated accounts securely and cohesively. \n\nTo view the accounts on a source and their correlated identities, administrators can use the Connections drop-down menu, select Sources, select the relevant source, and select its Account tab. \n\nTo view and edit source account statuses for an identity in Identity Security Cloud, administrators can use the Identities drop-down menu, select Identity List, select the relevant identity, and select its Accounts tab. \nAdministrators can toggle an account's Actions to aggregate the account, enable/disable it, unlock it, or remove it from the identity. \n\nAccounts can have the following statuses: \n\n- Enabled: The account is enabled. The user can access it.\n\n- Disabled: The account is disabled, and the user cannot access it, but the identity is not disabled in Identity Security Cloud. This can occur when an administrator disables the account or when the user's lifecycle state changes. \n\n- Locked: The account is locked. This may occur when someone has entered an incorrect password for the account too many times.\n\n- Pending: The account is currently updating. This status typically lasts seconds. \n\nAdministrators can select the source account to view its attributes, entitlements, and the last time the account's password was changed.\n\nRefer to [Managing User Accounts](https://documentation.sailpoint.com/saas/help/common/users/user_access.html#managing-user-accounts) for more information about accounts.\n", "item": [ { - "id": "00137033-6855-4ad8-ad52-aa515fd800b7", + "id": "bc27bec1-2529-4740-9a0d-05daf7f5c1d4", "name": "Accounts List", "request": { "name": "Accounts List", @@ -9538,7 +9538,7 @@ }, "response": [ { - "id": "2951123a-ec42-4092-8f23-889fb79486a1", + "id": "e928cf5d-2d13-43b7-a53e-cc4ce8536bb6", "name": "List of account objects", "originalRequest": { "url": { @@ -9627,7 +9627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "677fc17e-05eb-43be-a96b-0872d2223e0b", + "id": "339d17bd-9799-429e-ae4e-368579f066d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9716,7 +9716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cccf5129-0ff1-4c95-aa33-542a37a6dc37", + "id": "0b9fe7cb-8996-4a99-a622-e21aaf61dd0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9805,7 +9805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f87a03b-bb62-4ad2-a66b-b402a98acc33", + "id": "900ffdba-ffac-49fb-8c19-16f70ae0ec01", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9894,7 +9894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83f2f014-a31b-4943-a915-d8046273c17f", + "id": "3e8089f9-ae2e-45c7-b830-7d4cb1bf71f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -9983,7 +9983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83f2167b-5d95-45bc-956e-7f50d7f34515", + "id": "85f0e63c-0a79-4200-88f2-a8906b983587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10078,7 +10078,7 @@ } }, { - "id": "bb9c61f0-bb31-4066-aab6-ddb56aa0b17a", + "id": "14ca3c98-dffd-4a95-9a43-4f621fbe30e2", "name": "Create Account", "request": { "name": "Create Account", @@ -10120,7 +10120,7 @@ }, "response": [ { - "id": "1032cc46-6bf8-4408-bd26-03239d75b4de", + "id": "df6a3f50-681c-4438-ad36-8af05a697448", "name": "Async task details", "originalRequest": { "url": { @@ -10176,7 +10176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a5b9e91-a9f1-421a-b00d-55374dbc01b1", + "id": "4aca297e-d065-498d-8602-db6b9ed49559", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10232,7 +10232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d75a96-4c24-4f8f-abc3-13ffcc337cf3", + "id": "896963d5-3f45-48e1-9f24-5f7f6ec2c25d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10288,7 +10288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24efd66-f7ff-4ba0-988c-68a5e306a580", + "id": "233a71f5-f4cc-42b9-9010-841f4a967e58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10344,7 +10344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46145f61-938b-4f2c-a6a0-f09ec16e53cc", + "id": "77b4c4dc-99e1-4828-839a-d4a3db01eb5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10400,7 +10400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0423a9f5-910c-4afb-a07d-278e54cbdf81", + "id": "95631bce-c929-4f89-86dc-2b1a0ed38bb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10462,7 +10462,7 @@ } }, { - "id": "dc344228-ce1e-4f20-a779-6b9bb5bee683", + "id": "97e78556-4641-4928-9ce1-98eb502fb682", "name": "Account Details", "request": { "name": "Account Details", @@ -10503,7 +10503,7 @@ }, "response": [ { - "id": "8b7c6216-c424-44ec-8c9c-e69eb6bdbded", + "id": "8be8898d-4252-4a27-b3f3-26063c58b31a", "name": "Account object.", "originalRequest": { "url": { @@ -10547,7 +10547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac7a05d6-2c5d-443d-a4e5-eb9bbaacffc6", + "id": "d3df31d9-fdd9-4350-a46c-731249644d20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10591,7 +10591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd18f909-602d-4012-b151-dcc5c603c870", + "id": "e98ef44f-0066-414a-938b-10f107f81a1f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10635,7 +10635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbdcb5c5-e4e9-494c-a36f-088bd80be582", + "id": "9c50d2a7-bf4a-400e-9db8-c21cc9c94833", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10679,7 +10679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6baa8cb0-cb90-41d3-84d4-b0c943d74368", + "id": "d65e15bb-ebf0-4bb5-8e16-60997319d679", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -10723,7 +10723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1efde56b-155c-410b-b92a-06aa7f6a4c71", + "id": "54a653ef-8dd4-46b3-af23-9ea558d81c38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10767,7 +10767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e27535-911c-4c41-90c3-caca9fe2720b", + "id": "67ae54ea-3e78-478b-9746-e934b559de22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10817,7 +10817,7 @@ } }, { - "id": "2e6e8207-feb0-4f8c-942a-3ee41ed6de8a", + "id": "6c37f620-2f6d-4317-8695-823b9991b5e5", "name": "Update Account", "request": { "name": "Update Account", @@ -10871,7 +10871,7 @@ }, "response": [ { - "id": "68367d25-be7f-4837-90a0-42ba247b6714", + "id": "78e9e177-aebc-4c47-9a9a-3b3d368d2cc2", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -10928,7 +10928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f118bf0a-15ab-49a9-927a-df16fb1b532f", + "id": "1e91cdba-d3c3-427d-a54b-268e65277562", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10985,7 +10985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7f371c7-b222-4f2e-9f93-d7f9a3bcf88b", + "id": "1ec44f9d-5602-4bb3-8dc6-e2d2c99896c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11042,7 +11042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94b5b51-c0c1-48be-86c0-f8f0594c4170", + "id": "7a83729c-4765-432e-aff4-eb9f5d520d57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11099,7 +11099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f35d1847-ebc1-4996-828c-66001a8ef3f6", + "id": "bc8641f0-b062-4158-806e-57769965947e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11156,7 +11156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bdc0cc3-3218-4f10-9815-0701ef1d3443", + "id": "10c9225b-8724-4acd-a01b-f9d726e0f55b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11213,7 +11213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79fa8f80-3b1d-4e4b-b0df-75ec32737423", + "id": "7516b288-858e-4d94-8c9d-dd6fa002fcf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11276,7 +11276,7 @@ } }, { - "id": "a9d7649e-4c6e-4cde-b8ee-c51e484c9c86", + "id": "f0eb4da7-0422-4ba8-a2ea-0427a1d96b87", "name": "Update Account", "request": { "name": "Update Account", @@ -11330,7 +11330,7 @@ }, "response": [ { - "id": "5c3d69c4-8105-486a-a401-74f84ddf6fe0", + "id": "9e952238-04c2-48d7-850d-0ce126fc00b8", "name": "Async task details.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b4dea5-311b-49a8-af5c-ecf98c0c2145", + "id": "d0a46ec7-476a-4562-8b5b-208fc198d3a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c69f8a9f-b577-4136-af96-c2ba5eea9cb6", + "id": "602c717b-2874-40d1-bc45-c768894c7c7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11501,7 +11501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2176348e-683c-4406-adb1-2c3adcb98577", + "id": "46cc2403-0672-4a10-9b48-c0a6115479e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11558,7 +11558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd588b7a-4751-43bb-8520-cbe5ff32139d", + "id": "2ff1e957-151b-4ac8-a53a-3eb928dc14fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11615,7 +11615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5361e20-5354-4b62-befb-0a8d602128fd", + "id": "aeed25a5-c397-4fdf-a9fc-50fb0ded3ef6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11672,7 +11672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3530db-6b51-4ab3-b66d-c1949eec7c51", + "id": "569547c3-491d-41fb-a83e-3a65baa10949", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11735,7 +11735,7 @@ } }, { - "id": "4bebc37f-f3f6-4a1d-9de5-a6c97e9708b4", + "id": "09afcebb-3f6b-4896-b8f0-6d5e1facd303", "name": "Delete Account", "request": { "name": "Delete Account", @@ -11776,7 +11776,7 @@ }, "response": [ { - "id": "df6e0f66-d30c-4cc4-8422-f659f05d201f", + "id": "49a0636f-52c5-4bf0-a28d-122eb55506f1", "name": "Async task details.", "originalRequest": { "url": { @@ -11820,7 +11820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2792994d-957a-437a-aa34-67e52f80c179", + "id": "a0eeff10-5fcd-4b87-884f-283505c75732", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11864,7 +11864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c49f0e-27b5-4872-8b0a-4dadd8bad100", + "id": "a6b32597-e950-47ee-ae5f-570c725cc1b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11908,7 +11908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4795f0e9-24b2-4038-8ed7-030a23ac7c63", + "id": "ef8bd161-38a3-495a-a8ae-889cafb19678", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11952,7 +11952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d91188-b8e6-4512-b764-241b0195a0de", + "id": "f8788b1e-ea17-4b49-81f3-5839ab17e99d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11996,7 +11996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7587ce52-0c60-40a5-8380-00e88e5034a4", + "id": "45a59b3c-147c-4dd2-adf6-b47c06318460", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12040,7 +12040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c760b8ec-3244-4d67-9e87-de030c92243c", + "id": "ee12ee17-cc31-49a3-8bfd-23a0e30866d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12090,7 +12090,7 @@ } }, { - "id": "4c62fd9e-5e9e-4d29-abbc-6218bfa12f91", + "id": "2fc4e003-9d6f-481e-9ce5-35fbdd2bbcf4", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12160,7 +12160,7 @@ }, "response": [ { - "id": "897ca16c-6efc-4e9a-b420-4592ad0a5120", + "id": "cab7832b-697c-4c82-84f1-197c54791cc8", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12233,7 +12233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3ef1be-513c-4c03-96eb-02b169770f04", + "id": "f774f3fa-4c77-482f-bf39-d59146be6f28", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12306,7 +12306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab81e7f-ae20-4466-904e-c2f2ffa6e99b", + "id": "157ad20c-5933-469f-aacb-169f965f0483", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12379,7 +12379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0af7c9-609f-45da-986f-aff97475b812", + "id": "1dda440c-2bd9-4fd9-9e8c-186df2b683ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12452,7 +12452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56f3b425-178b-487d-a248-34f50dddbcd4", + "id": "6809ca7c-5315-47ab-9e5c-b26f8e179705", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12525,7 +12525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e247fb-9f68-478f-9ed5-042c5803825a", + "id": "2cc45a1b-1af1-450a-92ef-f32d7e70e3d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12598,7 +12598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acc1523-0a27-4dff-a43e-273226384b8f", + "id": "01b2d1b4-5374-4f1f-b150-b8f6867894ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12677,7 +12677,7 @@ } }, { - "id": "a7dadf52-7a4d-4fa4-9c38-b04fe3c8b8f9", + "id": "bd3e73e6-b2ab-4915-b573-0195d892a362", "name": "Reload Account", "request": { "name": "Reload Account", @@ -12719,7 +12719,7 @@ }, "response": [ { - "id": "3a3de7ae-8345-49a6-ae00-48b7d0837853", + "id": "1dd8cc9c-d111-45e0-95a4-24bb8cb1fa94", "name": "Async task details", "originalRequest": { "url": { @@ -12764,7 +12764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "699adc91-425f-469b-bfcb-c501807ae59b", + "id": "fe8be3b0-a38b-4c9b-b4a3-80a9907da8ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12809,7 +12809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ddc92f-748b-42b2-bcba-625f4e14089c", + "id": "a7e50b0f-5cf9-496e-bfc1-dfcc188bc6ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12854,7 +12854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f6ebe66-37ff-4dad-a48c-a304daad412b", + "id": "73c8f805-e584-4d4d-9b4c-0ec0aaf9d6a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12899,7 +12899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838f8455-b519-46b9-b0c4-a8975d4c82cb", + "id": "11bb277b-2605-4a94-99d3-f37350647d6b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -12944,7 +12944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ee056f6-3fbe-422a-9d2f-366d5538dc8c", + "id": "e9352871-b4cb-4bca-84e2-3745d154ceb7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12989,7 +12989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d9100f4-0b09-45a3-9b9b-6c091cbac35d", + "id": "d517a392-3736-4c99-a10d-f85debfc517b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ } }, { - "id": "f56baf1b-5b23-4463-9128-5382c98b2bbe", + "id": "83b17786-2e24-472c-ab4c-dbed3899ccfc", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13095,7 +13095,7 @@ }, "response": [ { - "id": "e421da27-c87e-4805-adab-d43fcd769e28", + "id": "e9be3d61-939d-4b71-8bd2-152a15328466", "name": "Async task details", "originalRequest": { "url": { @@ -13153,7 +13153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f83333d5-e317-4d10-be22-7a09e13c7447", + "id": "698a0aee-9080-418f-91a6-dbc3817cf809", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13211,7 +13211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72425c85-1f34-4809-bebd-966f5d87a3d9", + "id": "907b4ced-860b-4c5e-8d2f-4a61fac2e130", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13269,7 +13269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36cc840c-e1d4-4760-bb39-19ce904c5b5b", + "id": "68f9d10a-4f20-424f-88a8-6c86fc87a6bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13327,7 +13327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84554972-40ec-4ec9-a911-64c139c005dc", + "id": "ea33b7ff-a70d-40df-97c9-46ad07bcd890", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13385,7 +13385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b2e9ec-d2ae-40ce-b786-d55abbdbf55d", + "id": "0178cb51-de5b-4cb4-b133-c9217d65bce2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13443,7 +13443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b641b2f-0c69-4b7c-aeeb-fea138e65314", + "id": "3bef6846-51ca-42b1-8656-79bc3506ee7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13507,7 +13507,7 @@ } }, { - "id": "f53f7801-3ae0-4011-a3f1-fbfcbe1bb74e", + "id": "abb543ad-d784-4531-926b-c5edec31aabf", "name": "Disable Account", "request": { "name": "Disable Account", @@ -13562,7 +13562,7 @@ }, "response": [ { - "id": "ee37eb5a-81bb-453c-a6df-708c044a3dc1", + "id": "d42e961a-ed57-4eeb-9e6c-0dac18dbb6aa", "name": "Async task details", "originalRequest": { "url": { @@ -13620,7 +13620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c20a3e8-c95a-4765-9aa4-76150dee04b1", + "id": "11d7aebb-cc93-4e77-a1b0-52581edfeeeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13678,7 +13678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5212807c-10d9-4bfa-9959-2f838c6f3c61", + "id": "9c681df9-56c1-4288-b5a5-89c1d0c5f9ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7724d4-16da-41ac-b312-188b0adb64a8", + "id": "19b721f6-48ce-48dc-8100-bfc7dcf0af23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13794,7 +13794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eebfa8c-403c-4642-b59f-d6373223f8cd", + "id": "c7954c05-89c2-4e2d-9e9a-59bfe49323b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13852,7 +13852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "160d3a1f-09ba-4c8f-8d52-b08e97a97424", + "id": "cc16493b-3b11-4d14-ba72-45fb2f16cfa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13910,7 +13910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74f1a228-fb42-4c71-8831-3ddb2f9f5b08", + "id": "c961b3ec-b2e4-487c-8571-28a82e75d5c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13974,7 +13974,7 @@ } }, { - "id": "54515775-1d20-4eee-aa80-1d968af45597", + "id": "7c605000-ee14-4fdf-a4f8-aa08a72a4f1b", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14029,7 +14029,7 @@ }, "response": [ { - "id": "090d40df-a306-4b74-aff6-a274fad04c2c", + "id": "bf449cf3-b1b1-4db8-8034-dc3919f567ef", "name": "Async task details", "originalRequest": { "url": { @@ -14087,7 +14087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89a905b3-485f-43a3-bba1-32f8ec67ccf1", + "id": "496ffa52-ce99-4fef-b30a-55e05e03e6cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14145,7 +14145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "689554d3-62c6-4c69-a9c0-22dec5f46335", + "id": "a74efde3-27f7-4111-bc6c-fede6b99c207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14203,7 +14203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13138203-934a-46a8-b74d-e204515097e6", + "id": "ee23f02c-7da3-4525-9ec7-7400ca30cd2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd40a092-fd37-4d1f-a3e3-ccabaa8d3b09", + "id": "185a3c03-e121-4e85-9bd0-e0f7890e23e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14319,7 +14319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d342615c-e429-4686-9c65-ab9ad0a8db34", + "id": "2507c200-942a-4132-9177-49a354ed9ccd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14377,7 +14377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856510ef-15e9-4268-9ba9-183974e0a3f8", + "id": "23a108bf-0fd6-43d3-82bc-fb39c0baa06e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14447,7 +14447,7 @@ "description": "Use this API to implement account activity tracking functionality.\nWith this functionality in place, users can track source account activity in Identity Security Cloud, which greatly improves traceability in the system. \n\nAn account activity refers to a log of each action performed on a source account. This is useful for auditing the changes performed on an account throughout its life. \nIn Identity Security Cloud's Search, users can search for account activities and select the activity's row to get an overview of the activity's account action and view its progress, its involved sources, and its most basic metadata, such as the identity requesting the option and the recipient. \n\nAccount activity includes most actions Identity Security Cloud completes on source accounts. Users can search in Identity Security Cloud for the following account action types: \n\n- Access Request: These include any access requests the source account is involved in. \n\n- Account Attribute Updates: These include updates to a single attribute on an account on a source. \n\n- Account State Update: These include locking or unlocking actions on an account on a source. \n\n- Certification: These include actions removing an entitlement from an account on a source as a result of the entitlement's revocation during a certification.\n\n- Cloud Automated `Lifecyclestate`: These include automated lifecycle state changes that result in a source account's correlated identity being assigned to a different lifecycle state. \nIdentity Security Cloud replaces the `Lifecyclestate` variable with the name of the lifecycle state it has moved the account's identity to. \n\n- Identity Attribute Update: These include updates to a source account's correlated identity attributes as the result of a provisioning action. \nWhen you update an identity attribute that also updates an identity's lifecycle state, the cloud automated `Lifecyclestate` event also displays.\nAccount Activity does not include attribute updates that occur as a result of aggregation.\n\n- Identity Refresh: These include correlated identity refreshes that occur for an account on a source whenever the account's correlated identity profile gets a new role or updates. \nThese also include refreshes that occur whenever Identity Security Cloud assigns an application to the account's correlated identity based on the application's being assigned to All Users From Source or Specific Users From Source. \n\n- Lifecycle State Refresh: These include the actions that took place when a lifecycle state changed. This event only occurs after a cloud automated `Lifecyclestate` change or a lifecycle state change. \n\n- Lifecycle State Change: These include the account activities that result from an identity's manual assignment to a null lifecycle state.\n\n- Password Change: These include password changes on sources.\n\nRefer to [Account Activity](https://documentation.sailpoint.com/saas/help/search/index.html#account-activity) for more information about account activities.\n", "item": [ { - "id": "64446cef-36d9-4322-b6e2-7f6436a5476c", + "id": "72d42add-68ba-4aca-b860-149ea038daa7", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -14549,7 +14549,7 @@ }, "response": [ { - "id": "8b47bb40-7c3a-4313-9805-a80f1b21a613", + "id": "8b17ef9c-2033-4b20-9512-5d8caf7523c0", "name": "List of account activities", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe9a179-c798-42cb-b0b1-10452b40920f", + "id": "07f28abc-7670-4088-a1ca-c691c8857702", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14781,7 +14781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab7a9a1e-63f1-4952-9bdd-4f30cde51167", + "id": "951a622f-d864-42d4-829b-c89667473846", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14897,7 +14897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2e919b-051d-40f9-bab5-34efeccd3a24", + "id": "12b3d3f2-5d6b-4e87-b108-d401b978be5d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15013,7 +15013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac5245d-998f-4ccc-b3e7-21b15bb60afa", + "id": "579b9039-f374-45ad-9f93-ee1b92a76ef6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15129,7 +15129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057b3367-17b5-41e0-9a2b-a283ebdeaf3d", + "id": "112d06c4-3998-4195-a585-467740628ea7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15251,7 +15251,7 @@ } }, { - "id": "325f288e-a0df-46a6-9c96-2f703572e526", + "id": "f6239a4a-310b-43f5-bf55-b9e67d6cad13", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15292,7 +15292,7 @@ }, "response": [ { - "id": "903c8386-a64c-4f9f-997d-bf7fb1220c18", + "id": "14fd0f3c-2c55-465c-8281-c9cd03c53bc6", "name": "An account activity object", "originalRequest": { "url": { @@ -15336,7 +15336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17d33a6a-bdab-49ab-8379-95247d4213ca", + "id": "1d3300c7-bafd-4027-bb5e-f5ecb3b5d2d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15380,7 +15380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df41526-6bc9-43f3-9ca5-330850c27831", + "id": "477c5610-70df-4210-b6db-ea207623b162", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15424,7 +15424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da690499-ab84-45c3-b531-f5f326db083c", + "id": "ca78eb2e-9561-41e1-b51e-67cbfdc6ad55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15468,7 +15468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dba97c2-5407-4ea5-8f5b-b265d0331097", + "id": "2333e8eb-5401-4ac1-a675-cb2dedb24bf6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15512,7 +15512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e446d73-c0e4-4d3e-84aa-5f4ef7622c3e", + "id": "517053d1-98ea-4977-97d4-cb67beb6dfa7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15556,7 +15556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21dc16a8-f8ad-43c5-8015-06c4a8227e75", + "id": "8a2ee570-c0cb-44d5-812d-091c46523d89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15612,7 +15612,7 @@ "description": "Use this API to implement account usage insight functionality.\nWith this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.\nThis allows organizations to get the information they need to start optimizing and securing source account usage.\n", "item": [ { - "id": "cd2dda27-84f4-4953-9295-a2bee408821c", + "id": "bc8635b8-cfe2-4c37-8c7b-e74fafe0ca2b", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -15691,7 +15691,7 @@ }, "response": [ { - "id": "08e14222-c7bd-4ed6-9ec4-38814821f0e6", + "id": "5c95f4c0-3be7-4fd1-a56c-787de8da6fd3", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02dad5f8-4d11-4b6b-8939-45ee260d198b", + "id": "bc70a754-70d3-4d5f-9c8b-5f99e8b240ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15855,7 +15855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639b8b8c-d007-4842-bffe-b9bda112c333", + "id": "a21b2e44-8f95-411b-b1a5-775e9d6136d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15937,7 +15937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db7dabef-5705-48ab-8892-c4a6dc9b8429", + "id": "ca7bcb98-2c47-4892-b234-16512f59ed7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16019,7 +16019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1713bac8-bad7-4bb1-b0f6-6056f47f1e75", + "id": "379819aa-5f6c-4fbe-9890-245bd1640663", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16101,7 +16101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ed5c9e-e765-4473-b465-a35603863460", + "id": "b65ed516-ad3b-4d58-802c-e0a33499af02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16200,7 +16200,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get and manage existing branding items, and they can also create new branding items and configure them for use throughout Identity Security Cloud. \nThe Branding APIs provide administrators with a way to customize branding items. \nThis customization includes details like their colors, logos, and other information. \n", "item": [ { - "id": "52568541-adfd-4620-b050-1a12a2685c89", + "id": "ae7fff51-9691-4b9b-8628-e2f357ced3d4", "name": "List of branding items", "request": { "name": "List of branding items", @@ -16229,7 +16229,7 @@ }, "response": [ { - "id": "8d006e92-d35b-4c9b-b134-65831a490eab", + "id": "31e4607e-3901-4b70-b926-0bd383386f7a", "name": "A list of branding items.", "originalRequest": { "url": { @@ -16267,12 +16267,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"fugiat dolor labore\",\n \"navigationColor\": \"ullamco commodo officia\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"Ut sint aliqua pariatur\",\n \"navigationColor\": \"Excepteur Duis Ut ex\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", + "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"irure\",\n \"navigationColor\": \"dolore in 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\": \"nulla Lorem\",\n \"navigationColor\": \"n\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f1d5a32-f5fa-4ae4-9bd9-61859799b00f", + "id": "1b49b8b0-3b98-4794-bf11-d5db28867596", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16315,7 +16315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ca0ca6-8264-4721-a469-545a0814b86a", + "id": "e2e16de3-5b8a-4a84-b76b-76a184751e28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16358,7 +16358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab923a1-8542-4cc8-8355-7dba84de5541", + "id": "d25f99f8-2462-4b6a-bbf1-6af7de432ba2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16401,7 +16401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5def5c60-9c8a-4d89-9b4e-4e7faa748105", + "id": "bc6ffc70-f0a1-4723-8948-1675573de9ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16444,7 +16444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ab335d8-8feb-4ff4-9833-8ad5fb86fddf", + "id": "a3a9f22d-bc76-40e3-bba9-56ea1fca9eb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16493,7 +16493,7 @@ } }, { - "id": "5acbf4dc-eced-42dd-a03f-ac161a4e59f5", + "id": "c1fc5866-12e5-4ca2-a94c-7ac55707a347", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -16558,7 +16558,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -16567,7 +16567,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -16602,7 +16602,7 @@ }, "response": [ { - "id": "d0d1f96e-ef45-44f1-b318-27c7d1f560bb", + "id": "18eb9d79-8ccc-4ec2-8780-5969d8ea9550", "name": "Branding item created", "originalRequest": { "url": { @@ -16670,7 +16670,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -16679,7 +16679,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -16720,12 +16720,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"proident ullamco\",\n \"navigationColor\": \"non\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ad\",\n \"navigationColor\": \"est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "821cc9d5-f4b6-4568-b5d5-44fe9e1d2513", + "id": "ac86d836-6619-4719-9d4b-80108d38f972", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16793,7 +16793,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -16802,7 +16802,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -16848,7 +16848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e1053c6-c154-4f1a-b499-3bf3269cc828", + "id": "8a2a3b73-5f2a-40fb-a1c6-08bddda75642", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16916,7 +16916,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -16925,7 +16925,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -16971,7 +16971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88246e47-410f-4d58-8f00-fdae234bddfa", + "id": "580cc95e-1dd1-4c19-9851-656e4e2d1ec6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17039,7 +17039,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -17048,7 +17048,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -17094,7 +17094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c989df60-e262-45a1-b46a-6c61e4f13de3", + "id": "fe5be239-090f-4f96-9cdf-bd2ba17590b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17162,7 +17162,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -17171,7 +17171,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -17217,7 +17217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8badfdab-8c71-45d7-8793-d5b063ac3021", + "id": "4679ac6d-d5d3-461d-8164-1d3d5eb1fdbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17285,7 +17285,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -17294,7 +17294,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -17346,7 +17346,7 @@ } }, { - "id": "3567cbf8-59c0-45b4-a759-87487bfdfa51", + "id": "e49754bc-27f2-416c-a992-14f00a64dcad", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -17387,7 +17387,7 @@ }, "response": [ { - "id": "b0a42f09-c87b-4af5-8821-ecdbf525df2c", + "id": "91f70eff-ee4e-4479-9854-8bb50654ade8", "name": "A branding item object", "originalRequest": { "url": { @@ -17426,12 +17426,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"proident ullamco\",\n \"navigationColor\": \"non\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ad\",\n \"navigationColor\": \"est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54aa41fa-cc52-4115-b1e3-ece683cdbadd", + "id": "b6286053-c457-42d0-96db-bb2cb5885005", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17475,7 +17475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95240a75-f6b0-4aab-9a87-99ee3059b081", + "id": "c782e66f-86eb-4868-bb8c-fc10688fa0da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17519,7 +17519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6565f3-722a-4dfb-bb9c-2726ac6eb5fb", + "id": "a676ed15-3af3-4469-8d31-dd835bdb36bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17563,7 +17563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96c8e2c-a578-4bd3-a669-9e1b1ae91781", + "id": "b6595b57-0335-4b77-9e8a-dd3c87d46dfe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17607,7 +17607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60f8d111-4e7d-411a-bba9-f2ab65c34024", + "id": "864ae80f-73a9-461a-b708-8613ffe5538e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17651,7 +17651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f47ea2a1-097c-486e-b8c9-b0ed541ca5bb", + "id": "1f1d86ed-8821-4ec7-ae1c-7ecc21c45199", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17701,7 +17701,7 @@ } }, { - "id": "f35e8d70-9d19-4a5e-8d90-6f40b19cec47", + "id": "d740e370-e07f-40d8-8664-bf6378229a35", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -17778,7 +17778,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -17787,7 +17787,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -17822,7 +17822,7 @@ }, "response": [ { - "id": "a084f76d-7eea-41a4-8c68-228b24241d48", + "id": "5275d038-cfd4-401b-a991-b3eede8c20d8", "name": "Branding item updated", "originalRequest": { "url": { @@ -17891,7 +17891,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -17900,7 +17900,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -17941,12 +17941,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"proident ullamco\",\n \"navigationColor\": \"non\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"ad\",\n \"navigationColor\": \"est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "736a8249-fbb3-4a2c-964e-6de84c73a693", + "id": "d1933af5-23d8-4bb5-8237-52af7c55ccf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18015,7 +18015,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18024,7 +18024,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18070,7 +18070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df01de0-6f8d-43eb-be47-7c95c89370dd", + "id": "4f14dfb8-df68-4337-b938-5ebaae981c80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18139,7 +18139,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18148,7 +18148,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18194,7 +18194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50eae5b4-3709-4c7b-af51-538f1d9c6ccd", + "id": "17a12afb-034d-49ca-9f98-4632cacfdab6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18263,7 +18263,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18272,7 +18272,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18318,7 +18318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3eaff1-9699-485c-be47-452960d003ff", + "id": "ebd1c8f7-3f0c-405d-8736-78896657eb14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18387,7 +18387,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18396,7 +18396,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18442,7 +18442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dfba259-55f3-4e37-bae7-5f2086eadb80", + "id": "f11366bc-e7d4-4589-ae3c-6cd2d3fd0a3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18511,7 +18511,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18520,7 +18520,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18566,7 +18566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f28fb4ee-92b8-4a84-852b-236aa991ab53", + "id": "4b3986fd-8f70-49a9-9af7-8f746f38c09d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18635,7 +18635,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "", + "value": "est culpa id", "type": "text" }, { @@ -18644,7 +18644,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "occaecat est", + "value": "incididunt pariatur", "type": "text" }, { @@ -18696,7 +18696,7 @@ } }, { - "id": "8908a9e9-43df-4d06-96c3-f7391e739e3e", + "id": "3bca7fce-7add-492c-9bb8-32bd8573446d", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -18737,7 +18737,7 @@ }, "response": [ { - "id": "dd68124c-d130-448b-abe1-3e3fd0be8470", + "id": "207ba33f-b701-49d2-b8de-99ebabdcdaf0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -18771,7 +18771,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5c662151-9abc-4154-9166-d699e3770289", + "id": "9d1f76be-50e5-4a06-b143-df440b6a660e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18815,7 +18815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c97c10-1120-49e0-b93f-2451986a3618", + "id": "2f0d0086-68e8-47ec-bf32-c0d481346d89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18859,7 +18859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "491703cb-5504-47a2-8c20-462c2307ce11", + "id": "c49d4f27-6fe4-4d66-a6b5-f6a73bccc7a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18903,7 +18903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33584617-c2ce-4711-b11b-b6b6ff1dc5a5", + "id": "54bb5423-165e-49a9-b7bf-76d64af99c2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18947,7 +18947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e87643d-4587-478d-ac7f-a15bc72f8f3c", + "id": "04ac7f98-cacb-4502-b23c-004a92f256e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18991,7 +18991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ce1f742-c141-4933-a911-437227a4ecf8", + "id": "e231aa72-9d2e-4889-b629-1438a0e6eb02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19047,7 +19047,7 @@ "description": "Use this API to implement certification functionality. \nWith this functionality in place, administrators and designated certification reviewers can review users' access certifications and decide whether to approve access, revoke it, or reassign the review to another reviewer. \nImplementing certifications improves organizations' data security by reducing inappropriate access through a distributed review process and helping them satisfy audit and regulatory requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign.\n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nOrganization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can select the 'Certifications' tab to view any of the certifications they either need to review or have already reviewed under the 'Active' and 'Completed' tabs, respectively. \n\nWhen a certification campaign is in progress, certification reviewers will see certifications listed under 'Active,' where they can review the involved identities. \nUnder the 'Decision' column on the right, next to each access item, reviewers can select the checkmark to approve access, select the 'X' to revoke access, or they can toggle the 'More Options' menu to reassign the certification to another reviewer and provide a reason for reassignment in the form of a comment. \n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must select 'Sign Off' to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. In the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nRefer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) for more information about certifications.\n", "item": [ { - "id": "ffe4ac35-0579-4e1b-86f7-aa9595bc4b12", + "id": "856ef58a-1b1a-40ab-ab2d-f7f7f007a75f", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -19131,7 +19131,7 @@ }, "response": [ { - "id": "d0600a25-a6e6-4aae-9ebd-30d33460b62e", + "id": "f5591502-ffb3-433a-b61b-cacb5aa88f3b", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -19229,7 +19229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7e27bb-fca8-4a9e-8312-1b430a641e2c", + "id": "647f4b2d-3cdd-455e-97e2-173be1749f18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19327,7 +19327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6640293-7bb9-4f7e-920a-5bd80a5c853d", + "id": "9970b549-9664-46e9-8903-a62f852a2ff5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19425,7 +19425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b538f6-087c-4da0-9546-b39ef5b47989", + "id": "8180fdf4-30e6-4137-94ef-f98c5985ed3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19523,7 +19523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3956828b-6ffc-4efd-84d5-b763a359f686", + "id": "4a394fef-8238-492c-ab3a-256a0c40eda8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19621,7 +19621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc12c831-5dfe-44fc-9034-c42a3e05ae2e", + "id": "060efdab-cea9-4b6e-86ca-74e26475d175", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19725,7 +19725,7 @@ } }, { - "id": "9de9d99c-6835-4535-abcc-84ef5bed67e6", + "id": "5da71e78-df1b-4793-9a90-91dc5c1f40df", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -19766,7 +19766,7 @@ }, "response": [ { - "id": "41fbbabd-f754-4f3b-8634-9f9b9c1b005e", + "id": "2cec0187-e487-4047-b28e-b13068441f08", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -19810,7 +19810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bdf9d27-fd6b-44ae-af9a-090f13111371", + "id": "f4f9fbbf-d812-478a-9e61-f74c9a254605", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19854,7 +19854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837899cd-c159-415d-b9ce-2a5ae2699570", + "id": "2fba4449-0562-48e3-9c67-f574ff6ec423", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19898,7 +19898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b7ead7-6fa3-4066-8417-e6f1b0c130b5", + "id": "1bde82f5-2fee-466e-ad58-7ff532a81048", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19942,7 +19942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3bcbbfb-a739-484d-808d-d7c27b1bffcf", + "id": "2031db98-d22d-415e-adbc-f2a59c48f69e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19986,7 +19986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e5787c-783c-473f-b389-fdf121f5a8fb", + "id": "255f504f-3db1-4c52-9e28-a16c16d295b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20030,7 +20030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f1f40b-30e3-4d9a-b123-710f5e330770", + "id": "6eabc1aa-46a4-4625-ac20-30c09705462b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20080,7 +20080,7 @@ } }, { - "id": "cb901c94-d262-4c80-a53e-4a1400e3dcfe", + "id": "f1337902-2cbd-4569-af00-4fe87f065848", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -20195,7 +20195,7 @@ }, "response": [ { - "id": "25f1240f-1629-4c2e-ab98-86e6c72fda46", + "id": "1442b49e-17b0-4557-84ec-fbd72cdfcad2", "name": "A list of access review items", "originalRequest": { "url": { @@ -20313,7 +20313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1264a94-7582-451d-8eae-893cb0f0f7c2", + "id": "dc93eeec-8004-49be-936c-737fbb6b1c1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20431,7 +20431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c28b96c-1997-4c84-8762-0db5e4427032", + "id": "e189afed-b43f-481c-b9e1-d718b20d9b20", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20549,7 +20549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b386f139-4d92-40bf-8633-712075fd961e", + "id": "683ffe77-e555-48a4-a86c-1d5a436d3631", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5fdbf20-0297-4d76-a9fc-3cbf4bc16926", + "id": "43151fa1-2025-424d-829d-146a323fa204", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20785,7 +20785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a244726c-ec37-4ca0-8bcb-ac5d3fcfbcff", + "id": "cee9c9c7-cf4d-4a2e-bfc7-0d280cef8741", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20903,7 +20903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df9a925-7d58-489e-bd7e-8d6439273a0a", + "id": "f2b745c4-7f7e-4618-b9bf-8a22371978ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21027,7 +21027,7 @@ } }, { - "id": "c05c8aad-043c-4c87-9ba4-1bc0f2cdc34a", + "id": "6fd5f79f-7ec7-4b33-b88c-c881126b1f2e", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -21082,7 +21082,7 @@ }, "response": [ { - "id": "c487b793-1660-4705-8273-993cb61449f5", + "id": "68f9b90f-c4ae-4412-8bbe-ab377e03d158", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -21140,7 +21140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b831ce51-34b8-4f20-b342-eb3d8d5d589e", + "id": "104beebc-cf13-495e-bf6a-4397d916f4b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21198,7 +21198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "945a8356-7b4c-49bf-a3db-bae1fc7b9309", + "id": "de747992-28e4-498b-a7d3-f2b48bfe47e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21256,7 +21256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c435ec2e-e40c-404b-b2b5-adc5b047dbec", + "id": "5bd060b8-2ede-4fd6-b7cf-bffa4b72fd59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21314,7 +21314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89aa9be2-285d-48d5-9a1f-b79eae69cc05", + "id": "c48f8dbd-488a-48f8-a215-6aba5253e3fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21372,7 +21372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45aaa86-046c-4ab3-8b42-4673bb9d8dc0", + "id": "1ff08c16-dc6e-4b31-b0e0-a1a0eacce8b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21430,7 +21430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef5f679-fa50-4161-bd59-b2171db5a2cb", + "id": "65c13771-249f-4145-a1c1-08dee005d1fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ } }, { - "id": "19affee6-86c5-40ce-9a7a-f4f67bd3ba12", + "id": "a406b47e-86e2-4e38-ae97-aacbaf16c693", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -21549,7 +21549,7 @@ }, "response": [ { - "id": "3502854b-9a84-42ed-8ce8-02df37a1e156", + "id": "c3d36bed-55e0-4bc8-9c2d-4b99e19132ad", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -21607,7 +21607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed0aee3-b0ac-4f71-b484-18e4f9aaa306", + "id": "87d69cae-5bcc-4514-aaa6-966e07bdc44e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21665,7 +21665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30f53be-a02e-4f90-8663-017f8630edda", + "id": "4fc3250e-04a8-4e8c-9bf4-d02d881432f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21723,7 +21723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a39af8d-218c-433a-8451-aa85220c77bf", + "id": "2671a8e5-701c-4f8f-9396-d4f260c65b03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21781,7 +21781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ef0f97-de99-47c4-9538-e65bedea4cee", + "id": "661b5add-c0bc-4d0c-aad2-549de953ff1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21839,7 +21839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bc026b7-ab54-4d6f-af46-b34e4a1f51f3", + "id": "041403fc-cf61-491a-b377-195aa151d141", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21897,7 +21897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba80afc2-7cfd-412a-b8f1-9c7aaf414a62", + "id": "f367b3cc-c282-41c3-8df8-d3fa33549f6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21961,7 +21961,7 @@ } }, { - "id": "402916ee-d3f1-41db-9548-53859ef292ef", + "id": "a6464336-046b-4c83-908f-12102e7d35c3", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -22003,7 +22003,7 @@ }, "response": [ { - "id": "67d5c3a2-e22b-4f07-a30a-728e45994315", + "id": "a4f75700-c582-4142-bc7a-8c2f6ebe14cb", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -22048,7 +22048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "beb54297-91b1-47ed-bbce-67b4d0027494", + "id": "a1c40ece-b054-43d2-9588-40377ec7dcda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22093,7 +22093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d8cbc92-117a-436d-a827-9e29bb08fda0", + "id": "a427ff76-9ada-425b-9048-c8d1128c0d18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22138,7 +22138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14b579f-cc54-4ce8-9ba5-e18d2af26558", + "id": "5c4b02f5-de9d-4bf5-ae0c-4f796571c76f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22183,7 +22183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c4ff7e-72c5-428d-a8c7-729f13d979bc", + "id": "fa40e4dd-c96a-46a6-9f9a-62c5b9212497", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22228,7 +22228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab14c111-21d5-4bde-a128-cfc731c9284b", + "id": "89db4905-e3d6-4738-bbe6-9d00883239b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22273,7 +22273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16884a28-e285-4536-9dc4-e909b7563f0e", + "id": "8e30a5f9-903a-4610-ace7-ab8b6f8ed5a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22324,7 +22324,7 @@ } }, { - "id": "b8c76d61-f377-4181-9dc2-ea36c309d468", + "id": "8b118624-11c7-4e7a-bd70-58a4986a99f9", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -22415,7 +22415,7 @@ }, "response": [ { - "id": "151d9689-f644-4268-9895-5bd8b42a1bd0", + "id": "b17ffd2c-a5fd-44a6-926e-f4ad417505f6", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22499,7 +22499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3c1445-fcfe-47c3-ba42-93cedf20b5f2", + "id": "b43226ce-0955-499f-a04a-f5f25976d9ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22583,7 +22583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df327cd0-8a5c-4e64-a0c7-056a62488818", + "id": "4e28402f-b72d-4079-b440-0a7dfab89b97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22667,7 +22667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f5fe629-149f-4c36-8c4b-1ae2f556d3c7", + "id": "a1e1923d-d98f-4063-842b-b7b147167435", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22751,7 +22751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc27cd5e-8566-410a-aaa0-9c21bdbff36d", + "id": "f13e43d6-f51c-4b26-9950-24f9e0e3eb9f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22835,7 +22835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a3b7dac-d9cb-4425-bd45-21a3b7b2d86a", + "id": "01f788ea-ea93-4534-92a8-3a30baa5d38a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22919,7 +22919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2680147-b05a-4460-8213-273aa83e6781", + "id": "48742971-1164-45cc-93bc-a1ae3ad1202b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23009,7 +23009,7 @@ } }, { - "id": "873dbef1-c742-4581-919e-a81f935a837c", + "id": "c6ed6dad-752e-4070-a0b2-9bbcbd8693fe", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -23097,7 +23097,7 @@ }, "response": [ { - "id": "58be0087-d074-4549-a721-1117a3cedea8", + "id": "b472ad85-2fda-4bba-9328-fc5b92267e04", "name": "A list of reviewers", "originalRequest": { "url": { @@ -23188,7 +23188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8e7dca-5e2f-4e71-a366-9898fda278af", + "id": "a4487089-d1fe-4505-b89b-807d0c31bae0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23279,7 +23279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c616ae7-d474-4879-aa0b-2b54764ae87d", + "id": "b9ec0ec1-140d-4886-b6a1-87388074ad3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23370,7 +23370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f96e937-4242-4a4e-978a-f99aa7a98f10", + "id": "70328300-4148-4d42-bcf8-abe9dccc44ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23461,7 +23461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc37de3f-ee60-44dc-a355-ef039d45f3fa", + "id": "a7bfd24e-ba53-43b7-b36e-dcba8ea74b31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23552,7 +23552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf310ba-6d3a-43a1-841b-87168ecf80f9", + "id": "86419138-576b-4d69-a1bf-c7a5c4dc53dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23643,7 +23643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "636ba94c-fb43-483a-b6f3-72a9a0ffb9f7", + "id": "5193a847-60a9-47ce-b707-92bd7ae79a53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23740,7 +23740,7 @@ } }, { - "id": "7d7e4fb8-cc6e-4e53-bafe-d6cea0c9e4a7", + "id": "b2d6b17d-6e10-4bbd-b3b1-be193771e0a5", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -23795,7 +23795,7 @@ }, "response": [ { - "id": "97b11bee-4dd5-4cc1-83ad-c5a0a16a3de5", + "id": "5dc8d39f-4f47-4e1e-9eb9-e2c1dda29679", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -23853,7 +23853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acbc1f5d-59be-4c47-a0e7-3f2b54816533", + "id": "019793e3-2113-44c4-bcfe-0b721b78106c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23911,7 +23911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a5fc5e-0a5c-4b06-8f61-c0a233bbd8d8", + "id": "037a037f-7ed0-49bc-8391-e33c1a77a2d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23969,7 +23969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad4abd58-9628-47ee-a301-ec90510bec6a", + "id": "7290c33d-93b5-4633-91cd-75ec1d04973b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24027,7 +24027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a57d3a-5da8-4598-bdcf-d9c4437081d8", + "id": "d3c18308-b30d-43fe-ba42-0d46de211ca9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24085,7 +24085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34e53eb-6bc6-4fe6-9c46-e59f3b2cd1bc", + "id": "a797e071-511b-468c-a966-3360c28e8558", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24143,7 +24143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296e52cf-f472-4720-8e7a-6dd02f2adbf2", + "id": "826b7ef4-9a60-4895-b521-3ad8cd651acc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24207,7 +24207,7 @@ } }, { - "id": "12976269-9067-4d55-820a-a9f317923f6d", + "id": "a5184526-a60e-4054-8460-a04fdf770deb", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -24248,7 +24248,7 @@ }, "response": [ { - "id": "7a75baef-005c-4cda-ab22-218fe707af6e", + "id": "cfe6c1fa-cef3-4266-88e6-adc61370d000", "name": "A certification task", "originalRequest": { "url": { @@ -24292,7 +24292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf50974-002e-4766-85d9-b133ffe2137b", + "id": "d59eedaa-b263-49a7-8253-2500be59c5ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24336,7 +24336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a19df4d-9273-40f1-a7f8-237c967cf4e4", + "id": "771adeac-9b32-474c-9a29-5600238a1dfb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24380,7 +24380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bc6b28a-21e8-4881-af13-c9ac3fe15ef8", + "id": "90f45abd-f49c-4b92-8c60-96dfdb8086bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24424,7 +24424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6327177d-8614-4041-b86f-3aae83ddb500", + "id": "3c4d06a3-bd62-45c4-b588-c8af7e8cff7f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24468,7 +24468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b6e983f-09a0-4ede-80d7-9e7018ebc294", + "id": "8613a94b-f989-4ad3-a5c0-bbd411b6a095", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24512,7 +24512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91cd11ff-35e2-4641-84f7-564d38519bcc", + "id": "d5123032-823a-470b-b996-b62bbee957f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24562,7 +24562,7 @@ } }, { - "id": "1cc90500-bd2f-437c-b494-b6257660c00b", + "id": "4ab8b097-c1e9-4552-8972-8f03a224d290", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -24637,7 +24637,7 @@ }, "response": [ { - "id": "34a4b4d2-c5a9-4dc6-b137-2f611f9eaedd", + "id": "e3bb93dc-842b-4018-b6db-9e1fc3ca6e17", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -24726,7 +24726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d256a3b-f082-45ed-a4dd-311bd19a2e41", + "id": "2cafffee-2334-493a-8852-e5cdc16b68f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24815,7 +24815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e3358c-55e0-47d0-9f0c-fa773041443d", + "id": "ff57f7e5-1311-4aa9-ba57-cbbf2693cf5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24904,7 +24904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a261efd-ad4b-4799-b1db-4d5bd9bffebc", + "id": "a71b6018-0c5a-4d5c-af30-81bb4460b78d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24993,7 +24993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d1caa9-1de0-4996-9355-f5878d7152a4", + "id": "2371fa77-8a7e-4006-947e-a9e5df4ef872", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25082,7 +25082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869ae668-2a26-4035-8b8d-983b672e7ed1", + "id": "9e05fec3-4fca-4839-a6da-93249481582d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25171,7 +25171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0ac58b-53a9-4635-9a37-fdeb8d4c6f1c", + "id": "01667e3a-dccf-4e50-a9c0-ecac1288373f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25272,7 +25272,7 @@ "description": "Use this API to implement certification campaign functionality.\nWith this functionality in place, administrators can create, customize, and manage certification campaigns for their organizations' use. \nCertification campaigns provide Identity Security Cloud users with an interactive review process they can use to identify and verify access to systems. \nCampaigns help organizations reduce risk of inappropriate access and satisfy audit requirements. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification campaign as a way of showing that a user's access has been reviewed and approved by multiple managers. \nOnce this campaign has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nIdentity Security Cloud provides two simple campaign types users can create without using search queries, Manager and Source Owner campaigns:\n\nYou can create these types of campaigns without using any search queries in Identity Security Cloud: \n\n- ManagerCampaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access is certified by their managers. \nYou only need to provide a name and description to create one. \n\n- Source Owner Campaign: Identity Security Cloud provides this campaign type as a way to ensure that an identity's access to a source is certified by its source owners. \nYou only need to provide a name and description to create one. \nYou can specify the sources whose owners you want involved or just run it across all sources. \n\nFor more information about these campaign types, refer to [Starting a Manager or Source Owner Campaign](https://documentation.sailpoint.com/saas/help/certs/starting_campaign.html).\n\nOne useful way to create certification campaigns in Identity Security Cloud is to use a specific search and then run a campaign on the results returned by that search. \nThis allows you to be much more specific about whom you are certifying in your campaigns and what access you are certifying in your campaigns. \nFor example, you can search for all identities who are managed by \"Amanda.Ross\" and also have the access to the \"Accounting\" role and then run a certification campaign based on that search to ensure that the returned identities are appropriately certified. \n\nYou can use Identity Security Cloud search queries to create these types of campaigns: \n\n- Identities: Use this campaign type to review and revoke access items for specific identities. \nYou can either build a search query and create a campaign certifying all identities returned by that query, or you can search for individual identities and add those identities to the certification campaign. \n\n- Access Items: Use this campaign type to review and revoke a set of roles, access profiles, or entitlements from the identities that have them. \nYou can either build a search query and create a campaign certifying all access items returned by that query, or you can search for individual access items and add those items to the certification campaign. \n\n- Role Composition: Use this campaign type to review a role's composition, including its title, description, and membership criteria. \nYou can either build a search query and create a campaign certifying all roles returned by that query, or you can search for individual roles and add those roles to the certification campaign. \n\n- Uncorrelated Accounts: Use this campaign type to certify source accounts that aren't linked to an authoritative identity in Identity Security Cloud. \nYou can use this campaign type to view all the uncorrelated accounts for a source and certify them. \n\nFor more information about search-based campaigns, refer to [Starting a Campaign from Search](https://documentation.sailpoint.com/saas/help/certs/starting_search_campaign.html).\n\nOnce you have generated your campaign, it becomes available for preview. \nAn administrator can review the campaign and make changes, or if it's ready and accurate, activate it. \n\nOnce the campaign is active, organization administrators or certification administrators can designate other Identity Security Cloud users as certification reviewers. \nThose reviewers can view any of the certifications they either need to review (active) or have already reviewed (completed).\n\nWhen a certification campaign is in progress, certification reviewers see the listed active certifications whose involved identities they can review. \nReviewers can then make decisions to grant or revoke access, as well as reassign the ceritifcation to another reviewer. If the reviewer chooses this option, they must provide a reason for reassignment in the form of a comment.\n\nOnce a reviewer has made decisions on all the certification's involved access items, he or she must \"Sign Off\" to complete the review process.\nDoing so converts the certification into read-only status, preventing any further changes to the review decisions and deleting the work item (task) from the reviewer's list of work items. \n\nOnce all the reviewers have signed off, the certification campaign either completes or, if any reviewers decided to revoke access for any of the involved identities, it moves into a remediation phase. \nIn the remediation phase, identities' entitlements are altered to remove any entitlements marked for revocation.\nIn this situation, the certification campaign completes once all the remediation requests are completed. \n\nThe end of a certification campaign is determined by its deadline, its completion status, or by an administrator's decision. \n\nFor more information about certifications and certification campaigns, refer to [Certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html).\n", "item": [ { - "id": "70cfe910-4027-44a4-9075-805f67c039be", + "id": "35093876-f9da-4edd-b721-d88dbd390c9d", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -25356,7 +25356,7 @@ }, "response": [ { - "id": "1d8942b5-59a6-407f-b0a0-030e522816cc", + "id": "2a24b38b-dff7-4459-9a37-84fec8e80ea8", "name": "Slim Campaign", "originalRequest": { "url": { @@ -25454,7 +25454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51156afa-8181-424f-85af-8b9e2bb2bf12", + "id": "3ac1ae58-f2cc-42db-b768-024f5e473d92", "name": "Full Campaign", "originalRequest": { "url": { @@ -25552,7 +25552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc71272-5109-408b-93a8-6228bb9264de", + "id": "aceb9cb8-67d4-45d6-950e-d7c7102ab848", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25650,7 +25650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046da220-9eb9-48ec-be8c-d490c78f50ab", + "id": "b3413649-0cfd-4593-8b9e-00ffa2b8f3c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25748,7 +25748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8dd3057-b73e-4c20-9355-6d58e76b5abd", + "id": "eda3880e-cd3b-4269-9477-8cd962672d80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25846,7 +25846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9787ca-c290-4e7c-887e-47b4cb4090bf", + "id": "408db14c-0c9f-42be-93df-29c2c890b6e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25944,7 +25944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d0ed0a2-f7d8-4b25-8dfa-f6862ade1936", + "id": "aecdc14a-ad10-4ac6-b45d-9e042a6f57f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26048,7 +26048,7 @@ } }, { - "id": "92ec8f28-7e6e-44a9-8ede-3ea730bcfdea", + "id": "d21836d4-14e7-4e3f-bf0a-30ee3fbbd7e9", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26090,7 +26090,7 @@ }, "response": [ { - "id": "4f312bc0-cf7a-441e-bf31-4db0a2c43a3d", + "id": "a842d4c1-7977-42e2-aae6-1fb6e5b5481e", "name": "Manager", "originalRequest": { "url": { @@ -26146,7 +26146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ee3aed-50fd-450c-8bb4-4321446d645a", + "id": "304bb945-feb7-4d0e-a9a6-524168e04720", "name": "Search", "originalRequest": { "url": { @@ -26202,7 +26202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c585c465-daf2-428e-ba89-8379e1c63856", + "id": "c6591f3e-f946-4fea-bd35-d6a802709ee8", "name": "Source Owner", "originalRequest": { "url": { @@ -26258,7 +26258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0e619f-f5e1-4346-b9f8-456eae32d983", + "id": "6806150a-c710-4098-b22b-2681574f1cc1", "name": "Role Composition", "originalRequest": { "url": { @@ -26314,7 +26314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b2c746-7794-485b-85c7-5dd362ab20ed", + "id": "62c0e690-e442-4fb1-8a37-10442e8903e0", "name": "Manager", "originalRequest": { "url": { @@ -26370,7 +26370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1245a6e5-87af-4f29-863a-11d611534ea1", + "id": "809e9f95-482d-4129-9f12-b45ce4375334", "name": "Manager", "originalRequest": { "url": { @@ -26426,7 +26426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00f4c7e2-9ace-4f87-8cb0-8b04062209e4", + "id": "caed36d8-92bc-4bde-a820-ce2179959edc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26482,7 +26482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423c1e36-0359-4461-aa31-576c75bfeae7", + "id": "4bfa68a0-3d81-473a-872e-16027a1f125d", "name": "Manager", "originalRequest": { "url": { @@ -26538,7 +26538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef96084-2eef-43bc-90b8-241c0e2b47df", + "id": "c42c98a3-60e7-41a6-94ef-0b5df9170590", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26600,7 +26600,7 @@ } }, { - "id": "c868755e-a8c4-4f69-806c-126852249442", + "id": "185841a1-2e92-4e8d-bcca-811b4792726b", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -26641,7 +26641,7 @@ }, "response": [ { - "id": "1e440f31-5d82-46e6-b5eb-7c55506f09ef", + "id": "01b06e47-dbc9-4e6b-ace2-ed825301e0f1", "name": "Manager", "originalRequest": { "url": { @@ -26685,7 +26685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adb0653f-749f-4f76-8093-1455e37bcaf1", + "id": "ddaf3156-2834-4409-9709-a8dce6cb232a", "name": "Search", "originalRequest": { "url": { @@ -26729,7 +26729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14e3aa5a-950e-4bd8-be38-707f7ada4f8c", + "id": "f0900e6c-8f63-49ed-b2b7-8a1013786d03", "name": "Source Owner", "originalRequest": { "url": { @@ -26773,7 +26773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b82236c-65f5-41fa-a5b1-7f4254a996d2", + "id": "185252a8-33f7-4dfa-b1d8-f90d88a7d498", "name": "RoleComposition", "originalRequest": { "url": { @@ -26817,7 +26817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "426000bd-1115-4c90-9212-6a8aaf17097f", + "id": "21506324-9a4d-4c17-8025-45cf9569fbfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f0f999-41ed-431d-9da7-238c748ed0e5", + "id": "1cc4e94f-fe89-4c0b-ac7e-b2f1d7cd34b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26905,7 +26905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82a6026-98a2-43b4-a2d1-556721ec2fed", + "id": "8827a7fb-f514-4823-85bf-5f5af9137697", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26949,7 +26949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b29ba2e-cdaa-425f-a84e-b2eae00761c9", + "id": "5c9aff25-4e9c-4a6d-a1a0-6a112cfce5fc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26993,7 +26993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f03d1c38-aba6-44fa-a379-1680724791ca", + "id": "4ec8b181-6000-46f6-822d-c1174252160c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27037,7 +27037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ae1fd0-a7c1-425e-ba25-a7f4fe790604", + "id": "d245f76e-211e-4c76-a9c5-57d2605b51bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27087,7 +27087,7 @@ } }, { - "id": "6dd0f193-7e3d-4b43-aad9-2d56a150f440", + "id": "df8be694-d041-48aa-960f-5778094b838d", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -27141,7 +27141,7 @@ }, "response": [ { - "id": "6e8895bd-6a8d-4a2f-bdf8-f5e602b64d58", + "id": "8b80d12a-4673-4f32-87ba-50a8b1a4dacf", "name": "Manager", "originalRequest": { "url": { @@ -27198,7 +27198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596b11aa-08fe-4eb4-9986-5c3eb10210f7", + "id": "232f86e7-4794-41ee-91d6-f8211ced4025", "name": "Search", "originalRequest": { "url": { @@ -27255,7 +27255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce14f05d-8dc5-4296-be4b-3bfff6d5a453", + "id": "8aa8cb99-ec89-4fa0-a74a-fc7466d3c73a", "name": "Source Owner", "originalRequest": { "url": { @@ -27312,7 +27312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f6b16b9-5564-489b-8350-d2e5c81c0af4", + "id": "32132e43-cc85-4a57-9333-6225ebee6edd", "name": "RoleComposition", "originalRequest": { "url": { @@ -27369,7 +27369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85bb8225-3273-42b5-a14c-4f311b8b0ea1", + "id": "541efa20-11d0-40fe-bb82-b740dc6f4ab2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27426,7 +27426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "356a3f0a-02f0-4d23-be5c-cea59da8a715", + "id": "c9b7a201-9906-47ec-af1c-3d113c8d735b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27483,7 +27483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f518a1-7925-4d0e-ac43-c1b029138f13", + "id": "c75f2c29-341b-4845-8942-d11710b2cb3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27540,7 +27540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9146fb-9a6e-468a-baa9-e73a02bc1edc", + "id": "41e9ff6b-918a-4a3b-a0ab-eee4b23b1b85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27597,7 +27597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca1e3fd8-3269-48ab-8f71-b46f652cc098", + "id": "df5b40a0-5b66-4ce1-8c8a-a43a9695deea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27654,7 +27654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46aaf946-4e23-4a69-bab1-b10192c13f19", + "id": "9ebca91c-54cc-42bb-96a4-d43735d33384", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27717,7 +27717,7 @@ } }, { - "id": "d84b5632-c459-43a3-bf86-55457968d7f2", + "id": "ee3d8e74-4a7f-46e6-8bf3-07cd2a7e2f51", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27772,7 +27772,7 @@ }, "response": [ { - "id": "8f0c1978-6bea-4e4f-b6d7-18766d428f2b", + "id": "a11b87dd-fcd1-4929-85fa-d2f7a2b4eba5", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27830,7 +27830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c21aaae-bb0d-4b7e-8be1-595b50d72bc2", + "id": "4af2834b-b98d-45f7-b09b-1257b8587332", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27888,7 +27888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882c959d-b035-4a49-8734-d8f928d172b4", + "id": "c03acca4-c5e9-4272-9988-858300163644", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27946,7 +27946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "affb1927-3078-4ded-a0aa-1b922b2ee783", + "id": "004ef205-4c73-4b87-9d6f-08ef98737baf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28004,7 +28004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b939240-a168-408b-b7a8-722d762df73d", + "id": "e309ed82-8911-406c-bbeb-0d04ed179f2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28062,7 +28062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5444b06a-2421-4b16-8f7d-d185167c1a05", + "id": "c32c0097-be06-4312-b138-ccf13128b55b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28120,7 +28120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2f2ece-b133-400e-b360-97faa5d07e01", + "id": "a9797279-d98c-4126-8327-6c2f434f86d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28184,7 +28184,7 @@ } }, { - "id": "109d0407-6372-4c2b-9a2a-dbffd5d68291", + "id": "fc4f96d9-064b-447c-98c6-2e071befd215", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -28239,7 +28239,7 @@ }, "response": [ { - "id": "6f9b2edd-85f5-4665-ad76-cd875de7dfe4", + "id": "6145f0e4-d396-4995-af01-ed57a959d683", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28297,7 +28297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b152ed62-3503-435b-af27-04d33e23dfc8", + "id": "b981eac7-fda2-4c8f-b4e4-139106568faf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28355,7 +28355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b9ea2f-4f77-4b67-9f57-184bddc05fda", + "id": "75aeeb5b-cfe1-4e9f-ae45-34c2c282986a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28413,7 +28413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bfad520-20af-4158-9f44-a605459b140e", + "id": "d428c0c6-7867-46f3-9b04-43302cf6c798", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28471,7 +28471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2da9c08-0d67-4e2c-830f-5e40511b2e6c", + "id": "a677be71-627f-4497-9d0b-813c12849086", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28529,7 +28529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb12a22-0f11-4cc9-8c17-62963f75c88d", + "id": "0b2bd969-3a01-4cb4-b4dc-b95e882680a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28587,7 +28587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f281ca77-1e20-4c8c-acd6-3c71b16698a0", + "id": "a9e6f540-0009-4d7b-b168-8250e5bc0335", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28651,7 +28651,7 @@ } }, { - "id": "324115a2-fc75-4d0a-b58c-528aa41f4116", + "id": "d9fe9867-f2fd-4414-b02c-de5aebebf73f", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -28706,7 +28706,7 @@ }, "response": [ { - "id": "6e2ba03e-4fb6-4e9f-81b6-b335843141f7", + "id": "8e0462b8-46b3-4451-88e0-1830f2226a44", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28764,7 +28764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73575058-6d23-4720-8a42-21981d709bdf", + "id": "0eb53a8a-bd74-4eb0-a2e7-fd5e31d41097", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28822,7 +28822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f64736f-97a4-4e64-a55c-e2af8300ab1c", + "id": "833b5b53-e3c4-45fe-aec5-d6c785147978", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28880,7 +28880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a9f16f-8696-4794-802e-fd259f9036d5", + "id": "a99a695e-7211-46f4-adef-943c32d72616", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28938,7 +28938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bf5d772-3ee9-435d-a648-c35d6ba80ff8", + "id": "e140aadb-dd4d-42ad-a8aa-649bc43f3174", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28996,7 +28996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3731246a-dff7-4f3f-b585-e23abd616dbc", + "id": "68d89d1d-99fc-4f31-b555-a3b52aaedaa2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29054,7 +29054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b65855e-83f9-4e25-8ddf-0e2625755f93", + "id": "7ae2dcbf-f728-437b-88ee-6f6432ff1d47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29118,7 +29118,7 @@ } }, { - "id": "a2981d4e-0527-478c-938c-a4bc5c9919c5", + "id": "d1f8db30-f362-4a75-8c4e-a023441d731b", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -29161,7 +29161,7 @@ }, "response": [ { - "id": "a95d5e87-3fcb-4223-bb4b-fcf0262483d2", + "id": "7ce07a4b-36ca-4ca3-a66e-fa970e20e99c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29218,7 +29218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8224ce2e-b59d-424b-9091-cc919e1ac5bc", + "id": "cf08532d-9366-47d8-be4f-7ae6a3ce3551", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29275,7 +29275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dffaa88f-cc21-4485-b22b-c0e713d7299e", + "id": "7abb0f9c-fa58-4d85-8add-0fa06a6d67e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29332,7 +29332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39bf4b2-437c-4315-a9f3-5739a9df136f", + "id": "fc52fcfd-a695-492d-a14c-83db91d87fbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29389,7 +29389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71df90ab-d03a-4bf8-92e0-203e629f1bab", + "id": "a07fdb32-b97b-4df7-8832-750185aa95ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29446,7 +29446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f897fd9a-ec50-482d-bfa8-157cbcd323ed", + "id": "5aef419a-d998-40b5-951a-401adac2301c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29503,7 +29503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e99a83f-c7d1-41af-a615-95e8221617ff", + "id": "967d5010-dcd9-43ba-bbb1-e017b29edabe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29566,7 +29566,7 @@ } }, { - "id": "3d85414c-b675-4d43-a5fd-12614d234ab0", + "id": "4947aee9-ccfc-408b-8edb-052cf92a7d03", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -29608,7 +29608,7 @@ }, "response": [ { - "id": "c2f2d433-107d-4b44-a2e5-9c2e801a8687", + "id": "3886244f-d1cf-4161-8c6c-5a5373f98507", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29653,7 +29653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703055c0-52d3-4af0-8a62-6c690a8f2ccd", + "id": "8ee0c14e-a000-44f5-93de-b231f280a82a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29698,7 +29698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b92c02-e821-407a-94e9-100fcef1f52f", + "id": "31194aa6-d10c-46a5-9d1c-d9e9f3fe7956", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29743,7 +29743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8275e329-c81f-4e03-9809-0f2e7c73306f", + "id": "ab1ad105-9b64-4443-bbf9-dd200282f5ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29788,7 +29788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a87c97be-5c00-4a00-96f8-013cf68deebf", + "id": "87379438-8ab0-48c3-bb2a-2a612f4e3dac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29833,7 +29833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97694fce-37e4-4ee9-9c17-bf873674a635", + "id": "58ff61b9-1b4d-4cf7-9ba3-202386bc0fcb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29878,7 +29878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "082206a5-533e-482c-8dca-96065176ab73", + "id": "fe8232f4-af46-439a-86d7-091889bf5c25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29929,7 +29929,7 @@ } }, { - "id": "08337f1d-2c61-4c3b-a44d-69b5b7b4229f", + "id": "636da334-c5ff-486b-9ebe-b6ce691c2683", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -29971,7 +29971,7 @@ }, "response": [ { - "id": "64f34bae-1c48-41bd-b5f4-709c85a2fa51", + "id": "e822d4a9-cc84-4f83-8ee9-097d1b178b49", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -30016,7 +30016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ae418e-2902-4c2d-bbfe-9cdcd6ecf6b4", + "id": "3b87e784-e825-4642-9031-e75213b269b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30061,7 +30061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752c1117-0ede-4feb-b09a-d756da7b4620", + "id": "f8ff453f-8fb2-42f7-99be-095741106497", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30106,7 +30106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57ba226e-1f13-45ab-a103-210d26eaa06b", + "id": "1fd9549b-dbe5-4a3a-9d90-ba735f00b4fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86a95eec-cd35-4aa3-8b19-44971df8b8cc", + "id": "3ffd344f-c683-42dc-b7fa-9b05d560c03c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30196,7 +30196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef40e95c-176b-437e-8f60-3d6dc9125720", + "id": "e5900547-437f-4b16-ac8e-f3c8f7adcfe6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30241,7 +30241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b57a4f4-884a-4970-bd69-0e43d3eb4af7", + "id": "4bad3a85-f477-4540-b240-1e8db0d81e11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30292,7 +30292,7 @@ } }, { - "id": "b4f32804-d0e2-4e59-b839-619a0a7fc0c1", + "id": "09f7083e-2c26-46f2-b0e6-97fa424c0d17", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -30345,7 +30345,7 @@ }, "response": [ { - "id": "3fb17032-7776-4237-8fc9-e8cd9165804f", + "id": "52eda137-cf02-4f4e-92fc-6483bea67107", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30391,7 +30391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4bf594-25e8-4fab-b3a8-c1325df5319d", + "id": "180e82a2-cef7-47fc-bd8f-52769813ecfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30437,7 +30437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aff7e30-07f4-4f4f-8de8-24a515958ade", + "id": "3d4e39a8-a8b8-408f-b231-cc6936b28d43", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30483,7 +30483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a401b6e-232c-4bd1-bb7b-3584ea39ace0", + "id": "8f0a4015-44c8-4018-a2b3-6592e498f703", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30529,7 +30529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de94091f-7b6d-4221-860c-1d8caa8f3196", + "id": "903423a3-f39c-437e-9c78-df4d0f4acf3b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30575,7 +30575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b643f8ef-f4d5-4a3a-9645-2122696f90d0", + "id": "ecc08607-3ad4-4ea1-9d6c-c3fcfcbd2fe0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30621,7 +30621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5a261b-62f0-4ac0-8941-82a090f96c5a", + "id": "f17e6ffb-f561-40e7-8045-76cfb5f0528e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30673,7 +30673,7 @@ } }, { - "id": "55eb1001-5a1a-47b3-8ba6-f4877be00535", + "id": "2bd24b3f-a976-46d5-8387-454e86a7ca79", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -30703,7 +30703,7 @@ }, "response": [ { - "id": "4ec4de98-d518-4fb9-b51f-b7db4886db99", + "id": "41256014-1683-49f4-b8f1-ffad320cbeca", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -30747,7 +30747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9bd2c89-27c2-44e0-8bd3-9ca0c3887e26", + "id": "6ab41d5a-69a5-4aac-b8fa-38b391994fa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30791,7 +30791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fed715d-9182-43b3-a9b8-5f3bb03633b8", + "id": "69f8fe67-665b-4983-9285-ea7562103762", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30835,7 +30835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f582cba1-4e85-458a-9442-7671d364d306", + "id": "bbac8a56-3fa7-47e4-909c-81ff759b8118", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30879,7 +30879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d16fe4b-0454-488e-b6a5-7012a2c9802f", + "id": "141d7d8b-a19a-44c0-b43c-20a3f3a7316c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30923,7 +30923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a2faba2-b382-41f4-baf3-551fa11e674d", + "id": "f9e21546-22ee-4485-8d39-aa8405729c14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30973,7 +30973,7 @@ } }, { - "id": "31811a60-9baf-49c7-90e6-7b032d023a9e", + "id": "55bba712-ec97-450f-bbc7-f77b0ec6c6b0", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -31016,7 +31016,7 @@ }, "response": [ { - "id": "e2e14bdc-96c9-47db-80d8-e25bc75e746a", + "id": "3d7115cc-3d06-425b-bbe8-4163db9af119", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -31073,7 +31073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27fab12d-3542-42c9-8bd8-fca4bb2bafdf", + "id": "76fe7449-1543-4aba-8d00-a51b34f91162", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31130,7 +31130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0955207-4c31-43cf-8550-e0a8d81aff86", + "id": "97ebad4d-e420-422e-aa6e-9c315bb3681e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31187,7 +31187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcfef4db-87a3-41ff-9867-21333a666c74", + "id": "6e08941a-c265-465b-8833-183ff933274a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31244,7 +31244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b70ba296-fa6a-499d-b15e-d7e4f689cf8f", + "id": "cf5a8ddf-aad2-451c-8bc0-75af73e3a61f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31301,7 +31301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88e425e-57bd-44d3-b081-76e83e17c8ea", + "id": "ddd6d406-d273-439c-94e0-2f47c0d2f7ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31364,7 +31364,7 @@ } }, { - "id": "47f12833-b531-432e-a152-bf128c63bf85", + "id": "bd690cfc-1a18-40bf-ad6e-423ca0383ce7", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -31406,7 +31406,7 @@ }, "response": [ { - "id": "eb0fafda-14cd-40d9-a778-054f049a9042", + "id": "b52f0015-c2b0-415a-8bf9-e0608c3ccbb8", "name": "Manager", "originalRequest": { "url": { @@ -31462,7 +31462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edf2571d-4a41-4730-9ce6-73e99bd76dc4", + "id": "c4e22be1-c26b-4845-a036-2cb9bd3af037", "name": "Search", "originalRequest": { "url": { @@ -31518,7 +31518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76fc86e7-a8d6-4847-9ddd-b749d0d9b97f", + "id": "a923d3c5-ab0c-40ea-b004-0d1fddf59759", "name": "Source Owner", "originalRequest": { "url": { @@ -31574,7 +31574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2807fa-3bfd-4e88-b7af-67c111620ba0", + "id": "06f5551b-e3b2-42e6-954d-912ab4479bd4", "name": "RoleComposition", "originalRequest": { "url": { @@ -31630,7 +31630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9bbf63-b53e-4085-bb71-8e947e3102bb", + "id": "182dca9a-dd47-4671-a29d-8984079343c1", "name": "Manager", "originalRequest": { "url": { @@ -31686,7 +31686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "009561ba-28f2-4c22-aeed-6e4d11202369", + "id": "8c016d4f-f3c4-44ab-9773-31e236928249", "name": "Manager", "originalRequest": { "url": { @@ -31742,7 +31742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b6161e4-a019-400c-8f56-1f0741d55c41", + "id": "8d6a0c7e-02e9-471f-b1ba-ecbc9f81a98c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -31798,7 +31798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67292db6-ca90-4978-a954-6c21477aa450", + "id": "0848143a-fb33-4a71-8633-273d653dc703", "name": "Manager", "originalRequest": { "url": { @@ -31854,7 +31854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2c36d77-54b0-426f-9d1b-73a0fa3dbab9", + "id": "cb993013-3bbd-43dc-a940-6385c17d08af", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -31916,7 +31916,7 @@ } }, { - "id": "8d95dc3c-a248-4fda-858b-4f879857b72b", + "id": "1db16414-3294-41d5-a21e-3f0def659c07", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -31991,7 +31991,7 @@ }, "response": [ { - "id": "91eb7e12-6411-4ecf-8a34-9a34dccfb606", + "id": "22d28f9e-e98b-47d3-b8b1-91675c783e70", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -32080,7 +32080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a594c735-1050-4db1-bd07-d3a6f1df9d7c", + "id": "1087f586-c374-40ab-84a8-2e95d392b33f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32169,7 +32169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c55a5ee-04c4-46a0-900b-fca9d585c76d", + "id": "ce44ca76-0871-40d5-bcd2-749d41b8f656", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32258,7 +32258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820d2a09-a38b-4034-baf1-d274d9ca3f30", + "id": "a5516218-2c15-4807-96bc-1c5956069c87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32347,7 +32347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587ad855-5260-4efc-8268-42cf1f018fa5", + "id": "2b786b6b-1cd4-4aa5-a835-a4efe97c281c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32436,7 +32436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dac40863-9fa0-4f8e-b5e6-139aeb4f972d", + "id": "58fbc7e2-6406-4f28-b3c6-2804ec722507", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32531,7 +32531,7 @@ } }, { - "id": "fe8c97df-996e-4302-8910-b12c33d1bc81", + "id": "f72e6a85-f179-4e3f-ab31-f0e4f398d00a", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -32585,7 +32585,7 @@ }, "response": [ { - "id": "87ea7eaa-297c-46a1-b409-8f8e711ed88d", + "id": "641582b8-794d-43d4-8e29-d8d628b346d7", "name": "Manager", "originalRequest": { "url": { @@ -32642,7 +32642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7ce346-929b-4e93-b779-347cd367a2ea", + "id": "68e8c1d0-b84b-43c4-b42a-81d3b312c907", "name": "Search", "originalRequest": { "url": { @@ -32699,7 +32699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "107fe719-27d4-4223-849e-1cb9ee9177b5", + "id": "9c949dc4-0205-4dca-b4e5-9540f6bec915", "name": "Source Owner", "originalRequest": { "url": { @@ -32756,7 +32756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9de3a04-9aa1-4c32-b629-2423a8d16dae", + "id": "60502d47-c75a-46b2-8bf9-86866b4b19f5", "name": "RoleComposition", "originalRequest": { "url": { @@ -32813,7 +32813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5731e406-9053-4f6f-8a12-e8c1afb56e47", + "id": "97a63626-600c-4cfe-a909-7ec704efc0f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32870,7 +32870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "effd7cd8-a6e9-4b29-b0e6-9097180a12ea", + "id": "562d7b3c-74de-48d2-b432-796332b9cc85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32927,7 +32927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6499a144-4b04-4f12-bfb9-4f6d725b1524", + "id": "c5c159c3-3e25-4125-9f79-6ce71c97232e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32984,7 +32984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0c72b7-58ae-423a-873c-aff18eb31317", + "id": "23b27b9b-da2b-4da9-a881-15d8694fdcc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33041,7 +33041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994615b4-e080-42a7-817f-243afa8bcf2d", + "id": "376fd825-c1e0-41d5-9d8d-afacf1799e84", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33098,7 +33098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3ef67bc-65bf-4725-980f-9aa9c055da65", + "id": "c0d98185-185a-457d-acab-3b81611715c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33161,7 +33161,7 @@ } }, { - "id": "a4f50277-ea01-4f95-8a2f-c15fdaf23bbd", + "id": "30f2a8f1-d731-425d-8b71-19eaf681a7f0", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -33202,7 +33202,7 @@ }, "response": [ { - "id": "c0c15d43-3ba4-4c3e-9d36-f7944b1dbe23", + "id": "6da938d7-168e-4a65-adde-adf95819870d", "name": "Manager", "originalRequest": { "url": { @@ -33246,7 +33246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2ba2cd-967c-481f-9fb4-ca4b65fb7bea", + "id": "b2d07e6a-02f2-4627-bba1-5f07b3e609eb", "name": "Search", "originalRequest": { "url": { @@ -33290,7 +33290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "027ed5df-9e95-4c81-8ce5-b5c8d33e4b47", + "id": "7791ec2f-616c-4f98-9efd-24f30b19c97d", "name": "Source Owner", "originalRequest": { "url": { @@ -33334,7 +33334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a8dd662-5598-4bfe-803d-b2a995be6687", + "id": "584dc851-8748-4456-8633-b4fe19138033", "name": "RoleComposition", "originalRequest": { "url": { @@ -33378,7 +33378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56482dfa-a216-483a-a4c3-342932b84fa1", + "id": "33ea9822-7d48-4b46-954a-8a44ff8c838f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33422,7 +33422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c258541c-d237-4a23-984a-c07688aa8e7d", + "id": "c2dc7377-bc52-4918-bb88-8d7cdada8b60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33466,7 +33466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c8c9cbd-43bb-4dd5-889a-ae3adcd23eb6", + "id": "59a9a05b-e3f4-4b10-834e-8b9161d7fcfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33510,7 +33510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f5c468-56d3-4f72-9c94-2ae988764c6b", + "id": "84457645-f886-43a3-a916-bac62a3ea056", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33554,7 +33554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19d458f8-1b66-434b-829f-eb93a14c8a48", + "id": "f1fbd224-5028-451c-b0ab-40c68937b298", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33598,7 +33598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d4c0d3a-40ae-44b7-a215-3a7f099c8d53", + "id": "769e9735-8d29-48cd-8f2c-9811eb257e1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33648,7 +33648,7 @@ } }, { - "id": "bb868242-8457-4cc7-bbbe-806661ff885c", + "id": "9f1d5d9c-c94a-42bb-bb1d-37e3cf08cb99", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -33689,7 +33689,7 @@ }, "response": [ { - "id": "7fb3e81d-ab14-4b74-a9cf-09fe8fe8b967", + "id": "9dec2b34-0645-405f-8100-bed4465eb7d3", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -33723,7 +33723,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fb4784b2-42ef-4f8b-94d4-7d5a1bc6cc18", + "id": "d345034d-a0ad-4042-b459-b998a9d56b5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33767,7 +33767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ea4cfe-6d86-4197-a0bb-f3a8ea77d05b", + "id": "6d660df1-2ce3-4723-9f3a-fa393c1dc131", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33811,7 +33811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c4043f-f90f-48ae-aeda-9d5e08851866", + "id": "6635df13-e427-4312-a80f-b588210849a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33855,7 +33855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "645b419e-ebf2-4c59-9588-83aed5540c77", + "id": "c52c7e80-616e-4f72-936d-04e9325c86f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33899,7 +33899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c206a98a-6ac1-4cd6-9e36-0d66e44ec3d6", + "id": "aa244f8d-bafa-450a-8978-ba0bfde27600", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33943,7 +33943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "974121d3-0b3c-42a4-a07b-b0187978dcdb", + "id": "6865e62e-e597-4e89-88a0-5ed3aa7238a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33993,7 +33993,7 @@ } }, { - "id": "d7cca66c-efeb-4c9c-8e45-8bb4f01b7895", + "id": "7c01ee61-52b2-4748-b443-70ee4b765574", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -34035,7 +34035,7 @@ }, "response": [ { - "id": "1d252128-53be-4c49-99df-2cf75482a1d5", + "id": "964fa648-f112-461d-b055-a122a1bc5ae6", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -34080,7 +34080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90cfbb61-ff7e-499a-9e70-0503f2d46b78", + "id": "098632fa-4b5b-4b6d-9a6e-2c91a82a3878", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34125,7 +34125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2713c7a-2d68-4f7f-a64f-da65b9b0b2b7", + "id": "5df05923-ffd4-491a-b926-5f5a696c421c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34170,7 +34170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471643a7-4d63-48ac-9f18-49e9d7795f2f", + "id": "afdd854a-9228-42aa-aff6-ea70f627534e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34215,7 +34215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "917cc267-4088-4aa8-bb91-bd7c29cebfc1", + "id": "3050529b-9300-4225-98e7-eb3cb437da0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34260,7 +34260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a3bfcd-bdf7-436d-b75b-06cb17ff3af3", + "id": "6634dd8c-6dec-4873-877b-99148354bd40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34305,7 +34305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1fef58-6244-4498-93b3-73e9d2df6afa", + "id": "1e7b0f7e-dbc2-4548-97cb-ac7aef52b508", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34356,7 +34356,7 @@ } }, { - "id": "ecb8fc9d-3150-41da-a447-ccc0511e454a", + "id": "554f4cd7-b7c7-4759-9347-b56594c8a7b6", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -34411,7 +34411,7 @@ }, "response": [ { - "id": "d6cea30e-15c7-4a8a-b3cc-23b247e50b31", + "id": "d4309a75-c451-42ab-a0a8-7d48aecc8fa4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -34459,7 +34459,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0c898ad5-2ece-4fd9-b02e-885335d3d100", + "id": "5f733405-07bd-4c19-a07a-94e7656093eb", "name": "Monthly", "originalRequest": { "url": { @@ -34517,7 +34517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c61b4e8-44b5-4fa9-b97f-cf15637ae099", + "id": "c56a04df-4f65-4915-82ab-8d17c7964071", "name": "Once a year", "originalRequest": { "url": { @@ -34575,7 +34575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b544ba5-28e1-4442-a123-08b39dbb34a3", + "id": "2972d24e-6587-40bb-9546-2db728a0816f", "name": "Quarterly", "originalRequest": { "url": { @@ -34633,7 +34633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edc5adbc-bf69-449e-811a-1f6ad7724efb", + "id": "5d05364b-2f78-4527-9dd7-fe51110c9394", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34691,7 +34691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0969f3d-5c1b-48ad-8efe-2010c0bb341d", + "id": "df7a0461-5924-48be-949e-5ccbbea31c6d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34749,7 +34749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0584080d-2637-449c-90b3-028e90266b36", + "id": "ceaa6073-1106-41ba-a2fb-c52bc5acbc10", "name": "Once a year", "originalRequest": { "url": { @@ -34807,7 +34807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bdee81b-20ce-4fac-adfe-44a899339c62", + "id": "c10afd5b-1dbd-496e-b7fd-8f4494839a99", "name": "Quarterly", "originalRequest": { "url": { @@ -34865,7 +34865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf6dc41-382e-421c-9799-336659406878", + "id": "145f6b54-70fe-4f86-8f03-df489a7d6925", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34923,7 +34923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f3ba74-bb07-48d7-ab2a-a51ffdd5f82b", + "id": "99dad9e7-2f56-4401-a091-f1ab52673756", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34981,7 +34981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e809d49-0150-4a9d-944f-5ef0ca6484f6", + "id": "5a0d4002-335e-45dc-90d8-4da33098da42", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -35039,7 +35039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60179c88-871f-4da4-a51b-51cc7e1cb90a", + "id": "f5be7707-2d1b-4557-8f5f-580c8f10f678", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35097,7 +35097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76998ca9-419b-4fc9-9f21-57566a120235", + "id": "5352ea19-cd6c-45e0-90e8-bbce6f44a36c", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35155,7 +35155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bace506a-02d3-45a7-ab41-1f0bfcf4227c", + "id": "5fbe3eb0-db01-4d24-84af-51e86ebd985b", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -35213,7 +35213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a15a4af-5c5c-41a2-b51a-342d66903960", + "id": "4987987f-1fbe-49d8-9182-603c41424aae", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35271,7 +35271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87dc41e1-0125-4d0c-b805-a3ff005ff184", + "id": "2d4f9c90-1a6d-481d-8a68-4cbfa61152ae", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35329,7 +35329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f080aa1a-7a0c-4a74-9d7f-e1e426b2b045", + "id": "94401f49-979c-4a32-b260-75b3ebb9faef", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -35393,7 +35393,7 @@ } }, { - "id": "2ecaa77d-ce26-487d-b088-c9a2d04da4fa", + "id": "40b2b2c3-c0ff-4467-8464-0454cf8376f1", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -35435,7 +35435,7 @@ }, "response": [ { - "id": "56981be9-27f8-49b2-868e-8a537084e97b", + "id": "0613d3f8-aa34-499d-9a24-128df5179016", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -35470,7 +35470,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ebc6c8cf-7d20-41f8-8e82-1fbe8e5b1509", + "id": "38b56986-67c9-4fa9-8ecb-41e71bc705f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35515,7 +35515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6e06f9-9f52-458b-b162-3679578610dd", + "id": "00aae292-9e91-4089-b68e-87b1646a1b3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c65e24e-a4cc-4a50-8dff-11f8d63e2034", + "id": "4fafb740-4c08-4de9-984d-24f998d554ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35605,7 +35605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55fb85c3-5ef7-4cde-978a-5323443074c1", + "id": "2722313b-30d5-4111-91f6-d964c80dd06d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35650,7 +35650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0a3aa3-e12f-452b-bb96-738cfa42686e", + "id": "33c59585-8091-424a-8e1a-c5e3c948e2cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35695,7 +35695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715b30a1-c2e3-453c-b069-11ff4401485a", + "id": "2e855a6e-d4d2-49a0-b438-a768f70dd901", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35746,7 +35746,7 @@ } }, { - "id": "b3b22025-5d5d-4814-a439-78dde5ad5727", + "id": "a11178c7-d43f-473d-a49e-c5d9b0f6b4ea", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -35788,7 +35788,7 @@ }, "response": [ { - "id": "fa8c43df-d1d6-40d5-9188-fe75094ef795", + "id": "6e171790-c77f-495f-a1ce-e5458772b1c6", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -35833,7 +35833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965ac4c9-cb36-49aa-98af-b279e897e0e8", + "id": "c22b6733-06cc-4a7d-a5ac-36427bceae06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35878,7 +35878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873ca8a7-f49b-4b32-b865-772e4a32a7df", + "id": "e6eb8959-32dd-4952-a6be-a7b432a8a35e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35923,7 +35923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42808404-fd62-4d65-bc6c-56f7515f970f", + "id": "c65c2354-1854-43aa-bd67-75471da89476", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35968,7 +35968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b8fe68-d642-4307-9106-43094ab670fd", + "id": "2c55bd95-1b0c-48b3-8ace-33015312ed5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36013,7 +36013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc446135-98fa-4cbc-b483-ec06ec34c1e5", + "id": "ef99169e-7169-4576-9fa3-d259ad68f047", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36070,7 +36070,7 @@ "description": "Use this API to implement the certification campaign filter functionality. These filters can be used to create a certification campaign that includes a subset of your entitlements or users to certify.\n\nFor example, if for a certification campaign an organization wants to certify only specific users or entitlements, then those can be included/excluded on the basis of campaign filters.\n\nFor more information about creating a campaign filter, refer to [Creating a Campaign Filter](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#creating-a-campaign-filter)\n\nYou can create campaign filters using any of the following criteria types:\n\n- Access Profile : This criteria type includes or excludes access profiles from a campaign.\n\n- Account Attribute : This criteria type includes or excludes certification items that match a specified value in an account attribute.\n\n- Entitlement : This criteria type includes or excludes entitlements from a campaign.\n\n- Identity : This criteria type includes or excludes specific identities from your campaign.\n\n- Identity Attribute : This criteria type includes or excludes identities based on whether they have an identity attribute that matches criteria you've chosen.\n\n- Role : This criteria type includes or excludes roles, as opposed to identities.\n\n- Source : This criteria type includes or excludes entitlements from a source you select.\n\nFor more information about these criteria types, refer to [Types of Campaign Filters](https://documentation.sailpoint.com/saas/help/certs/campaign_filters.html#types-of-campaign-filters)\n\nOnce the campaign filter is created, it can be linked while creating the campaign. The generated campaign will have the items to review as per the campaign filter.\n\nFor example, An inclusion campaign filter is created with a source of Source 1, an operation of Equals, and an entitlement of Entitlement 1. When this filter is selected, only users who have Entitlement 1 are included in the campaign, and only Entitlement 1 is shown in the certification.\n", "item": [ { - "id": "ea1069f5-6669-43a7-9157-29ccf295f732", + "id": "7a182065-c062-48e9-a5cf-fd361c9697d3", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -36112,7 +36112,7 @@ }, "response": [ { - "id": "8354bb95-eb9e-47df-9085-d91a1bda705a", + "id": "8381d3bf-5bb6-4537-9366-57c7d287d4eb", "name": "Created successfully.", "originalRequest": { "url": { @@ -36168,7 +36168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d647ed-47db-4c46-85be-9e768b9f13f1", + "id": "35a1bd98-f5ce-4921-86c9-2fc7499dce4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36224,7 +36224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74704eb7-5f1d-4d5e-8314-1266e7955b4f", + "id": "86acad9b-f6bb-4935-a83b-a7cfa299365a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36280,7 +36280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac55ade-1317-4fc1-8dcc-330a59a2aca3", + "id": "20ba9482-d409-44ab-b9e3-3b0f9cc0b666", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36336,7 +36336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd166e7-10cd-4cfb-b706-d92b1e788b0d", + "id": "71cb8a27-fd7a-425d-b36e-3572a9d8a783", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36392,7 +36392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7d105e-52f7-430c-9089-97759be84ffb", + "id": "ddd9b846-4e95-4d15-99d2-bcc5ca63e7de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36454,7 +36454,7 @@ } }, { - "id": "13505e54-3aa9-4150-9c43-df3db5a9ed17", + "id": "89f33b0f-d318-4894-9a6d-f9cda75b238a", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -36511,7 +36511,7 @@ }, "response": [ { - "id": "e39bf830-c205-4d06-9c8c-bd3272efa4ae", + "id": "16e69dc8-b3e0-4e8d-9f56-ac5642568765", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -36582,7 +36582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8d8ab6-5b47-4d34-8130-9e618c602614", + "id": "87d76a1f-6db0-4102-beb5-e3a20403f657", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36653,7 +36653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55858b57-8354-4f2a-9e8e-fb38fb0e53b9", + "id": "265427b3-73a2-45df-b2b4-d5f6a67772f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36724,7 +36724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42432e7b-1e3d-4d63-87c9-c207f67f3e08", + "id": "b6aec268-a956-4312-aa20-551645433b37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36795,7 +36795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3496034-93cf-423c-b28e-7ce94f2b78eb", + "id": "1e177556-d588-483f-8cf5-e162ea333f4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36866,7 +36866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f3a0165-d273-4010-9d2e-3293ae592cff", + "id": "36e6095e-206c-44da-b6f7-9d0ba7f0a4ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36943,7 +36943,7 @@ } }, { - "id": "929ec9c0-4557-4370-9a2c-bf7cfc343b17", + "id": "55c1e56d-0479-40e2-8114-d0fd4fa846c4", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -36988,7 +36988,7 @@ }, "response": [ { - "id": "a6a3191b-9e45-4339-94df-6e5b34e6f954", + "id": "204fbf17-6d71-499c-a07d-b6a8e2cdb3da", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -37032,7 +37032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ba2760-239a-44a3-9725-0c2983bfe84d", + "id": "52164b84-3398-4715-a592-e8052e57c230", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37076,7 +37076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "267cd5e3-f91b-439e-a671-516ecc360bf9", + "id": "b1a65dad-3b7d-4085-9258-5205e59eff2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37120,7 +37120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01532fe9-6aa4-4ba4-8be1-d63ceccf0d6e", + "id": "66c9620e-e7ac-47cb-a03f-2b457cac8d21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37164,7 +37164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed2d2327-8a40-4851-b78a-ae6e820b5613", + "id": "acc78ec9-0839-4009-a87c-1241c9990d5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37208,7 +37208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb45a3eb-453e-4aa7-b450-de33cb606241", + "id": "6e5e643e-8566-4eb7-8226-e764d359fe37", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37252,7 +37252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2180fd30-6f5b-4ef4-b224-649955f1fddd", + "id": "96d401ec-1f5b-488f-830a-8af70fc06812", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37302,7 +37302,7 @@ } }, { - "id": "7e4a62ff-2d67-46a2-86a2-dbea1040c8c2", + "id": "e1e2a10e-f790-4ee1-85bc-919767a46f41", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -37360,7 +37360,7 @@ }, "response": [ { - "id": "2d472c58-112d-4482-b5d5-41cb363a0474", + "id": "4b1399c7-4ceb-4749-99e9-b73e35de1ec5", "name": "Created successfully.", "originalRequest": { "url": { @@ -37417,7 +37417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8f374e-c504-4677-935c-97ef7a485512", + "id": "a9594572-1e2a-4d4d-b8c1-da336119d6aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37474,7 +37474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f979d8-5ea0-4a26-9f91-c09c692ce74a", + "id": "0a06838a-8828-431b-83d4-7add80c1af14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37531,7 +37531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae6498ec-1c9d-492f-ad22-d5bbc0107b66", + "id": "61cb3ee7-79db-4aeb-a902-805a31d7430c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37588,7 +37588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba6b682c-e454-43eb-bde0-aa9f6b66ac07", + "id": "ca15d8a3-d380-48f4-958c-64bab680c6ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37645,7 +37645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3896f4-0cfa-4532-8d6e-116fd432c05c", + "id": "4d9fbec6-acac-454b-8f32-86e001d97a16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37708,7 +37708,7 @@ } }, { - "id": "4b8f067d-5203-4219-a482-34a0e62ecc79", + "id": "7f863151-92f1-4efe-bd4e-5dc1f5a0cd7d", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -37751,7 +37751,7 @@ }, "response": [ { - "id": "589f13cd-c67a-4e0f-991b-2fcde95148f5", + "id": "72c731eb-8782-4015-9ff3-058a2d59ecc2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -37798,7 +37798,7 @@ "_postman_previewlanguage": "text" }, { - "id": "34f85e67-bdc8-42d3-ac92-acd6a09d43ed", + "id": "08096bf1-7462-4952-8389-7f36101e9c71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37855,7 +37855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2ae323a-8f11-4f7e-b872-9d757c87c22a", + "id": "20c26863-b095-4b06-a9ce-affffb05a038", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37912,7 +37912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa14b3a-14a8-437c-b48a-8253731be842", + "id": "36bfddcf-5446-4342-aa3e-ee87dced69ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37969,7 +37969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "206722b0-525e-4da3-8ffb-32f9627dec4b", + "id": "98990f7f-def2-4177-93b3-cf6cd37f7406", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38026,7 +38026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1419bb7-548f-46b0-8f57-4e0e83ec1e93", + "id": "7425087f-3b7c-4e55-a545-b3ddbbabadac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38083,7 +38083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46026f08-5fa8-4afa-b48d-5fae7fd5f672", + "id": "f7460a7f-461b-40b9-8ca5-d7af1927c844", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38152,7 +38152,7 @@ "description": "Use this API to implement certification summary functionality. \nWith this functionality in place, administrators and designated certification reviewers can review summaries of identity certification campaigns and draw conclusions about the campaigns' scope, security, and effectiveness. \nImplementing certification summary functionality improves organizations' ability to review their [certifications](https://documentation.sailpoint.com/saas/user-help/certifications.html) and helps them satisfy audit and regulatory requirements by enabling them to trace access changes and the decisions made in their review processes. \n\nA certification refers to Identity Security Cloud's mechanism for reviewing a user's access to entitlements (sets of permissions) and approving or removing that access. \nThese certifications serve as a way of showing that a user's access has been reviewed and approved. \nMultiple certifications by different reviewers are often required to approve a user's access. \nA set of multiple certifications is called a certification campaign. \n\nFor example, an organization may use a Manager Certification as a way of showing that a user's access has been reviewed and approved by their manager, or if the certification is part of a campaign, that the user's access has been reviewed and approved by multiple managers. \nOnce this certification has been completed, Identity Security Cloud would provision all the access the user needs, nothing more. \n\nCertification summaries provide information about identity certification campaigns such as the identities involved, the number of decisions made, and the access changed. \nFor example, an administrator or designated certification reviewer can examine the Manager Certification campaign to get an overview of how many entitlement decisions are made in that campaign as opposed to role decisions, which identities would be affected by changes to the campaign, and how those identities' access would be affected.\n", "item": [ { - "id": "1825cb46-9eb7-440f-91b8-ca2def8e2690", + "id": "cd0c67ac-026f-4e9b-8011-0ec36b89b80b", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -38204,7 +38204,7 @@ }, "response": [ { - "id": "b49eb518-fb03-47f5-a82f-46537c08f5a6", + "id": "f26cb686-fbae-4021-9856-2e2bb7a8abd7", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -38259,7 +38259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e41518-7e40-4960-a2e9-3359435d6fdb", + "id": "7b43a9e4-7fa1-4a38-ad01-3d7497a0d493", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38314,7 +38314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242a3959-0428-4dc4-b080-7f87b924d171", + "id": "9e1d7622-c21a-44c2-9fe3-355edc8db24a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38369,7 +38369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd49aa00-ef4e-4784-9cfb-7bb0b958c270", + "id": "ec8d6807-4b28-42a9-b018-4be43e5069c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38424,7 +38424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a79f800-d489-4946-8201-07155f306195", + "id": "64e9393c-da48-4fb2-9f08-8e8612a0d7cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38479,7 +38479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28a73ac-0857-49f0-8d81-5feed30c4545", + "id": "5ad03111-fffa-415d-9bea-530d7cd25214", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38534,7 +38534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ad938d-fbca-459e-b7df-a5f46e05eb43", + "id": "8a5639f9-0d41-458e-9595-953a0f19ab9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38595,7 +38595,7 @@ } }, { - "id": "53658dd4-8298-4f6e-b3a2-f6a58114a94a", + "id": "d0b16b67-e579-48cb-ab81-d8daac80b745", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -38683,7 +38683,7 @@ }, "response": [ { - "id": "96465e62-a4b0-40f1-aa22-8154ce9409b5", + "id": "0c41679a-10e3-4d2b-a3cd-df34bca336aa", "name": "List of identity summaries", "originalRequest": { "url": { @@ -38774,7 +38774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e9b0c7-e5ad-44ad-917a-a989db404bfc", + "id": "99d009b3-c598-4c17-b027-52d6ea9287c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38865,7 +38865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320e2b8b-8730-475e-92a0-87d171f9c645", + "id": "f9f35303-3d27-4898-8356-814e6001ec6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38956,7 +38956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df5d1521-8f81-42d7-a437-c814093d531b", + "id": "df24552e-a339-4e8a-b2cf-229dac754ce8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39047,7 +39047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7a65ad-4ec7-4a05-a0ed-4083f851fc97", + "id": "8053acd7-27e5-486a-8021-3ebb8c6fe0fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39138,7 +39138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ca52fa-330c-4da0-9ce0-509b50f59b5f", + "id": "c7c996bd-5117-4ec9-8825-326ade7089e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39229,7 +39229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e198e2e-efc3-4fe3-a219-5e163b841172", + "id": "ab00d21a-8c1a-438c-8eb4-e5d0f0de3a69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39326,7 +39326,7 @@ } }, { - "id": "3ab8f371-c401-49a1-94d0-0e5899d8c1f5", + "id": "ab3a12b8-4182-42b5-ae5f-0657fd5c00d7", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -39425,7 +39425,7 @@ }, "response": [ { - "id": "b2e8c9b6-917c-4b52-9127-44112a8e45d7", + "id": "34f499f4-b88d-4e3d-a662-7c7997996129", "name": "List of access summaries", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9528b021-78f5-4793-b732-8c7cb02e8709", + "id": "6a81f322-0ab4-44b2-83aa-a80420a4c312", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39609,7 +39609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55225e38-14ce-482b-bc47-8d16a9f6b8c5", + "id": "7a2cde13-1743-4f5a-bce8-6ec420b29b90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39701,7 +39701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182e4627-16a8-4b57-a17c-2a2a3072ab16", + "id": "e5e4e57a-fe28-4b26-81ae-153467c8c31a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39793,7 +39793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d36b6b-a145-4ec6-a0c6-2a9822b83250", + "id": "0dbc0317-54ba-46ee-bd71-5ecfe82c81e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39885,7 +39885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2fe4bf-4a28-4010-b09d-ce9a5d5f7648", + "id": "a10b31eb-4d9c-4617-9e73-572c0a0feb5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39977,7 +39977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d923ac1-ee6e-49ee-8e50-13049a3ae06c", + "id": "3d02cb51-aef6-47df-8468-58d1060c1a17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40075,7 +40075,7 @@ } }, { - "id": "15af267a-4e0d-4609-8b65-14fbddbe581f", + "id": "582be258-1dce-4ad6-82d4-cbc38c9d39a4", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -40128,7 +40128,7 @@ }, "response": [ { - "id": "8ae35126-e9bc-4da2-85b1-408e71278c36", + "id": "c751bcd3-7f54-4c03-b658-a2e499c35139", "name": "An identity summary", "originalRequest": { "url": { @@ -40174,7 +40174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14a1962e-5c3d-427b-8427-067ec41c5cf8", + "id": "8211224d-fed6-4c70-a4af-c8fe3ed684cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40220,7 +40220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c8baf9-a5b0-49a4-9976-46c6b2586d55", + "id": "b01f1e0b-f67e-498c-af3b-0430715b3d57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40266,7 +40266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16e936d-c04f-4da4-9b2d-e5dc151e9009", + "id": "1e1886de-47fa-4e59-a491-0a47d6c577a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40312,7 +40312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b1b2dc-99c2-4fad-a30b-7b51ca70d9cb", + "id": "4398cc45-045e-4fd3-8138-8f66e0546e80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40358,7 +40358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084703e4-9dcd-4daa-852d-17c1c53740ba", + "id": "10cae530-2298-402c-a3d2-6e04fdbad22e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40404,7 +40404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36f3b44-6895-44e2-a500-05ac1d5d1c1f", + "id": "0b549f80-2d8e-45b1-a310-75eb3d2de455", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40462,7 +40462,7 @@ "description": "Upload configurations and manage object mappings between tenants.\n", "item": [ { - "id": "9721af6d-1708-4612-acf8-a52c39a58489", + "id": "5a51d04d-316b-479c-b385-5ee5b88a76f6", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -40504,7 +40504,7 @@ }, "response": [ { - "id": "61243dac-43ed-43c2-a5e3-93a8133e0949", + "id": "5e0affe0-c6a2-41de-a985-c5efe3a1de8c", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -40549,7 +40549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344d03bf-c6e5-4e3c-9ffc-9f1d28d767a3", + "id": "36cdc01d-de2a-466b-84df-171d8d371f37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40594,7 +40594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91970c49-5520-483f-ba40-19e1a6849e2e", + "id": "e36594a9-e2f8-4205-a487-54c0c77dce44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40639,7 +40639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6136a95c-adb0-490d-b931-506bd1fcb0b8", + "id": "a274d1d0-37fc-48f7-a317-d1e58e498c70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40684,7 +40684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc288ee-16be-4a2d-8b25-6dc1fb857965", + "id": "3cd01981-ea24-4897-966e-3887336869ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40729,7 +40729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2aadb5b-5d6b-461a-bc42-60820f7b3d9a", + "id": "117251a8-ce39-4c4f-9169-4dcc5d1b7290", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40774,7 +40774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acacdbfd-4c81-4540-9ffa-1be6bad43c87", + "id": "3c557483-caa7-4b5e-ae61-2bd0d44b52f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40825,7 +40825,7 @@ } }, { - "id": "68710083-95c5-4dde-8c26-e7ee453eda05", + "id": "06e257b1-8d0a-4d24-a98b-d7aca0cba713", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -40880,7 +40880,7 @@ }, "response": [ { - "id": "45ee0c98-a31c-4151-94b7-69b06b05a8cf", + "id": "5943d33b-e63c-4635-b8f0-addfd9ca1f03", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -40938,7 +40938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65d32eeb-2e53-4a17-bd48-e3fb9b649d84", + "id": "71df2dcf-75c2-40e1-bea5-7aa5a3e4bfe2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40996,7 +40996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de95fb9-8d8d-4a45-855f-b9de3dca45f1", + "id": "bbf7a0d8-e518-4ac3-bad3-e3f0cf88f619", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41054,7 +41054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52970b66-df3c-4e32-a98e-5c7993f9ffb0", + "id": "7204e1bf-4b5d-4a39-8fc9-2af37da07cd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41112,7 +41112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc07ccfa-3f70-4b77-b794-7ceca1a7c85d", + "id": "3319fbb5-08bd-43df-8673-e419faed3e62", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41170,7 +41170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17520bf-bacb-4410-bb57-0a730777ae2d", + "id": "40b1b3d9-ec9c-4fd9-9f05-4ed7518ff740", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41228,7 +41228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c41c2a1-ceb2-4406-9a8f-cc65898065f4", + "id": "9ecc6a32-bf0c-43ef-8967-885ef75237e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41292,7 +41292,7 @@ } }, { - "id": "2f150fd7-f37e-45b4-952b-3e2d7f075216", + "id": "c855c0a8-6015-42a3-8f5b-b2388f90c1e1", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -41345,7 +41345,7 @@ }, "response": [ { - "id": "c8498aa9-b516-43aa-97c9-b98cfc057633", + "id": "3f80f56f-2e6f-417d-932e-e4bea3694556", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -41381,7 +41381,7 @@ "_postman_previewlanguage": "text" }, { - "id": "519137c3-6e32-4105-8224-a11a537b02f4", + "id": "d18506f0-fafa-4ab2-9422-8decc9d640e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41427,7 +41427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de14924-4f1e-4225-b3b1-633312a6eb89", + "id": "40e84941-63f7-44f3-9a26-bc777faa5d4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41473,7 +41473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73f6cff-65ce-415c-ad9e-cb4cfb519ff2", + "id": "53bebacd-b671-422b-8de7-6092345cacfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41519,7 +41519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61321ad3-f443-4580-acb3-de362bdd8c1a", + "id": "3d044bd7-aba5-4863-8fe2-45b7f6f0f024", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41565,7 +41565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940ae122-0beb-4d00-8a67-dc57035d4d1f", + "id": "35b0d21f-fefe-4cf6-b7a2-fb8657373a8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41611,7 +41611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bb389b8-f55b-4a4f-8944-91223cce6011", + "id": "096f7eda-d0dc-403f-9a7e-6009631ebe35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41663,7 +41663,7 @@ } }, { - "id": "e825afc2-c0f0-4c87-9908-87db2b30905b", + "id": "6c7660ac-b4be-4487-a4d0-eec666813111", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -41719,7 +41719,7 @@ }, "response": [ { - "id": "ace04c5d-f331-4570-9dbe-6cb626dd2420", + "id": "fadd3344-c3ce-443b-ba20-c44b2fca8796", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -41778,7 +41778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "241dc915-1702-45b3-b8ae-8633efe46f30", + "id": "567078c1-5b12-4a7b-a0e5-8f6ae4d63306", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41837,7 +41837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c59d2959-ea15-4ac5-90f5-cebd15699028", + "id": "e927d7f6-7824-45d0-b71b-acdd5f633bb1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41896,7 +41896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "894e1e75-9d33-4505-8cd2-46172d29a8b5", + "id": "d5da4d73-a1ba-46e9-8d69-c24309611a3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41955,7 +41955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "013caa42-8bcc-4206-96ea-e8a67cdbb8df", + "id": "e9e5088f-55df-42f6-8a3b-e9a0f05c1149", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42014,7 +42014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ed0532-5490-47a1-b027-18b6d53aeb95", + "id": "784fb620-de6c-484f-8d89-38a62f4ecec4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42073,7 +42073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87405ffa-777e-4e94-9c02-25a62e0e73d4", + "id": "eed8fc73-9531-451d-891d-eea232a5e178", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42138,7 +42138,7 @@ } }, { - "id": "bf4fec4a-44de-44a5-b87a-0d61d3539c6a", + "id": "527f18d1-fe46-4a5e-96c0-4365dd56eabb", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -42194,7 +42194,7 @@ }, "response": [ { - "id": "f6dab8ca-4a9b-4296-b024-b00c904aae1a", + "id": "99464cda-5b7d-4c0c-bb1a-ef812c867523", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -42253,7 +42253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcec9c10-0a14-406d-8a54-fc555f156a87", + "id": "e5238bc9-808e-4021-b663-107c7ca96638", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42312,7 +42312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d109685b-aee6-4d32-92ae-510c97e57e00", + "id": "b9a76465-94e2-4d74-8dfb-89e94cb9a8ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42371,7 +42371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f5db1f-ddc3-4c7d-9d99-976dafac71ce", + "id": "63a3089a-7227-45ea-bea4-a15b3cdca1eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42430,7 +42430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8f6dd9c-d258-4525-bf54-09d96c259685", + "id": "2288adb5-f453-4f05-a8c7-179daba15f43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42489,7 +42489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7490d5-f5b5-403c-a6e2-62c63ae7b932", + "id": "32357926-1db2-4c33-864e-0a69b8f4bf13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42548,7 +42548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8f88a3-c73c-4ab6-89c0-065ab97d71c6", + "id": "da34da37-3cc7-43db-bad0-d5846a246aef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42619,7 +42619,7 @@ "description": "Use this API to implement connector functionality.\nWith this functionality in place, administrators can view available connectors.\n\nConnectors are the bridges Identity Security Cloud uses to communicate with and aggregate data from sources.\nFor example, if it is necessary to set up a connection between Identity Security Cloud and the Active Directory source, a connector can bridge the two and enable Identity Security Cloud to synchronize data between the systems.\nThis ensures account entitlements and states are correct throughout the organization.\n\nIn Identity Security Cloud, administrators can use the Connections drop-down menu and select Sources to view the available source connectors.\n\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about the connectors available in Identity Security Cloud.\n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about the SaaS custom connectors that do not need VAs (virtual appliances) to communicate with their sources.\n\nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about using connectors in Identity Security Cloud.\n", "item": [ { - "id": "accaf6d0-da08-46d8-8c33-3ec6c44989f2", + "id": "7f2e1243-b1bc-4bf4-9450-b85ec831adbf", "name": "get Connector", "request": { "name": "get Connector", @@ -42670,7 +42670,7 @@ }, "response": [ { - "id": "c7603709-e284-4c03-9f6f-53e0dbb4104d", + "id": "406cd826-d5be-4bd1-8efd-454aab20e6a5", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -42724,7 +42724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10afa773-2103-4dd8-b8b6-a5152c9b0997", + "id": "800d869e-b4aa-4026-8da8-cb15161df89e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42778,7 +42778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dfe5823-23b7-4662-9319-1dc7799d52f0", + "id": "fb72c31f-4f01-45fb-b9dc-800bf8c0f1b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42832,7 +42832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09511807-b680-4c4d-ba05-307798d62093", + "id": "4da71e10-6ffe-4cfe-93d1-d0b9712585d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42886,7 +42886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5f3338-82eb-4e69-8aa3-fe069eafc788", + "id": "9cb823a3-aa0a-4f0e-8ab9-7ee3cfb594fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42940,7 +42940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cef2b40-d38d-4062-9932-6ab1cfb7a3de", + "id": "52924463-e5f3-441a-bb33-21e8ac70f10a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42994,7 +42994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3f37fc-c0e5-4f94-beff-eab05f3dcab9", + "id": "c8ee39a0-1e03-4fb8-9461-8fd490fdc318", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43054,7 +43054,7 @@ } }, { - "id": "2319b0d0-a452-44e9-9c70-8ebd250447a8", + "id": "5e0ea8df-cb92-419e-be61-1beeb61866ef", "name": "delete Custom Connector", "request": { "name": "delete Custom Connector", @@ -43095,7 +43095,7 @@ }, "response": [ { - "id": "4db53f95-b49c-4f18-a981-c09e1c90845c", + "id": "99d075d4-d1fb-4870-a013-5f7e06dba12c", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -43129,7 +43129,7 @@ "_postman_previewlanguage": "text" }, { - "id": "79ab9bd6-bcd3-477a-9bac-fbbae0794066", + "id": "b00eb373-ece8-4315-9060-715936f20864", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43173,7 +43173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb84e1aa-6ce3-4ada-b972-1673b597b2f5", + "id": "173f143e-5fa5-46d7-8d84-0ae779b37f8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43217,7 +43217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff9fdca2-8ca6-456c-a0a5-d7069f5a4aaa", + "id": "b9878545-f953-48f2-9566-d51f2999aa2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43261,7 +43261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5994ee92-4949-48ac-b02a-1012cd0be5be", + "id": "0659f8fb-b5c3-4d4f-8554-f4dd3b974547", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43305,7 +43305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f430c5b-fd4a-4eb4-9cbf-63efa9fd67c2", + "id": "f6a7aa83-a8a7-4249-9088-dd1ff0575f82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43349,7 +43349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24e94eb-4b44-414e-8449-a0fe764bd568", + "id": "2cc53c41-ff33-4f27-a054-f78e922a429a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43399,7 +43399,7 @@ } }, { - "id": "e896d45e-5651-4bb5-b2b4-7fcf354d4bd4", + "id": "bea3f0ef-72ef-4033-be7b-9642652b0698", "name": "update Connector", "request": { "name": "update Connector", @@ -43453,7 +43453,7 @@ }, "response": [ { - "id": "ed14042f-a4d1-4b34-a280-38da66a9c086", + "id": "a2a93be0-7c10-4712-a89d-9dba7c47e6aa", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -43510,7 +43510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fcd9074-2201-4c4a-8c43-3805cccd2703", + "id": "9483baf6-31ea-41c6-b7bf-1fdd7913bba1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43567,7 +43567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef270b4-d8b7-4965-8b00-18a99cc18079", + "id": "fdc87bf8-368e-4a12-a235-f4bff6deec56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43624,7 +43624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b994812-fa4c-4684-8b07-ae81919209cd", + "id": "d2b4c94a-33d4-4eae-bd01-d572ca281a02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43681,7 +43681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d93134-4848-40d7-98bb-407d76ff2ab1", + "id": "7710c828-59b9-4cc9-8417-8025153d42c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43738,7 +43738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bd0165-0aa5-4f38-9838-1425ac199a43", + "id": "997e276a-33fc-447b-ae80-4a8651313197", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43795,7 +43795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ba18e4-698c-41cb-95bd-e2213acfcc34", + "id": "42ed2ae4-01a4-4696-ab20-031387695cab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43858,7 +43858,7 @@ } }, { - "id": "87710479-7629-4a85-8511-082587b392b4", + "id": "75a4759f-09e5-4164-a6a4-fb9fac0aa69a", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -43900,7 +43900,7 @@ }, "response": [ { - "id": "f06d82f0-7ab5-4c8e-914f-d8daeef783f3", + "id": "abeeb476-fcd1-4adc-98fb-301a982ac13f", "name": "The connector's source template", "originalRequest": { "url": { @@ -43945,7 +43945,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "56e26d8b-5064-4115-98c7-cf9720816669", + "id": "6f1b6a70-844a-4878-8873-72352ad3cb3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43990,7 +43990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff48b0f3-ae1f-4d38-9885-ec50db8e4db5", + "id": "9e1f165a-f4a4-4298-ae5c-dfc22b196f49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44035,7 +44035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2118641e-5a8a-4f4c-91aa-420b6e37eced", + "id": "c4daa990-b51c-4a4f-95b2-894cde4cab45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44080,7 +44080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed62dd5-1b92-4087-88e1-e59b00da8856", + "id": "39e23108-684e-4dfe-afdc-874895e83ef3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44125,7 +44125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fc94a7-d8a5-4f28-bc94-926a5e4a7a34", + "id": "1b42839d-be4f-45b1-a65d-fc8cfd5515a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44170,7 +44170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92993fb4-12eb-4957-82d9-4117c52e96f4", + "id": "0e6d148b-92a6-4fa0-9018-9f648353083a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44221,7 +44221,7 @@ } }, { - "id": "efa53644-1e0f-4c8e-a599-50e55be81b92", + "id": "a209260b-593e-4845-9691-d210f338463e", "name": "put Source Config", "request": { "name": "put Source Config", @@ -44272,7 +44272,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44280,7 +44280,7 @@ }, "response": [ { - "id": "7ccdd5b6-02b4-42a0-85e3-16b779872d29", + "id": "d34119ae-69a6-4bbb-adc9-3c6ce498583a", "name": "The connector's update detail", "originalRequest": { "url": { @@ -44323,7 +44323,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44342,7 +44342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298cc991-4ae4-46b9-8293-cfb6f8c95205", + "id": "088f3afa-e669-4944-998c-d8aa500403df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44385,7 +44385,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44404,7 +44404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666a3f80-c636-41ad-9f64-9169a156293b", + "id": "c7cd4b88-e504-441f-ae98-f4cdc40c61a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44447,7 +44447,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44466,7 +44466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eedcd74-e321-4784-abc8-4d2eb27483b9", + "id": "b2395c4b-a3d7-41a9-9f46-ece509735b4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44509,7 +44509,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44528,7 +44528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f247eb-0a7b-4da9-95ef-b6aa0bf09011", + "id": "8f154c1e-0936-450c-8888-685a7f36dcae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44571,7 +44571,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44590,7 +44590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1522d34a-715c-443d-8d2f-914f8bc7b4fb", + "id": "150dc4a2-ea9b-49ae-b2c7-e5daa87ce7ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44633,7 +44633,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44652,7 +44652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce35d27f-bdd3-4147-b7a9-a2ba7b60fadb", + "id": "300565f6-8220-4a6e-bd90-1396a54586ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44695,7 +44695,7 @@ "type": "text/plain" }, "key": "file", - "value": "quis", + "value": "nisi in", "type": "text" } ] @@ -44720,7 +44720,7 @@ } }, { - "id": "0580fa3d-8e3f-4ad1-b3f9-a47a633d19d8", + "id": "85c8a004-c9e3-4051-b322-8bbc40db2780", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -44773,7 +44773,7 @@ }, "response": [ { - "id": "45a4dd8d-4b22-4c36-a8d9-f961d3aee740", + "id": "428e602f-a138-4063-a88d-6c25639b7255", "name": "The connector's translations", "originalRequest": { "url": { @@ -44814,12 +44814,12 @@ "value": "text/plain" } ], - "body": "", + "body": "dolor aliqua qui incididunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a04610bd-985f-4ce7-8f0d-03f66f3b6967", + "id": "4f73e28c-401c-45d4-9114-e51091101402", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44865,7 +44865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d654b161-8065-40de-8a46-a9627390edbf", + "id": "194775a0-ec9e-48db-a3c7-18d9687d0682", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44911,7 +44911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b7006dd-77c9-4dee-b682-2b84ae6eae3b", + "id": "998ad972-0bb3-43b7-aade-396a94658c61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44957,7 +44957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af5ed27-224d-4fd5-a92f-3ac60334aa6f", + "id": "8db682a9-d962-4503-b185-37d0c8d4564c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45003,7 +45003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e856e5ec-30b6-473b-a901-9d079cbf2502", + "id": "6efef42e-b76a-4655-a58e-2538293dde82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45049,7 +45049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87713fbf-706a-4618-a37c-1897e156dfc8", + "id": "24d762fa-f6af-4864-a116-a547b9fac88c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45101,7 +45101,7 @@ } }, { - "id": "abfe0cc7-9d60-4fe6-8c7d-06393374fd7a", + "id": "b2e1914c-75f7-4488-a544-9dff1714cddd", "name": "put Translations", "request": { "name": "put Translations", @@ -45161,7 +45161,7 @@ }, "response": [ { - "id": "9c504fe7-b295-4c28-b5c2-3b88844f28b4", + "id": "21de55ae-c2c4-40da-88cd-99ccace2f82b", "name": "The connector's update detail", "originalRequest": { "url": { @@ -45214,7 +45214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f35a72d-a522-4714-9eab-1f51ecdc4c29", + "id": "938aa9e8-1952-4071-b612-37249e849e00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45267,7 +45267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "633dd99b-dd51-4f7d-be1e-b92882a9ed10", + "id": "aa4b5b88-0a65-45ea-be0d-a6dc3c0c9c08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45320,7 +45320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "562be811-4b74-402b-a509-4e21c026c9d5", + "id": "f5529246-d16f-431e-8dd1-dbc6bb97bdd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45373,7 +45373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d803f48-d187-42d9-bc67-7b76b0116182", + "id": "48130732-af4b-4e00-a258-9c23f93b4ad8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45426,7 +45426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63925749-2c98-4b0b-93e4-c35e23b5250d", + "id": "9c1f50d5-8845-4184-abeb-05f23c610e38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45479,7 +45479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e597878e-cf6c-4bb0-804b-cb7055efdbe3", + "id": "6ed18915-97bf-4579-9236-c5d8dfc33f69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45538,7 +45538,7 @@ } }, { - "id": "764aaa30-1995-4990-9d04-bb5e642316a4", + "id": "c253d93d-bdf5-4cbe-9cf2-0accfebf615e", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -45580,7 +45580,7 @@ }, "response": [ { - "id": "2b342682-c21b-42ec-b5bc-15cdd53e0780", + "id": "87c0d548-44b2-4453-854e-63e4973c8f09", "name": "The connector's source template", "originalRequest": { "url": { @@ -45625,7 +45625,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "00051f35-2489-48a1-b86e-ab3913157a33", + "id": "24c090ff-c559-4f0d-ad63-9a98ea9f4dc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45670,7 +45670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e99c72-0c4d-4759-a81e-5aa87b21b6c1", + "id": "daa2c832-4489-4c26-afa3-c15de3153ea6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45715,7 +45715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b76414-6fe9-4936-9c1d-27495decdee1", + "id": "0c556ef8-2a9f-441d-9885-efbc12d3f3b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45760,7 +45760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db57dd60-9424-4d4e-85b9-e2e01207e3df", + "id": "dddc0789-7a49-41ff-a63a-9a183cfde2ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45805,7 +45805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9218701d-56d2-4522-99b0-5fa34daccbd5", + "id": "04aba104-b231-4fd2-9a74-11a6511ee78b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45850,7 +45850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "356f1142-12a1-41c4-bff5-d445818f57b2", + "id": "230932bb-4525-46d3-9a1c-835c1a9248cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45901,7 +45901,7 @@ } }, { - "id": "34b34add-a4d0-45f7-bacc-810b69430a0f", + "id": "83259cb5-085f-4afa-b318-504056e430ba", "name": "put Source Template", "request": { "name": "put Source Template", @@ -45952,7 +45952,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -45960,7 +45960,7 @@ }, "response": [ { - "id": "9569440c-b498-4b85-8916-45ed54b27214", + "id": "a7cdcbd9-617f-4892-824d-83618b85a5fa", "name": "The connector's update detail", "originalRequest": { "url": { @@ -46003,7 +46003,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46022,7 +46022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b8255c7-7371-4587-81bc-0861667b15ed", + "id": "8f354460-f108-42a6-880c-190825125608", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46065,7 +46065,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46084,7 +46084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de59ccd1-8bcd-4193-9fa9-4d3c5aca7a5d", + "id": "33753ce7-4af8-4ae6-9c54-7c6d2b0c7efa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46127,7 +46127,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46146,7 +46146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f3c9bae-a4ba-42e6-a1b6-3a001112af11", + "id": "d9ea8815-ef59-4b04-821d-444c3897be82", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46189,7 +46189,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46208,7 +46208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003ca9d5-2e4d-41c7-b146-5ab375e8a813", + "id": "6bbe359b-8197-47b4-bb19-79c2e462098e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46251,7 +46251,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46270,7 +46270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9757e2-6ef4-4adb-a8e0-7be97679fb9e", + "id": "df093110-d3f3-48ef-a8cf-41d845e6a025", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46313,7 +46313,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46332,7 +46332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa9d67b-3c80-402c-8943-e17c3436ee2f", + "id": "bcba0d0a-d210-4989-acd7-e73fd499a9b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46375,7 +46375,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolore dolore irure velit", + "value": "dolor ea proident", "type": "text" } ] @@ -46400,7 +46400,7 @@ } }, { - "id": "13dadfaf-bc03-44b4-900f-e021ba87a923", + "id": "9af75fc6-dcfc-4b01-a317-368b4e70524d", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -46442,7 +46442,7 @@ }, "response": [ { - "id": "1816c0f2-890e-444f-b21b-309e39fd5515", + "id": "28a085f1-9f50-4661-9aa8-c9d24909f784", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -46487,7 +46487,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "85fd5ad2-8819-4ea0-b68b-ec69e156f588", + "id": "5a0dc83c-0302-438c-9056-61e4e5344910", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46532,7 +46532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e6ef58-a8f0-4b46-899e-7ab6bcb3c033", + "id": "d858e4ef-5e37-459a-ac34-f4cf913a8853", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46577,7 +46577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33149b2-d1b2-4d3f-8709-70816d3f3975", + "id": "4d9982ca-7956-4aa7-96fd-ef582720fd6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46622,7 +46622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006567ff-6ebd-46bc-8944-e1b0cc8360cf", + "id": "249b5d16-35da-4daa-9241-ca2537f88603", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46667,7 +46667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18084ed8-f217-4c76-b2b1-15a1432c2d20", + "id": "8d5418b3-123f-43e3-b7a6-7c79222e55d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46712,7 +46712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18a162cd-0548-4097-906a-82ca57c83313", + "id": "81b14ba5-603e-4443-b94d-c938b0b83a1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46763,7 +46763,7 @@ } }, { - "id": "e6487c17-6a51-437f-885b-90729c9c21c2", + "id": "22a98137-2564-420c-af06-f4c1f58b7537", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -46814,7 +46814,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -46822,7 +46822,7 @@ }, "response": [ { - "id": "b1010e1d-85d1-44fc-994c-8f7098237fb1", + "id": "92bf625c-e41b-4ad2-8501-559f4f94188f", "name": "The connector's update detail", "originalRequest": { "url": { @@ -46865,7 +46865,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -46884,7 +46884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2901c468-7608-468d-b333-b4276c96de48", + "id": "fe10d5bc-781d-4f12-9664-b8538ec09f1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46927,7 +46927,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -46946,7 +46946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94f1473-47ba-49ee-b871-2e4dcbcaf615", + "id": "05208c80-c467-49b3-bb5d-be8ac5ddcd06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46989,7 +46989,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -47008,7 +47008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb515c0-ba25-4b9f-923e-ceaacf5274ed", + "id": "569d15b5-eb01-4976-880c-61a560940859", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47051,7 +47051,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -47070,7 +47070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3bf055-3898-4581-b5f5-ecb5f1534537", + "id": "c371f5ee-0149-433a-bd11-16523d16a57c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47113,7 +47113,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -47132,7 +47132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d3e221-fc6c-4f83-ba18-99dafb2242b6", + "id": "7ccb6960-cc79-4fcc-a62b-5fe881a050b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47175,7 +47175,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -47194,7 +47194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ada6ab-41e5-4df3-8821-de9e021ed754", + "id": "6a4c33aa-fd35-4bf6-91b5-03611a594656", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47237,7 +47237,7 @@ "type": "text/plain" }, "key": "file", - "value": "adipisicing sit ea", + "value": "veniam amet", "type": "text" } ] @@ -47262,7 +47262,7 @@ } }, { - "id": "14c2cf56-5791-4975-9e09-3ec751113978", + "id": "e1cb47db-445a-4d46-8139-9e700a013a71", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -47304,7 +47304,7 @@ }, "response": [ { - "id": "ee3f2309-d160-40fc-89ba-50dd3b595a91", + "id": "bb7fb675-ce4f-469d-abc8-1348a30c012a", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -47360,7 +47360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f56be79-113a-4ca9-8fcc-575b47c315ae", + "id": "d16ec1ec-9925-4f3e-b88c-f34230ad1410", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47416,7 +47416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2aacfed-693f-49e9-ab48-0e875ff0e1cd", + "id": "b206fea3-7c3e-42b4-b8ee-707b9936a98f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47472,7 +47472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "717fb2cd-0250-402d-874f-47ccc2bc909f", + "id": "42b1c3ee-da86-455a-b3ce-aaa9472c5f70", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47528,7 +47528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7b5808-a494-4442-928f-d663867cffdd", + "id": "668be4fa-2fea-4c39-a240-df02ad997084", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47584,7 +47584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c1aab9-1f70-4a94-ae90-f6e471e6c0cf", + "id": "7d6c93e4-6a09-4130-8091-dd5fbbc2bfd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47640,7 +47640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9987111-b85c-4d60-bbf2-ace24d8c59d6", + "id": "b22f72be-baa2-40f9-9fd6-c67da0a50936", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47708,7 +47708,7 @@ "description": "Use this API to implement and customize global tenant security settings.\nWith this functionality in place, administrators can manage the global security settings that a tenant/org has.\nThis API can be used to configure the networks and Geographies allowed to access Identity Security Cloud URLs.\n", "item": [ { - "id": "4503411b-0d0c-415f-b635-30585c9638f5", + "id": "704d111c-30d3-4506-bc68-ee8f080fd796", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -47738,7 +47738,7 @@ }, "response": [ { - "id": "bc93f5a7-82a4-4030-bf13-b1b18c9e2dcd", + "id": "4912f446-9963-4e3e-ab53-937b43337e11", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -47782,7 +47782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b60f9be3-8c87-432c-9b91-82c14ce0aba6", + "id": "8d820306-8af3-4a68-81df-5315d9ddc4be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47826,7 +47826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef2fb08f-ceac-4051-9288-3b3f13d59c11", + "id": "1662dbc1-0c3a-40b0-9b95-1e7de52c5b4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47870,7 +47870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89cc96c2-305d-467c-9fc8-e562a9bc4ec6", + "id": "b6102a0d-17b9-49f0-87be-1c8ae4262db5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47914,7 +47914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db33971c-9471-4d9c-893a-355da989d576", + "id": "0f7b1358-5988-4607-a0d9-1d5e94dd0c32", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47958,7 +47958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b77ce1-e54c-4b7f-b1b5-f136db641c68", + "id": "ac846e45-c2cf-4934-8e91-436a08d88704", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48002,7 +48002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b05f712d-bad6-4412-a872-aea542bb99b2", + "id": "2297834f-fd05-49c3-a384-f43d56c3461d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48052,7 +48052,7 @@ } }, { - "id": "989b6b0c-2464-4aef-bda4-764b4c62dffa", + "id": "ac130cfc-4562-43a1-970d-19bfb59285f3", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -48095,7 +48095,7 @@ }, "response": [ { - "id": "b5117e19-622d-44c4-92a5-072aacbd7f34", + "id": "5a414452-3eb5-4e92-8674-c1e6424e3ec1", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -48152,7 +48152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52193d37-ef65-433b-8cc6-0f3dbc68c56d", + "id": "8230c545-69ff-4a84-a4df-499f813068ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48209,7 +48209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2941b1e6-e068-4118-823d-5805c4122f50", + "id": "6ecb1edb-c300-49ae-bbd4-e0527af5737f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48266,7 +48266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02acc662-96f4-45d4-aca3-f6f0917b8b4f", + "id": "8a6df593-cbf1-4796-a832-e18022f66dba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48323,7 +48323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18294f15-ec91-4878-9684-9fdf5aede2ab", + "id": "f732e153-9d91-46e8-ad70-cd66a6266935", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48380,7 +48380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718e69ef-b774-47ab-8449-1ad6907c5ad0", + "id": "23e24c7c-1678-4944-94e5-60f85f9a55a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48437,7 +48437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09249fb8-4430-458d-8203-06e80f98def7", + "id": "8465460e-a370-40bc-b811-3a8295be6e9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48500,7 +48500,7 @@ } }, { - "id": "6a9c6a68-da87-404a-9255-b25de3e749a0", + "id": "d3a3de06-1d39-4fc3-b877-3e05a7e41506", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -48543,7 +48543,7 @@ }, "response": [ { - "id": "41fbd2db-b020-432a-849e-20adcb94d06f", + "id": "3ead69ea-b1ee-4927-ac97-76177c841e61", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -48600,7 +48600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44587983-67d0-4532-9cea-7e16b034b806", + "id": "efe8abab-01c8-431f-a7cc-97bb6938f728", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48657,7 +48657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f2b315-eba2-43b9-a6c1-9e5f8e15ab99", + "id": "7cfeec56-2257-4278-8299-9e7e4d947408", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48714,7 +48714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d619043-e3f2-402e-849f-2a72bf415b7e", + "id": "b6e43414-975e-4d54-826c-ae7d599c54ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48771,7 +48771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e9c710-ccbc-4f56-a184-637bff4722ae", + "id": "f467a744-aa8f-4670-b162-2d13073ef5ce", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48828,7 +48828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c87aef63-a979-464f-bb20-12c293a23f28", + "id": "dc761641-2c52-4a86-8fc0-eff42c584003", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48885,7 +48885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25896e5c-1c4e-4765-80cc-1a80b2600884", + "id": "180682cb-f83d-40c8-bee5-0bec56f44a31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48954,7 +48954,7 @@ "description": "Use this API to implement identity profile functionality. \nWith this functionality in place, administrators can view identity profiles and their configurations. \n\nIdentity profiles represent the configurations that can be applied to identities as a way of granting them a set of security and access, as well as defining the mappings between their identity attributes and their source attributes. \n\nIn Identity Security Cloud, administrators can use the Identities drop-down menu and select Identity Profiles to view the list of identity profiles. \nThis list shows some details about each identity profile, along with its status. \nThey can select an identity profile to view its settings, its mappings between identity attributes and correlating source account attributes, and its provisioning settings. \n\nRefer to [Creating Identity Profiles](https://documentation.sailpoint.com/saas/help/setup/identity_profiles.html) for more information about identity profiles.\n", "item": [ { - "id": "1e0c75c2-9a63-49cc-93fa-67289bf9abc3", + "id": "c96216e6-73e2-4c87-91af-16d1fab56874", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -49029,7 +49029,7 @@ }, "response": [ { - "id": "23c84363-b697-48ad-a1e6-2267375cf58f", + "id": "57058218-b174-4028-97bd-9b674f791b15", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -49118,7 +49118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e896ea5d-7b75-4bda-a978-25c8ec85d12f", + "id": "7cc1f1fa-57c3-4c29-bad8-33018b5bc319", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49207,7 +49207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592b366b-a5df-4e5d-a108-d80b58d91c57", + "id": "8c4ac630-bada-4aa1-bd23-af86a52e6a45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49296,7 +49296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5381f1-066e-45f0-8890-3eb46d9e8af7", + "id": "0197237a-e402-4757-9b5f-10505eeabd1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49385,7 +49385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce3a0293-ed36-4ced-8fca-dcfccd1ee855", + "id": "85fc5c63-4ee0-46f3-9b79-90f367e137f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49474,7 +49474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f77dd6-d03f-463f-962c-a528f20c80ce", + "id": "b79623d4-0e6d-439f-a416-8f3ce2958f64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49569,7 +49569,7 @@ } }, { - "id": "c96c001c-e10b-41b8-a8be-dd214e140823", + "id": "dd5dece2-ecb8-40ec-bdf1-9cb3ebd88846", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -49612,7 +49612,7 @@ }, "response": [ { - "id": "597e0cb6-f18f-4204-a639-1b04500aa98f", + "id": "4f059057-002f-4dab-9e42-9189aa00b9fc", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -49664,12 +49664,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\": \"1967-12-20T09:28:44.064Z\",\n \"launched\": \"1956-04-30T13:47:30.585Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"2007-03-02T02:57:50.997Z\",\n \"launched\": \"1974-09-17T04:08:37.795Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a31f7ae-5843-468a-948a-b3fac869e1c7", + "id": "c7af6827-e4c9-4b8d-8384-02db5df41c7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49726,7 +49726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5adf5c2a-8972-4f3c-b51f-790baf49a244", + "id": "419e58b2-6546-4484-9d6e-505f0cf46d11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49783,7 +49783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cceac5f-047c-4fc7-8e96-c99b92a054e2", + "id": "2144d781-cc21-40cc-a265-dc0fc957009c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49840,7 +49840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67ff04e-d0d5-41bc-864c-607cf0c5c5dd", + "id": "4337ade8-b626-4117-8bd3-62c79ea4b679", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49897,7 +49897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08d7b7d-9ddf-4efd-9925-163f0aa0caff", + "id": "0d7c62b8-6934-46aa-8000-776f2f044cc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49960,7 +49960,7 @@ } }, { - "id": "64bf3317-544b-4f7c-9a0c-40f044eb0994", + "id": "6d5bcce3-38d4-4e0b-9b0b-78296adaffc6", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -50036,7 +50036,7 @@ }, "response": [ { - "id": "532db4c4-57df-45d9-9fcb-daa2ff79ac5b", + "id": "a52397e7-915f-43a1-9699-f5cca69be652", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -50126,7 +50126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d4bc51-bbbe-47bd-84aa-328dda70b96a", + "id": "478b5d81-88a2-4137-ab33-c8e8cab65c7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50216,7 +50216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "612cfeb6-272c-4ea2-8505-408c1bb67751", + "id": "536179fe-fdc3-40c2-8b5b-05f586b58dd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50306,7 +50306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06eae446-7dc2-4cb3-ad32-e963d3686126", + "id": "dfeab1a9-7bb0-4aa0-a438-57854e15a78b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50396,7 +50396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa2b09e4-702f-42ce-973c-52e5034a2870", + "id": "47c5794a-e0a8-473d-bbdc-83fdc2ebfa12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50486,7 +50486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b87c125-1040-4772-8241-2e9415bdb529", + "id": "2d9b0e2c-855d-405c-9f2d-0d1b24fa4ee9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50582,7 +50582,7 @@ } }, { - "id": "828c4e95-dd16-44b6-988b-c4ee4de6813f", + "id": "a78b650d-f3ab-4873-aef3-1fe59e15eb7f", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -50625,7 +50625,7 @@ }, "response": [ { - "id": "44421bf2-9e00-4e8a-834b-e5bade385931", + "id": "28af1e10-d63f-46b8-ac70-35f9945a500a", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -50682,7 +50682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb409cd8-cce6-4f40-bdb1-a51be0c33a0a", + "id": "d65d4f9e-af78-4c2b-b6b8-47d11e5ad5c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50739,7 +50739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bc03dfb-db86-46bf-b867-8dbe4de6806a", + "id": "571eaa22-e98f-4408-b9e7-785823e90b65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50796,7 +50796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36198bc0-0e35-443c-adcd-06220cf78738", + "id": "0fcdc5d4-c38c-4a34-a8cd-1a2ed974d0dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50853,7 +50853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848cff01-3d41-480f-a73d-b98b7a3bd706", + "id": "9d9c77b4-622d-46c9-bd0b-adebab3031b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50910,7 +50910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f6ec14-e43e-4d64-9a87-5f43790a97ef", + "id": "513fd862-3592-4652-b988-bed5c8ac44aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50973,7 +50973,7 @@ } }, { - "id": "27d3598f-fe09-4ec4-b381-fac57be5988d", + "id": "65eea825-d494-419f-80d0-6fa305c92f21", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -51014,7 +51014,7 @@ }, "response": [ { - "id": "a456e120-2e30-4bed-a64a-68d3fc11f116", + "id": "a3ac0e7f-0e61-411f-a939-90a052ca01ee", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -51058,7 +51058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b711a36-92ae-47c9-b70f-eb3ef840efbf", + "id": "484b2d4f-54a0-4c9d-9a5d-23110b1eb64d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51102,7 +51102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee599919-c573-49a7-9a2b-360f2df62b8b", + "id": "49607261-fcfb-4a60-b83c-c09663109c60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51146,7 +51146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795e0066-ebf5-497a-93c1-135986900895", + "id": "11e467fe-32a5-480f-add6-caa61737d4c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51190,7 +51190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597710d0-e163-4415-b131-4017fa11c763", + "id": "05cf9e06-9822-4371-85d7-dc52e901809c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51234,7 +51234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dac66c04-c985-4e31-89a7-6fb3d6efd939", + "id": "8d81c588-c54b-42f2-99b4-672d2047b918", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51278,7 +51278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7184b6b8-5a8a-451b-9835-d0c6da50741c", + "id": "9ce257b1-6311-4c9e-8954-0c4314bb182b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51328,7 +51328,7 @@ } }, { - "id": "b1fdf118-7aca-47f7-9bf2-197caddbf867", + "id": "862968e5-0c34-4715-9394-3655bec1caff", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -51369,7 +51369,7 @@ }, "response": [ { - "id": "5e194f2d-182c-488a-9181-cef94727edf9", + "id": "f2367b35-d863-4cb1-8974-17cf409a6569", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -51408,12 +51408,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\": \"1981-10-31T17:17:58.033Z\",\n \"launched\": \"1957-03-15T21:48:49.630Z\",\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\": \"1985-02-11T06:22:57.410Z\",\n \"launched\": \"2019-05-20T01:38:51.711Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "448b5c31-5ce4-418b-8a55-a250acc91a31", + "id": "458eada0-2c9f-4fa6-becd-559aea59dd86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51457,7 +51457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0ec190-a1ab-4eb7-b79a-1bff7391d47d", + "id": "d832119b-72d5-49f6-90c2-c4cd787386a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51501,7 +51501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0b0304d-1bb5-4868-a74a-44bdac714cff", + "id": "d599420d-0fa5-49c0-b899-9bd989a9789a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51545,7 +51545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5947080-656d-4037-8205-219116e4436e", + "id": "9f7e569a-3ab4-4c91-977c-036b50ab37bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51589,7 +51589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8958f1-4cc6-4a1e-bc84-59f730e37ce4", + "id": "5dc63837-462b-4910-a0ec-603228572925", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51633,7 +51633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c92c56-23a7-4471-8bdd-b71e90f2442b", + "id": "30179dbf-8c1f-4a2e-bd1a-4d6b9d249c35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51683,7 +51683,7 @@ } }, { - "id": "43f7be33-2acf-48cd-a112-61dd6c7f74cd", + "id": "dea5c216-1cd2-48ed-af30-bdf5268c346d", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -51725,7 +51725,7 @@ }, "response": [ { - "id": "0f6099f5-5e1a-4da5-b5cc-c08899b1dcb8", + "id": "048d80a2-7969-414c-81df-fda700f1dbf7", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -51770,7 +51770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5194155-944f-4790-8938-3a270ebdc77c", + "id": "06e3bf98-ce86-4858-80e5-f27f73dc03a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51815,7 +51815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e46cf991-6b15-44e9-bfa7-f83ace041205", + "id": "bc7cef73-d086-48e3-8f9f-0caef1e1b6ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51860,7 +51860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9b10fbe-bb53-4184-844c-005477ba738a", + "id": "c1805b16-7731-41da-b223-458c3d3172bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51905,7 +51905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea22d90-aa02-479e-8cbf-31e39dc0481e", + "id": "f967fc91-51c5-4767-b6b0-c95060fca2f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51950,7 +51950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3b9a7a0-d0e2-4bda-b2a0-7f150cad0433", + "id": "ca2c87ef-3f0a-42b8-aac0-ebbc61b77e9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51995,7 +51995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7beb4d49-a868-498c-a7f9-3995786cd701", + "id": "a7adb589-5e57-4673-ba2e-505e926c05ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52046,7 +52046,7 @@ } }, { - "id": "4cb32da6-ca2d-4b11-bad6-646be72ba312", + "id": "d4d84bd6-0bac-4ed5-957e-d60e9d607d98", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -52088,7 +52088,7 @@ }, "response": [ { - "id": "447c987b-9955-4f9e-94e8-79046304c482", + "id": "cdbd83bf-bbee-4705-8cb4-6d9b59b3f54c", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -52133,7 +52133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b931e54a-a8fb-4e13-8fc4-3a444e22a01c", + "id": "aa9218d3-3ba3-44fc-972a-16088f7ce850", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52178,7 +52178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0d3689-2748-4ace-94b6-a285c4db4d65", + "id": "ce509093-750e-47e5-866f-ce1a9e12abae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52223,7 +52223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ff31fd-437d-4005-a22b-bdd0f1733ee0", + "id": "0513dd94-495a-46dc-ba1a-63f421de44d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52268,7 +52268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e7304eb-d546-44bc-8793-e789cbf0e482", + "id": "993a8544-dd46-4b24-b5ee-c0db8a9b9647", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52313,7 +52313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f7e203-790a-4165-b145-c6b8f5ec3ea3", + "id": "5ffdaa65-05b1-49a8-a21a-2c8d9ab45145", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52358,7 +52358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9813105-8e81-412b-99f3-d44bc4db0e62", + "id": "32ff821d-47c5-4e89-8864-56bfe2fb3ee0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52415,7 +52415,7 @@ "description": "Use this API to implement and customize lifecycle state functionality.\nWith this functionality in place, administrators can create and configure custom lifecycle states for use across their organizations, which is key to controlling which users have access, when they have access, and the access they have.\n\nA lifecycle state describes a user's status in a company. For example, two lifecycle states come by default with Identity Security Cloud: 'Active' and 'Inactive.' \nWhen an active employee takes an extended leave of absence from a company, his or her lifecycle state may change to 'Inactive,' for security purposes. \nThe inactive employee would lose access to all the applications, sources, and sensitive data during the leave of absence, but when the employee returns and becomes active again, all that access would be restored. \nThis saves administrators the time that would otherwise be spent provisioning the employee's access to each individual tool, reviewing the employee's certification history, etc. \n\nAdministrators can create a variety of custom lifecycle states. Refer to [Planning New Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#planning-new-lifecycle-states) for some custom lifecycle state ideas.\n\nAdministrators must define the criteria for being in each lifecycle state, and they must define how Identity Security Cloud manages users' access to apps and sources for each lifecycle state.\n\nIn Identity Security Cloud, administrators can manage lifecycle states by going to Admin > Identities > Identity Profile, selecting the identity profile whose lifecycle states they want to manage, selecting the 'Provisioning' tab, and using the left panel to either select the lifecycle state they want to modify or create a new lifecycle state. \n\nIn the 'Provisioning' tab, administrators can make the following access changes to an identity profile's lifecycle state: \n\n- Enable/disable the lifecycle state for the identity profile.\n\n- Enable/disable source accounts for the identity profile's lifecycle state.\n\n- Add existing access profiles to grant to the identity profiles in that lifecycle state.\n\n- Create a new access profile to grant to the identity profile in that lifecycle state.\n\nAccess profiles granted in a previous lifecycle state are automatically revoked when the identity moves to a new lifecycle state. \nTo maintain access across multiple lifecycle states, administrators must grant the access profiles in each lifecycle state. \nFor example, if an administrator wants users with the 'HR Employee' identity profile to maintain their building access in both the 'Active' and 'Leave of Absence' lifecycle states, the administrator must grant the access profile for that building access to both lifecycle states.\n\nDuring scheduled refreshes, Identity Security Cloud evaluates lifecycle states to determine whether their assigned identities have the access defined in the lifecycle states' access profiles. \nIf the identities are missing access, Identity Security Cloud provisions that access. \n\nAdministrators can also use the 'Provisioning' tab to configure email notifications for Identity Security Cloud to send whenever an identity with that identity profile has a lifecycle state change. \nRefer to [Configuring Lifecycle State Notifications](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#configuring-lifecycle-state-notifications) for more information on how to do so.\n\nAn identity's lifecycle state can have four different statuses: the lifecycle state's status can be 'Active,' it can be 'Not Set,' it can be 'Not Valid,' or it 'Does Not Match Technical Name Case.' \nRefer to [Moving Identities into Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html#moving-identities-into-lifecycle-states) for more information about these different lifecycle state statuses. \n\nRefer to [Setting Up Lifecycle States](https://documentation.sailpoint.com/saas/help/provisioning/lifecycle.html) for more information about lifecycle states.\n", "item": [ { - "id": "07ffdfd2-55e4-432a-aa7c-40b2248386f9", + "id": "b4dc821f-318f-43f8-9d5a-7e2e50a8975c", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -52470,7 +52470,7 @@ }, "response": [ { - "id": "d0fe71d2-2230-4dfd-92c0-9e0c7c36cc73", + "id": "498b79e3-66f6-488a-972d-c4063734d0f1", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -52528,7 +52528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e8504b-24c6-45a4-a07a-0193386ef458", + "id": "4a02d467-945a-4de3-84ee-920df443cb06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52586,7 +52586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be43bf31-1bea-4e1f-a31d-a0dbe1f8454c", + "id": "21c4d5ec-1d0b-4308-b7e5-73b659609c36", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52644,7 +52644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63380b51-c0a3-4360-9a12-f840c5a55587", + "id": "29abf7e0-f1a6-4fd2-aa93-a880a7866983", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52702,7 +52702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6741e5e6-d091-4187-80ce-758f91ffff5e", + "id": "b274dbb7-b8dc-4493-bad2-4d7462c1dd26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52760,7 +52760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aebd4f60-b812-4218-b8a4-b9d55fac7bd3", + "id": "7bef903e-9ae1-4bca-b80c-9f1d44b298fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52818,7 +52818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b33475-1a36-40ec-9a47-c593ace8f974", + "id": "2f0de8a3-19bb-4bd9-894c-ce6d7c31a3b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52882,7 +52882,7 @@ } }, { - "id": "51a11e7d-3a5f-4ec4-8170-e38422a9170c", + "id": "f900e607-68b2-4adb-98ec-14732987e024", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -52961,7 +52961,7 @@ }, "response": [ { - "id": "03144165-aaef-42d9-b9a1-b31a7e132add", + "id": "fba281e2-f2ce-45a8-a3ee-5d9087325c42", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -53043,7 +53043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "744b17be-352e-4b8d-8372-2d5f6dbe3356", + "id": "4463e66f-9ddc-424b-abcb-ccf84d043e09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53125,7 +53125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a552bf-a629-4baf-a535-5b373af24f1c", + "id": "7726dd2b-70e9-4029-ba38-cb1642598164", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53207,7 +53207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a597566-8526-4012-920c-7538cd997356", + "id": "d47a89b9-0953-4325-8328-d285fbae92ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53289,7 +53289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9015dea1-5f91-4b3f-813d-8be16d91d6de", + "id": "7da8cdf8-1f62-4a26-b321-d202b0c4a703", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53371,7 +53371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e45fd9e-4aa2-451c-b470-c9b73397e96f", + "id": "daabaf77-fb6b-4ec2-a090-1b0cff741eaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53459,7 +53459,7 @@ } }, { - "id": "27301dc9-6ddf-412a-9f0a-35522345f8c2", + "id": "6a48bd17-9dd9-4790-862f-d2161d41c50a", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -53514,7 +53514,7 @@ }, "response": [ { - "id": "995ca7e7-c9b4-4618-8bd3-34760f3c48ca", + "id": "958055bd-3b59-4f82-a639-df28cc2c8378", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -53572,7 +53572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bedc8b5-08b4-41da-b2b0-d8cb58481253", + "id": "7c6551db-060b-4fee-b86f-f4bc53a5d92b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53630,7 +53630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9695023e-8a04-4efc-88b0-06e783ac1aba", + "id": "6293d927-2f20-4433-85dc-4f4fc7f2f25a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53688,7 +53688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9fffe07-f4c1-43a8-b537-98231feabf04", + "id": "162c854c-dbbb-4bbb-8de3-562deaa44c07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53746,7 +53746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5117b6c8-ec9e-4100-9a15-4d9e99256aaa", + "id": "47640edb-0044-4567-942b-8a2428828cb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53804,7 +53804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c7a21e2-0a58-4884-a362-6e8ba0438bb5", + "id": "bd5e26f7-d419-417e-9e80-2e4f56b293c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53868,7 +53868,7 @@ } }, { - "id": "7eaf2775-2b14-4987-9d72-573008c17700", + "id": "a81334d9-be56-4017-aeb8-3e1de3955f9f", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -53921,7 +53921,7 @@ }, "response": [ { - "id": "8c2d0d48-e288-47cd-9376-9cdc32d968df", + "id": "35566af4-9d31-4810-a59f-d837875add6f", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -53967,7 +53967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51993c5b-b80d-4ec1-aa83-d7bf6a1ae450", + "id": "6aa7f1b2-385b-4334-a8c3-22711faffce8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54013,7 +54013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995a75ef-acb7-4bcf-9fdf-5ad88011b6ae", + "id": "f842c11f-4b64-4aad-a488-1058b0f29d28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54059,7 +54059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "379211c6-4a78-496a-90c2-c6b00171366c", + "id": "3d5111fc-e478-42c3-a42c-83e7cb79dd33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54105,7 +54105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751763f4-87af-428c-8a13-6d92d8866a60", + "id": "be5a463b-4f93-4aa5-bf49-3ef14834bf13", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54151,7 +54151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52f9d8d7-f1e9-42aa-8969-5c222a94e6fa", + "id": "0a844b28-c722-456c-a7d1-03ee3f08eeff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54197,7 +54197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bef4b04-d886-4773-88a3-2296653b8f74", + "id": "70f9cc97-8c8d-4474-b41d-53ba8ba9aecd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54249,7 +54249,7 @@ } }, { - "id": "3a1f3d8a-0403-4667-8126-16e08d0caed9", + "id": "716006fd-bbb2-4380-9d69-469d8b0ce8f5", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -54315,7 +54315,7 @@ }, "response": [ { - "id": "e4e4edc1-92d2-4173-adca-1bf8d8da788c", + "id": "809b07bc-daac-460b-b821-6d2bb8dba609", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -54374,7 +54374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f7caaf-20e9-4755-b09e-d99339aae4ba", + "id": "88704b57-76da-4651-83f6-87e22e94af7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54433,7 +54433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db2ff77d-bf9e-4a04-a091-0bb0c244254a", + "id": "dfadb7c0-6943-4941-bc42-28aaf58a0fef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54492,7 +54492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3df667a-6c3a-434b-afc2-7a3d6663204a", + "id": "1498077d-179a-45cd-b30b-350d220a71ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54551,7 +54551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed547d1-d9ae-4434-bbae-9793815e4d7a", + "id": "07d1d440-48b7-42b7-9e84-6bd5ea92721d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54610,7 +54610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67105b55-6e81-468c-bd97-e06a5033fb90", + "id": "460212d5-b8fa-4026-af3d-db8c730e269f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54669,7 +54669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0862db5e-6485-469d-b69f-9ddcc533de92", + "id": "0c1f2493-b36f-4c11-a01b-e3be7703af1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54734,7 +54734,7 @@ } }, { - "id": "24511b4f-f38c-48d3-bbc8-ab95650c67af", + "id": "defcd05b-ea29-4773-b819-e36c19e3e8c0", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -54787,7 +54787,7 @@ }, "response": [ { - "id": "48ad0953-b09d-451f-896e-c6a3d6264f1a", + "id": "7b05c786-fdf3-4f95-b3fb-5b6c9292d2ee", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -54828,12 +54828,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"ipsum labore eiusmod\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"nostrud non\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37d5b948-aefc-43bf-998c-f653f9b407e5", + "id": "8009fdf9-d31f-4149-812d-b4784e8f3583", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54879,7 +54879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f105807-0bca-437f-8445-b1630180ba11", + "id": "a09972db-bc4f-47ae-a4c2-2cde0348afba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54925,7 +54925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d63119-d7fc-4c0c-9e5c-aaded5f0c4bd", + "id": "f19d2c4c-6dd7-4e3b-83f9-357a237e11c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54971,7 +54971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df6a8df-4cbb-4dbd-bfd3-6ab6cfe9e480", + "id": "fe51d59c-36e3-463f-99a9-346c4e13b656", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55017,7 +55017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71daa7fd-5860-4439-b60b-c5c6272f9630", + "id": "c783d792-c1e9-4299-951a-69edb1beb770", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55063,7 +55063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0833f97e-0188-492d-b279-64969acec9e0", + "id": "d8084394-5d8c-4f2b-a147-43f3edcfba95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55121,7 +55121,7 @@ "description": "Use this API to implement non-employee lifecycle management functionality. \nWith this functionality in place, administrators can create non-employee records and configure them for use in their organizations. \nThis allows organizations to provide secure access to non-employees and control that access. \n\nThe 'non-employee' term refers to any consultant, contractor, intern, or other user in an organization who is not a full-time permanent employee. \nOrganizations can track non-employees' access and activity in Identity Security Cloud by creating and maintaining non-employee sources. \nOrganizations can have a maximum of 50 non-employee sources. \n\nBy using SailPoint's Non-Employee Lifecycle Management functionality, you agree to the following:\n\n- SailPoint is not responsible for storing sensitive data. \nYou may only add account attributes to non-employee identities that are necessary for business operations and are consistent with your contractual limitations on data that may be sent or stored in Identity Security Cloud.\n\n- You are responsible for regularly downloading your list of non-employee accounts for all the sources you create and storing this list of accounts in a managed location to maintain an authoritative system of record and backup data for these accounts.\n\nTo manage non-employees in Identity Security Cloud, administrators must create a non-employee source and add accounts to the source. \n\nTo create a non-employee source in Identity Security Cloud, administrators must use the Admin panel to go to Connections > Sources.\nThey must then specify 'Non-Employee' in the 'Source Type' field. \nRefer to [Creating a Non-Employee Source](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#creating-a-non-employee-source) for more details about how to create non-employee sources.\n\nTo add accounts to a non-employee source in Identity Security Cloud, administrators can select the non-employee source and add the accounts. \nThey can also use the 'Manage Non-Employees' widget on their user dashboards to reach the list of sources and then select the non-employee source they want to add the accounts to. \n\nAdministrators can either add accounts individually or in bulk. Each non-employee source can have a maximum of 20,000 accounts. \nTo add accounts in bulk, they must select the 'Bulk Upload' option and upload a CSV file. \nRefer to [Adding Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html#adding-accounts) for more details about how to add accounts to non-employee sources.\n\nOnce administrators have created the non-employee source and added accounts to it, they can create identity profiles to generate identities for the non-employee accounts and manage the non-employee identities the same way they would any other identities. \n\nRefer to [Managing Non-Employee Sources and Accounts](https://documentation.sailpoint.com/saas/help/common/non-employee-mgmt.html) for more information about non-employee lifecycle management.\n", "item": [ { - "id": "877d9f58-bacc-4888-a773-93ba4b677e3f", + "id": "efef5662-5fff-47d3-b225-893f36552f4a", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -55163,7 +55163,7 @@ }, "response": [ { - "id": "dcd51e95-065e-4758-a186-f6859e88f192", + "id": "c0008a43-64c3-4ed5-85fc-e15857c319ee", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -55219,7 +55219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc67ffa-0d9a-430f-96ee-f7f45b5602a3", + "id": "a1e561a9-42c3-4f31-8b8c-44216350c7de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55275,7 +55275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e57b87-1300-4de6-abc8-50f23c38f301", + "id": "dfdeddb2-d93c-4c07-b3fb-d0768bd6a304", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55331,7 +55331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf609be1-a8fc-4f6f-bd8d-3a28c9b95d14", + "id": "b7de048d-6ea8-4f3f-ba36-952d1636b845", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55387,7 +55387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2590888-5b95-4068-bcdd-c4c96c86a49c", + "id": "0e99c62b-488b-44e3-ab1b-8d605342ca81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55443,7 +55443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef1fed25-1d66-48fb-b786-02ef2fcfebd5", + "id": "bbd732ea-8322-409c-8d4e-844fa5fa09cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55505,7 +55505,7 @@ } }, { - "id": "2e141960-536f-43bf-b18a-7b9617db03d2", + "id": "622cce50-b85d-4b0d-b0d8-907692414dfa", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -55580,7 +55580,7 @@ }, "response": [ { - "id": "aeabff07-87f5-4379-967e-ccb5aea0ce35", + "id": "80e5fc1a-37f7-4278-8212-f3586348bef8", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -55669,7 +55669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97457010-0115-4b47-bab3-61df6e946dce", + "id": "a765a6a3-5bca-441d-b604-d9fd811dc168", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55758,7 +55758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cb1f49-46e4-4d60-995d-b5fe823fe9ec", + "id": "7c588814-4a70-434a-8acb-4f867e494f22", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55847,7 +55847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6115ef8-c6f4-4dfc-85f0-7e9922db67de", + "id": "5bc6d8d8-a7f2-4189-9c9f-98aad73bf5b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55936,7 +55936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b7a0b9-204c-45f1-8478-461ed1d1232c", + "id": "3d01984f-846a-4d24-bae6-e3b9b1fc984f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56025,7 +56025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecfe6dcd-50b6-4e0b-938d-605437e31737", + "id": "4dc21d01-3bbd-43e3-8b8d-7f9248eda2ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56120,7 +56120,7 @@ } }, { - "id": "e396aab8-fe45-44f4-8204-f17a5ef35a97", + "id": "25b641b9-3a81-4f45-8f3f-11d06690578a", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -56161,7 +56161,7 @@ }, "response": [ { - "id": "9ae52369-c4ec-4b1e-86d3-e176405f6231", + "id": "0a3738e4-539b-44e9-a321-0a58187cbf5c", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -56205,7 +56205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "272c50dd-1e3a-4e7c-87d7-e5cf0bf59f46", + "id": "0bfbe2c3-8b53-4aca-9001-f82d873936aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56249,7 +56249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2045a37-e1cf-432d-a013-12ca2df9b1a4", + "id": "a61b46f2-3b70-4667-9114-c727a2f6c55d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56293,7 +56293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf0b1a1-1310-4459-ae35-974f271a98d3", + "id": "ab6debd4-58d0-4de2-805f-1a8b64b7a14b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56337,7 +56337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19063243-b27b-4dbc-9b4b-8dac1013b583", + "id": "09219f55-771c-42e2-bbaa-7ffb421255e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56381,7 +56381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1594265-4edd-4981-a14a-e19865cca2d9", + "id": "fed6696c-795a-48ee-aa50-e764f9d9ecd9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56431,7 +56431,7 @@ } }, { - "id": "1b0d888b-e41e-4f93-80a6-3df428e6fa81", + "id": "557b1028-7bab-46f8-b673-2eaedd18fad9", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -56485,7 +56485,7 @@ }, "response": [ { - "id": "664ea2f3-2b19-4cf6-9cec-1f7e357d5aef", + "id": "3a5a05cc-923d-46aa-a0ab-7c9620893b6c", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -56542,7 +56542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4357a35d-dafa-4767-ac07-69540860fa71", + "id": "48f06b34-b659-4675-8653-beb7c9acbe7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56599,7 +56599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67d60b7-a05e-4438-82e3-3b15d1ea595b", + "id": "7a3b12ce-3646-4224-8580-5a89108bc53d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56656,7 +56656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148cb6f4-6bba-49c7-b91a-fc7ed10d158b", + "id": "5949e277-cc74-45b0-8f58-dc958836ffa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56713,7 +56713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016079f3-ebf6-4a0b-b39a-a91e16c7c1b9", + "id": "2e4d8faf-ba4b-4a8e-a425-09f3ea3adc6b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56770,7 +56770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda07b7c-f80f-4565-ab38-2598021a8171", + "id": "68f74866-ec83-4b3d-9064-c1427dfa0fba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56827,7 +56827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5d87b0-b212-4e18-8b47-3a1e4f41b1a4", + "id": "2e8fb82c-ae1d-46d8-bf7e-588b9ebe6574", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56890,7 +56890,7 @@ } }, { - "id": "46357253-ebd7-4062-b682-84eb143c4905", + "id": "af34266b-8868-49f9-96ac-4f8ee4fb4106", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -56944,7 +56944,7 @@ }, "response": [ { - "id": "2d53b7ed-4e9b-4312-b9aa-f412a51108af", + "id": "5378a4fb-49c0-40d1-9481-c8930ecd6e0f", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -57001,7 +57001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0280b5be-7633-42ab-9236-3c3dd345d470", + "id": "00ebc3dd-267a-487f-b313-a5143f0e83fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57058,7 +57058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254d4c59-d498-486d-b883-3408d7fe8706", + "id": "76c35ed7-2fa1-4c25-be45-6b6af256abbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57115,7 +57115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d31ffe-df61-418b-ae5a-5e4d7a47d8a4", + "id": "1eb8b858-0117-47b0-9f92-391448279be3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57172,7 +57172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf25d7d-24d0-4eb9-b645-78dabde48009", + "id": "bcad8789-03d2-43f2-b609-a0fe82b6295f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57229,7 +57229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b561ef-aac9-4467-871a-893f96b94c34", + "id": "6f8bd40e-4c4a-40f4-ab7e-48274837628c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57286,7 +57286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45cec736-3092-473d-8bfe-74db29d7ee89", + "id": "c347b644-68ce-4a55-9d74-5b3a8c5ed7d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57349,7 +57349,7 @@ } }, { - "id": "c30dac18-9948-40d1-986b-bfe85d09378a", + "id": "ec102819-2883-42b9-9731-425b6d008345", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -57390,7 +57390,7 @@ }, "response": [ { - "id": "d96bbfca-c4af-41f3-940a-19dd0a2122ef", + "id": "68c5ea64-5f1c-4290-9744-868f5a6db546", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -57424,7 +57424,7 @@ "_postman_previewlanguage": "text" }, { - "id": "997f3626-fe1a-465d-816f-2bdc54b0272b", + "id": "214afc6a-3877-404d-b735-7f49c702a5a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57468,7 +57468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1770efa2-8132-49d6-a0e8-746519b7b4f3", + "id": "420c9994-d1d5-4a93-889c-ba531d054e8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57512,7 +57512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4124ebbe-820a-438f-a764-d944fb0d99b1", + "id": "98506ad7-5652-45b8-895a-c4e2aa4c9a6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57556,7 +57556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81a3855-9917-438e-a533-f587c1208f49", + "id": "c197188b-75d9-4738-a2ab-dd79d5f4836f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57600,7 +57600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfaaba7-a5e4-4d10-baed-e4ee20a65515", + "id": "c4e834e3-39e1-4c1a-b2cb-d1b98f223010", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57650,7 +57650,7 @@ } }, { - "id": "61c1d080-f245-4dbb-b306-8ee0ed17fb7b", + "id": "d85b1198-46a4-4218-9b59-4364b6d62d5e", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -57693,7 +57693,7 @@ }, "response": [ { - "id": "11bc36d4-ba9f-4e0d-a546-568f558e90bc", + "id": "5983d60f-4bed-4abc-b65a-56a26ed586bd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -57740,7 +57740,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0ab35381-d930-4814-b232-e7918b2fe1c0", + "id": "5935185e-e8fb-4648-94ba-9fb182bbaaff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57797,7 +57797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c4b7c3-c988-42ea-9417-2d0bbe7982c3", + "id": "8c2e90f0-9823-48e8-83ed-1013ce6fd5bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57854,7 +57854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab14383f-5831-4452-970d-10feec5a1116", + "id": "0ad18d5f-70f1-4621-ab34-c22ee3e08b87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57911,7 +57911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28921566-4f93-4767-8419-47cd6bdf6e53", + "id": "acae6620-b420-4f5f-b917-4e73785c3257", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57968,7 +57968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8576800-8a07-4ee5-b2d3-4f73d894ce84", + "id": "368dd57a-c1e5-411f-bcfa-ec7ce63df3d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58031,7 +58031,7 @@ } }, { - "id": "a5d4bba4-4f18-4044-bb6b-44e28643a083", + "id": "2f004496-3c44-4c88-9a69-84b55887ca6e", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -58073,7 +58073,7 @@ }, "response": [ { - "id": "67241be5-47ed-4544-aeab-6b1a79538c93", + "id": "1eb863bc-affb-437a-b69f-2395163424db", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -58129,7 +58129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e82b63b-1293-4399-8f39-f88b285d589c", + "id": "e34525cd-0d2d-4715-80a7-45a23ec96c75", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -58185,7 +58185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab94839-0172-4658-bd55-013d930a79d7", + "id": "dd241467-3f03-49c2-8097-1d898085ac74", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02922ded-0494-4dd5-93e3-7d7e6369667d", + "id": "5cd1f46e-7d87-4429-bfe1-6f5a336b05ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58297,7 +58297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "712a7d76-b34e-4bb2-807c-abf04cb0e2f3", + "id": "907c1580-82e9-4208-8138-beac1b792d3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58353,7 +58353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297e0284-b92c-4be0-be03-89dbb1518d1e", + "id": "aa65fc17-561c-4ac8-a8f5-357252384f85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58409,7 +58409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a1cbdda-2cb0-4865-b227-af4f8b2f8744", + "id": "b74e3625-cf9d-48cd-b930-64e36ba29b29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58471,7 +58471,7 @@ } }, { - "id": "0addd2ce-1594-46fd-aca1-88c9cfab6c8c", + "id": "5e97bfc7-67ea-41df-92d6-f9a5012fa3aa", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -58555,7 +58555,7 @@ }, "response": [ { - "id": "daeead5b-7ac4-4942-92ca-8b927cd13f8d", + "id": "534a4f35-b9fb-425b-b5c9-23f8552fe4e5", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -58653,7 +58653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bd5ecc-c83d-4197-b699-e689a36ac84b", + "id": "0281033a-ed49-4680-a8be-6d58127fe22e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58751,7 +58751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "819b4ca3-a4df-4202-809e-3946907b468d", + "id": "4f32308a-8d6d-4408-95c4-8156bdd8826e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58849,7 +58849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "732e24f5-d233-47a6-9ee7-731fde70ded5", + "id": "92cff421-44db-44ff-8f54-6fd94cef835a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58947,7 +58947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89326163-8e4f-41d6-b440-813e175314a3", + "id": "7ae6cc9c-f012-460a-a359-159c2384241c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59045,7 +59045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876026f1-5a3b-4e83-b1e8-a45d95c3596d", + "id": "feb91c88-da29-4267-8b55-183c3371a5ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59149,7 +59149,7 @@ } }, { - "id": "5a3cbbcf-9adc-4a9b-97af-85d29e42846e", + "id": "6d7d1d01-68f5-4a96-b3e6-1109eeb47c65", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -59190,7 +59190,7 @@ }, "response": [ { - "id": "62d343cd-e540-4825-aac8-25efa140641a", + "id": "d58e5118-1061-4e4d-84ec-ebfb8ea6482e", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -59234,7 +59234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d221d7-7110-44db-9303-3b36462edd25", + "id": "999603cb-ccca-42d9-8879-b7f05084238f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59278,7 +59278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2237d3b-2295-4496-b932-96f7c246d3fb", + "id": "1ee79263-4a9f-4bd8-a4eb-8ce29f691368", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59322,7 +59322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70521648-b13e-4e63-ad6a-28ae131712a6", + "id": "78697b3e-79f0-4418-ac05-e1442853f8b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59366,7 +59366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a984777f-b9a7-4c60-bc5c-77453eb86f35", + "id": "548fbc7c-5f30-4979-b516-46f2573512e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59410,7 +59410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8c41b2a-08a2-4a28-bca5-6215925fe49b", + "id": "de6d200d-612d-46ba-83b7-e5da1b40e337", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59454,7 +59454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb9ebaf-202a-4e91-a132-803581f4fea6", + "id": "7ac8e949-2e72-46c0-bbc0-55afcffedcfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59504,7 +59504,7 @@ } }, { - "id": "edc4783d-b331-4cef-a771-d760a0cc96c7", + "id": "e9e55dc9-5fb8-4bc5-88f9-14671c276b69", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -59545,7 +59545,7 @@ }, "response": [ { - "id": "0f8a19c1-2c02-4bee-97ee-08c9e2bf6bd7", + "id": "ff06ff66-90a2-4fc9-90e3-2333fb45f5e4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -59579,7 +59579,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1c1927f1-404b-4387-967e-67ab3e7c0fb5", + "id": "2b0e23fc-c95f-415c-bdf4-d372a4acf440", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59623,7 +59623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58c08358-11c7-4cd0-9daa-6420b0547b25", + "id": "91864621-7f80-44b7-a1e1-bfc8d7d71d3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59667,7 +59667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb8ced5-bcf7-4c68-b2c4-d4a2c79ee765", + "id": "293c33a7-711a-4f8d-9f1a-1a865c8c95a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59711,7 +59711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5d928ec-80e1-4035-909b-a71dd156980d", + "id": "e15342f2-7746-4542-883d-490bd0553839", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59755,7 +59755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cd03ce-0dae-48c6-9999-42297a95414f", + "id": "6502ba4f-3504-4ff2-ac2b-13d3076d4ac0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59799,7 +59799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68eeeb5-399b-4b79-af56-28a9154749df", + "id": "e3bad57f-f8f8-4578-91d6-a7b81bcfde3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59849,7 +59849,7 @@ } }, { - "id": "96c0d929-7dbc-4665-8ec3-4070ed3a60ff", + "id": "8bdfc6a3-e4cd-4eab-8a9a-9bd4192a90fc", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -59891,7 +59891,7 @@ }, "response": [ { - "id": "804faf55-60e0-41d5-bd8f-e1d7a7daf9c2", + "id": "5ae85234-7d69-4d17-8981-cdce291ae0e2", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -59936,7 +59936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432968d4-d0cd-4cdd-bbac-1c10d03aa9ea", + "id": "7948d086-9954-4fff-b883-cdafb7b29cec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59981,7 +59981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17c2de04-3c23-462d-b5f5-5227078d360f", + "id": "1cc9d15c-cdb3-40bd-8863-b6d5857d9429", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60026,7 +60026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a2564b-a525-4f64-8ecf-1a99013b6b8f", + "id": "da27f31b-ff60-49b6-b716-8bb06267191b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60071,7 +60071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca84cb3c-c163-4e0f-97af-007563516ffd", + "id": "c828c814-bf1f-4251-b4a1-1fcd7b4fbee5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60116,7 +60116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da91f7c-35cd-47ce-9d06-89e3b768fac8", + "id": "fd9c4830-916a-4804-8f70-7d18c2a33faa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60167,7 +60167,7 @@ } }, { - "id": "f73c516b-69de-4b04-8035-14cfe20bc7d6", + "id": "3748028c-7ac7-464d-a21b-7a9c1beaabe7", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -60209,7 +60209,7 @@ }, "response": [ { - "id": "c11f34d8-cfcb-46c0-9c81-5c71b957494e", + "id": "c08c1020-5bc2-454a-9ead-0201caccf20c", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -60265,7 +60265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e9788d-e4fb-48df-8f54-49b8de6cfea4", + "id": "fb27306b-2e08-4eaa-9006-81ddb1231041", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60321,7 +60321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b474d317-c08c-4527-890d-d53f88e4e6ea", + "id": "eeafb60d-0b0d-493c-9d8d-11d75d27df6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60377,7 +60377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92b3a58-e9fe-4d52-adbf-469f7f3103be", + "id": "f2f28c0d-11a8-4e5b-8815-cc2056b1c5a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60433,7 +60433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb268866-7535-413d-bf09-9d0c91236d53", + "id": "7814a3ed-ea87-4238-891e-2b5f0037fc4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60489,7 +60489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505ce9f0-d4d7-4292-afcd-18809e9642e3", + "id": "3490a95b-4fde-453a-ba05-7ffa4af4f19a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60551,7 +60551,7 @@ } }, { - "id": "9a620508-1006-4989-958e-8e112c369392", + "id": "15af30c3-15e1-4593-bdd9-a38cc08472ac", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -60635,7 +60635,7 @@ }, "response": [ { - "id": "0a5c3381-1fcb-4170-b99a-10d56351a070", + "id": "7d27f9cd-d1bb-449d-9a5d-5131e6fcdf60", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -60733,7 +60733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3595a071-3dee-44e0-8d6e-098805cbccaf", + "id": "3f31e0a9-0eaf-4dbc-a20f-20ab85a5abe3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60831,7 +60831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3788abd-ef4f-4030-aae0-297785fc256f", + "id": "4314287c-10f4-4e58-81ab-c141e3e2e0e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60929,7 +60929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f314c749-d6f3-49c4-af38-8680eeda8f54", + "id": "3749fab1-5e87-4d71-af74-87db5ce56fca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61027,7 +61027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e95b487-5087-4daf-bfca-6015433c904d", + "id": "9adcb903-66e1-4448-8931-99272253790a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61125,7 +61125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a6e98f7-279e-4a3e-9854-f886d23d0bc5", + "id": "d9630176-66af-41b6-b04d-0c11b1d60a59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61229,7 +61229,7 @@ } }, { - "id": "c0dd2f93-1a56-4d61-a2a3-3ce55674700f", + "id": "4e761a18-11cb-4644-ac58-0543a5bf8f57", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -61270,7 +61270,7 @@ }, "response": [ { - "id": "86935d29-018b-4a78-8e4b-2882f278caf0", + "id": "797e2c80-7171-42e4-9e3c-0a0c4f6d624f", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -61314,7 +61314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba5d8d0-f005-4820-a43c-db63154d432d", + "id": "4858d38b-a52f-49bc-8a48-c4237615104e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61358,7 +61358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047668e3-1ae5-4a38-b553-a24f811184f8", + "id": "ecce167b-7573-4af8-8086-e198714633a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61402,7 +61402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c01a5218-cddf-4e69-b974-bdd663282172", + "id": "181d6803-7407-4f67-b6e2-39879f6fa1b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61446,7 +61446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9032d2-035d-4d5b-900e-55b46cc7ae66", + "id": "7c71330d-52d8-442e-8a1f-958021382366", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61490,7 +61490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5562cb-192d-4b37-b0fe-7aa92ce00c9a", + "id": "b93cd8ff-0748-4eaf-aa13-bf435ecd3f98", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61540,7 +61540,7 @@ } }, { - "id": "da09710b-1f02-4a81-9d66-a32a1c15f592", + "id": "1a601552-db3e-4520-a711-4f6a46822033", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -61594,7 +61594,7 @@ }, "response": [ { - "id": "87f1b068-bb7a-4de3-b8f2-db3e838867da", + "id": "6836d0f1-9961-406a-9a3e-be1bf275bcb6", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -61651,7 +61651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2bd630-f3b1-422c-88d3-cffe9b326f7a", + "id": "c9295002-3b54-4ab7-b9a3-593c21bafea0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61708,7 +61708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d798da-3dfa-4508-9418-69b07a38bdc3", + "id": "b6741da4-a11e-4dbb-888d-8692badae11d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61765,7 +61765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb9d04a-dcb3-4c49-8e36-95d83038ed7f", + "id": "5504f2b8-508d-430a-8f32-77a82fc8c306", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61822,7 +61822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e4bd5bf-7d91-4f29-9c1a-c1e67a720984", + "id": "68b783f9-c29d-445c-926f-bc0236926a2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61879,7 +61879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01f45947-8c11-4fca-9483-5b7dc216b266", + "id": "b3de0648-3a1c-4ac4-bda1-c679d481cbf9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61942,7 +61942,7 @@ } }, { - "id": "0723134d-ec91-48ce-abb0-77315f8aa6ad", + "id": "012d4582-67b8-4dd2-bb9b-87307db63d6d", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -61983,7 +61983,7 @@ }, "response": [ { - "id": "0ae7da52-f07b-4434-8807-51fa905f7f4d", + "id": "9633a3cd-1f88-40b6-843a-77f6236aad4b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -62017,7 +62017,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fb30f361-61d1-4134-a1b9-e73440d06d3f", + "id": "22650cf6-20f4-40b9-86b5-3f69ae919252", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62061,7 +62061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d0c648-1c82-4469-835f-acfb548cbbfc", + "id": "a5472ac6-5e5a-4d70-aa0f-d180c88dde74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62105,7 +62105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abbcce0a-064e-4e6e-9c57-a23b6e8ff207", + "id": "f2fe302f-f3eb-483e-ade5-116adc22012d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62149,7 +62149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37cc522a-b3ce-494b-a870-603825cb6bb6", + "id": "5a651883-258a-4d12-92ef-483c12089841", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62193,7 +62193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12bee04-01a3-4e3f-b7f9-94978649621c", + "id": "80ba5d3e-45c4-4d0b-9ce0-42d4fff8cb46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62243,7 +62243,7 @@ } }, { - "id": "422323f8-b020-4848-ac4b-7cab1e80ff57", + "id": "74bfd514-d4d8-4fc2-8d54-b4aabb883158", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -62286,7 +62286,7 @@ }, "response": [ { - "id": "5dbe2c8d-a83c-4ac1-8b2f-5b302dbfe7a0", + "id": "efeb99d8-bf49-48af-baf5-78902a851dc2", "name": "Exported CSV", "originalRequest": { "url": { @@ -62332,7 +62332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8bf63ee8-2ffc-4aa1-b84c-fd6195955677", + "id": "d2378142-23ec-43a7-bb41-70d38dfcc7a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62378,7 +62378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de28a2f-dd99-44b2-86c1-20aff67d95a3", + "id": "c98f5495-0eef-4b88-a384-072a42fbeaab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62424,7 +62424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52ac526-ced4-4a3e-91ed-1d4eb22e3db0", + "id": "c54cec9e-9096-4829-983f-7ba4614179b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62470,7 +62470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b641dbfc-8b17-47c4-97df-2bbc839ba44f", + "id": "d9571acc-a5a9-4630-bc16-2a79ea08eeef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62516,7 +62516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60dad7d3-6378-4a7b-a6bb-4f903c257114", + "id": "3023c488-ec97-4482-830c-952b0169711c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62562,7 +62562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768439ee-cc8d-449d-bbd5-bf60524d48b2", + "id": "3a46592f-1421-4701-9d75-c96134edd5e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62614,7 +62614,7 @@ } }, { - "id": "c52f2e4c-1151-41de-ab82-6698ecad729a", + "id": "3dca1a27-7923-4768-b179-0c845b9bbdf8", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -62665,7 +62665,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62673,7 +62673,7 @@ }, "response": [ { - "id": "d0bbd2e9-f127-48b7-923c-038b667d090c", + "id": "4df8dbef-7beb-4696-a746-856c90e4d87a", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -62716,7 +62716,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62735,7 +62735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60275312-c3cf-499a-ab67-595d21b7219a", + "id": "573731af-ee17-4ca4-8d96-5efb8d4e0765", "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": { @@ -62778,7 +62778,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62797,7 +62797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d7a1e5-a15b-4bab-9add-f445a1710339", + "id": "51decd91-3bb9-4e95-9519-861dbc75c882", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62840,7 +62840,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62859,7 +62859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "220427ba-606d-453c-860c-2a60d75ab600", + "id": "018921c9-243b-490a-9161-45ec46a37a0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62902,7 +62902,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62921,7 +62921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55371a57-ff21-46d0-ae03-b54b97b9efa7", + "id": "46cf2dcd-d8ad-4c7a-9c30-ecd18abb22c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62964,7 +62964,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -62983,7 +62983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5bb9724-25c8-42a2-80df-caaf6c131c3b", + "id": "caf9a1f4-733b-4a9e-a422-fabc2746dadb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63026,7 +63026,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -63045,7 +63045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9498558b-e57c-4f5e-baad-f39b32c344d0", + "id": "2e077ef0-47fb-479c-8d18-357b73f8d82a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63088,7 +63088,7 @@ "type": "text/plain" }, "key": "data", - "value": "aliqua eu est", + "value": "sint anim aliquip", "type": "text" } ] @@ -63113,7 +63113,7 @@ } }, { - "id": "3c14d81c-fce5-4cba-832c-21bcadbcf26c", + "id": "20c79a9a-3336-4953-b696-28320dc0fda6", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -63156,7 +63156,7 @@ }, "response": [ { - "id": "3b8bbca0-732f-4655-867b-c33e9c5c06a5", + "id": "70f77ef5-e420-4301-a4e0-5d4f276a1c80", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -63202,7 +63202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a88be7-cf8a-470c-a023-ca5eaa75500e", + "id": "fd5c37f4-737c-4352-bf7d-3cee876c8e9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63248,7 +63248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f0694cf-3a05-4555-b7de-3c5fddc8d3aa", + "id": "4f5fc7c2-4e34-4556-838a-90110f6d6483", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63294,7 +63294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c10d5b-29e6-45be-9c06-1b3115e43f2e", + "id": "eded23ff-7e7d-466a-8cb3-a2d1b2b852a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63340,7 +63340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6897483b-b844-4a04-a8d2-87d0f0bb7cf4", + "id": "a9169fd4-87f0-4666-9ec0-d1a61d5e74df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63386,7 +63386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9f1bc2e-0891-4f90-b3aa-50c661ef0f31", + "id": "42ee47e6-499c-45b1-8802-4200e9e5ff8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63438,7 +63438,7 @@ } }, { - "id": "22bb7d24-fe6e-4d4b-925a-569d0110ae1e", + "id": "894d7a87-1fd2-4ecf-ae8a-ae117244b98d", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -63481,7 +63481,7 @@ }, "response": [ { - "id": "2b81232a-915b-43c0-8147-be0cc25017bf", + "id": "011905c0-c2ad-44b3-9e54-8e6f666f673d", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -63527,7 +63527,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f44ca181-04f8-464e-90b4-79353f2a2aa1", + "id": "f8656638-9216-4fba-b3bf-eab7132dd553", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63573,7 +63573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a5b8221-16f9-482a-8a59-80ef96f65d59", + "id": "cb283dc2-d966-4682-b75b-5b808dafed82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63619,7 +63619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d03844fd-6a78-4305-abc4-a7567756fa11", + "id": "685c0f73-5cc9-4bf1-a4e0-13cdf40ba851", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63665,7 +63665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc6c41ac-c1c8-4c44-aad9-1dc06a913f88", + "id": "eb25458a-1f56-4d83-a31e-634277b65a22", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63711,7 +63711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f25bba1-87e6-4613-bfe9-b63ff182916b", + "id": "6d6cd0d5-20be-4ffc-98ee-e78c7cf40953", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63757,7 +63757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2a7fac-9934-4f73-a07a-add63fbce947", + "id": "5d1416da-e745-4a53-8394-efd69cbdec3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63809,7 +63809,7 @@ } }, { - "id": "4a4a8698-c68b-4160-87a9-26c80667dc02", + "id": "3c03e452-486e-47ef-b70d-f9ba44821e73", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -63893,7 +63893,7 @@ }, "response": [ { - "id": "36d45a4d-2773-4abf-bdaf-2ace45048cdf", + "id": "6a2650b5-1ae8-4c32-8070-18b117fd46be", "name": "List of approval items.", "originalRequest": { "url": { @@ -63991,7 +63991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f422596-6173-4663-9588-03b97f00dedf", + "id": "87d96146-2f62-46f7-bdbc-08fae4520fd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64089,7 +64089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae8eb96-937d-44f8-9d39-3cc70aa0aa2b", + "id": "0ca868f8-c9bc-4473-90aa-e325c3362392", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64187,7 +64187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5cef8dd-1d8f-43e1-a5ed-71a1e18dd855", + "id": "bb084b2b-5980-48db-ad74-7893d00fcc5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64285,7 +64285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "842c2702-624d-4df0-ae79-fac74f13225c", + "id": "babdb547-301a-42f7-8300-6592d8613e7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64383,7 +64383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a111766-2464-4534-aeb3-44718151ef4c", + "id": "26fe9200-55b8-4634-b9de-96971f5a130c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64487,7 +64487,7 @@ } }, { - "id": "a485af8b-ec71-4e22-a119-f3182fd15943", + "id": "f38b3074-3469-47cf-816a-2b4663afd145", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -64538,7 +64538,7 @@ }, "response": [ { - "id": "8d75df77-dff5-40bb-a68b-1639f2e34902", + "id": "fd64a591-03a2-4496-be3b-e0add7f1b6a4", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -64592,7 +64592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0fffb8b-1989-4139-b2f3-00605adcf6ed", + "id": "ec2828e2-67cd-4cb7-b7c6-7895e346f1a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64646,7 +64646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4b5623-ff3f-4b0c-b2fa-1320ae24c0cd", + "id": "5362d251-3a4e-441e-bd99-880d93454555", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64700,7 +64700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1ef8d7-868c-40e8-86a9-d40ec5a1daf8", + "id": "f015e90a-c65b-404f-a133-084fecf764a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64754,7 +64754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07cb6aa4-3e0e-4303-bb94-e9821fd0974b", + "id": "4057c252-7e62-4387-bf4e-17a3bbe93225", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64808,7 +64808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f11cd546-674a-4462-bf56-ddbd42cf9474", + "id": "020ada34-1030-4edc-9247-a026d16bcf64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64868,7 +64868,7 @@ } }, { - "id": "eaa978be-581b-4ca5-981a-515036d60a4c", + "id": "a68cb829-5c0e-4d02-b3a7-da422bf16d96", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -64923,7 +64923,7 @@ }, "response": [ { - "id": "28ca1b8b-bc0d-4378-b098-fe1681158c20", + "id": "71c0e2a6-ab97-4e49-9b5a-bb09aa4e51cb", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -64981,7 +64981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2c5c255-ef50-4841-b2c3-3d82d7271805", + "id": "56c5f591-0da5-4c19-abae-48361f70e104", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65039,7 +65039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4348d2-c981-41b7-99c5-7004cbf72bba", + "id": "3c9dd5ee-e2cc-4071-881b-64b89569fd66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65097,7 +65097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e838efbd-58a7-4836-b95d-bf1dfa01497e", + "id": "4ba79a42-7b91-44c0-bfa3-4f82a05c090e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65155,7 +65155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a90085e-afa7-4c9d-91ec-0a4b17dc89d2", + "id": "63c2a3a0-512f-4f14-9f52-d7a385edc419", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65213,7 +65213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fea272c-5d9d-49bb-87ab-a74c7e8f335b", + "id": "4a14e8cf-bd6b-4af9-8e24-d2fda167704c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65277,7 +65277,7 @@ } }, { - "id": "70633a81-2b4c-43e7-9716-f2c176b1ac0a", + "id": "e60380d2-6c6a-4173-bdd2-c63a6de6b9c4", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -65332,7 +65332,7 @@ }, "response": [ { - "id": "bbf55055-67a1-41ca-bb79-b0c98526e7af", + "id": "5a2959cb-2a7e-4dfa-91b4-5c54ec15ef55", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -65390,7 +65390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afdd2d8-46f5-4571-9519-d26fdf832418", + "id": "80854a2c-9348-4bfd-a362-18ef43c10ab5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65448,7 +65448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdc5982-487b-4911-82a8-05eb7e520e96", + "id": "8800910a-9a6b-4b02-a1c6-5110428c31a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65506,7 +65506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d12b56-c30c-49bd-94ce-e91a412faa9f", + "id": "88f72a67-f759-49f6-82a1-f26d05ec7e53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65564,7 +65564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b77eec9a-e060-4322-aef6-65e08b4ddb80", + "id": "67ee93aa-017a-4447-b70d-eb19d6d56b9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65622,7 +65622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ba7266-0921-418b-9405-04ba9fbb8082", + "id": "452729da-3cd7-46a9-b340-3d32fdffc9e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65686,7 +65686,7 @@ } }, { - "id": "06f50d77-31e9-4419-8a19-79d8681e7a77", + "id": "e3a930b8-424f-4cf6-a544-52504b6eb73a", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -65728,7 +65728,7 @@ }, "response": [ { - "id": "307892e4-a01c-4b34-8be7-6267882d9677", + "id": "102d86fe-26fc-4086-8509-3c0eda76a0a5", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -65773,7 +65773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd9a1f5e-83d0-4c76-808d-4197e5823e63", + "id": "22ea2d5a-3898-4387-b972-5b79a3096e40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65818,7 +65818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe65641-4ef9-494d-a4a0-4e068aa68ef5", + "id": "6d6d5274-c7ce-42c9-8717-9f5ed7c85909", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65863,7 +65863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd504b4c-a296-4e1d-a5f6-26370a3f58fb", + "id": "56fb30b6-5462-45e2-acbe-de2656ce92ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65908,7 +65908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74135ac-31da-452a-bfb0-c8d7e12a8918", + "id": "063a0a97-50e0-4913-ae58-cfa1426857e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65953,7 +65953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4b1892-7fc1-4cc0-9d3e-988e074248bd", + "id": "b388a7cf-0e20-43a7-87f9-756d649c9880", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66004,7 +66004,7 @@ } }, { - "id": "8736debf-e42c-49ab-a437-8f697e9d7e5d", + "id": "41085c7d-7254-43c9-919a-3b5ff97975f1", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -66046,7 +66046,7 @@ }, "response": [ { - "id": "94998575-cacf-4ffa-b82e-b5befff487b8", + "id": "155a41df-a9c3-41a5-a96e-9d8fbd4c333d", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -66091,7 +66091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04446a51-1acb-4068-a3e7-1d468159bf2b", + "id": "47432cd2-5275-480d-952c-04d50f820159", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66136,7 +66136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8944db82-7c73-4880-beb0-8ecdc14c3c09", + "id": "ce741bfa-3632-4663-bf84-ee6ec52dcb8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66181,7 +66181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1b933a8-ce7d-444e-be81-52ae57ae2d4a", + "id": "51340439-6501-44ae-a3ce-4b701697288c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66226,7 +66226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "726e92fd-d4d3-4e79-b88e-9548ccfce5b4", + "id": "9f9077f9-304a-4be7-8565-2cc77d038f1b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66271,7 +66271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c99523-ce15-451b-aee4-2ac6edcebc99", + "id": "5f20b4b3-3671-4e6e-9281-d4fd515a7723", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66316,7 +66316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe50936f-c849-4a9e-b44a-23b76af78432", + "id": "85c96b4c-a66f-48ca-95ef-51ecd20847a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66367,7 +66367,7 @@ } }, { - "id": "d7bbf8f9-8cfe-4b7e-9de1-79d8a368b2ef", + "id": "2ef2cad0-5428-4e4e-8550-6ea5d84ca7ea", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -66422,7 +66422,7 @@ }, "response": [ { - "id": "1b3b1116-8f8c-47ed-9dc4-35e197db964b", + "id": "0057e29a-93b2-460a-8922-97cf1199dc99", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -66480,7 +66480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59bd6f7b-1527-4bf5-baff-548957e49621", + "id": "ada27460-9656-4df5-84e2-b78bbdc4b768", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66538,7 +66538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03960e86-7c2f-4696-a5cb-9838311c16ea", + "id": "01781148-5030-416c-b804-0a1bcad0bd53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66596,7 +66596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a0ecc7-3966-4005-8196-0281b4399add", + "id": "c9a37edd-473e-41cc-9862-2db7732ca1ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66654,7 +66654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0707f9c3-fd1d-4dd3-a72f-12657232f5c3", + "id": "0d188e14-9a09-47dd-98c8-0cc0777c0d35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66712,7 +66712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabf797e-4239-4c28-b0f8-91f0d2346857", + "id": "1f5cb50c-1873-4a90-8bec-b8e3cdb32405", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66776,7 +66776,7 @@ } }, { - "id": "a1e25f72-047a-4c35-86dc-5b1395b174ef", + "id": "d1970440-0e24-4f00-ae67-a52c5f68a6bf", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -66818,7 +66818,7 @@ }, "response": [ { - "id": "ad14d43e-26c3-4a8d-ac23-fe2487bb9598", + "id": "daf2b79c-1f12-4ee1-8b29-91fcf059b8d6", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -66853,7 +66853,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e29387aa-52e8-4962-900e-0d43a10edba6", + "id": "2b5d3abd-2f97-4083-9680-0bee7c7d5f34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66898,7 +66898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c43794-e54a-40b0-8880-6bf53ec5a5f0", + "id": "40c3fce1-0d0d-48d3-b3d3-5d4f97609e65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66943,7 +66943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4f69f7-2c23-482f-a44e-5b5c5c44a7b8", + "id": "56c5f8be-9183-4d31-8ebf-ac8b2979d77d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66988,7 +66988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b86996f-ad35-42f1-8ce0-dc15b1aa7f40", + "id": "1d3d9756-83fc-47ab-9a99-6cc245b3e7b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67033,7 +67033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3731c842-be8d-4ec1-b822-ad039cf1c8a9", + "id": "7cdab9ae-e19f-4540-828f-07b486f580b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67084,7 +67084,7 @@ } }, { - "id": "d50ac8ef-b52d-4e4a-9348-ae3f82bfff8e", + "id": "b8c86eb9-8d16-4849-967e-5e359b0da9c1", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -67137,7 +67137,7 @@ }, "response": [ { - "id": "deed3855-571e-4904-bb55-04e612f42d93", + "id": "fc898cdb-68c8-453e-8711-020874abedd7", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -67183,7 +67183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d973ac9-53dd-4591-9fd3-2ff6900838bb", + "id": "22fb1d87-c059-49d5-9e4d-018fcfa14045", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67229,7 +67229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d9287b9-dad6-407e-9242-ea3857bdf5ed", + "id": "95946e04-6c2e-4e49-b1d7-e5c7fe7c2775", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67275,7 +67275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cfdc792-e1c1-424f-9b6f-61753b5e36e1", + "id": "1d3ad692-96c2-4502-98cc-8184bef3b0cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67321,7 +67321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047ae716-afd3-40a1-b794-5fcebb366131", + "id": "325fe9f6-5ab3-498b-bef8-966c524adf4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67367,7 +67367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bc34e6e-7120-49aa-9da0-b2936d2cc66e", + "id": "a649258c-2840-451d-845a-a0ec2f890fab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67419,7 +67419,7 @@ } }, { - "id": "875fc132-47e1-4954-b168-31598837899a", + "id": "b5751f00-77be-41ac-bead-c302c0fca1fb", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -67485,7 +67485,7 @@ }, "response": [ { - "id": "17b2c2c6-2bb7-4b5e-bcd6-f4eac1373a38", + "id": "48844fac-d199-4a8b-b636-22af91e0162c", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -67544,7 +67544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84394a8c-cf76-4a63-acb1-30bda6ec8bcb", + "id": "6dd0f729-8c1a-40a2-bdb9-b05cda9ba9b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67603,7 +67603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80df7705-dce8-44ca-b678-6d193f670032", + "id": "f008fb06-42cd-4783-ab63-74a707765775", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67662,7 +67662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f923de3-05f3-4612-abab-f40838344e48", + "id": "63fdb3ba-b2a2-484d-a25c-be05eba9db4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67721,7 +67721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a5df9c-02d1-47ec-849e-921665ce31fc", + "id": "6b06dea6-679a-4495-890f-f8fb5b5189f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67780,7 +67780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856101d3-aa5e-448f-84e8-2af3a8643b63", + "id": "48ab8bd3-d394-41d5-a973-14e00d15bb5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67839,7 +67839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f33ed83-94fa-4cca-aeb0-849e6d9b509f", + "id": "81e6575c-7a47-4413-9231-1e7218fa1aa3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67904,7 +67904,7 @@ } }, { - "id": "bbdda782-8362-4921-bf53-2f6f999e17a1", + "id": "2388d5c4-5f79-4cc6-b07a-9fd248f6a7d6", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -67957,7 +67957,7 @@ }, "response": [ { - "id": "bd44573c-8e51-4c44-ac07-bb5f691ec2ad", + "id": "738d8aee-d3f1-4f26-90a1-a1b7e92e28aa", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -67993,7 +67993,7 @@ "_postman_previewlanguage": "text" }, { - "id": "20580f96-afe8-4410-a236-3ec3e8ddbd88", + "id": "784501dd-04c4-4bd5-96ce-ff4cdad3d0b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68039,7 +68039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f26a6d70-153f-4c23-91c1-7c66eac69f36", + "id": "754b665c-8f4d-48b8-ba04-994cb486cbcb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68085,7 +68085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b93f100-084f-44e7-ac77-744c6d6f139a", + "id": "3edac85c-8f2e-401e-80e8-521e46cf7718", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68131,7 +68131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7050016a-959a-47e1-afe7-dbe7e5d45511", + "id": "6106a1fd-d267-4a90-8da7-80b787b6e114", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68177,7 +68177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4784e40-ffc0-4f28-b981-aae32e9097f4", + "id": "ff9b569a-406a-4d95-afe3-ec0bb289f705", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68235,7 +68235,7 @@ "description": "Use this API to implement OAuth client functionality. \nWith this functionality in place, users with the appropriate security scopes can create and configure OAuth clients to use as a way to obtain authorization to use the Identity Security Cloud REST API.\nRefer to [Authentication](https://developer.sailpoint.com/docs/api/authentication/) for more information about OAuth and how it works with the Identity Security Cloud REST API.\n", "item": [ { - "id": "283e5a78-ce97-4231-8783-798967d90ce2", + "id": "1a739b76-4c38-4f8e-b45c-0429abc90ebd", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -68274,7 +68274,7 @@ }, "response": [ { - "id": "812d29c7-7444-4e64-8d1a-51188248949b", + "id": "b0fb7334-322b-48a4-8181-596a6e65e96e", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -68327,7 +68327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f4a7d4-88bf-4b8a-8257-b17bd7b2802a", + "id": "2f8e97e0-347d-4351-8cdc-af06c2b503b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68380,7 +68380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34deeb48-7ae8-4e4d-affa-551154552835", + "id": "145128d0-ae44-4a96-b188-4b2d14caa091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68433,7 +68433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48bc9434-f982-4b9b-8145-104016e6be37", + "id": "d1a97f0c-c2c2-4ed7-8aa0-25fb90201688", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68486,7 +68486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c1fdbc-4016-4cde-8879-d6a694db2051", + "id": "2aa487f5-5697-4efc-8fd2-1afa59c204e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68539,7 +68539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe21e22c-624c-44ae-b48f-b7419e501bef", + "id": "4530188e-a3ea-49ef-9661-aa748bd49bd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68598,7 +68598,7 @@ } }, { - "id": "53b84172-1d22-43d1-bfbe-43b32d11edbe", + "id": "598e5d1f-4377-4c8e-a253-4d1d438352ee", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -68640,7 +68640,7 @@ }, "response": [ { - "id": "142ec37f-428a-4b9d-bd6b-c485909c1e5b", + "id": "b78e4018-ea0f-4428-ba4e-a59a92a04a48", "name": "Request succeeded.", "originalRequest": { "url": { @@ -68696,7 +68696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b569dc-6bd8-4604-92dd-a84d1b042b96", + "id": "0c98be1d-1377-409b-9ca1-d754eb52d830", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68752,7 +68752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239d69a3-d939-456f-99c5-100c3098294f", + "id": "50c986f1-1d15-4a50-80c3-4f52185d35ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68808,7 +68808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6af4a2-5c0c-40fb-b20a-4c3693168d4a", + "id": "c8183fb0-3c53-4e4a-896f-63cfd84315a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68864,7 +68864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256911e2-eaca-4d5a-bfe6-444a9ddb2578", + "id": "09ce2c08-818e-4f09-831d-7a6af34f6f68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68920,7 +68920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2769034c-af77-4e58-a424-064ead6ae854", + "id": "2b119cfd-259d-4d3a-a392-36ac79c3e955", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68982,7 +68982,7 @@ } }, { - "id": "d0d30276-25ce-4884-9fa5-9f5386b325e1", + "id": "40735b08-a226-4983-80c8-bc6f4ccf336e", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -69023,7 +69023,7 @@ }, "response": [ { - "id": "f8268fd9-1b0f-4fcc-b923-6f0400b6827b", + "id": "642f07d0-4c46-43ef-9be2-1e590ae7e89f", "name": "Request succeeded.", "originalRequest": { "url": { @@ -69067,7 +69067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e81931c-6aec-49cc-88b1-6efa86cb5e54", + "id": "5858f2b8-7f00-490e-a108-e65158af6450", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69111,7 +69111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9cfcf37-f4f2-4c3b-9dbb-b0a1192daa9c", + "id": "d4fc7157-15c9-4eac-aa8a-dc2405a10a13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69155,7 +69155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af56cba-33d1-4cf5-b0c2-5600fcdcb30b", + "id": "41506586-b884-4e65-8bdd-7fcc5f2361fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69199,7 +69199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33538dc-1cf0-474f-9fa6-73ee86d28197", + "id": "bf09ddce-d5aa-4f67-9b02-2647f8205a41", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69243,7 +69243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "797812bf-84f7-48ea-9cb2-40b188bb76c5", + "id": "8e876afa-3828-46ff-a0e6-96d5150a9c90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69287,7 +69287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c53ecb05-e996-44e3-a923-8e54514ca587", + "id": "a5b4f443-6a29-4ae1-9da0-914538ec2528", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69337,7 +69337,7 @@ } }, { - "id": "16319c09-5b05-47b9-8fa0-2ab256c917fc", + "id": "956ac796-10de-4b00-89b3-c2db506cff6e", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -69378,7 +69378,7 @@ }, "response": [ { - "id": "cd0e9759-2a63-4753-8d74-703d0e47b42b", + "id": "83faeb2e-3a6a-4bc8-b22f-1b578e61fbd2", "name": "No content.", "originalRequest": { "url": { @@ -69412,7 +69412,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3cf98f69-9582-43be-9fa7-d4d2c7176670", + "id": "fb32d3f0-ffba-40cd-87b2-b4a2b542d329", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69456,7 +69456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf337a0-a797-40d9-a960-650bb60ea35c", + "id": "ea42d2fd-94e4-465f-b941-e8f490c4ddf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69500,7 +69500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfed8e91-f8a9-4f44-9a95-552b7fbbc5d8", + "id": "9f823c48-026d-48dc-8568-560ac8e128cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69544,7 +69544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbee1c28-b08a-48c1-b668-074ca0ee1cb2", + "id": "7f3bc2e6-b8a6-492e-9ff1-cba22c1fe54e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69588,7 +69588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b00190-6fc1-4b3d-b739-eea34cee368f", + "id": "aae04a5f-8a6d-4d06-b6ad-d48029678d81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69632,7 +69632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dabf4407-5b63-42d0-b99d-68446ac1ab9b", + "id": "69d60fee-2c17-447f-a166-9038990c271e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69682,7 +69682,7 @@ } }, { - "id": "3f3837d5-6bba-4a45-8af3-459f7cbac8f6", + "id": "e4f3d77d-d2c1-497d-a5c4-a2f51d858419", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -69736,7 +69736,7 @@ }, "response": [ { - "id": "f1971681-671e-412b-ad31-b0c6395da7c0", + "id": "bdc11612-b476-4107-8cc5-f8593f44b065", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -69793,7 +69793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a10ebafb-aa2e-4faf-8e38-90e2d606dbe6", + "id": "b141f86b-cdd3-4f75-99e9-ee9d78c2d771", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69850,7 +69850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e524363-e347-44fa-8985-dd6df17bca6d", + "id": "a61c8b6c-385a-4564-8e13-840063e85598", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69907,7 +69907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e346885-b319-4bef-9ac3-d246441ed8fd", + "id": "1865daef-0b91-4eba-b092-7e60210d6fdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69964,7 +69964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d70171e4-5b3a-4eb7-8034-34ca98d5eccb", + "id": "2961379b-7376-444d-9d07-bb6c9c21b766", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70021,7 +70021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e7270e2-9560-49f9-987a-da459f5ec503", + "id": "bfa75e9b-f164-4738-a4cf-b082b56a615d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70078,7 +70078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef8b3bd-e957-4c7f-aeaf-8d275733fc39", + "id": "8a4cce82-915d-454e-b2b5-9651cb851885", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70147,7 +70147,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": "30b7378e-8e7b-48da-a9cd-4741dba5f504", + "id": "f38d2b29-8201-4d19-81fc-94ca8f894813", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -70176,7 +70176,7 @@ }, "response": [ { - "id": "b753fb0d-8ad8-4679-8857-d78471ea7ef5", + "id": "1d923112-356f-4458-94c1-4948fa968444", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70219,7 +70219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f93559d4-f6dd-4655-8cfd-afd9d89534a1", + "id": "f2e5d406-3fb1-481b-9c16-3af4f8c1d701", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70262,7 +70262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e637db6d-89ec-4c65-a184-5f3dbbf37d2f", + "id": "8e38c18c-83b8-4338-90b1-64f068d1f00a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70305,7 +70305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8fdddbc-9b5e-421f-970e-5caadd31761d", + "id": "bb610ce9-8d43-4588-9b64-3d9cf3f5119d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70348,7 +70348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36d2779-e9ab-4564-a772-9c1988a1634d", + "id": "6479f895-c39d-4f31-a972-a3d92f0bc625", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70391,7 +70391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6201a3-e64a-445f-809e-9a15a9f51dd2", + "id": "5b82e54e-362d-45a8-baf2-820628cca7c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70440,7 +70440,7 @@ } }, { - "id": "9c632165-9fe4-496d-ab20-5b521196c4da", + "id": "757a097c-3515-4946-a489-8991c200a22d", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -70482,7 +70482,7 @@ }, "response": [ { - "id": "3dfc7a1b-557f-4f1a-b813-1a32ca35b243", + "id": "08fc0b1e-ebf5-4ca7-b996-ecc2f1477f98", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70538,7 +70538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca1e88ba-f706-44ae-94c9-31e28a7429f2", + "id": "4d90ee11-a862-4df7-a0d2-20889e38176e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70594,7 +70594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0edd9203-d7f1-4905-9395-426d090eb2db", + "id": "d4d353ba-64d0-4730-8282-101702f713f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70650,7 +70650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcdab167-ab3a-4f06-86f4-45a2fbb534a2", + "id": "d521a94f-93b8-4c18-841e-b71667160442", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70706,7 +70706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9f1b14-30e8-45c7-ace6-23aaf6058b9d", + "id": "873f2ebe-8420-4de3-b95d-3ff526fc9ddc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70762,7 +70762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a662208-be4e-4584-a26a-997c57475fd2", + "id": "f64894f4-b5d7-405a-b77f-b64f7f0ca8b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70824,7 +70824,7 @@ } }, { - "id": "106609f6-ae32-4a90-b7ab-cecd5352c625", + "id": "8bc3b4cb-bf8f-4483-b9af-854b7863e43a", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -70866,7 +70866,7 @@ }, "response": [ { - "id": "b50909a8-0646-4b1b-9a00-03bcecb4d032", + "id": "e9c9d83b-430e-4182-9035-543b18b92b6e", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70922,7 +70922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9da6c5e2-fe36-4ef3-8cdb-9f680d52927c", + "id": "5380afe5-7198-4b81-83e4-3f05e70d71c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70978,7 +70978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8c3716a-4003-4fd7-ba9d-9d4c74a73606", + "id": "e85be390-ba18-4443-8e96-91ec9b694508", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71034,7 +71034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "633621a5-b07e-4439-bd47-23d8028b3298", + "id": "859354d1-7d03-465b-b95c-3c56342fe86d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71090,7 +71090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aaba071-485d-4acb-b5cb-6947d3f1cb47", + "id": "f4f8e488-448d-4712-b798-4989a53f3670", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71146,7 +71146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c666872d-b122-467d-90d3-f512cc47baa4", + "id": "2accab9d-f4d4-463c-8295-b0c53d69d657", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71214,7 +71214,7 @@ "description": "Use this API to implement password dictionary functionality. \nWith this functionality in place, administrators can create password dictionaries to prevent users from using certain words or characters in their passwords. \n\nA password dictionary is a list of words or characters that users are prevented from including in their passwords. \nThis can help protect users from themselves and force them to create passwords that are not easy to break. \n\nA password dictionary must meet the following requirements to for the API to handle them correctly: \n\n- It must be in .txt format.\n\n- All characters must be UTF-8 characters. \n\n- Each line must contain a single word or character with no spaces or whitespace characters.\n\n- It must contain at least one line other than the locale string.\n\n- Each line must not exceed 128 characters.\n\n- The file must not exceed 2500 lines. \n\nAdministrators should also consider the following when they create their dictionaries: \n\n- Lines starting with a # represent comments.\n\n- All words in the password dictionary are case-insensitive. \nFor example, adding the word \"password\" to the dictionary also disallows the following: PASSWORD, Password, and PassWord.\n\n- The dictionary uses substring matching. \nFor example, adding the word \"spring\" to the dictionary also disallows the following: Spring124, 345SprinG, and 8spring.\nUsers can then select 'Change Password' to update their passwords. \n\nAdministrators must do the following to create a password dictionary: \n\n- Create the text file that will contain the prohibited password values.\n\n- If the dictionary is not in English, they must add a locale string to the top line: locale:`languageCode`_`countryCode`\n\nThe languageCode value refers to the language's 2-letter ISO 639-1 code.\nThe countryCode value refers to the country's 2-letter ISO 3166-1 code.\n\nRefer to this list https://docs.oracle.com/cd/E13214_01/wli/docs92/xref/xqisocodes.html to see all the available ISO 639-1 language codes and ISO 3166-1 country codes.\n\n- Upload the .txt file to Identity Security Cloud with [Update Password Dictionary](https://developer.sailpoint.com/docs/api/v3/put-password-dictionary). Uploading a new file always overwrites the previous dictionary file.\n\nAdministrators can then specify which password policies check new passwords against the password dictionary by doing the following: In the Admin panel, they can use the Password Mgmt dropdown menu to select Policies, select the policy, and select the 'Prevent use of words in this site's password dictionary' checkbox beside it.\n\nRefer to [Configuring Advanced Password Management Options](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html) for more information about password dictionaries.\n", "item": [ { - "id": "017f9c71-04f9-4173-9e22-459c720e3cb5", + "id": "500e1088-bd1f-4148-9771-d53604439335", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -71243,7 +71243,7 @@ }, "response": [ { - "id": "33ad2721-1309-4bf4-ac6d-9ab13b421d3a", + "id": "ad8e9b8a-8797-4f13-860a-f3a244fb3087", "name": "A password dictionary response", "originalRequest": { "url": { @@ -71281,12 +71281,12 @@ "value": "text/plain" } ], - "body": "commodo quis mollit", + "body": "dolor aliqua qui incididunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8bb9b504-34d9-4354-b721-c37fb6492329", + "id": "ce860430-de3a-4ae0-8966-b984a7d02599", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71329,7 +71329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5baf20-ad04-4fa2-85cc-802c995a1e62", + "id": "c86b3b0b-8029-414a-a420-79127a2e06af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71372,7 +71372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89091d81-9f74-482c-acf7-f29c395f0a36", + "id": "8be444e4-1a54-47b1-be7d-36a28d091967", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71415,7 +71415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a24bcc9-6e98-43c9-8eb2-0912748dabe4", + "id": "3750c4a0-4364-4c73-b8bb-0a39419415e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71458,7 +71458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f11715e-47fc-40b2-a63b-7f450863c180", + "id": "77d8f140-8354-4aa3-9c8f-d502bf8454cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71501,7 +71501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89400d0a-1727-4fa7-839b-d0dbb290dc44", + "id": "419c2d8b-e1a0-428e-8254-ea32cc683432", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71550,7 +71550,7 @@ } }, { - "id": "41f49363-3449-452e-abb2-2d91350f8c98", + "id": "6adfa628-f84b-4df1-aaf9-6972f8ccb72d", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -71588,7 +71588,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71596,7 +71596,7 @@ }, "response": [ { - "id": "38bd96be-75bb-4a35-b7e5-09be2b71c604", + "id": "8f248a7d-14c9-455f-8a4a-361f1916d150", "name": "Successfully updated.", "originalRequest": { "url": { @@ -71633,7 +71633,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71646,7 +71646,7 @@ "_postman_previewlanguage": "text" }, { - "id": "98b49056-f5e0-47bc-9898-92b3a631f2ea", + "id": "00a41ada-da63-472c-a5bd-3da75356b799", "name": "Created.", "originalRequest": { "url": { @@ -71683,7 +71683,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71696,7 +71696,7 @@ "_postman_previewlanguage": "text" }, { - "id": "afdd88da-cbc4-4680-a703-69676580ac2d", + "id": "54f0050a-418e-4e7e-933a-74044309a71b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71737,7 +71737,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71756,7 +71756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87cd48e9-46b2-4b39-8f3b-4220b765e12c", + "id": "1ff006cd-0fa0-4dc1-bd99-da6915762bc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71797,7 +71797,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71816,7 +71816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4673ea9d-a7c9-4a9c-8de9-2ecd12c17721", + "id": "f7aec4bf-cd4c-44d8-acab-5ccd5a6a01f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71857,7 +71857,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71876,7 +71876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1463bad0-16de-4e49-badb-87d05bfc6f9d", + "id": "07a9dc49-3845-442d-8c2d-023b15015597", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71917,7 +71917,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71936,7 +71936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "681c8f2c-20e3-4784-ad9f-e91000e83c0c", + "id": "53daaefe-21ef-43bd-97e7-cc1b935e74ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71977,7 +71977,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -71996,7 +71996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b4a8603-a3c9-4106-b11f-5ea4f4422501", + "id": "f4a15f0c-f999-4383-87a6-748772d3f38e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72037,7 +72037,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -72068,7 +72068,7 @@ "description": "Use this API to implement password management functionality. \nWith this functionality in place, users can manage their identity passwords for all their applications.\n\nIn Identity Security Cloud, users can select their names in the upper right corner of the page and use the drop-down menu to select Password Manager. \nPassword Manager lists the user's identity's applications, possibly grouped to share passwords. \nUsers can then select 'Change Password' to update their passwords. \n\nGrouping passwords allows users to update their passwords more broadly, rather than requiring them to update each password individually. \nPassword Manager may list the applications and sources in the following groups:\n\n- Password Group: This refers to a group of applications that share a password. \nFor example, a user can use the same password for Google Drive, Google Mail, and YouTube. \nUpdating the password for the password group updates the password for all its included applications.\n\n- Multi-Application Source: This refers to a source with multiple applications that share a password. \nFor example, a user can have a source, G Suite, that includes the Google Calendar, Google Drive, and Google Mail applications. \nUpdating the password for the multi-application source updates the password for all its included applications. \n\n- Applications: These are applications that do not share passwords with other applications.\n\nAn organization may require some authentication for users to update their passwords. \nUsers may be required to answer security questions or use a third-party authenticator before they can confirm their updates. \n\nRefer to [Managing Passwords](https://documentation.sailpoint.com/saas/user-help/accounts/passwords.html) for more information about password management.\n", "item": [ { - "id": "46b402cf-5372-4681-9ecf-20ce9aa08f73", + "id": "8c5d963a-2ad5-49b6-94fa-1d29c11d39cb", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -72110,7 +72110,7 @@ }, "response": [ { - "id": "e536fc26-6c8a-413d-8b80-5b48e4814c92", + "id": "8662d414-08da-4ceb-85f1-bae7dfa74180", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -72166,7 +72166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcb24688-5a6e-49ca-b312-1bd386292311", + "id": "24e92b5b-2f6a-4107-8707-7eb081dc3d18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72222,7 +72222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "971027e4-2ad7-48cd-a66d-21b14c7d400d", + "id": "a1bd525c-3fa4-418b-a204-be8ac430c570", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72278,7 +72278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac0d3400-66b6-4a2e-9492-dad11545e905", + "id": "bd80509a-d4fe-4998-b847-3cd4f2d603b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72334,7 +72334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c0c649e-3cc6-437a-9c05-33d84d9895fa", + "id": "a87f4bb0-dec5-455d-976c-61bf186282b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72390,7 +72390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21eb7f2d-1b58-482e-8ca4-67727dcfedbd", + "id": "a6c8bdce-4d6f-4139-b004-d20c15ebef7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72452,7 +72452,7 @@ } }, { - "id": "205e02c4-6f0c-406f-85a7-df8639169e60", + "id": "07686f16-cf5d-46f6-8aca-3325aade6dab", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -72494,7 +72494,7 @@ }, "response": [ { - "id": "f943057d-776b-4783-9d63-889b781136f5", + "id": "b0694c90-f08a-47eb-a2d2-5b0d4038648b", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -72550,7 +72550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce178536-aabe-463a-8329-34dd2d7321ba", + "id": "edb4f9b8-3d89-489b-9f53-36a70e5c606c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72606,7 +72606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a256bc24-6ff4-4a4b-8a83-4bb21e0fa11a", + "id": "df7e0a9e-f7b9-48c4-b305-ab4a2d520fb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72662,7 +72662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11fe4af1-c1b2-43a0-b370-245723ecd4df", + "id": "7d1232a8-d4f8-4c4a-90e0-77169c78f0fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72718,7 +72718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f42bac-5f4d-41af-94c5-5b718075f552", + "id": "ede65125-35d9-493e-ac46-5c98b1805eb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72774,7 +72774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e303509-354f-4240-8945-9e6e4d743cb0", + "id": "082561b7-bc9b-44da-8c27-4fb8127c6e5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72836,7 +72836,7 @@ } }, { - "id": "77b3a14a-0f3e-48c1-a9ed-76f2b11bd8f5", + "id": "e4643d60-74d9-40e4-ae86-b9943f15d8f8", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -72877,7 +72877,7 @@ }, "response": [ { - "id": "5c7601c1-e105-4e3d-97fc-bc80623f0d78", + "id": "21e0b9a7-c1f6-4d95-b5f0-e133bb726310", "name": "Status of the password change request", "originalRequest": { "url": { @@ -72921,7 +72921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af5d6782-d637-42b3-a4f8-77aa121c0492", + "id": "0adf9d9f-8597-441b-9942-c67a9628d64c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72965,7 +72965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c0b5ffc-a0d5-4204-96fe-d0cf10f8ca3e", + "id": "9fc59fb9-c43e-47fb-b013-a864af09541f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73009,7 +73009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb207276-8f51-42a2-a438-2112b9a940a6", + "id": "f3648c72-7ff1-4b13-aeed-b7c18bfd2c76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73053,7 +73053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "194e5cb0-8d3d-448d-ac6c-373a2978d73d", + "id": "49ca254e-c0d4-41bb-b66a-be3794d5242d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73097,7 +73097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6923aee2-e405-403b-8183-6d8b60b07d6e", + "id": "344364d0-d8f2-4a09-a8c3-025f1ce2dcc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73141,7 +73141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83f8374-570d-4e49-98ee-930c4b9088ca", + "id": "52027182-cf53-4862-84df-2e1a394975b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73197,7 +73197,7 @@ "description": "Use this API to implement password sync group functionality. \nWith this functionality in place, administrators can group sources into password sync groups so that all their applications share the same password. \nThis allows users to update the password for all the applications in a sync group if they want, rather than updating each password individually. \n\nA password sync group is a group of applications that shares a password. \nAdministrators create these groups by grouping the applications' sources. \nFor example, an administrator can group the ActiveDirectory, GitHub, and G Suite sources together so that all those sources' applications can also be grouped to share a password. \nA user can then update his or her password for ActiveDirectory, GitHub, Gmail, Google Drive, and Google Calendar all at once, rather then updating each one individually.\n\nThe following are required for administrators to create a password sync group in Identity Security Cloud: \n\n- At least two direct connect sources connected to Identity Security Cloud and configured for Password Management.\n\n- Each authentication source in a sync group must have at least one application. Refer to [Adding and Resetting Application Passwords](https://documentation.sailpoint.com/saas/help/pwd/adv_config.html#adding-and-resetting-application-passwords) for more information about adding applications to sources.\n\n- At least one password policy. Refer to [Managing Password Policies](https://documentation.sailpoint.com/saas/help/pwd/policies.html) for more information about password policies. \n\nIn the Admin panel in Identity Security Cloud, administrators can use the Password Mgmt dropdown menu to select Sync Groups. \nTo create a sync group, administrators must provide a name, choose a password policy to be enforced across the sources in the sync group, and select the sources to include in the sync group. \n\nAdministrators can also delete sync groups in Identity Security Cloud, but they should know the following before they do: \n\n- Passwords related to the associated sources will become independent, so changing one will not change the others anymore. \n\n- Passwords for the sources' connected applications will also become independent. \n\n- Password policies assigned to the sync group are then assigned directly to the associated sources. \nTo change the password policy for a source, administrators must edit it directly. \n\nOnce the password sync group has been created, users can update the password for the group in Password Manager.\n\nRefer to [Managing Password Sync Groups](https://documentation.sailpoint.com/saas/help/pwd/sync_grps.html) for more information about password sync groups.\n", "item": [ { - "id": "8fb5be8a-29d5-4ee3-b3c8-a27fd1609784", + "id": "8819fd03-3302-4f8e-af5b-8bd42d4f7e16", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -73254,7 +73254,7 @@ }, "response": [ { - "id": "fd67028f-1a6a-4501-b188-bed3793a598c", + "id": "f475cfbb-c8c7-4d27-b2a1-9b6048c15439", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -73325,7 +73325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c34e4933-5dc9-4986-8b55-7cc6339c23ee", + "id": "7937d2f9-b97c-4a20-a9af-05ebc49196df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73396,7 +73396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb0f607-11a0-4bb6-9cbb-39c86d0ec36a", + "id": "1950ecb1-484f-484c-88c8-153bcd810242", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73467,7 +73467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "149c4971-eef1-4c75-b89b-f72b74fe7adc", + "id": "3da08ee6-bc1c-47f5-9c1e-b0f75fdcb880", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73538,7 +73538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56fd966-e570-4a8c-b23f-09b9a35d065d", + "id": "02bc24a4-0603-45d1-a0e0-623a9e2b28f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73609,7 +73609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2b880d-b56c-4a32-bd26-ee691543ffd4", + "id": "e0a02a04-2f6b-45a2-97e4-4ceb5b2576cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73686,7 +73686,7 @@ } }, { - "id": "c7b1eacf-d954-4f71-bd86-f59c4dd5ad5d", + "id": "1e1c227c-cf7c-4758-985f-2fd0e85ca04b", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -73728,7 +73728,7 @@ }, "response": [ { - "id": "2691071d-eeeb-478c-a4ff-3d18d6918a9f", + "id": "34f3f1f1-23fc-497d-a51e-bca32ba14c96", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -73784,7 +73784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd69da8-b259-4fb7-a5d0-4c973ba20350", + "id": "8face8ae-ee82-42f9-a115-bec15e32fa62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73840,7 +73840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b006412-d8e2-43ec-a760-b2179e95bc43", + "id": "f6be8e5e-d2e3-4586-8b88-a886587304c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73896,7 +73896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b745f37-1cc6-4ca0-ba47-d71e8a5ddd94", + "id": "acd9c2d0-94cc-4c5b-9259-4d7be2597bdf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73952,7 +73952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfade257-2ed1-4f85-a359-55761bb83d05", + "id": "36c2aaae-ba34-49f9-9c53-5de6af19cdb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74008,7 +74008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd60eabc-6ef6-45f8-a7ba-a9b86548933d", + "id": "af49e72f-87f6-4cf4-b3bf-30eba5f0a24c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74070,7 +74070,7 @@ } }, { - "id": "69ddd08e-216d-408f-b2dd-411fcf5940fc", + "id": "6729750c-9d48-4dcc-948f-8ea0480918fd", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -74111,7 +74111,7 @@ }, "response": [ { - "id": "24db86b3-fe0d-43d2-8790-c8fffbf30a3f", + "id": "a3a998b6-cd6e-44bd-b51f-64a2ef4b577a", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -74155,7 +74155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517e23ed-871b-4ad9-bd09-979e18a0cd91", + "id": "d942df70-94cf-4130-afcc-25f5d02c3b44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74199,7 +74199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb76ad2-f16a-449c-a112-d5ab95dc3563", + "id": "9644facf-db7e-4787-a2c8-cfd4af767726", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74243,7 +74243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "255d6535-fb45-46b4-b817-064e31472ea0", + "id": "080bd7e7-6e9c-4189-8143-38282d1ee32e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74287,7 +74287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da3ffd4-d65f-4edc-977c-693b52137258", + "id": "539b55de-f9a5-4fd2-80fa-daa4fffbea7e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74331,7 +74331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbf37d6-afd1-4421-8c9c-fd8e725d53a0", + "id": "5571bdf3-a08f-4f1d-9f3f-e38dda7cdec8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74375,7 +74375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30249367-f97a-4dd9-9e45-c24a232f8a1e", + "id": "d4114f2d-59bc-4b70-b8df-255699939abc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74425,7 +74425,7 @@ } }, { - "id": "a61094b6-418c-4e35-8651-0ebb82e0d479", + "id": "719cdd16-0de5-4de4-be20-b70694f9c7c5", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -74479,7 +74479,7 @@ }, "response": [ { - "id": "d7f0c408-e64a-4e22-8406-d16f2343d9f4", + "id": "ece5a13e-4ebe-4493-8f8a-25df2e713706", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -74536,7 +74536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8ff005-4d08-4e7b-a3ba-e4c0d9372895", + "id": "aca866c5-c63e-4b85-9d5b-b4e64268330a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74593,7 +74593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85dd53b0-3d75-4a3b-a735-9276420e59ce", + "id": "018ee081-58ab-4fb0-b31f-41b3244b6bd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74650,7 +74650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b02965-9b14-4d47-8b9c-91a46c584f3d", + "id": "c3662e77-6ab0-4882-9a2a-15d1b899658d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74707,7 +74707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70dbcd8d-0b38-40b0-833a-624c1f93460e", + "id": "aaf15eaf-1ddf-48d6-bef7-530eb0d99d52", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74764,7 +74764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6329e6-3caf-4f65-8332-305004b1f53a", + "id": "d37cb06e-ff02-4223-86cb-9ca669a75335", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74821,7 +74821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953514f9-374f-4112-b079-c0eee36b5253", + "id": "b7e4281e-c460-45b3-bade-8941b7210f4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74884,7 +74884,7 @@ } }, { - "id": "41603279-03a4-45d2-b393-4d66b03210ea", + "id": "12198564-33ed-4b64-9a86-6984e35f09e0", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -74925,7 +74925,7 @@ }, "response": [ { - "id": "d6b5d3b9-f9d6-4a67-83cf-b9297ba786ff", + "id": "9c5bbdc7-faa0-482b-b654-7e8714a44cd3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -74959,7 +74959,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d79ca3a1-9880-4a89-ae9e-af1605653dce", + "id": "aa55306e-8868-4042-a43f-191e59785ae0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75003,7 +75003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b864e923-1aa1-4c6d-9ef7-957ae3e4a131", + "id": "884ccafd-10a1-445b-b534-0d0b9427cc06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75047,7 +75047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac359ae-930e-4e90-82ca-d450e7b6ee53", + "id": "136e2942-cadb-4a59-a03d-ea58d38027b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75091,7 +75091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a9119e-3825-4f32-b4ca-ffba68ff894e", + "id": "8cbe428c-dca2-4fdf-bb4c-d4612389a1b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75135,7 +75135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41147cd-20e9-424d-ba63-bc57c6bc9bf5", + "id": "0aef0151-bb69-41ff-a6af-63b526ecc155", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75191,7 +75191,7 @@ "description": "Use this API to implement personal access token (PAT) functionality. \nWith this functionality in place, users can use PATs as an alternative to passwords for authentication in Identity Security Cloud. \n\nPATs embed user information into the client ID and secret. \nThis replaces the API clients' need to store and provide a username and password to establish a connection, improving Identity Security Cloud organizations' integration security. \n\nIn Identity Security Cloud, users can do the following to create and manage their PATs: Select the dropdown menu under their names, select Preferences, and then select Personal Access Tokens. \nThey must then provide a description about the token's purpose. \nThey can then select 'Create Token' at the bottom of the page to generate and view the Secret and Client ID. \n\nRefer to [Managing Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/generate_tokens.html) for more information about PATs.\n", "item": [ { - "id": "a320fded-476f-45a4-b408-dd05822af6e0", + "id": "97d1b8ec-8bf6-4af0-b729-c91ed0c65909", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -75239,7 +75239,7 @@ }, "response": [ { - "id": "aaf868f8-658d-4d70-afe4-8f730d066018", + "id": "a748708b-58ec-498e-b2e1-0d72234531c9", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -75301,7 +75301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7152d078-bbbb-4594-9054-e9bf8efe21c2", + "id": "1347cb4c-8533-45af-a3a2-2e441a2fb4db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75363,7 +75363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc7fec4f-361d-4b19-b3c1-c4b633e69f4b", + "id": "27c00714-b221-4bea-bfba-b5a08e465827", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75425,7 +75425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb645b23-926f-4dfc-92aa-e7e581231874", + "id": "7c2d75ac-5f51-4365-927f-7e35e2c1c558", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75487,7 +75487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9225bf0c-9f8f-437f-8ae4-e068baf77539", + "id": "761f1e6b-92d5-4ede-8b64-a7217d8167e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75549,7 +75549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1388cbfe-28cd-4458-9dc8-0875eea79b7e", + "id": "61199928-5754-4688-a5ad-7eae6ba90ae2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75617,7 +75617,7 @@ } }, { - "id": "094afdcc-9359-4260-bca0-e0d5f3f49ce4", + "id": "b90607a1-0b42-45c0-81dc-58a509db8645", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -75659,7 +75659,7 @@ }, "response": [ { - "id": "1fd57118-a2ab-46f8-9d1b-4b383f2438c9", + "id": "a543bd18-4e22-4db1-9336-1fa7731439d3", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -75715,7 +75715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92e215e-73e2-493b-9596-9bb377e676b6", + "id": "191d82eb-ed6e-463e-96bf-557eb0f86e1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75771,7 +75771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926cf537-78c8-49ff-bf02-6553d3673977", + "id": "8175504a-a699-4b9b-a716-64838231cbfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75827,7 +75827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06df93a4-bde7-4a22-bdbb-c99b43a8019f", + "id": "1aa08ec1-91c8-4690-b1c8-4f15923b2fd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75883,7 +75883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c3d0bf1-1a37-4619-9cf5-a02569623502", + "id": "44f82179-3522-4d9e-8982-7da914b672c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75939,7 +75939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "847161c7-e5d4-457f-87f6-e65da9260d3d", + "id": "0120f54c-09f1-4634-9482-7eb33a01cf1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76001,7 +76001,7 @@ } }, { - "id": "9cb1d411-bff6-4e04-a513-3c72cfb57d4e", + "id": "b858f1a0-fae5-493c-b3de-b499adc56cff", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -76055,7 +76055,7 @@ }, "response": [ { - "id": "ae28c9b6-c00a-43c4-a54a-6655fd02b92a", + "id": "a092ea50-968a-4002-90d0-272121a4fa4e", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -76112,7 +76112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec842ad0-bdc4-43d7-b248-1a8509cbebe7", + "id": "de527da9-7a91-4095-b9a6-40846656c49d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76169,7 +76169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4725072d-9b7a-4412-b78f-4ff1bb86b221", + "id": "9f73ddb0-8b6a-4a98-bd9f-fde66301fb71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76226,7 +76226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fbf21f0-3174-4985-b0bd-24e194ebc403", + "id": "562679de-24a4-450b-b7b6-3082db1559ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76283,7 +76283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494d0171-96d4-487d-b78e-c93195599da4", + "id": "5dae1d87-5821-4abd-9fc7-75bb8619bd0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76340,7 +76340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494dc0c4-80bb-45d9-93c6-6c1790127734", + "id": "49225309-3af5-4ae7-af07-41ccccc5d5b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76397,7 +76397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede972bf-d127-4909-9fd2-6658423b54af", + "id": "37f50971-672e-4f64-b916-2dfd10d3ef5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76460,7 +76460,7 @@ } }, { - "id": "2f5a5125-2386-43c3-8fc0-3c4cb19d26ae", + "id": "dd7c7be6-64a2-4863-b7bb-9d91504a12ad", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -76501,7 +76501,7 @@ }, "response": [ { - "id": "e65cd3e8-1520-4848-9888-ff019ca13a91", + "id": "a4b07769-c399-43ec-8bb0-81e9ef5368b6", "name": "No content.", "originalRequest": { "url": { @@ -76535,7 +76535,7 @@ "_postman_previewlanguage": "text" }, { - "id": "de6994ec-825e-4330-8063-9112e31c9ed8", + "id": "73c4492e-ce41-4f24-87e8-c02519e10de8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76579,7 +76579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b2c387-de29-47ae-a037-330dc2c2eaaa", + "id": "4325acec-19f1-404b-a23c-fe7efaad765b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76623,7 +76623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f30295-861f-4ad6-b965-f362d7d73a10", + "id": "a6e9ec37-1757-44ba-943f-f9f861306506", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76667,7 +76667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacd89b1-d211-433a-906e-6b14d418769b", + "id": "8b4e74ae-7c4b-4065-a816-1c9767ed2dff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76711,7 +76711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5297a24c-e7af-48e3-ab37-03735e905275", + "id": "51d6d3c9-398c-4b6f-a075-d5593208f851", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76755,7 +76755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b57802f6-fe0d-4a26-8029-fa956d41b482", + "id": "b7259ac5-2530-455f-a5c7-568521662311", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76811,7 +76811,7 @@ "description": "Use this API in conjunction with [Public Identites Config](https://developer.sailpoint.com/docs/api/v3/public-identities-config/) to enable non-administrators to view identities' publicly visible attributes. \nWith this functionality in place, non-administrators can view identity attributes other than the default attributes (email, lifecycle state, and manager), depending on which identity attributes their organization administrators have made public. \nThis can be helpful for access approvers, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n", "item": [ { - "id": "02746abb-3c42-453a-94ee-782a4d8e35ef", + "id": "7f0cf2eb-a4cb-478b-b03d-ea0e17eebc08", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -76892,7 +76892,7 @@ }, "response": [ { - "id": "96cf877e-9e75-48a6-a37c-cb8a13998b1b", + "id": "7c6e1421-9414-4899-adc5-cf489ee09087", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -76990,7 +76990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23b47dd1-180c-4b37-b0dc-266f97d3ff69", + "id": "7c70deef-2d9e-40db-8469-90b759988c29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77088,7 +77088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95317c93-f93e-47ec-93da-2254a60b5fa0", + "id": "59531c85-5ffe-4825-91d9-2035d24d1cf7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77186,7 +77186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d3c67c-d3ab-46a3-959b-633d666bb081", + "id": "0c0431df-9a81-46eb-ad85-7649103bd657", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77284,7 +77284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84024a1-7ac5-4bea-9525-380ad4cd5712", + "id": "e4d6c46f-da57-4389-be16-40fef56abde6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77382,7 +77382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29413533-35b6-407c-acd7-44c8adec9f3b", + "id": "ca23a452-1336-4a2c-8707-42134f0cb9ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77492,7 +77492,7 @@ "description": "Use this API to implement public identity configuration functionality. \nWith this functionality in place, administrators can make up to 5 identity attributes publicly visible so other non-administrator users can see the relevant information they need to make decisions. \nThis can be helpful for approvers making approvals, certification reviewers, managers viewing their direct reports' access, and source owners viewing their tasks.\n\nBy default, non-administrators can select an identity and view the following attributes: email, lifecycle state, and manager. \nHowever, it may be helpful for a non-administrator reviewer to see other identity attributes like department, region, title, etc.\nAdministrators can use this API to make those necessary identity attributes public to non-administrators. \n\nFor example, a non-administrator deciding whether to approve another identity's request for access to the Workday application, whose access may be restricted to members of the HR department, would want to know whether the identity is a member of the HR department. \nIf an administrator has used [Update Public Identity Config](https://developer.sailpoint.com/docs/api/v3/update-public-identity-config/) to make the \"department\" attribute public, the approver can see the department and make a decision without requesting any more information.\n", "item": [ { - "id": "b3dcfab6-db35-4bec-848d-91d40636ed6f", + "id": "f10512be-481a-4377-82aa-c02162ce7356", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -77521,7 +77521,7 @@ }, "response": [ { - "id": "d0e47066-f83b-4ec0-b080-5e1486e00d85", + "id": "a6507d8b-dd76-48a7-bbef-09be9f474468", "name": "Request succeeded.", "originalRequest": { "url": { @@ -77564,7 +77564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e442b8db-65c3-412a-935f-b57654c5e801", + "id": "01787e4d-4d79-49db-afd7-aeb4a6293fd4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77607,7 +77607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88d0686-0e11-4380-b505-6d480e893ecb", + "id": "e46a183c-6167-456d-8548-fcfd8824b4c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77650,7 +77650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5139490f-55f5-4aba-b071-6dd92c839cb6", + "id": "5e35c66c-2f5a-4fbc-b567-b8fc7b733b42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77693,7 +77693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccef7465-a28d-4ddf-9df4-fa987670cb4f", + "id": "ffacd60e-cf5d-4e42-a332-b5a59b035d32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77736,7 +77736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd0eda4-0213-4113-a5e4-55c60abf45ee", + "id": "37d04a41-9d5c-405b-b9ea-1e617aaec0f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77785,7 +77785,7 @@ } }, { - "id": "12b3b619-e64c-46d6-9f72-ea339a7bd4d5", + "id": "d9de59d5-7292-4242-a1f2-e7d92ecaa102", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -77827,7 +77827,7 @@ }, "response": [ { - "id": "6dedd4e6-2461-4369-a396-22c93270d40c", + "id": "d45b89f7-4e12-4f2c-be99-2c39510893ed", "name": "Request succeeded.", "originalRequest": { "url": { @@ -77883,7 +77883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b489399-3b2d-44ac-a283-76333c1dc381", + "id": "93482b7f-2974-4741-a05a-e7575c63bd3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77939,7 +77939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b73312-8ba3-4b16-85c0-c17897220d7e", + "id": "2586cbe5-93b1-406a-8cbf-346cbc1dade0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77995,7 +77995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72efda88-7398-4e70-8f97-44046fca9b88", + "id": "9f10738d-b38d-4370-bba6-765aba0acf49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78051,7 +78051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f3d014-6656-4945-b86f-bc9061744e18", + "id": "7bb90712-99f2-4383-9f81-22430def8440", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78107,7 +78107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8840fb6c-c2cb-47ac-ba79-76b08235775c", + "id": "5a0a1a5c-80c5-4e4e-9a4f-afb283430154", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78175,7 +78175,7 @@ "description": "Use this API to implement reports lifecycle managing and monitoring.\nWith this functionality in place, users can run reports, view their results, and cancel reports in progress. \nThis can be potentially helpful for auditing purposes. \n", "item": [ { - "id": "eed1d80f-887e-434c-a162-3f0728fbc073", + "id": "9d5ddab8-324b-4eb7-8975-af1401af3817", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -78227,7 +78227,7 @@ }, "response": [ { - "id": "4ae9f440-d952-4dad-8543-bb18d386198e", + "id": "6059a20d-1916-47a4-99ac-9ea71d982728", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -78282,7 +78282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fde74a1-bc80-4033-ba8c-fbd33a0851d0", + "id": "a7bc498d-9098-43e1-9847-f578ee9b0a52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78337,7 +78337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c4e8e2-e665-4cf0-856c-9622290914ef", + "id": "25ae33eb-04b5-47b9-bd3c-3e2302242489", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78392,7 +78392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69888cc3-0798-45e3-87bd-c16265ece153", + "id": "e356e544-a1b1-4c18-bfdb-bec328f9039b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78447,7 +78447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e704ba5f-8c2a-4e54-9481-39f9d6ab22de", + "id": "a798dc97-9521-4d53-8ae3-65022cb88d4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78502,7 +78502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd51978-eeb4-4c73-8686-8972b079b402", + "id": "f3737152-c51e-48f6-bbcf-2e77914523b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78563,7 +78563,7 @@ } }, { - "id": "786f6916-7fd7-4c52-88bb-8a5f23534059", + "id": "f76d61f2-063d-4a50-987e-fae7e126cc97", "name": "Run Report", "request": { "name": "Run Report", @@ -78606,7 +78606,7 @@ }, "response": [ { - "id": "5eff6c0f-c6f1-490b-9e99-ad1e35513245", + "id": "c5904c9a-442a-40b0-9dd1-0df88719b5cc", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -78663,7 +78663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83824a4b-94e6-4efa-b040-58bb87412e8f", + "id": "9891230f-c891-41bb-92a2-b23332c6ab0b", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -78720,7 +78720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "809792ad-455d-49eb-8825-68183d375a21", + "id": "a816e9af-7103-4c21-90dc-944387ce003e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78777,7 +78777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2dc81b-c33f-46a5-ae53-5e36ae42e4f1", + "id": "0a228937-2c78-4713-a4e9-0e0ae416ec4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78834,7 +78834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74db9fde-8cea-4c14-a506-38662c16f0a2", + "id": "42ef3b58-898c-4599-99cd-e0358647ba2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78891,7 +78891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8420d9a5-b630-4fb9-a19b-fac6e41069d8", + "id": "329bb5d1-297d-4c57-badd-6e76380526ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78948,7 +78948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f04f72-fb95-44f3-bfc0-1d182ed5b6f8", + "id": "db0f9b15-c61b-4799-b6fd-bdad56a6028e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79011,7 +79011,7 @@ } }, { - "id": "f182e915-2c8b-4cfe-b980-506232b30368", + "id": "5194069e-ef70-40be-87c9-e0b3f6be87d4", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -79053,7 +79053,7 @@ }, "response": [ { - "id": "98290064-4b2d-4d11-ada2-146b327b248b", + "id": "2a51f0b9-433d-4079-afa9-e6c70fca4fb8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -79088,7 +79088,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eacdcacc-a7bc-4fc5-aff9-0176d32a1455", + "id": "00bf471f-329d-4131-acec-3992190bfeb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79133,7 +79133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382f3e90-b32f-4bad-8d83-4b555fbd9ab8", + "id": "5d2e88ae-6ff4-47eb-932a-ea6d61199737", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79178,7 +79178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e57720e-48e9-4cfa-bd9a-2787aa80af62", + "id": "dfbf8c9d-7dda-44a1-a56f-6e0b3de298ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79223,7 +79223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8380506-7cdf-4d7d-b67e-cc04691a0232", + "id": "baf9168f-2559-4701-9931-6c2c783158d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79268,7 +79268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6e25bca-8ca9-470c-a48d-608fa612a4e4", + "id": "9679ac27-9b92-43ed-bcc8-28858d0ef429", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79319,7 +79319,7 @@ } }, { - "id": "d92102ff-57d6-474d-8afc-8902704e00c0", + "id": "1fed96e1-178a-4e9c-9bf4-3ea04a98595f", "name": "Get Report File", "request": { "name": "Get Report File", @@ -79388,7 +79388,7 @@ }, "response": [ { - "id": "cefa057e-c340-40fd-81be-5392eeec3f2b", + "id": "4ad0bab5-3260-4411-bf63-1443d3f131eb", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -79464,12 +79464,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "commodo quis mollit", + "body": "dolor aliqua qui incididunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "280abeae-1dcf-4667-84d4-62330303588f", + "id": "afedb56e-984f-43c5-8672-8b828c8a6451", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79541,7 +79541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df5a2ca9-af35-40fd-8604-8180ba58e1e6", + "id": "ccc4650c-21dc-4bc2-9cf9-2f8b5c3c707f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79613,7 +79613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0853f93-843f-47b4-914b-40ed0e9c1fc9", + "id": "a905ec1c-5f41-48ae-ac42-3cbe2428dc99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79685,7 +79685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb4662b-8d77-4e5f-a200-7d9b6e9a2313", + "id": "c8c39db7-cb45-4505-86f1-af2b021696f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79757,7 +79757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40976245-f767-485e-8ad6-e457fabdb085", + "id": "51953c5b-fbe0-434d-ae7d-e3f319d99178", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79829,7 +79829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4245b334-111a-41aa-8854-095994b5563c", + "id": "ef31079e-c408-4578-9a82-f1c353e9d24f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79913,7 +79913,7 @@ "description": "Use this API to implement requestable object functionality. \nWith this functionality in place, administrators can determine which access items can be requested with the [Access Request APIs](https://developer.sailpoint.com/docs/api/v3/access-requests/), along with their statuses. \nThis can be helpful for administrators who are implementing and customizing access request functionality as a way of checking which items are requestable as they are created, assigned, and made available.\n", "item": [ { - "id": "24cee928-3511-4ef3-b247-b2368cdc3e41", + "id": "36e1dd83-cc53-4359-ad2c-ae42f1731d7d", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -80024,7 +80024,7 @@ }, "response": [ { - "id": "afef69d6-c5c9-4849-8eb7-21b8579257d1", + "id": "b6e43efe-690a-442e-a816-90a593f9419d", "name": "List of requestable objects", "originalRequest": { "url": { @@ -80149,7 +80149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667cd30c-8d8c-48a0-a517-2fa2dd25227a", + "id": "62ce31ef-aaea-43a2-a047-1d183d6290cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80274,7 +80274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8445f4a-a069-4ca1-b2d0-7d6d5113da83", + "id": "056ae94c-c948-4a93-ad1a-f3f9226f5815", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80399,7 +80399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b088a9bc-99f9-472f-a4d0-36d0a37a9b97", + "id": "0da0daa4-b00b-4055-8cf2-394842398ea5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80524,7 +80524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0471102a-38de-4c23-9c9b-5c95e7dee662", + "id": "3f546fcf-a46c-46a9-8234-4403d39527b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80649,7 +80649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd1d712a-05e6-4ea7-98b7-39b392c77898", + "id": "8ac0b1b0-f72f-4d25-a024-bb083abd2980", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80786,7 +80786,7 @@ "description": "Use this API to implement and customize role functionality.\nWith this functionality in place, administrators can create roles and configure them for use throughout Identity Security Cloud. \nIdentity Security Cloud can use established criteria to automatically assign the roles to qualified users. This enables users to get all the access they need quickly and securely and administrators to spend their time on other tasks.\n\nEntitlements represent the most granular level of access in Identity Security Cloud. \nAccess profiles represent the next level and often group entitlements. \nRoles represent the broadest level of access and often group access profiles. \n\nFor example, an Active Directory source in Identity Security Cloud can have multiple entitlements: the first, 'Employees,' may represent the access all employees have at the organization, and a second, 'Developers,' may represent the access all developers have at the organization.\n\nAn administrator can then create a broader set of access in the form of an access profile, 'AD Developers' grouping the 'Employees' entitlement with the 'Developers' entitlement.\n\nAn administrator can then create an even broader set of access in the form of a role grouping the 'AD Developers' access profile with another profile, 'GitHub Developers,' grouping entitlements for the GitHub source.\n\nWhen users only need Active Directory employee access, they can request access to the 'Employees' entitlement.\n\nWhen users need both Active Directory employee and developer access, they can request access to the 'AD Developers' access profile.\n\nWhen users need both the 'AD Developers' access profile and the 'GitHub Developers' access profile, they can request access to the role grouping both. \n\nRoles often represent positions within organizations. \nFor example, an organization's accountant can access all the tools the organization's accountants need with the 'Accountant' role. \nIf the accountant switches to engineering, a qualified member of the organization can quickly revoke the accountant's 'Accountant' access and grant access to the 'Engineer' role instead, granting access to all the tools the organization's engineers need.\n\nIn Identity Security Cloud, adminstrators can use the Access drop-down menu and select Roles to view, configure, and delete existing roles, as well as create new ones. \nAdministrators can enable and disable the role, and they can also make the following configurations: \n\n- Manage Access: Manage the role's access by adding or removing access profiles.\n\n- Define Assignment: Define the criteria Identity Security Cloud uses to assign the role to identities. \nUse the first option, 'Standard Criteria,' to provide specific criteria for assignment like specific account attributes, entitlements, or identity attributes. \nUse the second, 'Identity List,' to specify the identities for assignment.\n\n- Access Requests: Configure roles to be requestable and establish an approval process for any requests that the role be granted or revoked. \nDo not configure a role to be requestable without establishing a secure access request approval process for that role first. \n\nRefer to [Working with Roles](https://documentation.sailpoint.com/saas/help/access/roles.html) for more information about roles.\n", "item": [ { - "id": "adef7b85-56c3-4688-b0a7-dfc8ff486431", + "id": "a1b3c22f-07f8-4af5-83f9-ebaa36bf11cc", "name": "List Roles", "request": { "name": "List Roles", @@ -80888,7 +80888,7 @@ }, "response": [ { - "id": "503fd19b-90fe-49b0-8753-19030c6c45f3", + "id": "092ad664-524d-4bb3-b1f3-7169782dbf57", "name": "List of Roles", "originalRequest": { "url": { @@ -81004,7 +81004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bae69e9-5b0a-4229-bbcf-18640e5bc0ed", + "id": "6f6d41b7-ebd7-4942-ad02-9b5f7975271e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81120,7 +81120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1573de0d-9234-416b-9273-5561f5093b49", + "id": "225256aa-0900-4a72-83f7-990eaaffa7d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81236,7 +81236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16368698-d5ce-4cd4-949a-60b142a80bdf", + "id": "01048d21-576c-4d64-83a5-b2f0dcde7abc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81352,7 +81352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97dd510-81ca-4175-86f7-791d71aba6ff", + "id": "8334631c-363c-4559-b777-f138f5637b69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81468,7 +81468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406e3e48-e95a-4c3c-82d4-ada057593359", + "id": "eccd61d2-7dbe-4c0e-a310-8451b3350fc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81590,7 +81590,7 @@ } }, { - "id": "66391bf8-142a-49d0-9e29-11e17b54a452", + "id": "6c8593a6-d6d2-4813-a055-9c282dddfbea", "name": "Create a Role", "request": { "name": "Create a Role", @@ -81632,7 +81632,7 @@ }, "response": [ { - "id": "91bc9255-58e6-4930-ab24-2c1ebc4669ed", + "id": "a161d602-e6b6-4c41-aef5-655dbf4d5a1e", "name": "Role created", "originalRequest": { "url": { @@ -81688,7 +81688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7801480-b564-45d8-b75a-eb3a04fc399d", + "id": "45453693-43a0-429b-a0cc-2ee6e9f6b8e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81744,7 +81744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "384ec9df-ff12-49df-9f2d-f5438850dd0e", + "id": "fea2f311-d235-4bb3-ad12-21da2e9518b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81800,7 +81800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3791e770-bca3-45be-bc42-c4831fafd6b0", + "id": "b0123dc9-f642-4bc1-918b-b87304933b39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81856,7 +81856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8104c34d-2e46-43e8-ad4c-e8569baaa5d8", + "id": "f70d2281-9402-4778-8a3b-b5add93d08f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81912,7 +81912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4f6e02-4950-4426-9399-21f54735fd72", + "id": "e43f75df-1694-4e0b-83f0-8f1a505b9a6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81974,7 +81974,7 @@ } }, { - "id": "639623b6-b267-4eae-94a0-b500780ed177", + "id": "80c8e645-0566-4e87-8f7c-540eae989748", "name": "Get a Role", "request": { "name": "Get a Role", @@ -82015,7 +82015,7 @@ }, "response": [ { - "id": "00ec1610-6425-4cf1-bd66-f43ef5cfbbdc", + "id": "a1e77489-0e13-4fc1-ac38-8efbd496c7c6", "name": "List of all Roles", "originalRequest": { "url": { @@ -82059,7 +82059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c883bf-e2f2-410a-95e6-56306d679273", + "id": "7e388e51-aa89-41c4-9950-989c7d257cd6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82103,7 +82103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3d5a12-6fd9-4f80-aa02-24d9e72ff817", + "id": "d846021e-73a6-4394-8031-c43b1bf0d906", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82147,7 +82147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72968d84-68e0-41e6-a4e4-a476cfcaa121", + "id": "72fe9167-59f5-4a37-838b-d068997d7bdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82191,7 +82191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0ecb24-bcd0-4487-8b9f-bdd0c7b4f921", + "id": "80e4e43d-e6ea-4d76-a76c-49e89280f2bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82235,7 +82235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ae85ad-4af4-42dd-bde4-2275eb0dca2d", + "id": "1b108765-fe5c-4259-bc4b-2542e32aceab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82285,7 +82285,7 @@ } }, { - "id": "eb6dcf6c-8c79-43cd-aee1-15af322379ba", + "id": "91bcaf06-8d73-4538-9c49-e9a5122288f5", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -82339,7 +82339,7 @@ }, "response": [ { - "id": "c03f250d-68a8-49f1-a686-30764ed65168", + "id": "56ab0f93-2663-4c0b-a9bc-113ab860f9d0", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -82396,7 +82396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5924bd-2db3-415b-892f-ae70b3625cdb", + "id": "d80d3404-38c9-4f8f-a5f0-92e8c33bb503", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -82453,7 +82453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47848901-7bf9-48aa-b1df-3bcb5d4fd459", + "id": "450ace2b-fbbd-496f-b541-6d01c3297354", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82510,7 +82510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479678c6-fccc-48d4-bd3d-82bbba526305", + "id": "cbd86527-ab52-426a-b9ca-90ed7c3b978e", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82567,7 +82567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b3efb4-45fc-4a1c-a85a-13304ba9cf3f", + "id": "2fa9b707-a408-4f27-9c66-7974fa125910", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -82624,7 +82624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8d9b53a-eb45-4d43-8a40-0b85c6401b03", + "id": "a775bb5f-4eac-4f74-84cc-3ed715a15bbb", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -82681,7 +82681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b904818-2705-490e-9400-d9b1b5c7e488", + "id": "4e4d33a1-f683-49b9-8203-c7ea388694f9", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82738,7 +82738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be16f57-8332-426b-bd0d-9e4345b74c8a", + "id": "7a001fe4-18eb-4e8c-82cf-a255b9925000", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82795,7 +82795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f648e8fb-50ed-48ff-9978-af95b58a9742", + "id": "3a67e121-c202-472c-af6b-7dc2bbad1c2b", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -82852,7 +82852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d78193a-957d-4307-910e-84fb33609ce2", + "id": "b653c8db-013c-4fda-b5a9-a3d3f513c9c2", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82909,7 +82909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f43482f-e8d8-45cd-8309-9247289924f6", + "id": "5a52f8dc-4cbe-4706-9c8b-f53a665b88ac", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82966,7 +82966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96831f5b-93a8-4225-a59c-f00bd8399d92", + "id": "07d6c9da-1db8-41b8-bd61-769533a7670c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83023,7 +83023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40009566-4b7d-4a9a-aecf-17b262c74cd9", + "id": "3135cee2-fe5f-4fa1-b609-ae1dd4189869", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -83080,7 +83080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9cd1b80-efc0-4631-9704-956689f5f0ff", + "id": "75a661bb-eab1-4974-b553-a8c6ace469b8", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83137,7 +83137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f8dc9b-2eb6-4bee-bee2-4a1c8dedc87d", + "id": "07736901-2184-4e9a-a7f0-c17f40e432ba", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83194,7 +83194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ed07ff8-c7f4-471f-9276-ab936e2922a1", + "id": "38dade19-d9ff-4658-afd1-1a7837dd8de9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -83257,7 +83257,7 @@ } }, { - "id": "0db8958d-72b3-440a-9d49-8a38c9f6297f", + "id": "8dd234aa-ec69-4b39-a5cb-1b575d3a5763", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -83298,7 +83298,7 @@ }, "response": [ { - "id": "ddf265aa-7918-4053-8f17-475a3de598e3", + "id": "35e43e64-9118-4bac-84fc-068ec4bb5953", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83332,7 +83332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "53135fbb-f8ae-41f5-874b-d9665178d73a", + "id": "175096f6-0d41-4910-bb65-73b99240ca26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83376,7 +83376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225af27e-2ebc-4128-90bd-5eac16eabd1e", + "id": "105e395e-ef13-4c70-b650-3be4b78174bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83420,7 +83420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2016af9-d97d-41f3-ba4c-32e12710b3d6", + "id": "8a891c15-9bfe-432f-868d-2850edacf76b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83464,7 +83464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9a307c-46b3-4be9-aeee-5f2d198dc1c6", + "id": "ad15cbb1-4c01-421a-abe9-84358fbc12f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83508,7 +83508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8142c245-fdc4-49b6-9a20-5727953d8aa9", + "id": "40178839-545e-4508-9898-a66dffa65f32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83558,7 +83558,7 @@ } }, { - "id": "546aa16d-4efa-4cbf-bcd1-1b2d4e01964f", + "id": "96602ff3-5f24-4727-b7e7-b4f48fb16fa3", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -83601,7 +83601,7 @@ }, "response": [ { - "id": "3df5400c-252d-4a61-81c2-d642b999c531", + "id": "ec8902d5-fe6b-482d-b341-fd20d9cc85a3", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -83658,7 +83658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79371310-0014-45e4-940d-39f29c418952", + "id": "2b75cd1e-1d75-4a7e-9167-ade8dbac157c", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -83715,7 +83715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "267191e1-92d4-4ebf-9cbc-f0e9ada234b3", + "id": "27ecca57-f337-46ce-a447-8927c9628efb", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -83772,7 +83772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ba82dd-dac3-4e0e-b041-122900d55fdf", + "id": "65ba81cb-dfab-4688-b9ed-f990ab5dbe01", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -83829,7 +83829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b6ee52-4d04-42eb-9930-6e691528dfe2", + "id": "3c8b48e9-19e2-48d7-b097-62ce7fe09f4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83886,7 +83886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6bb774-4478-43f4-a968-6d573473b271", + "id": "b7ecce03-4630-4c02-ab32-615559f627a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83943,7 +83943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f02a7bfc-6562-4da2-843f-e3f6023decfd", + "id": "1f198fbe-5325-4419-a270-61ce8d4a3834", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84000,7 +84000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4501b7a-817b-46c6-95b1-9530ca037146", + "id": "59b64e79-c7b4-41dd-b441-ce16261d5b53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84063,7 +84063,7 @@ } }, { - "id": "ccb0ff32-c498-4741-8de4-ea0294f88e2b", + "id": "0d308ac9-1f22-44d7-b8c4-9773712ff777", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -84148,7 +84148,7 @@ }, "response": [ { - "id": "afbe7365-23fb-4d33-9b53-834603fa4f51", + "id": "78a43c91-6c1e-46ec-9a6d-018fc2a239fe", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -84239,7 +84239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "689f05a5-c751-45d9-942b-bc30843f5333", + "id": "ce25a879-3ba5-49b5-aef9-10b5ec6b1801", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84330,7 +84330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c48c04-6f9d-45ae-a52a-0741b1b559f1", + "id": "545a76cf-4ee5-4e4b-8783-dbbff29a878a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84421,7 +84421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e1864d-863e-4915-ab5c-0c6a6e904178", + "id": "b1610f58-5a75-42bc-a90e-0d0f540b37da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84512,7 +84512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ecaaac0-727a-4781-a051-8e1ea18150c6", + "id": "6b99b65e-4124-48c2-abda-556555a75a20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84603,7 +84603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fbfc84-3209-42dc-ad9c-08d7d164c993", + "id": "b100792f-907e-483e-9aef-4389ebee3b29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84706,7 +84706,7 @@ "description": "Use this API to implement saved search functionality. \nWith saved search functionality in place, users can save search queries and then view those saved searches, as well as rerun them. \n\nSearch queries in Identity Security Cloud can grow very long and specific, which can make reconstructing them difficult or tedious, so it can be especially helpful to save search queries. \nIt also opens the possibility to configure Identity Security Cloud to run the saved queries on a schedule, which is essential to detecting user information and access changes throughout an organization's tenant and across all its sources. \nRefer to [Scheduled Search](https://developer.sailpoint.com/docs/api/v3/scheduled-search/) for more information about running saved searches on a schedule. \n\nIn Identity Security Cloud, users can save searches under a name, and then they can access that saved search and run it again when they want. \n\nRefer to [Managing Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html) for more information about saving searches and using them.\n", "item": [ { - "id": "38383170-5beb-4847-b6e2-6339dbf503af", + "id": "bd771c64-eaa5-4bef-8202-fb320cc68b2e", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -84748,7 +84748,7 @@ }, "response": [ { - "id": "6416015b-1b41-4868-b0ab-7400b8c2d7bf", + "id": "afd4a332-ca9e-474b-8a99-23d2fb6891e0", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -84804,7 +84804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5084dbf4-9379-4003-9535-d64d283aa5ae", + "id": "0cd46cfa-3d96-4365-8188-b2d2ad662d2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84860,7 +84860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba38012-a8ec-41a3-b926-d12f367477ca", + "id": "e770fc20-6640-4310-918d-b0f04961b4d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84916,7 +84916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3c99c63-27db-4103-b93a-52b4afa512b3", + "id": "6ba8cb84-3ced-4c8a-b4e7-4b510872d4fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84972,7 +84972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d05629e-64c1-4c75-b315-9a966ea43905", + "id": "aae0a4e9-9c21-4a2c-b822-0fd7e73d8efc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85028,7 +85028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c21673-1725-4395-9553-4b72be6d0582", + "id": "8e060b25-e623-45c7-821a-974b027c9f18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85090,7 +85090,7 @@ } }, { - "id": "7dae2d2e-8ddc-4102-a617-64d46dc5bba3", + "id": "e9ecfa9c-bd22-4e62-8347-573756ac5b54", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -85156,7 +85156,7 @@ }, "response": [ { - "id": "c485bc3f-254a-4e0a-b731-7fd94026a536", + "id": "68a734d5-68c3-4cd7-95d0-9ab5555f9fb4", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -85245,7 +85245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814d6d46-83d7-4837-bcbb-c03b1bce2617", + "id": "6d347107-ab30-4b26-a70f-acff7418f883", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85325,7 +85325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2c9d64e-6a1a-4861-b81d-50b5c2c32b5c", + "id": "502d01d2-690a-4569-a216-3cf5857e2624", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85405,7 +85405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ce983c-31f6-4997-996e-f67399103a4f", + "id": "57dfd6c7-6c66-4c59-b17a-fcd5d8b7dfa9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85485,7 +85485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3a93625-adb4-4307-8f73-4605fbf3b127", + "id": "763d727d-2a95-4b7e-9584-ef568cae1dbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85565,7 +85565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70956f34-fbd5-4b83-9409-f5841f14207b", + "id": "4b47e6ef-e88c-4a77-8179-b91f557ff479", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85651,7 +85651,7 @@ } }, { - "id": "d28aeff9-29cd-41f9-90a5-1c49ad06f3f7", + "id": "6fd468dd-685e-4323-a398-dbd8b519400e", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -85705,7 +85705,7 @@ }, "response": [ { - "id": "da4db378-eb9a-4d0d-8910-b3078d7ba42d", + "id": "3e072e1e-259d-44cc-a7f7-7f8a01ce0996", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -85762,7 +85762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c96d37-2af8-4768-9121-d0466eb8267a", + "id": "4fb164ae-016a-4c2e-a0f7-2720126372f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85819,7 +85819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "210d2a9c-c137-4b19-8629-ad6205f04f51", + "id": "fe0265bb-ad3c-435d-9013-d51ad9ea6ff4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85876,7 +85876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89642170-23fa-49e9-a984-bbf2f93929a2", + "id": "4b698803-5ec1-44d4-90f9-285b64575f4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85933,7 +85933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d447dac-8fb8-4ca9-93fd-d3cc92a7c2c7", + "id": "693a6771-6e2d-4e94-a5bf-97f0253e8d40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85990,7 +85990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b60d272-eee0-40be-820d-0c4396636dd5", + "id": "375eb608-f842-47ae-8b51-8eb08b949278", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86053,7 +86053,7 @@ } }, { - "id": "f4b01d4b-66c1-4eb3-8baf-fc70dc5d1169", + "id": "d45b6add-7ec9-42f6-8323-ba998e545868", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -86094,7 +86094,7 @@ }, "response": [ { - "id": "69d45506-9070-4621-ba30-fadfb6bb1c3c", + "id": "e87b1329-ebc7-44b9-99b5-a871f0d21712", "name": "The requested saved search.", "originalRequest": { "url": { @@ -86138,7 +86138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb70942-f05c-4dc1-95bd-434a86ac4dde", + "id": "107c185b-de94-442d-94a6-99472a435ed2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86182,7 +86182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05293e8e-0c2c-4d3a-8cf0-7a8dda655a10", + "id": "6782b1e4-6da3-4309-a806-d5b0e6a20840", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86226,7 +86226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a850876-f2fd-4057-ab25-cb82d75e15f9", + "id": "dfb549d6-c115-4d83-9208-781a27930074", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86270,7 +86270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7da3309-5265-4787-a687-4fd7d6e82b80", + "id": "e5f535de-a056-4290-a70b-814b25ba4c9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86314,7 +86314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb4e6a0-5ac1-480f-9ca9-1d7439a9fe30", + "id": "57c3e67c-6432-4279-ba0b-ae6e93e9d02f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86358,7 +86358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ab1590-954f-4b92-9b4a-5bb175ef3fc2", + "id": "6b24511f-e917-492d-a1e2-1f73f358db51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86408,7 +86408,7 @@ } }, { - "id": "6c30d680-1f84-4f95-b936-c5e4c3272b98", + "id": "8e63b904-a51f-4043-9c01-93ae5f0df610", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -86449,7 +86449,7 @@ }, "response": [ { - "id": "602b07ed-5474-4e33-b636-095ba8cafc9c", + "id": "bb3dca8d-9445-48c9-8d02-7a93c263bb3c", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -86483,7 +86483,7 @@ "_postman_previewlanguage": "text" }, { - "id": "be84d497-033d-47b4-88fa-08fdbc34cc82", + "id": "9547ec99-9973-4845-9e84-7057502b6033", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86527,7 +86527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb27124-a120-4baf-b2a0-594d104c9c5c", + "id": "04fc1535-ddfc-42b4-87cd-9eac1f171a0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86571,7 +86571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824ab4e3-8d09-4c3b-89cb-fefd6279a75d", + "id": "8c3d0da9-5f2e-400e-94e7-93fde1fdfe64", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86615,7 +86615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b89e5c0-8f0f-409a-9a21-cd005e9b2e7b", + "id": "7133cea2-c204-4ac7-baa7-6b3a21f274e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86659,7 +86659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "834cc56a-3328-4ddc-825c-272e216e1680", + "id": "8643bc95-d91e-438b-8f9a-33cfc5225828", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86703,7 +86703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c30f918-3d6b-4c00-afb3-c30b455eaf51", + "id": "e977b716-cd6e-45ff-9280-94fb887d8fa5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86753,7 +86753,7 @@ } }, { - "id": "be3f13d1-8e77-4b76-aab3-bd55592f4979", + "id": "f3d2a9f4-6b3d-476e-a029-7b1b5fb60ccd", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -86808,7 +86808,7 @@ }, "response": [ { - "id": "af8ac8fe-ab80-44f7-a2e6-648306c749e4", + "id": "49f09cfc-f732-498f-a352-4e99b58ee16c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -86856,7 +86856,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cf86a30d-b9c8-43e3-ba88-d22df6af5df1", + "id": "bff6e181-010a-4839-8d46-b7e75ec201a5", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -86914,7 +86914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca8a89b1-643d-40ed-ba37-48631d7c9cf5", + "id": "1bd0c5e1-b97b-4b69-831f-ba2b706e2a5b", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -86972,7 +86972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04dfd4bd-cf8d-453d-bac3-7b14e994e179", + "id": "1d0f4810-fe37-489b-a592-124f13f3b085", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -87030,7 +87030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121cb8ff-799d-4416-92de-2dacff35e2e3", + "id": "8d93cd70-2399-4b0e-b2d5-92cafda26738", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -87088,7 +87088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1b2700-f884-44d0-abd9-93bd6bd76fda", + "id": "fac7ff0b-9bac-484b-b41c-3c535f5a0d96", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -87146,7 +87146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b30105-fd03-4e2b-a167-724234aa8f11", + "id": "4be66584-68dd-43b7-afd9-1da07004bfd8", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -87204,7 +87204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3612f71-f014-4b0e-9c41-861c1b811181", + "id": "1f991b24-f0af-4744-8b00-7777b4c0c130", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -87274,7 +87274,7 @@ "description": "Use this API to implement scheduled search functionality. \nWith scheduled search functionality in place, users can run saved search queries on their tenants on a schedule, and Identity Security Cloud emails them the search results. \nUsers can also share these search results with other users by email by adding those users as subscribers, or those users can subscribe themselves. \n\nOne of the greatest benefits of saving searches is the ability to run those searches on a schedule. \nThis is essential for organizations to constantly detect any changes to user information or access throughout their tenants and across all their sources. \nFor example, the manager Amanda Ross can schedule a saved search \"manager.name:amanda.ross AND attributes.location:austin\" on a schedule to regularly stay aware of changes with the Austin employees reporting to her.\nIdentity Security Cloud emails her the search results when the search runs, so she can work on other tasks instead of actively running this search.\n\nIn Identity Security Cloud, scheduling a search involves a subscription. \nUsers can create a subscription for a saved search and schedule it to run daily, weekly, or monthly (you can only use one schedule option at a time). \nThe user can add other identities as subscribers so when the scheduled search runs, the subscribers and the user all receive emails. \n\nBy default, subscriptions exclude detailed results from the emails, for security purposes. \nIncluding detailed results about user access in an email may expose sensitive information.\nHowever, the subscription creator can choose to include the information in the emails. \n\nBy default, Identity Security Cloud sends emails to the subscribers even when the searches do not return new results. \nHowever, the subscription creator can choose to suppress these empty emails. \n\nUsers can also subscribe to saved searches that already have existing subscriptions so they receive emails when the searches run. \nA saved search can have up to 10 subscriptions configured at a time. \n\nThe subscription creator can enable, disable, or delete the subscription. \n\nRefer to [Subscribing to Saved Searches](https://documentation.sailpoint.com/saas/help/search/saved-searches.html#subscribing-to-saved-searches) for more information about scheduling searches and subscribing to them.\n", "item": [ { - "id": "6e2d4bc4-5213-4ad9-a1ab-d44f63329ad0", + "id": "923800d4-c82b-43d1-956b-490f93695e46", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -87316,7 +87316,7 @@ }, "response": [ { - "id": "46b60577-dbb9-45a4-b353-dd759f87d489", + "id": "cc643d18-9a0e-492e-8e42-7bb27233f9f4", "name": "Daily Search", "originalRequest": { "url": { @@ -87372,7 +87372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88d9515-98ad-4b82-8436-38160f1659ad", + "id": "3aac3604-11df-46b3-91e0-0b9b7761b164", "name": "Weekly Search", "originalRequest": { "url": { @@ -87428,7 +87428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19b4dff7-e44c-46c7-baec-6298dec0db3d", + "id": "76e6fae7-5d71-41e3-a1d2-13fa1a3b5521", "name": "Monthly Search", "originalRequest": { "url": { @@ -87484,7 +87484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd066d3-e397-4a14-9da8-9226439b6fe2", + "id": "a3e5d0da-906a-4a32-b177-62cf263ce89f", "name": "Annual Search", "originalRequest": { "url": { @@ -87540,7 +87540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533d2b8d-21af-42a7-8e64-b5822ad59466", + "id": "ee243db1-3f6a-4a6c-a52c-179a4edc5d9b", "name": "Calendar Search", "originalRequest": { "url": { @@ -87596,7 +87596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e7b461a-efc2-4919-8304-1026136247f3", + "id": "6711dd5e-707e-49c0-b906-7a154b46bad8", "name": "Weekly Search", "originalRequest": { "url": { @@ -87652,7 +87652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f9c5e2-868b-465e-8c77-b0cf737f9562", + "id": "abc65264-e367-4eee-bb16-7870b4dda994", "name": "Monthly Search", "originalRequest": { "url": { @@ -87708,7 +87708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c139cc64-64fc-4305-9cdf-6be4a9b68c94", + "id": "1500f68e-d8b9-4f41-bc12-84126efa058a", "name": "Annual Search", "originalRequest": { "url": { @@ -87764,7 +87764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da314244-3397-4bdc-9e8c-d0b933e7f38c", + "id": "1f9e948d-58d4-4767-b2e7-d02c49dc77c1", "name": "Calendar Search", "originalRequest": { "url": { @@ -87820,7 +87820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0bc77d7-0e91-45fc-ad4a-4210afcb9a4c", + "id": "5e928ac7-4330-49af-9348-001ad11919e4", "name": "Monthly Search", "originalRequest": { "url": { @@ -87876,7 +87876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1a7a98-d4e7-4c77-a3ff-a6dd5b965674", + "id": "0f89ee3a-d05a-403e-abd1-58cbf2aed5e3", "name": "Annual Search", "originalRequest": { "url": { @@ -87932,7 +87932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d49c8a4-39c7-4745-85a2-faff9ff9702f", + "id": "a7727214-c6f6-47e3-ab50-91638930a265", "name": "Calendar Search", "originalRequest": { "url": { @@ -87988,7 +87988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21581e37-c800-4ca1-85c7-a3c067fb5cce", + "id": "717241b1-ced9-4517-a7f2-7f387517318d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -88044,7 +88044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d185f83e-2c0f-40a2-aae6-89bc0c1cd999", + "id": "1d3c2528-2c4c-46a3-b49c-b182e4a65f69", "name": "Calendar Search", "originalRequest": { "url": { @@ -88100,7 +88100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4f216a-4cd7-4b32-b5f5-264cb0c74351", + "id": "65cb274c-b294-4f42-bc99-86e077c35ad8", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -88156,7 +88156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d179fdb5-c7e8-44e6-981a-8d3da7ccd178", + "id": "3c18cdbf-5ab8-4fa9-b5bf-f8f06a6270c5", "name": "Daily Search", "originalRequest": { "url": { @@ -88212,7 +88212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c6758c-bb92-4eae-8d6b-7233d6b83bcd", + "id": "52e086a0-af99-4998-a458-9e2abbe7b586", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -88274,7 +88274,7 @@ } }, { - "id": "46b7ae22-b347-4063-9e8a-e62e17d469c5", + "id": "130ca0db-31fc-4002-a1d9-ac22eb270962", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -88340,7 +88340,7 @@ }, "response": [ { - "id": "adfe72df-28e5-4bf2-8120-df62000e05c5", + "id": "355d9cdf-1bb4-49ba-af17-4fe1f05a8f5b", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -88429,7 +88429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335cf2a8-efc2-4708-a4c9-a035c503e593", + "id": "fba9be86-36aa-4711-98ad-dd3e96bc62c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88509,7 +88509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25bfa6cc-2ffa-4146-8731-feb7839f6e7c", + "id": "93acab8e-a1ea-4146-9885-75d3adcf44d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88589,7 +88589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5eb769-fc1f-4a34-ab7f-7843af444b4a", + "id": "6db744cc-b2c4-4d48-9370-31d2712e0efa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88669,7 +88669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18cdd9bb-adf5-43b9-b335-666315958660", + "id": "4c75cc46-81f7-4d73-b736-bd54accd6b34", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88749,7 +88749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee19c9e-7888-4a75-b46e-10f1e3c89d23", + "id": "270dd3e6-9016-49d7-b5c6-a259abc48262", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88829,7 +88829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f818ddba-800a-4461-84a2-967e575d46f2", + "id": "995527e7-733e-4753-894b-cf45ae9c30e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88915,7 +88915,7 @@ } }, { - "id": "72804015-1696-41b9-a3f7-f3f431d6afdf", + "id": "c333a3c1-d84e-4144-b706-55f295253d78", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -88969,7 +88969,7 @@ }, "response": [ { - "id": "d393d588-d37b-4afb-9ce2-d406a2cf8f5d", + "id": "543197f3-b03c-4604-bea0-01477d0b0901", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -89026,7 +89026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaddf907-ba47-407e-9acb-9c7ddb3e0414", + "id": "813fe9e6-b1ce-4ac1-9428-5a4369d7fb64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89083,7 +89083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bf4410f-c8f7-41bb-88cf-4296966bbade", + "id": "43e7fb1f-9319-4029-bbe2-b748cb56c759", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89140,7 +89140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a9a79ac-0fc7-4271-bec2-ef2df5eb995c", + "id": "c697b9d1-83d9-4cb0-9910-a087ee3b3bd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89197,7 +89197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19671c5f-9cf1-46d5-9c09-01cf4d78d415", + "id": "6ace7b8b-7393-4010-a281-058ea5f187a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89254,7 +89254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff0a3f0-063c-424d-a4a4-0cf53ef49459", + "id": "1ff00a60-1ca7-4221-b131-4ee719884c55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89311,7 +89311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec55ba4-d750-48da-a8f0-9718d6632896", + "id": "0c252b03-91d5-4db5-9724-6b8b96190fa3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89374,7 +89374,7 @@ } }, { - "id": "f99bc1dd-d601-4bb9-8466-997771d6f684", + "id": "bc094456-d469-485e-b7c0-b7849a1e37d8", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -89415,7 +89415,7 @@ }, "response": [ { - "id": "e77e4562-abb7-4e19-b626-e9bec649a080", + "id": "23b8eb44-79ea-418e-a00b-adb738c6752a", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -89459,7 +89459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93222efb-b82c-4a74-9d73-efcadadf9b4f", + "id": "a492dde2-7c56-41e4-aa23-fdc9c431662b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89503,7 +89503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3c17054-078a-4dec-880b-d0b4fde36cd5", + "id": "b956de85-cc95-49a8-a667-a3fc7f730836", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89547,7 +89547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea664e30-f699-45e0-ba77-e4bed240032e", + "id": "4da36031-7b5b-4e8a-9210-d76d74d47d96", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89591,7 +89591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec27ff3b-fd6c-47e8-af49-f561af2da473", + "id": "40a5687f-1db6-479a-8282-a263de5b1a15", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89635,7 +89635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e78ed992-dacc-4f39-adbd-ab518cbe097e", + "id": "840e09ac-c83d-492c-8e58-3cf1f87ed9fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89679,7 +89679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9d6bde-6229-430a-8902-f38c08e84ac8", + "id": "10d6a90d-acc2-47dc-907d-060d99dd7598", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89729,7 +89729,7 @@ } }, { - "id": "69d3d26c-0b92-4fd2-8625-d6fc6bd50ec2", + "id": "d21e3fb3-4f6c-44ee-b64a-7d005239d5df", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -89770,7 +89770,7 @@ }, "response": [ { - "id": "c26df3c8-40c9-416a-b8a7-be13168c8749", + "id": "553815c1-67b0-4a10-8eaa-519eade61b94", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -89804,7 +89804,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b9350edb-f445-43ee-a404-65eb902af219", + "id": "9d0a1a11-9edd-4d5a-9698-84f1c2447c57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89848,7 +89848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a975f9-7a09-4f1f-a79d-7f1da3a1768c", + "id": "c859d400-7afc-4a0b-b325-7553d5235516", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89892,7 +89892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff5ec9e-1966-4b83-9774-b9efe1c06fb5", + "id": "37e861a8-0b68-47a0-85de-d957a290154d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89936,7 +89936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6954ebec-9f45-4bf0-ae5d-e89d3e202e70", + "id": "7b6e97bf-94a5-4cba-8b27-8581f910b669", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89980,7 +89980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "affc698a-945f-46ee-a8d3-9d8f00fd2ed9", + "id": "3560cd56-a8b0-4b17-966a-a4c4afabf37e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90024,7 +90024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e2c49b2-e1ac-4ef1-8006-291c332c3d80", + "id": "162455ba-2c7d-4588-a07d-d98c339fcff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90074,7 +90074,7 @@ } }, { - "id": "7a0816b4-c3f9-40a3-96ce-656afaf70cd0", + "id": "742afe98-1a58-4754-b732-fdfc7763369a", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -90129,7 +90129,7 @@ }, "response": [ { - "id": "547ead43-d82f-4ead-8067-7c1ab559b6ef", + "id": "39237d3c-ea18-4169-90de-3855b405668c", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -90177,7 +90177,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0b4d1c7f-12ea-40e8-9471-5eb41b23ccfe", + "id": "799f49dd-6ad1-449d-b4d6-a399343beefc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90235,7 +90235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5629c15c-37df-4d6a-8cd1-b0960bf92054", + "id": "302c3e13-5fee-4181-83b2-6203121fea23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90293,7 +90293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320f74ff-6e02-4601-925a-eef4ef703807", + "id": "cef9cfd6-4f4f-4e78-8e04-b701a8da2774", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90363,7 +90363,7 @@ "description": "Use this API to implement search functionality. \nWith search functionality in place, users can search their tenants for nearly any information from throughout their organizations. \n\nIdentity Security Cloud enables organizations to store user data from across all their connected sources and manage the users' access, so the ability to query and filter that data is essential. \nIts search goes through all those sources and finds the results quickly and specifically. \n\nThe search query is flexible - it can be very broad or very narrow. \nThe search only returns results for searchable objects it is filtering for. \nThe following objects are searchable: identities, roles, access profiles, entitlements, events, and account activities. \nBy default, no filter is applied, so a search for \"Ad\" returns both the identity \"Adam.Archer\" as well as the role \"Administrator.\"\n\nUsers can further narrow their results by using Identity Security Cloud's specific syntax and punctuation to structure their queries. \nFor example, the query \"attributes.location:austin AND NOT manager.name:amanda.ross\" returns all results associated with the Austin location, but it excludes those associated with the manager Amanda Ross.\nRefer to [Building a Search Query](https://documentation.sailpoint.com/saas/help/search/building-query.html) for more information about how to construct specific search queries. \n\nRefer to [Using Search](https://documentation.sailpoint.com/saas/help/search/index.html) for more information about Identity Security Cloud's search and its different possibilities. \n\nThe search feature uses Elasticsearch as a datastore and query engine. \nThe power of Elasticsearch makes this feature suitable for ad-hoc reporting.\nHowever, data from the operational databases (ex. identities, roles, events, etc) has to be ingested into Elasticsearch. \nThis ingestion process introduces a latency from when the operational data is created to when it is available in search. \nDepending on the system load, this can take a few seconds to a few minutes. \nPlease keep this latency in mind when you use search.\n", "item": [ { - "id": "86342926-8de4-49e4-b828-a9ffc6cdf8e9", + "id": "31500dc3-0997-4e9b-a141-5aabc2dfd191", "name": "Perform Search", "request": { "name": "Perform Search", @@ -90433,7 +90433,7 @@ }, "response": [ { - "id": "513661de-efee-4442-a441-18f76d28a0fc", + "id": "8ef0c45a-efbf-41a0-b482-731e8ea8f5ac", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -90526,7 +90526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c412cc3-d952-4ced-beda-bcfd1584b77e", + "id": "3a4427d3-574e-430e-b5f5-4d2f5c728362", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -90619,7 +90619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f10dfe-0164-4a38-b50f-22d044c559e9", + "id": "22584c22-cdb8-442a-a6a9-cd94fd79dc90", "name": "A collection of Events", "originalRequest": { "url": { @@ -90712,7 +90712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba2ecc3-b076-4ef5-9d1f-9ae4d0868930", + "id": "d4271e9d-a573-4820-992a-51062ed303d4", "name": "A collection of Identities", "originalRequest": { "url": { @@ -90805,7 +90805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a20a035b-d633-47f0-a3c9-94826eeadc52", + "id": "9f471eff-7784-4823-bbe7-ba9f846142a3", "name": "A collection of Roles", "originalRequest": { "url": { @@ -90898,7 +90898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40328dce-2f61-4cd4-b322-56703a0b6c6c", + "id": "e2a1bd4e-ea9f-4a3c-bb07-0a46f71d8da9", "name": "Filter with Exists", "originalRequest": { "url": { @@ -90991,7 +90991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7552619-0dc4-49a2-842e-d01976877689", + "id": "8d15a1cb-a943-4415-a2a8-5d7aa705b1e7", "name": "Filter with Range", "originalRequest": { "url": { @@ -91084,7 +91084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2283bfdb-5d0a-461f-9608-ab00b1180708", + "id": "abc9704b-340c-4d6c-a151-7069c3fdb053", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91177,7 +91177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d51847-8d5a-44e7-8628-28ecbe436607", + "id": "c5bdbe3f-97f1-4c1b-a110-9528cefb5bf7", "name": "Filter with Exists", "originalRequest": { "url": { @@ -91261,7 +91261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6efee2c8-6aa6-439d-b013-38360fdd49d4", + "id": "f694a014-5490-4a1f-b2a2-80c1d5100061", "name": "Filter with Range", "originalRequest": { "url": { @@ -91345,7 +91345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b716c3eb-988c-45b0-9258-ede14473e2c8", + "id": "93679c5a-21a3-48cf-a760-5bf3ce0057cc", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91429,7 +91429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c92f29-4404-47cb-bac7-a74bde217d5b", + "id": "7fab7467-9f70-4ab7-ac97-524db755377b", "name": "Filter with Range", "originalRequest": { "url": { @@ -91513,7 +91513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad1a4a6-564a-496a-b346-8e18bbfe746e", + "id": "0019ade2-26da-471b-a33f-1ef7944a5820", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91597,7 +91597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee20ec60-5ae0-470e-9245-2cf62e391566", + "id": "60e252ea-bc3f-4b47-bbe5-8e482777042c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -91681,7 +91681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99d4957e-22e8-4ef2-968a-ec14c87a197c", + "id": "e651ad61-a1a2-4458-bc2c-a083167b620d", "name": "Query with Fields", "originalRequest": { "url": { @@ -91765,7 +91765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d49075a9-193c-4504-8d50-6668c25810dc", + "id": "666fb380-432b-48fd-81a8-0a0b35794b61", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -91855,7 +91855,7 @@ } }, { - "id": "f7048734-7bb5-44fb-9b57-8d4165a42a80", + "id": "19a63b71-5da0-4993-8660-2b9af83afcd2", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -91898,7 +91898,7 @@ }, "response": [ { - "id": "15ed258f-c5bf-4669-81bf-9d3bb12e2492", + "id": "7740e46e-a6ac-4eea-a0ab-36bc515474e0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -91955,7 +91955,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2d423a3d-ee97-4289-83fd-9cb128a7a740", + "id": "7af1be54-47b7-45c5-b76e-3776e6384255", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92012,7 +92012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d495ccec-6018-4284-8bbc-b66f25eb64d6", + "id": "5eab0cbb-859f-4001-889c-3adf08549b81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92069,7 +92069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3078fd57-3c42-4400-97a5-9fb40e193599", + "id": "9e8460d6-b0fa-4841-889f-5b6beac9d5a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92126,7 +92126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "936aaaaa-8544-4e8e-a7fd-e8bcfb710621", + "id": "ad602c1c-6bbe-486e-b397-dff9c7ad8395", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92183,7 +92183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3106fb82-37ff-46b5-90c4-bd0e768d6f8b", + "id": "04164663-4dad-4d84-a990-f4c09aaf338e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92246,7 +92246,7 @@ } }, { - "id": "8f7fbb43-4121-4c94-8894-b4e8c7a0e49f", + "id": "ef127509-16fb-44b7-9cdf-deb1888397cc", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -92317,7 +92317,7 @@ }, "response": [ { - "id": "22545bf8-3f7c-495c-83d3-1e8794527ecb", + "id": "8f06aca7-860b-45ff-921f-eebc2298e6d5", "name": "MetricAggregation", "originalRequest": { "url": { @@ -92411,7 +92411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eadc1ba3-1d48-4bdb-ba14-c37f62e6f1f0", + "id": "6f8574de-1255-4eae-99ae-7f76a94290c6", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -92505,7 +92505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baed17ce-8ae0-4d8f-8dcc-39df61368ab4", + "id": "5c43fd37-6c59-45aa-8656-74e9efeebcdb", "name": "BucketAggregation", "originalRequest": { "url": { @@ -92599,7 +92599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75312416-2e88-4853-a7b1-c45e74094bc6", + "id": "4b75e0e2-0696-4e7c-87ba-2c5ff3770ac2", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -92693,7 +92693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bea85113-efb1-43c3-a69a-3745eaf02518", + "id": "72a2a715-5081-466f-8e07-af3feb3524b0", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92787,7 +92787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d393dc1c-e335-45ef-8514-c8d17e6e3a8d", + "id": "f053dbba-3d78-4591-ad30-96e57910d77e", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -92881,7 +92881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6187cdce-a557-4648-9cea-9f48f071e1c7", + "id": "e8fd844f-56f1-4afe-9b8c-fbd5cf818dcf", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -92975,7 +92975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de7ac3d-b979-4b42-b00e-b94f20a35425", + "id": "10db66b9-2c55-4a5b-bbd1-7679fade44d9", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93069,7 +93069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ab301f2-0bae-4cb0-b429-ee72bafd8bc4", + "id": "96d8b09e-fe16-4ae0-8895-f90623e0ec8b", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93163,7 +93163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb294ec-1227-41dd-a9f1-ba5462083be6", + "id": "5acad2ed-fcf3-43d0-988b-b9c581ece063", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93257,7 +93257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ead7cb0-f630-43f4-bd21-34368f672c30", + "id": "c005e9cf-b9d4-4987-a591-d16722085c1b", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -93342,7 +93342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdaa58ba-9506-4bf8-a0aa-408706eddb7f", + "id": "ea3acc08-89a0-4248-9d4a-2de5a26472fc", "name": "BucketAggregation", "originalRequest": { "url": { @@ -93427,7 +93427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e78bc093-85ef-49df-b803-8726b0c91eeb", + "id": "3748821b-6054-417e-9177-2cb186f893af", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -93512,7 +93512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07768208-4ef8-4b7c-a560-28c99f51139e", + "id": "306664bb-274a-4156-9ee5-a14700430ece", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -93597,7 +93597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2930b62b-29b4-4b30-8989-164c25a9e9a6", + "id": "a6169bae-a3f3-4591-864e-82a8cee0af3c", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -93682,7 +93682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e50e016-89bb-4fa0-b742-e17699257555", + "id": "2c7551cf-2548-40e9-acb8-d02aae269562", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93767,7 +93767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd91ea03-da85-41f5-9188-aa98ddd61dac", + "id": "16b1371e-da23-4fb3-928a-18c6bad4c11d", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93852,7 +93852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d714eed-4837-49c7-99b0-12d0b967b7db", + "id": "23457233-6342-42fb-ac1a-1557148c99fa", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93937,7 +93937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f7c11c-9e53-4c37-8489-0cc430133d78", + "id": "df6078df-4226-413f-bc05-0b3661361506", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94022,7 +94022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79cc57d1-0a56-43c5-ad90-004269e5ab75", + "id": "6a948385-1953-40f4-aceb-55c2894df4db", "name": "BucketAggregation", "originalRequest": { "url": { @@ -94107,7 +94107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cfd857d-2f11-4a5a-8030-ecf71cefc0bb", + "id": "8921a1b8-e01c-42af-9302-b10c2641769b", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -94192,7 +94192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "435b53c4-9e5b-4e66-88ec-ce5a87b792da", + "id": "81eb09fc-ad7a-47d7-8b35-7e5a251bb4a2", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -94277,7 +94277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d72c61-9586-472a-9335-0f5c78fdf031", + "id": "628b3291-8a63-4145-9298-c3472a816698", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -94362,7 +94362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79db22e5-2b57-44b9-a016-34c5307969bf", + "id": "54d123f7-bcad-4301-8a73-832de3bc3599", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -94447,7 +94447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0b9ac6-b85d-4b0e-8a05-0048bbaa2a5e", + "id": "3b2b4edd-e764-4ce6-a41e-0b65a9670ab1", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -94532,7 +94532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc25c1dd-b3b3-4cac-9c03-7322554b60d8", + "id": "c125d9c3-139f-402f-86e0-fe825824a3d0", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -94617,7 +94617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f6bb9f-8101-4992-b3c0-ad5c483c9142", + "id": "14ea04fd-b134-4f59-a1b5-415e03df2a3e", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94702,7 +94702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472c388d-8009-460c-824d-9d9d6df90d59", + "id": "b826fa21-cd62-4323-96e6-270e9c08acc2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -94787,7 +94787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e374b65-c180-4f77-a828-24df09842dc5", + "id": "d9b9d8c1-da62-4182-bcea-b4ab6dc406af", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -94872,7 +94872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98434c5f-12b9-49c4-815a-c246b82e7591", + "id": "9db8146a-3850-4d70-bf47-96332f4b8130", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -94957,7 +94957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99dfd34-fdbc-491f-a068-0762d1a17b0d", + "id": "574faad1-345b-4d46-a9e1-e905fdfb2e45", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95042,7 +95042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2d469e-caa7-4f5c-a072-f18ca730e76e", + "id": "e392404e-a2b0-4e9e-8101-5eecc6d3b1df", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -95127,7 +95127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb8ca81-d892-478d-ab25-e5ff220ba3bb", + "id": "2ebe56fc-4f2c-4b92-ae6c-cc019453528b", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -95212,7 +95212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "401c4300-28e7-4c6a-8b3a-f3ad610fedc2", + "id": "c9da3548-b4f2-4943-a173-d3aee70a99d9", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -95297,7 +95297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd0c1c4-c20d-4696-8ffa-79b82d7a4759", + "id": "6ed03bd4-c071-43b7-ae68-3f86a6fd61be", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -95382,7 +95382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e04667-0ae4-47de-a806-d580d580d33f", + "id": "ab6b3d9f-5940-4437-ab57-330ef1d9e48f", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -95467,7 +95467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b5d0e6-35ef-4ad2-91e1-e33824e1fab7", + "id": "45dc0fcd-c543-4c9d-9e14-747ddd630cab", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95552,7 +95552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb5c846-29c3-41af-aa6e-e9e27518b1b5", + "id": "27899d6b-4a29-4e71-929b-8a802ea67066", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -95637,7 +95637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1caf51ca-3b8d-43e1-9fb6-0dffa3be3f64", + "id": "8145a9d5-e7d3-4101-af3e-b816e0a9bf3a", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -95722,7 +95722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b965acd8-80a8-4740-ba53-f2b79d85a52f", + "id": "47da1f6b-dd70-4f04-9ed0-6c0a17bf1a84", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -95807,7 +95807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4924b7-e4ec-47b2-bd49-a0530a72735c", + "id": "8f700260-a3d6-4a7b-af03-0fe07d9f3bc8", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -95892,7 +95892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4e348cc-72f5-496b-b0d4-06e9648075ba", + "id": "46e08a06-e828-4453-802d-dc65a0b96e71", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95977,7 +95977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd79912-93b8-402e-88c3-0876ec1e1e38", + "id": "5791dc4b-6694-4f37-9c6d-120c0e5c10b5", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -96062,7 +96062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a6fd70-f885-4538-8fc4-1a8bf00e5b74", + "id": "8fa8515e-388f-4ebb-8627-9af59ba2936e", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -96147,7 +96147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7526029-8141-4e74-87b3-91267fbedf1b", + "id": "00d2c421-b42f-44db-8267-91a24ae5383c", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -96238,7 +96238,7 @@ } }, { - "id": "deb801a3-7459-48b7-afda-07a695639bd9", + "id": "144822ee-f4e0-4906-9c03-872e1cbe1315", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -96290,7 +96290,7 @@ }, "response": [ { - "id": "68251023-e03c-4612-bc6b-055ccbcec77c", + "id": "0b572813-14cc-4586-bc20-b61e301206ed", "name": "AccessProfile", "originalRequest": { "url": { @@ -96335,7 +96335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "194b1923-0182-47fe-ad93-4aa0fb55a41e", + "id": "8372d004-5e4d-4a96-bbb4-94d3eb2d8d3c", "name": "Entitlement", "originalRequest": { "url": { @@ -96380,7 +96380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98bf3c3e-6d2a-4ad5-933b-f109e8982c19", + "id": "6ee91102-a86a-437a-bb74-378aed16a9d2", "name": "Event", "originalRequest": { "url": { @@ -96425,7 +96425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df8f6a2-d395-4341-9a31-a155e97c32e8", + "id": "dbb69f8f-0220-4113-b56f-4dd79ff98367", "name": "Identity", "originalRequest": { "url": { @@ -96470,7 +96470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e20d991-085d-49b5-82c1-5d7a9912a9b2", + "id": "cc500551-4c4f-41ea-950c-ba8035ecfab5", "name": "Role", "originalRequest": { "url": { @@ -96515,7 +96515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f2af7f-e03d-4910-b35e-d8cd440b993f", + "id": "38967bcd-3f11-410b-b4c7-59553ecd76ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96560,7 +96560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b0d90f-c394-41ff-811d-4b97d8216411", + "id": "b8a312ec-272c-4dd4-9866-0e2f4b44335b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96605,7 +96605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91d66a9b-5ea9-4099-8184-b934071588a7", + "id": "d6762047-a3fe-4afc-82ac-f22819cb7844", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96650,7 +96650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04a4161-ae6c-4033-9c32-48233a30ea8b", + "id": "9efe745f-a9fb-4da6-b979-45db8a45e8dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96695,7 +96695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdecc619-e07b-474c-8fe9-c0731fdeadc4", + "id": "3b7e3d78-e367-4aa6-8c68-50ba3ea92a5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96740,7 +96740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f10e019-a9a1-40b3-8af7-f2868a2bb777", + "id": "89664af5-a3b1-4cdd-bc97-e1a5f4226883", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96797,7 +96797,7 @@ "description": "Use this API to implement and customize access request segment functionality. \nWith this functionality in place, administrators can create and manage access request segments. \nSegments provide organizations with a way to make the access their users have even more granular - this can simply the access request process for the organization's users and improves security by reducing the risk of overprovisoning access. \n\nSegments represent sets of identities, all grouped by specified identity attributes, who are only able to see and access the access items associated with their segments.\nFor example, administrators could group all their organization's London office employees into one segment, \"London Office Employees,\" by their shared location. \nThe administrators could then define the access items the London employees would need, and the identities in the \"London Office Employees\" would then only be able to see and access those items.\n\nIn Identity Security Cloud, administrators can use the 'Access' drop-down menu and select 'Segments' to reach the 'Access Requests Segments' page. \nThis page lists all the existing access request segments, along with their statuses, enabled or disabled. \nAdministrators can use this page to create, edit, enable, disable, and delete segments. \nTo create a segment, an administrator must provide a name, define the identities grouped in the segment, and define the items the identities in the segment can access.\nThese items can be access profiles, roles, or entitlements. \n\nWhen administrators use the API to create and manage segments, they use a JSON expression in the `visibilityCriteria` object to define the segment's identities and access items. \n\nRefer to [Managing Access Request Segments](https://documentation.sailpoint.com/saas/help/requests/segments.html) for more information about segments in Identity Security Cloud.\n", "item": [ { - "id": "08e8a671-83d5-46c8-9689-dc36a4b9046a", + "id": "b599e944-5f97-4888-bc1a-76fa6cee0592", "name": "Create Segment", "request": { "name": "Create Segment", @@ -96839,7 +96839,7 @@ }, "response": [ { - "id": "021601aa-99e4-4072-bdef-5b7c25bea14c", + "id": "39ea3741-6b12-4153-9f45-15b9c07497e1", "name": "Segment created", "originalRequest": { "url": { @@ -96895,7 +96895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d884b0f3-c32f-4a22-835f-f7e5cd7024b7", + "id": "be9e627e-ccb0-4dc1-be58-894fea2b24cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96951,7 +96951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c8420c-9633-4c25-b5e8-897f9d80ce69", + "id": "0bac1c74-2764-4180-9341-328f2300368a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97007,7 +97007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca366d23-0457-4dd5-861c-afb7dc9d8512", + "id": "e5a15b27-ea0d-440a-af2c-9dc430960704", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97063,7 +97063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff560f9c-8d61-4240-b887-60d8ed4a668e", + "id": "74e048f3-0e0b-4846-8cb7-0537c48b9196", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97119,7 +97119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "068c1796-1ce0-48e6-b7fe-0f9a5b28ff2d", + "id": "48bd3a64-d9d3-44c3-b471-3b7d96b72e45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97181,7 +97181,7 @@ } }, { - "id": "3e3b083f-8dcc-46b3-957c-7287a40ac76b", + "id": "28b4a1a4-bfb9-42c0-ac05-e708d2700c84", "name": "List Segments", "request": { "name": "List Segments", @@ -97238,7 +97238,7 @@ }, "response": [ { - "id": "640f71be-c183-4b6f-9679-c8dd63b91ab0", + "id": "9c0fb11e-755d-4b7b-88de-4c21dab93811", "name": "List of all segments", "originalRequest": { "url": { @@ -97309,7 +97309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb94241b-8745-4b58-84d9-3447a9ee6cde", + "id": "f1c91b75-3bc8-4dba-96fe-3a23bd021f04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97380,7 +97380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba59c5b-6e45-4585-8d6e-894ee6328a88", + "id": "f751fb98-5a1b-4756-8ec1-6bdd65006008", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97451,7 +97451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d400828-d315-4170-904b-e02de14a7c63", + "id": "a1f50d8c-4a78-4fdf-9a14-d6fe5d27c52b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97522,7 +97522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "036fdb69-b445-41d6-afa7-44dd8dda54a3", + "id": "9471ad93-9b4d-4179-ab5c-1506aaa96616", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97593,7 +97593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513f51d0-ec15-4b5d-97d1-537a2a59243a", + "id": "3eb17d42-f788-4d18-b1f1-4dc49e14419e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97670,7 +97670,7 @@ } }, { - "id": "1a842512-b866-430c-bb31-845a1ae4a8ad", + "id": "18e8f2f5-95fa-42b8-b92a-9316ed7a9a4d", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -97711,7 +97711,7 @@ }, "response": [ { - "id": "9af13fe5-04fa-41ca-a6df-02f394202712", + "id": "06f53d39-8be9-42db-8529-67beca42979e", "name": "Segment", "originalRequest": { "url": { @@ -97755,7 +97755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e209d731-b7d6-4160-ad35-4e5d155bb12d", + "id": "1c8c9499-2747-4dc3-a1db-e38406363750", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97799,7 +97799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a38fbb76-f94d-4c7d-b501-54765c5748b7", + "id": "f0765ffd-67d1-42d1-8bfc-195330f7fcac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97843,7 +97843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fed597-99a3-4ec7-a7df-b3367633b24a", + "id": "075372c4-d821-4fff-8893-7e79e23a9605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97887,7 +97887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce40dcf9-8639-440e-b24a-71faf793c4de", + "id": "fba64959-8553-42b5-b58b-8bf3402d02b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97931,7 +97931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15df563b-9d60-4025-b5d5-2e2ae0392c43", + "id": "672d2e22-d1e8-49f7-8794-ee816f21b4fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97975,7 +97975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246d0a57-6a59-4b6d-8787-64b418439a82", + "id": "9789cf05-a4a2-4550-9810-f4a72dce1771", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98025,7 +98025,7 @@ } }, { - "id": "e2885d7e-dbe9-43a6-ae47-0cbc23f6868e", + "id": "5e8f7b32-9402-443c-87a0-f533e72263b6", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -98066,7 +98066,7 @@ }, "response": [ { - "id": "336fcd27-b40e-4b0a-9ce4-3d486f0742f1", + "id": "b7e0b783-512b-4a7f-80c2-faa8e2d87b59", "name": "No content.", "originalRequest": { "url": { @@ -98100,7 +98100,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a2fc35f-5d2a-4d8b-a1b4-4d9f24546212", + "id": "1e62ea2f-e51a-4be7-a3e2-9bbe5a31bb8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98144,7 +98144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36a19e7-ba22-4a4f-9f7a-14195c87fe89", + "id": "20f3d206-185a-44fd-9c21-56761829ff01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98188,7 +98188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14fe08aa-cf05-4789-8c1b-c68fc5276123", + "id": "d1300dfd-21de-4c65-95ba-41d8e632fd0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98232,7 +98232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3a212d-19ef-4d4b-92d6-7b1cef068dcd", + "id": "9b7f1b52-4f59-49d7-bc84-a1882284e55e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98276,7 +98276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26b703a-6d77-45db-bac1-283b8ac69adb", + "id": "a2a968b8-5c7c-48fe-917e-af40ca254077", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98320,7 +98320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee93cb40-e558-4e12-a4b1-a3e58d709259", + "id": "7cea31c6-2cbb-4cb6-8ad5-f9bee591e272", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98370,7 +98370,7 @@ } }, { - "id": "bf722154-dc39-4b38-8a7a-9bdd6f7d09da", + "id": "4e83f677-00a4-4109-8490-e4bf12a2dad6", "name": "Update Segment", "request": { "name": "Update Segment", @@ -98424,7 +98424,7 @@ }, "response": [ { - "id": "683d8bdd-b458-4b62-8587-24c9363f9817", + "id": "80b0218b-e2e5-4a45-a08c-290c5594b67b", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -98481,7 +98481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fc42d35-ccd9-47bd-a8a8-9cea7b9e04d0", + "id": "08f8b204-41fc-4691-809f-fad7a064b90c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98538,7 +98538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b7f1ed0-5960-44dc-9cbb-8aaafdc7d989", + "id": "c4be6210-40a5-45c4-85ed-40fe97f7dfe9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98595,7 +98595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7e0445f-90d5-4591-82fb-38ae6bc20f4f", + "id": "5b6ac697-1f79-4ee5-9654-4f4b88a5a689", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98652,7 +98652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cbef06e-b325-4761-9e88-3c89adef4beb", + "id": "c864b85a-b266-45e7-8239-5e0c1bad5310", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98709,7 +98709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066b4637-73cd-4dd4-bbf8-d65ebe6a9433", + "id": "28632129-7ef2-4d1d-97a4-1d26bcafed50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98766,7 +98766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cefe819-84f1-4807-8a76-3404cc657db5", + "id": "1c7e8b9f-e913-4922-8800-4c330dfca141", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98835,7 +98835,7 @@ "description": "Use this API to build an integration between Identity Security Cloud and a service desk ITSM (IT service management) solution. \nOnce an administrator builds this integration between Identity Security Cloud and a service desk, users can use Identity Security Cloud to raise and track tickets that are synchronized between Identity Security Cloud and the service desk. \n\nIn Identity Security Cloud, administrators can create a service desk integration (sometimes also called an SDIM, or Service Desk Integration Module) by going to Admin > Connections > Service Desk and selecting 'Create.'\n\nTo create a Generic Service Desk integration, for example, administrators must provide the required information on the General Settings page, the Connectivity and Authentication information, Ticket Creation information, Status Mapping information, and Requester Source information on the Configure page. \nRefer to [Integrating SailPoint with Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html) for more information about the process of setting up a Generic Service Desk in Identity Security Cloud.\n\nAdministrators can create various service desk integrations, all with their own nuances. \nThe following service desk integrations are available: \n\n- [Atlassian Cloud Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_cloud/help/integrating_jira_cloud_sd/introduction.html)\n\n- [Atlassian Server Jira Service Management](https://documentation.sailpoint.com/connectors/atlassian/jira_server/help/integrating_jira_server_sd/introduction.html)\n\n- [BMC Helix ITSM Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_ITSM_sd/help/integrating_bmc_helix_itsm_sd/intro.html)\n\n- [BMC Helix Remedyforce Service Desk](https://documentation.sailpoint.com/connectors/bmc/helix_remedyforce_sd/help/integrating_bmc_helix_remedyforce_sd/intro.html)\n\n- [Generic Service Desk](https://documentation.sailpoint.com/connectors/generic_sd/help/integrating_generic_service_desk/intro.html)\n\n- [ServiceNow Service Desk](https://documentation.sailpoint.com/connectors/servicenow/sdim/help/integrating_servicenow_sdim/intro.html)\n\n- [Zendesk Service Desk](https://documentation.sailpoint.com/connectors/zendesk/help/integrating_zendesk_sd/introduction.html)\n", "item": [ { - "id": "a4ec5b20-c1cc-478c-b908-0f0ee94482b1", + "id": "6a462053-b5a1-4650-acd1-bf0c916dea84", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -98910,7 +98910,7 @@ }, "response": [ { - "id": "6be1b853-5f26-4cf4-a56e-dc4fea1ed2f8", + "id": "45b6323d-3901-4107-8135-ea169b792c57", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -98999,7 +98999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c25765d9-ae55-4646-9688-587b3a00b02a", + "id": "efc4bdba-c535-4743-964f-f5f278bc9f6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99088,7 +99088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3b3f67-cfc4-4e3a-8b4b-082e24c4f4de", + "id": "fa6c164d-7a41-4c19-97f0-9f4c4b338370", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99177,7 +99177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c2ada9c-080f-4f4e-8da3-d67dbcd2bf0c", + "id": "8b96e539-f76b-4312-ba37-de4b6f1d8887", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99266,7 +99266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bffef2d6-0ddd-48e6-9f41-08a414df9f30", + "id": "dffbce57-641a-49b6-a60c-f14e883363e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99355,7 +99355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21aff05e-f07e-44f1-98a6-6f0b51b3c154", + "id": "2b24e4a7-85d8-4f56-8a58-89e02b5bc89b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99444,7 +99444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37aadd2e-209e-4341-ada4-ab7e3d93bc02", + "id": "31d6b427-e41b-4d34-b9cf-a38cec34071d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99539,7 +99539,7 @@ } }, { - "id": "7f1a41c2-1a3c-48e2-95ed-ed1e42daf25e", + "id": "4164983d-5f39-452e-b693-afb09ca7ebcf", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -99581,7 +99581,7 @@ }, "response": [ { - "id": "99fdcfc0-f996-42c1-ab08-61c94bb40821", + "id": "96ac47ec-83cd-4f8c-b731-d2f9ec7ea765", "name": "details of the created integration", "originalRequest": { "url": { @@ -99637,7 +99637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23e868f-a054-447a-8ca8-872b39a90c63", + "id": "5cc92515-5472-4013-a9c6-458e543f8085", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99693,7 +99693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e5d9ace-17ed-443c-aea7-22ef9e9f2ff5", + "id": "ed7e13a5-85a2-4444-a380-f3fd40d195e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99749,7 +99749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74478efa-bc5b-4446-bee4-be9b5670ef7d", + "id": "c2aa85e2-68bc-4fc8-a8dc-9709b948d3e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99805,7 +99805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9844650b-5384-4e48-ad86-254820ceb262", + "id": "03e931dc-c4dc-4266-8938-f9b7d8a44185", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99861,7 +99861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cee19a4-3475-4c75-842b-302229c452d2", + "id": "2f783e85-3c72-4da0-a4e5-009c3f61e17e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99917,7 +99917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a9e21c-78d4-442c-b1a2-7069cd7c80e9", + "id": "19e84685-f0e1-425b-8137-1f4c331e5fe1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99979,7 +99979,7 @@ } }, { - "id": "1cd57eb4-6449-4ea3-a021-05fee9207dfe", + "id": "bce58480-6b79-4d01-901a-e245d9227f44", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -100020,7 +100020,7 @@ }, "response": [ { - "id": "6369fec0-babf-48d4-be4f-0c1a34802d9c", + "id": "13e7f27f-35aa-4d2e-8dcd-8d591ebb341b", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -100064,7 +100064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a4a01af-8425-4a03-a98f-c586447c0b5c", + "id": "2fc72e09-b861-42fc-aa8a-5cf61eb11122", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100108,7 +100108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d59f917-ccfc-4b6d-badc-a862a46757d1", + "id": "58666c5a-510d-4f51-bf31-b85f0fd28e65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100152,7 +100152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db2880b-b370-4963-b518-1973866c3787", + "id": "3dfec74d-d942-4c17-8853-3c84f027e0cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100196,7 +100196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db455f55-2451-4482-bc89-bc58184b2668", + "id": "6d3e6dd6-f1c1-410e-8fba-882eed669787", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100240,7 +100240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2025cb-6466-4c14-89e0-d1f16ade3446", + "id": "8f0c73f7-936f-44e1-96a5-42916aa4e62a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100284,7 +100284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2388e2a4-611a-486d-83e1-2229e8f50513", + "id": "41051666-f485-4ce8-965d-e9f526d8d01d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100334,7 +100334,7 @@ } }, { - "id": "06cb49b7-e334-46eb-b9ca-46e1bce65a1f", + "id": "1d7b80a0-b480-4fbc-abd4-89d3f09cbef3", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -100388,7 +100388,7 @@ }, "response": [ { - "id": "e4308d06-5f32-4f40-9ec6-3cca389cfd4c", + "id": "9c82b608-fb6b-4b4c-9d09-d3ef74f0df0c", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -100445,7 +100445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83fd412b-232b-43d5-9ad6-1fab01d8a788", + "id": "5f8f6308-2d3d-4ff9-a624-e2ac8b20c0ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100502,7 +100502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e515b1e3-ee36-483b-a67f-65737d8749e0", + "id": "24c99407-1260-4d15-ae53-50168584a8e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100559,7 +100559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00c9b9b8-98b6-4cb6-b1b7-14e7f84ea63d", + "id": "a4c385c2-1ebd-4ea8-b2d0-bfab0e8e3027", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100616,7 +100616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdd30dd-81c2-44e6-9188-6e89be4dfc90", + "id": "9eb1588f-665f-4f22-bc53-4a797489a3af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100673,7 +100673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c4b9c3-8ce5-478f-b8c9-38c78c9029bb", + "id": "bc6c13d3-e991-46ba-98ba-c055abc277d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100730,7 +100730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53bd2072-d9d3-4006-b965-0fc75832cc09", + "id": "2dcfe294-1805-44bd-b829-96c480da3fdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100793,7 +100793,7 @@ } }, { - "id": "e7d6e3af-19bf-4413-b7f9-9a39a98e868a", + "id": "6e10a561-26c1-4667-b584-8289a8164c5b", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -100834,7 +100834,7 @@ }, "response": [ { - "id": "23ff9f0e-d802-4774-83bb-06501e1a4acb", + "id": "7ef7f8b6-4239-4d45-a200-124e753c45c4", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -100868,7 +100868,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aab9f5b2-fb79-470f-84f2-84a0c0a96f2f", + "id": "aecaf35a-7cad-4d9b-ae47-754d3cb2321c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100912,7 +100912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a535e2a6-2c44-4142-b906-6f0950aa388b", + "id": "09729313-7ea9-4ac9-b512-677cbe7eba04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100956,7 +100956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83c5ff5c-fc44-4f1d-91fc-145ba86cbf4d", + "id": "9820f9b0-d044-4933-a77b-0558e4415995", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101000,7 +101000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9895f444-c981-4f72-a8a3-e1abfe27eaa6", + "id": "03a8c608-413c-4a58-999e-e8f7328b8615", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101044,7 +101044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f088d2f-db91-4eda-a3fe-a462b04b58d6", + "id": "84da7e20-304b-4fbe-9b6c-5713d5e951a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101088,7 +101088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ef834b-4149-4e1c-92f3-9b1b2bab4948", + "id": "da3f9652-5d61-4bd2-9dcc-d3fd3e70171c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101138,7 +101138,7 @@ } }, { - "id": "52afb959-ff6e-45ad-b231-db4cd79e8bee", + "id": "ca32b7dc-3bee-4d1c-a87a-18a196cbe5b6", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -101192,7 +101192,7 @@ }, "response": [ { - "id": "6f3e65d0-818f-497c-b808-1fa741c116b6", + "id": "192462db-7dfa-477c-ae13-4ccebdaa0e3c", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -101249,7 +101249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c8c554-cb89-48e5-a278-a97b16fdcd0b", + "id": "b7afeaf0-2b1d-4d9a-b938-fb5000e491bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101306,7 +101306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e77f47ea-e2ec-412c-ab35-ed1fcf9a1dcc", + "id": "0c4f00d3-df59-4153-b09a-504c368cb0b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101363,7 +101363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c0c70b0-180c-4bd7-8a6b-98f98bb8c144", + "id": "422968bd-631a-45cd-8bf4-5db2620c3358", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101420,7 +101420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58a5b3ff-2f68-431a-94f6-a4d355b9a2cd", + "id": "374ee126-71f7-402f-85cf-f4b0ffe33c46", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101477,7 +101477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eaec4d8-88d4-4c4d-a822-fcf5c0f0a460", + "id": "431da28f-bb4f-4128-ae1b-988d6134f66c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101534,7 +101534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd89603-98e2-4da5-ac86-05708f13ff1e", + "id": "9581ba32-788b-44b3-afd7-f92ca8f5eb4e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101597,7 +101597,7 @@ } }, { - "id": "35f2d7b3-c1d4-4a98-b40e-7bb8bedfe1d7", + "id": "aa490cfb-3555-4e92-9072-ac1506593433", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -101627,7 +101627,7 @@ }, "response": [ { - "id": "9ed0844a-a05f-4913-9090-b18f53739362", + "id": "87060656-b24c-4b97-915e-c888ad68f214", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -101671,7 +101671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea0ea82-f4cc-4ec1-9f26-c28c51285baa", + "id": "c27f7bfc-c7d4-43ff-8bab-d1b374a1d785", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101715,7 +101715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "835c5324-efa6-4dd0-859c-da3981aa499b", + "id": "7c894b99-44e1-4af9-8e46-378dab07fc08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101759,7 +101759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278cd547-f525-44fe-aaa2-1bb96b5ba707", + "id": "48b6f334-f1d3-4b74-b83c-027c64da758f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101803,7 +101803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "335717db-b511-4a1a-b25c-e1a76ba8167c", + "id": "59673082-bef1-4337-8256-79d2f6a59400", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101847,7 +101847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6c6d44-f38a-48e2-b5d9-c3a38a9bbef4", + "id": "e40ca53d-10b2-4041-8366-d51f1bccfb5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101891,7 +101891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669af4ef-0682-4089-9a44-1dedfb2c3f13", + "id": "bef1fe0e-3bdb-48c2-b4b9-318a35684a5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101941,7 +101941,7 @@ } }, { - "id": "8cd479a1-1e91-4caa-90b9-e9f60f2328a8", + "id": "7904fc08-e210-46ca-95c8-1b1a89632836", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -101983,7 +101983,7 @@ }, "response": [ { - "id": "4c0e43e9-244b-4e3f-8522-ed5def67a634", + "id": "15b7c823-521f-4e0e-9e6b-3b29bac97f05", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -102028,7 +102028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56079e46-8e85-416a-9865-f1cdd111f4b1", + "id": "c7048d1a-0040-4fa8-b71f-b601bb5362aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102073,7 +102073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff344ee3-4776-43ec-8f41-2c4ddb39c44d", + "id": "765d7dfa-83e5-4c2e-8626-adf70d158eb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102118,7 +102118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a47712-e6af-4c3d-b986-c5a43fda7db3", + "id": "1a9675e4-69f7-46bf-9737-330511f89fd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102163,7 +102163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eefd738c-7854-456c-a741-172106147f52", + "id": "e9e874be-a911-4ba7-b329-da6e30381e90", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102208,7 +102208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3926012f-6a70-4941-af8c-5a1c2fd5d676", + "id": "457db687-01d6-4e28-ac92-582009910f53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102253,7 +102253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a262ee3-7207-4aef-8698-7f1bf4180565", + "id": "c2f161e5-6298-43b8-877c-dc84c2a2132f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102304,7 +102304,7 @@ } }, { - "id": "bd61cbb1-e42d-40f9-96c1-e3dc9e348d55", + "id": "bf1c03c2-8b80-46c2-aa3a-788b638c3952", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -102334,7 +102334,7 @@ }, "response": [ { - "id": "b9a6672e-e119-4372-ba0d-9835cb3168a7", + "id": "5aa86461-5134-4d58-83a2-59c1e4ceeb5c", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -102378,7 +102378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d2f186-3e14-403b-a2a8-05c8d10ab11e", + "id": "ae952bae-5768-48b2-a4fe-f7dcc6733ff6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102422,7 +102422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48a5e49-dc8a-4230-96b6-bad40ef45066", + "id": "57947eab-f8ee-4d4d-9dcd-1f985b00c579", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102466,7 +102466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c3a78d6-2c38-4f63-a298-906d2d9c5b99", + "id": "333732c2-c587-41a0-acfe-c81a35a43dc5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102510,7 +102510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a367d05-107f-4a30-b050-0fc39a8bac87", + "id": "d6451210-e11c-45fd-9921-8c0edd6dd356", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102554,7 +102554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f4bad7-3e78-4552-a6c0-02a49d0f7455", + "id": "d6fc77cf-241c-4e9a-807a-e342b0b4d04f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102598,7 +102598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab12470-017d-48f6-8ddf-6de444c8d89f", + "id": "0e0a9ef2-3222-4f85-b12e-a40f0dd70739", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102648,7 +102648,7 @@ } }, { - "id": "419eab7d-5284-4ecb-b546-b5f5ce694780", + "id": "077a1f89-ba62-4c31-9fe9-38c645467889", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -102691,7 +102691,7 @@ }, "response": [ { - "id": "d9d3218e-75c9-4567-afd9-223807447684", + "id": "05502aaa-49a7-4dec-944c-8f97e1e4eda1", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -102748,7 +102748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c314fa7-9a41-44ee-b351-857cf484f353", + "id": "cfabcded-07ab-484a-9e49-508ec3b5c945", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102805,7 +102805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f599bf72-df58-4606-b57d-83491a4609b0", + "id": "7350b3c7-333f-44a5-a81a-1fa4e47e4bcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102862,7 +102862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a94141dc-1fcc-40e7-a80f-12647d794b99", + "id": "b24b9680-daad-43a3-b85d-38287a533dd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102919,7 +102919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dbe9b11-3cd1-478c-a7eb-9406635a654b", + "id": "b2f9649d-0ac4-4ec1-8a37-de4f92596253", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102976,7 +102976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0852b702-e010-40a2-ae88-6cff7846a7df", + "id": "d7587a0d-d7d0-4a7c-81a5-c63ee96ad461", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103033,7 +103033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f45399-da5f-49c2-9a8a-d31a5e823480", + "id": "4afb5d66-9cd1-40d5-bf0f-f71eb07a59cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103107,7 +103107,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": "169f323a-cc65-4258-8963-d72f367ca027", + "id": "c2e82cb4-7d58-41a2-88e7-0d84533882dc", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -103150,7 +103150,7 @@ }, "response": [ { - "id": "505c62ed-1185-4a48-b964-7404147ffdae", + "id": "05c4be72-850e-467d-98e2-6a4c070de456", "name": "Violation Contexts", "originalRequest": { "url": { @@ -103207,7 +103207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ba6ca5-5507-4b64-b25d-49ecc0b7a19b", + "id": "0c9068ce-6ee8-4bb9-8bff-aef31eae713a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103264,7 +103264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa6f4865-74ed-4e39-af51-dc19e9d77bce", + "id": "d709bdd6-1dcd-42c4-bbc2-d046a6bec967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103321,7 +103321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a19e49c3-305c-484c-9a4e-d9b2a06b0bfa", + "id": "82edd9b3-ade7-4f3d-98ed-185fd42b5d41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103378,7 +103378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b583a52-8cc1-4694-812d-33e2ca5506e6", + "id": "08fe0fd0-e37c-4b6f-a197-50ac92135f94", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103435,7 +103435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cde3ea24-fd00-4ab4-ad39-e94b8ab244ea", + "id": "ec46f840-a2d7-4449-bce4-489477c38673", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103492,7 +103492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a4f275c-10eb-49d4-af5c-834c19d26392", + "id": "c719b59a-cf9a-4efc-ade9-28cd90ab045e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103555,7 +103555,7 @@ } }, { - "id": "492575c2-ec0b-4495-af4e-62bc9cc4795a", + "id": "9a2b0cdb-cb01-4636-86fa-4ccc27a79f99", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -103598,7 +103598,7 @@ }, "response": [ { - "id": "b706f53e-7139-42c7-a7e3-d91c05623952", + "id": "ded15e20-d216-4b52-9a0e-35ca15bddfbb", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -103655,7 +103655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed66f92-119b-4d96-8948-3a5c44c17971", + "id": "edae89a5-fc54-4dbc-886d-6d6b9a24bab6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103712,7 +103712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "073cfef3-a2a1-4ec9-9a25-dafc313a924e", + "id": "365be733-755c-431d-b12d-46f280593630", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103769,7 +103769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342f89ad-a311-4721-a7e5-d8ba33d6e91d", + "id": "19cbc6df-357e-4403-83e5-277931cfab9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103826,7 +103826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328c06d6-0212-4a89-bb9e-b2b823accec1", + "id": "1e282b5d-9061-415c-8697-ded175e09235", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103883,7 +103883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "871547fb-14dd-42e3-bdc8-7bd7bca51c74", + "id": "3c9678d4-96ff-469d-9e94-526722eabcb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103940,7 +103940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df88da90-38b9-40f0-87f5-a2213a8223da", + "id": "f97722b6-c1f3-48b6-858a-1741e518d0e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104009,7 +104009,7 @@ "description": "Use this API to implement and customize source functionality. \nWith source functionality in place, organizations can use Identity Security Cloud to connect their various sources and user data sets and manage access across all those different sources in a secure, scalable way. \n\n[Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) refer to the Identity Security Cloud representations for external applications, databases, and directory management systems that maintain their own sets of users, like Dropbox, GitHub, and Workday, for example.\nOrganizations may use hundreds, if not thousands, of different source systems, and any one employee within an organization likely has a different user record on each source, often with different permissions on many of those records. \nConnecting these sources to Identity Security Cloud makes it possible to manage user access across them all.\nThen, if a new hire starts at an organization, Identity Security Cloud can grant the new hire access to all the sources they need.\nIf an employee moves to a new department and needs access to new sources but no longer needs access to others, Identity Security Cloud can grant the necessary access and revoke the unnecessary access for all the employee's various sources. \nIf an employee leaves the company, Identity Security Cloud can revoke access to all the employee's various source accounts immediately. \nThese are just a few examples of the many ways that source functionality makes identity governance easier, more efficient, and more secure. \n\nIn Identity Security Cloud, administrators can create configure, manage, and edit sources, and they can designate other users as source admins to be able to do so.\nThey can also designate users as source sub-admins, who can perform the same source actions but only on sources associated with their governance groups.\nAdmins go to Connections > Sources to see a list of the existing source representations in their organizations. \nThey can create new sources or select existing ones. \n\nTo create a new source, the following must be specified: Source Name, Description, Source Owner, and Connection Type.\nRefer to [Configuring a Source](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html#configuring-a-source) for more information about the source configuration process. \n\nIdentity Security Cloud connects with its sources either by a direct communication with the source server (connection information specific to the source must be provided) or a flat file feed, a CSV file containing all the relevant information about the accounts to be loaded in.\nDifferent sources use different connectors to share data with Identity Security Cloud, and each connector's setup process is specific to that connector. \nSailPoint has built a number of connectors to come out of the box and connect to the most common sources, and SailPoint actively maintains these connectors.\nRefer to [Identity Security Cloud Connectors](https://documentation.sailpoint.com/connectors/identitynow/landingpages/help/landingpages/identitynow_connectivity_landing.html) for more information about these SailPoint supported connectors. \nRefer to the following links for more information about two useful connectors: \n\n- [JDBC Connector](https://documentation.sailpoint.com/connectors/jdbc/help/integrating_jdbc/introduction.html): This customizable connector an directly connect to databases that support JDBC (Java Database Connectivity).\n\n- [Web Services Connector](https://documentation.sailpoint.com/connectors/webservices/help/integrating_webservices/introduction.html): This connector can directly connect to databases that support Web Services. \n\nRefer to [SaaS Connectivity](https://developer.sailpoint.com/docs/connectivity/saas-connectivity/) for more information about SailPoint's new connectivity framework that makes it easy to build and manage custom connectors to SaaS sources. \n\nWhen admins select existing sources, they can view the following information about the source:\n\n- Associated connections (any associated identity profiles, apps, or references to the source in a transform).\n\n- Associated user accounts. These accounts are linked to their identities - this provides a more complete picture of each user's access across sources.\n\n- Associated entitlements (sets of access rights on sources).\n\n- Associated access profiles (groupings of entitlements). \n\nThe user account data and the entitlements update with each data aggregation from the source. \nOrganizations generally run scheduled, automated data aggregations to ensure that their data is always in sync between their sources and their Identity Security Cloud tenants so an access change on a source is detected quickly in Identity Security Cloud.\nAdmins can view a history of these aggregations, and they can also run manual imports. \nRefer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about manual and scheduled aggregations. \n\nAdmins can also make changes to determine which user account data Identity Security Cloud collects from the source and how it correlates that account data with identity data. \nTo define which account attributes the source shares with Identity Security Cloud, admins can edit the account schema on the source.\nRefer to [Managing Source Account Schemas](https://documentation.sailpoint.com/saas/help/accounts/schema.html) for more information about source account schemas and how to edit them. \nTo define the mapping between the source account attributes and their correlating identity attributes, admins can edit the correlation configuration on the source. \nRefer to [Assigning Source Accounts to Identities](https://documentation.sailpoint.com/saas/help/accounts/correlation.html) for more information about this correlation process between source accounts and identities.\n\nAdmins can also delete sources, but they must first ensure that the sources no longer have any active connections: the source must not be associated with any identity profile or any app, and it must not be referenced by any transform.\nRefer to [Deleting Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html#deleting-sources) for more information about deleting sources. \n\nWell organized, mapped out connections between sources and Identity Security Cloud are essential to achieving comprehensive identity access governance across all the source systems organizations need. \nRefer to [Managing Sources](https://documentation.sailpoint.com/saas/help/sources/managing_sources.html) for more information about all the different things admins can do with sources once they are connected.\n", "item": [ { - "id": "cd31cfb5-7bfc-4f7b-9ddc-e45a9e10ca6c", + "id": "742c8cdc-a50b-4926-925a-5f219c8b1131", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -104093,7 +104093,7 @@ }, "response": [ { - "id": "8defc573-a568-4fed-9325-32bf33e6b193", + "id": "59edbda7-c305-446b-8117-2c72e4d7fcf5", "name": "List of Source objects", "originalRequest": { "url": { @@ -104191,7 +104191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbf2478-3679-4011-ac88-bacbf6d17686", + "id": "99bf5894-e198-4d23-97b5-3515f265a6d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104289,7 +104289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0188821-61a8-4b32-aeff-c5ddbf19548a", + "id": "79c64944-5694-44d2-b160-d4242184d62a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104387,7 +104387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ecd7eb2-cf4d-45bf-8eb0-abb60266064c", + "id": "f001befa-3bd8-4900-94ae-facdca92e6c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104485,7 +104485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a81c72f-ea04-4e20-9c1d-09b377fd82a4", + "id": "a1f3b006-d303-46b5-81be-83066b2ae275", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104583,7 +104583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfa0bd87-0477-419a-8843-a94f16adca01", + "id": "cd2f42cb-2203-4ce3-b6c0-f99d14593dfb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104681,7 +104681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba48555-4d9c-47bf-9e33-093b5e65409d", + "id": "897badbc-9a0e-4bf4-8f6b-e034d34f3357", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104785,7 +104785,7 @@ } }, { - "id": "c58c0f93-35cb-4ed7-9d22-19c09456862a", + "id": "3ee900e3-14f8-4619-a33f-19e5964ce259", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -104837,7 +104837,7 @@ }, "response": [ { - "id": "bf87fd62-2a5f-4ce8-9379-c45573084667", + "id": "9f05b7e3-8d62-482b-b1e4-5f42fd7c7790", "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": { @@ -104903,7 +104903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c52a2dd-52f8-4867-a419-8e4869c28f84", + "id": "fd6ce9c9-7f89-4ad1-a894-edd4a654d3c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104969,7 +104969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cae3a9-f75f-4d10-ab45-7fb78f68fd35", + "id": "779f156c-b714-4d9b-b8d3-0b0cdca68de9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105035,7 +105035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0242e5b2-9415-49d2-9dfa-ab707b2a5429", + "id": "ede8e056-2a5a-4d8f-b598-1fc7c3a44967", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105101,7 +105101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fc13d8-af2d-4607-9233-34cfbec6b84f", + "id": "7d794781-1e35-4028-8858-e508651bdaba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105167,7 +105167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ff027-417b-491b-8876-55bd33c77990", + "id": "d6730076-95c9-493b-84f4-b6f7e2c96cd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105239,7 +105239,7 @@ } }, { - "id": "77fa2a47-be2e-4124-af06-3bac79e79eef", + "id": "248f7449-d6e2-45db-a1d3-de3b9472484d", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -105280,7 +105280,7 @@ }, "response": [ { - "id": "32eac06f-a16e-4d3c-880c-771ca336f299", + "id": "8f8a0126-c64b-4433-a4c5-3ec4d381a9e8", "name": "A Source object", "originalRequest": { "url": { @@ -105324,7 +105324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96f2bbd-2f60-473d-89de-85fe92782459", + "id": "a7ec97b9-243c-4bf1-b704-9b197cb2c432", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105368,7 +105368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cfc7cee-98ec-4068-86c8-e2936332270c", + "id": "5d143922-cb73-48a3-ad53-3f2c3feec909", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105412,7 +105412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a173453b-4661-4ff4-8163-f79a79182990", + "id": "a8f4d7a1-7c1f-4b37-b03b-765c7a276664", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105456,7 +105456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b779d074-3876-4149-92d8-7ebe47b2cd30", + "id": "ef3f2e99-3ec7-47b1-91b6-8e90c7f08637", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105500,7 +105500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e88f6a87-0bd6-496d-9a61-7b74b991df57", + "id": "f8186ca5-2a65-4e0c-858e-1fee22067050", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105544,7 +105544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b00c9f7-5278-41b2-8c57-ad180d9d0904", + "id": "0cfe1677-a9ee-4545-9eaa-c4dfb49748d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105594,7 +105594,7 @@ } }, { - "id": "a782a433-1924-4035-8005-85a05a3b7f73", + "id": "f5c4bbbd-30e7-4ab8-8990-63c702e1b392", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -105648,7 +105648,7 @@ }, "response": [ { - "id": "1e2b73da-718a-4b60-9245-c74cbcb3a457", + "id": "f6dabbb8-cb75-40d7-8b93-5ce90843ba5f", "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": { @@ -105705,7 +105705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7548b0c4-6368-4376-a207-525d4878c3fc", + "id": "8430eb81-9e3b-4d20-91f9-7d1e2277cc23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105762,7 +105762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f588056-efbc-4218-9687-f432c8f74d4a", + "id": "17cb26b1-4b22-4573-953c-d083fb374caa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105819,7 +105819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a3ca375-5abc-4efa-8d61-71c9194202fa", + "id": "f3b7abbc-7469-4633-b14f-2ecdff47aa2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105876,7 +105876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c22668e-97db-4fb2-985b-f1737ff63790", + "id": "4c2ba180-efd3-40af-b779-6980b2b7189b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105933,7 +105933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e044c0-0d53-4964-8f4c-dcb581851306", + "id": "04e10e33-04cf-4945-ad90-b08552533d7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105990,7 +105990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559770da-7374-4ae6-a291-440c7bb3d654", + "id": "baa195d5-e477-40d7-b4f2-da2a669a7ae0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106053,7 +106053,7 @@ } }, { - "id": "f4887fbc-c3dd-4554-85df-658b68824129", + "id": "898f0267-393f-4335-a2a6-4b0802abc084", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -106107,7 +106107,7 @@ }, "response": [ { - "id": "cf1276fd-db36-4c46-a1d9-38d5fef7f6de", + "id": "87d43cd0-8b14-4c54-a558-27e7c6deea67", "name": "Edit the source description", "originalRequest": { "url": { @@ -106164,7 +106164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92771bbf-8b2c-4dca-bd42-cc5e8bbb6c39", + "id": "d994769e-34dd-4031-a0b0-37dd8cc6552a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -106221,7 +106221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d8d8b96-3a2e-4559-a0ef-be6a3f28aeb3", + "id": "67399708-38cc-4b48-9fb9-9de399887bab", "name": "Edit source features", "originalRequest": { "url": { @@ -106278,7 +106278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3096130a-cc8e-4554-b04b-b5cccd135b2a", + "id": "43f637d4-91f3-48a1-bfb3-3a2e1dbc72ae", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106335,7 +106335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5abd03f-09cb-4040-ad4a-93ffc11f6f84", + "id": "38b7dbb5-72ed-4c26-a15a-abf4a01234fc", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106392,7 +106392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4be9405-7d01-47bf-88ed-6ec979b610dc", + "id": "d3c8bd9a-b48b-4744-9e2c-a37cc825ce3a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106449,7 +106449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa0846a1-0114-4cc2-972f-87cbe36cba04", + "id": "683491d3-2213-480b-87f5-c01d3cf0cae0", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -106506,7 +106506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4442aa-40fc-4c0f-af18-607f9ed30d04", + "id": "dfadb8b4-18d1-4597-8fcb-2ace4936010b", "name": "Edit source features", "originalRequest": { "url": { @@ -106563,7 +106563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3f08c3-8622-4a62-9d39-07ae5b42ace6", + "id": "ab70e717-94b0-478a-9088-be42cc9498fc", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106620,7 +106620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016f7c9d-8abd-4cc5-86bf-b857fa715908", + "id": "77086e61-1193-48a4-a485-8c9d71e6d689", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106677,7 +106677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869a8d60-8ac0-4e60-831c-ec1994d32416", + "id": "c7cad7f8-7ea2-4177-aa00-8d2e802b189c", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106734,7 +106734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c33181bb-9912-47c6-9c1d-2bb217cdb521", + "id": "3763fcf4-ba5d-4196-9d4f-b690d007b630", "name": "Edit source features", "originalRequest": { "url": { @@ -106791,7 +106791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a20e3ad-7de5-4375-abff-fdd802e649e1", + "id": "d59be78e-ef28-4ddc-8bbe-7547a1721f25", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106848,7 +106848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "964f83c0-8def-4843-b9e6-5a7b089a1471", + "id": "fd0a3a8a-8158-42f4-b662-969f235b708e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106905,7 +106905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da95a153-3e3e-4f5d-9a63-c38d179e304e", + "id": "5f575c70-c951-4d5b-a6d3-8c645be72094", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106962,7 +106962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a168cd97-1776-4f62-bc96-3c5dca13ae6e", + "id": "84efd721-faec-423b-be42-8c745edbab54", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -107019,7 +107019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab45341-cc24-4afa-aeba-c6958112a1f9", + "id": "7e38be43-d1c9-47f5-9034-352380ce28d6", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107076,7 +107076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd86893d-d8a1-45d3-8610-ee2777595029", + "id": "d3984acc-9e9e-4cb0-b68a-59d8802ead72", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107133,7 +107133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b781e31-3608-4bef-ad87-34a2df9679c6", + "id": "a89faa1e-3cf9-465f-8bed-78c888f8cee4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -107190,7 +107190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e69f1a33-2013-4e0f-80f8-71ba6c740d52", + "id": "e889b664-494d-478a-83fd-b933617355cf", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107247,7 +107247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0dd40f8-442b-478b-8b55-e84e97759497", + "id": "0e2acbc4-a22d-4512-8f76-729e94e24f30", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107304,7 +107304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca9bed8-b60a-4fc3-9342-6e2d71f3a32f", + "id": "8850a4eb-f270-4afd-b7f3-52c376b7b873", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -107367,7 +107367,7 @@ } }, { - "id": "603e7241-f8d9-48f7-9f79-d26ca6172718", + "id": "1776a8b5-7a00-455d-9170-e42d0c3856ec", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -107408,7 +107408,7 @@ }, "response": [ { - "id": "533e9361-d9a5-48c7-a9f5-f7208bec7ced", + "id": "47422e1e-c117-433f-84de-e003dc27b198", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -107452,7 +107452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a929ff-9a7d-405e-bbd9-a4f45f551bf4", + "id": "15fe5d6f-c937-4165-b4b5-74ccacda87a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107496,7 +107496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc31db5-64f0-443f-b25c-856a9e6e3a62", + "id": "760c4217-bbba-41dd-a1ea-dbe9547e0a29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107540,7 +107540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3029549f-eaca-4106-9b68-915c9ffe7981", + "id": "199a6dcf-d71d-483d-996b-f36ee8806560", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107584,7 +107584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cbebd6d-23fb-4077-a78e-96c417b4c1c6", + "id": "bf6c5826-c0f0-434a-8161-fde1d6915792", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107628,7 +107628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c6a550d-d2e5-445b-a5ed-3d93b403f032", + "id": "b24e6414-192b-4c5c-92ce-7ae846178f8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107672,7 +107672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ae14eb-532c-4aed-a9ee-72cd554f8901", + "id": "724f9a24-82f4-4d5b-9e0c-907502c94a49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107722,7 +107722,7 @@ } }, { - "id": "4cb5d724-5062-42c1-9d23-60daef3c72c9", + "id": "37e21dcc-f2a8-472f-8dc9-57a5362a3afd", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -107764,7 +107764,7 @@ }, "response": [ { - "id": "434f0b98-e798-4985-af7d-b2ba66024bd7", + "id": "8ca6503d-4294-4a7b-83f1-3eac0fdbbd6e", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -107809,7 +107809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77eb009e-667b-4bd9-b5d7-42bfac6d9391", + "id": "7d8f76c4-b09b-4be4-aa05-6199fa1cbd48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107854,7 +107854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e70075-7017-43a5-b24e-4ab2817206e3", + "id": "6cbcd361-7e63-45b4-a33a-0f60e5698527", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107899,7 +107899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf86de5-40df-4c3e-bf8b-4205e162f0e1", + "id": "8eee1ea3-dfbb-42b5-b835-979bfa47dead", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107944,7 +107944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00535ee8-d839-46c7-9e30-f64df77d83b0", + "id": "733e0ff4-6fa7-4bea-8fe8-294582f51db5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107989,7 +107989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f837f2e1-fa84-4ec8-9769-2df5e9f8d349", + "id": "8a10469f-6025-4e48-99f0-d655e4d0c3d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108034,7 +108034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475b95ae-91f3-4f6c-a43e-5066d02d2c4c", + "id": "39c29864-37d4-4145-9885-09c7f135fe7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108085,7 +108085,7 @@ } }, { - "id": "b979d139-5274-4838-b19e-44a4584e74c4", + "id": "37d2977e-07ba-4f18-96a7-e11e78ca4a61", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -108140,7 +108140,7 @@ }, "response": [ { - "id": "0fd5a9b8-93f9-44f2-add0-0900a5f213e9", + "id": "462ac3ea-9c21-443f-be0b-529029d17450", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -108198,7 +108198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a5455e-f485-4d36-afa6-23cc4600ba9a", + "id": "1ddc19ed-c408-4d3a-9248-54a768c714c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108256,7 +108256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "762ce230-ce10-4ac5-adfe-0252d63f0611", + "id": "895f1fec-908b-4a28-bd89-4db33eeadbbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108314,7 +108314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ac8cd7a-ef3a-43fb-be11-fba3fbd52b74", + "id": "2963da98-9b52-4df5-807a-889a3ea38205", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108372,7 +108372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a33443-d5c4-40ba-9afe-83da0bf6af14", + "id": "fca2a8a3-1f5a-4056-a72e-96fcf317ad3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108430,7 +108430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e529edd-5af2-44ef-9f5a-624cd6724c78", + "id": "563d713a-6eee-442c-957b-44f7206c81ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108488,7 +108488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6011edba-fc35-4c3d-9a5e-f3eb28ff4f38", + "id": "0c4c13cb-b5bd-4c07-9d10-08894c3632bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108552,7 +108552,7 @@ } }, { - "id": "345cbc7f-183d-4163-980d-b963ef3235bf", + "id": "ef57b620-a7d1-4ba7-8532-55d53d273ac9", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -108605,7 +108605,7 @@ }, "response": [ { - "id": "f427d706-0b51-455c-9b10-d712e0874f20", + "id": "ad506e56-43ee-43cf-a6c2-69553594119b", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -108651,7 +108651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9c02915-95ef-47a6-8eeb-f54db00120e0", + "id": "dffb8186-ff38-4f52-9b40-7965a25596fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108697,7 +108697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc8e741-2bb3-4e93-aa39-8a4c78bacbc4", + "id": "dc2133c0-7a6d-434e-9f41-d0cd9272be86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108743,7 +108743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cffbd0db-896b-44c7-926f-6d549597a84c", + "id": "624be430-0b29-4308-959a-beca42406cdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108789,7 +108789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a44a9adb-5e3f-4fa8-beec-451bd2eda8f5", + "id": "67884399-2823-43c0-80b5-39e8328a893a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108835,7 +108835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ed74009-0925-4eaf-9de1-7f82b1590e5b", + "id": "9c7a3bc4-0fe5-40d9-916f-3dce2578d0e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108881,7 +108881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d32b79e4-62f7-4181-94e3-b4d814b9dcca", + "id": "e8f175ef-9cc9-45a7-93b1-5b6c43f41d84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108933,7 +108933,7 @@ } }, { - "id": "699eba68-4c08-4290-bac9-150abc3aa54b", + "id": "15a4ab01-eceb-4bd3-b4ca-974268e0b9ee", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -108999,7 +108999,7 @@ }, "response": [ { - "id": "bd99f616-c5fa-4981-bbf3-ed5b25a8cb82", + "id": "e24df3d2-2a80-4d79-9712-30ec8f285c1f", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -109058,7 +109058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a82ad5d-b0ac-4903-a647-6fadc53cc9ba", + "id": "d80fb6e5-f678-47e0-b207-48e960145d95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109117,7 +109117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfaa0feb-f410-4981-aa0e-88fad069c2fd", + "id": "ed72f923-04fe-4b85-9d25-045d570ddf11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109176,7 +109176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5af37f4-522f-49da-a985-e7afc98574ec", + "id": "96b5e37f-af0c-4b7f-800c-ca6ea46dee1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109235,7 +109235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6106909-c0b3-4407-9233-1b601eb54236", + "id": "a0a1c652-2e18-4211-91d7-f231de8b8e69", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109294,7 +109294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d205f7e-6cc8-4e8f-a8b6-b7b5c643614e", + "id": "98b6cc08-3dde-4fc5-a68d-f66e7ae6dfce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109353,7 +109353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0971267c-f04f-4042-abd8-136abe7e0f3d", + "id": "b39c230f-b04d-4629-b27d-e5de224ede1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109418,7 +109418,7 @@ } }, { - "id": "6dcbcc3c-d8e8-41d2-b643-df6446bf65c5", + "id": "af4e889c-2097-45bf-9188-fabd717c8f46", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -109484,7 +109484,7 @@ }, "response": [ { - "id": "355af08b-dd5f-455b-9233-1e5f15da1a98", + "id": "db9f5960-0d7c-4936-87b2-64796e1c5bcb", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -109543,7 +109543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38029720-fe0b-413a-83de-650abb34e0ef", + "id": "85440977-5321-48b6-a420-2bfb75bc3af2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109602,7 +109602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc4d2bf-65aa-470f-a89e-c2323c41b9c8", + "id": "bfd1f643-75f8-472b-8cfa-8a93d0205de8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109661,7 +109661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2bbf62c-374c-40eb-aa2c-911b5b5e87d1", + "id": "7706ef82-ad18-4783-a31c-a1fad7c41a8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109720,7 +109720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e6d51b-d110-4874-a290-bceeb3c58fc0", + "id": "de86ccb5-d12d-495d-94b5-bbfca57fd70f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109779,7 +109779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fbf8864-bcfd-4038-91c5-9db3b7daed97", + "id": "b69bb1e5-1af0-4a14-ac4f-890a94d4a015", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109838,7 +109838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2099577c-8f2c-4499-acde-589fa1fd8cc6", + "id": "2d6c0744-2dd7-47e4-8e99-5f4defbb9757", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109903,7 +109903,7 @@ } }, { - "id": "6c643d1a-937e-4513-9536-4f569f0f4b99", + "id": "2963a26c-6862-40a9-bc35-68927f3b94a2", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -109956,7 +109956,7 @@ }, "response": [ { - "id": "ec99cf0d-9a9f-4bff-855e-3be49de3e415", + "id": "7ff322d8-0ac7-444e-83c0-e60d80176c81", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -109992,7 +109992,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0f73d0ce-b972-45ef-ad9f-6b48a6664397", + "id": "51f281b4-d7c5-4dc2-b65a-83a3f2b6d498", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110038,7 +110038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4b12f33-411a-4aa2-ae4a-fbf339ac1b24", + "id": "d75fc6e0-3366-4e4c-89f4-388a313c3457", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110084,7 +110084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c88019-5a5f-41f0-8db6-1a0ae7aca3b0", + "id": "1c1099e4-12cf-41e8-9441-8f06c2fefb09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110130,7 +110130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5914685f-9f3a-4f33-93ac-4eeabff1a7cd", + "id": "b5f9e532-df34-47d7-ae70-506800702033", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110176,7 +110176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df08110-6a21-4940-9f00-109caf35aa05", + "id": "5bf240b2-e4c7-4a4e-b757-67ac02de895f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110222,7 +110222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f4305d-8c7d-4bcf-b83a-1884ca34cc23", + "id": "925a0837-a804-4c1b-809c-49d260a4852d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110274,7 +110274,7 @@ } }, { - "id": "1c566bd4-49b9-48d3-9d72-4d2d839c74a3", + "id": "e66837c3-fa2f-4a4a-b05b-b76116057c81", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -110330,7 +110330,7 @@ }, "response": [ { - "id": "44615731-5a13-4727-a891-ccd21e1eca1c", + "id": "ae6c3c52-1db8-4d56-8a6d-bb195c4ef2f9", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -110389,7 +110389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c687ef4-3182-4fd0-b273-62d21b4edfec", + "id": "04ad8735-ad03-4a23-b607-35b3bfd1b015", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110448,7 +110448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd96a97-6379-49b1-9c27-a8e6411ff834", + "id": "fb7cea70-e34f-407d-bc72-6f863d649be5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110507,7 +110507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5a9ca12-373d-412f-b254-ffb3a18ac97a", + "id": "7bd0e1b1-1e31-4ab5-8d58-007febebb194", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110566,7 +110566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a760c2e-8778-4506-90ab-d441c91c20f8", + "id": "0c2ac964-9ea6-4c3e-8100-157d1cbc878d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110625,7 +110625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a96c6e-af07-465c-9ad9-bc610e6f4b6f", + "id": "f77e167a-d12a-4020-9849-0aeed6a3b3fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110684,7 +110684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2cd10e9-f5ad-4460-b9d9-ee8d58da8d6a", + "id": "42941b4b-6f17-4646-a8a9-d41c123cf49e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110749,7 +110749,7 @@ } }, { - "id": "8c31d5f9-9808-458f-a6c5-87338007fc15", + "id": "53875f2c-c3c6-4ad6-975e-534270361f92", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -110801,7 +110801,7 @@ }, "response": [ { - "id": "d2d838cb-9cf0-4554-89da-1917fd89d269", + "id": "cdc9abb2-670a-481e-a0a0-6a8972b069c9", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -110856,7 +110856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182570d3-8bb0-40be-a3e1-9eb566162e32", + "id": "55b04715-17c8-450c-a815-136fd23bbc07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110911,7 +110911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01513388-0cb4-4b70-99eb-c903aa625624", + "id": "48fcff37-271b-4c33-8b45-b036a331d881", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110966,7 +110966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67a7b79f-7291-4476-a3b2-e91e14bdebf0", + "id": "d8d117ba-5795-4d22-84fc-519078d07b65", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111021,7 +111021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adda06e8-421c-4003-ae37-bdcce1f42991", + "id": "b3f30015-2137-4564-ae62-5adf98bec34d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111076,7 +111076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55d03c49-66ea-4be0-a3b0-f5cf8310b2d9", + "id": "e4f04a4d-bd56-451b-bbb3-bfadec0f5c65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111131,7 +111131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e6770c-11fc-4f16-9d64-22d961a6ae72", + "id": "89ce1de4-8e5b-4761-b361-f60f5c5f2960", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111192,7 +111192,7 @@ } }, { - "id": "944f8c54-260a-4a35-8734-539afe1a70fa", + "id": "79d54307-b63e-44b8-98ba-4a314953b27f", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -111247,7 +111247,7 @@ }, "response": [ { - "id": "f18f6ce2-f5ec-4c9c-9b6f-6d3526e654cb", + "id": "b17b6e0a-fc03-42e6-8f1f-0ee747dac123", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -111305,7 +111305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d6e4c0-65c9-4649-93c2-3741eb6cbf5b", + "id": "2664bced-9290-46f8-b3cd-1abd74dd3f1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111363,7 +111363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aadbeeee-9578-45cc-920a-610b4b61f727", + "id": "725f142c-2920-48ed-8e29-d52ba7704e3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111421,7 +111421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac62f8e-08d5-46c0-9600-5ed7754c7d20", + "id": "e3f6ef8c-b58c-47b6-806c-a176ce592cb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111479,7 +111479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20f5783a-dab6-4d0b-9fb5-b8dab12e768b", + "id": "a2da97b0-795c-4c77-a08b-6fefccd10ea6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111537,7 +111537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fcd9203-bce1-4fbc-af8d-98d1e9c31469", + "id": "bd521b2b-cd86-48e0-85c5-184fbcee5aa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111601,7 +111601,7 @@ } }, { - "id": "bcfd1aa6-89bb-4bcf-b35d-397514380723", + "id": "fe2ffb3d-483f-4046-b3e8-2b692e5be3e9", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -111654,7 +111654,7 @@ }, "response": [ { - "id": "315ec3ad-a3e3-4183-b808-98421f5cf5eb", + "id": "1d9b6ecb-a081-44d7-b2e4-10f7b2b7f042", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -111700,7 +111700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58babfb7-ca97-468c-8c07-11ee64d27101", + "id": "5ab77b5a-ddb3-4bf5-a7e3-c7af6d364789", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111746,7 +111746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b70b5c68-7ec3-4df5-bff9-97aa60fc4db5", + "id": "5b65667e-8767-496a-ad37-36a30aea0d5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111792,7 +111792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f11fa9-a755-408f-a160-436c5e09825a", + "id": "9c57fbac-fdf6-4513-9741-f603b3b25c11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111838,7 +111838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3509c3d-1294-4b72-964d-208a9fc85c77", + "id": "85f16ee7-bd5f-4b71-9cd2-16a963bbd6cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111884,7 +111884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03111381-2d50-4ba8-978e-2066ec4e716d", + "id": "76711d55-40f8-4af4-a482-eb62a6055ffe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111930,7 +111930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "564aab18-3d0b-49de-a2bd-291959923a97", + "id": "5c5316fb-9c3f-4c97-8755-7feaf4c51207", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111982,7 +111982,7 @@ } }, { - "id": "fbd48d1a-0977-4393-a750-b6e129806548", + "id": "dfc23f67-ad88-4a64-ba61-941076f1d14c", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -112048,7 +112048,7 @@ }, "response": [ { - "id": "45bea22a-32ca-4d5a-90ba-649c46dcb1b8", + "id": "0f10d38c-70f2-4b80-8903-5a082c1786f7", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -112107,7 +112107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "381a72ed-b3ff-4a2a-b610-04f94f08b2a9", + "id": "6cbd62cb-0594-4460-a5ef-f9d78a08c00e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112166,7 +112166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32f66c39-4b61-465d-b524-366df82089c9", + "id": "990987a3-30b6-4048-b7df-c9af8eb88f26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112225,7 +112225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a39dbe7-7256-4e24-ad31-040ba67f0366", + "id": "c5caf16c-6704-46b2-b69c-f0a715311386", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112284,7 +112284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f346dc78-d0f0-45d1-b00c-84dfe151e56f", + "id": "658e82ad-cdab-4a31-96ef-f847cbc9d8d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112343,7 +112343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38c263d6-8960-4b81-8b2a-1f10e7a06488", + "id": "3737aa49-133d-42d0-85b5-c5c7a2ae8fed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112402,7 +112402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5105e8b-40bd-4e2d-803a-a310dbb01ab1", + "id": "1b6cfe27-faf7-4056-8583-63a74d7cf582", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112467,7 +112467,7 @@ } }, { - "id": "69c17a6d-5faa-43c8-9a49-c699e387fb9d", + "id": "8ba9bf0c-a581-4c03-a6b1-e7928d3b474f", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -112533,7 +112533,7 @@ }, "response": [ { - "id": "abd75f14-ed5e-474d-a1c9-0c4b6fb54005", + "id": "83616df7-6f1a-47ab-85a2-f399f2e0a3d8", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -112592,7 +112592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2207def4-3dd9-4ed0-a29d-57ba95511eed", + "id": "53991ad3-5584-4775-aa37-56135dd985c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112651,7 +112651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0128e59-0b97-4c22-9d02-71a0c085fc9e", + "id": "5ed11a0c-a5df-486b-9969-f84703a9d2d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112710,7 +112710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5601beb-79ce-4406-a0ca-21fac4acdf3a", + "id": "00a4117f-13c3-4e4b-b5be-4ae4b8897492", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112769,7 +112769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b8de761-5e05-4d12-86c9-d424291b17a8", + "id": "e27d5ea9-3ec0-4c84-b73f-5a615010df29", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112828,7 +112828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6ec024-a07c-48ba-a2ce-49b6e89e5ceb", + "id": "9cbc1a0a-8b84-45bd-816d-a89677eb8c1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112887,7 +112887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "542e8a1c-a97d-45fa-8583-2f6da7c5c3b5", + "id": "c0dc59b8-9102-4ae7-80a5-e7122b176fbb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112952,7 +112952,7 @@ } }, { - "id": "82c70114-1c70-489b-b505-2bb73cf9c8e0", + "id": "5203b070-9d23-4a2c-a818-5425f502e995", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -113002,7 +113002,7 @@ }, "response": [ { - "id": "9c89a77f-50ca-4246-8eab-fab08c7a7e35", + "id": "c75612b6-aa3c-4eaf-9fea-4f1687ede3f3", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -113038,7 +113038,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8baf41d7-555b-4de2-b973-4be074cc3c30", + "id": "c446ab07-7e0a-4724-9f58-3ae7de40b576", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113084,7 +113084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc77c2e0-3d69-4809-8775-f7794fbfcdf6", + "id": "db275368-39ec-4ff3-bb73-7f70eb44c4ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113130,7 +113130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39101d48-93f5-4ac7-91b2-c016a0999489", + "id": "2b5406c8-3ae3-4667-899e-d5c2002eed9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113176,7 +113176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc2b8d4-f0be-4d05-a10f-1d72ab46ee7a", + "id": "e0e74a07-a733-438f-ae4a-3759336d7fe2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113222,7 +113222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41efc1a6-8db4-4d21-8a6b-8762013247ec", + "id": "eed0f089-cf97-479a-9af3-e151075a7211", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113268,7 +113268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2866ce47-6c54-4645-b151-a0e8be5b9ca9", + "id": "a0c39416-1120-4f3d-aa41-88a12120584f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113320,7 +113320,7 @@ } }, { - "id": "bdbccb93-aaf8-4281-bd29-04e907b86831", + "id": "2fbb4d2c-4480-4740-a456-0463df84d126", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -113362,7 +113362,7 @@ }, "response": [ { - "id": "885f9061-8e92-40f3-b425-f62ac0462c5b", + "id": "dc488cab-c9c9-4201-a154-673663e705ef", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -113407,7 +113407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3ee0cd-f9e7-4b2d-a4a6-966871ed1ce5", + "id": "4df4c89e-2ed7-46b6-83cd-683cb1ffd546", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113452,7 +113452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c0c027a-5489-4838-87f1-902aa2767b70", + "id": "87bc722d-2747-4ec7-88fd-34277288e8e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113497,7 +113497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eac8550-096a-4ae7-8314-cc1ebfe59dfd", + "id": "1ab1d44c-def0-4cd5-984d-5c1abaf50d28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113542,7 +113542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fba1d10-7d21-4d7e-8c69-24141d21c0c4", + "id": "5bf22592-c2ad-4c87-a573-4e5dc6fffd64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113587,7 +113587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6c7631-bed5-4bc4-9b0e-ed3df3ea9efd", + "id": "2e75fe5d-7eee-400a-95de-5d7b6b87cedb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113632,7 +113632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5311e266-f21b-4487-9408-782dc6fc5617", + "id": "d2bda88c-7c2f-4fa6-9b99-18f8af67f255", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113683,7 +113683,7 @@ } }, { - "id": "96ae53b9-70c4-41df-b4d7-f581891eb88d", + "id": "3ed4f49e-ec9c-4769-9618-1e42291210ed", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -113726,7 +113726,7 @@ }, "response": [ { - "id": "af09f44c-a9e3-4314-9fda-ed4f99bd9124", + "id": "f7738e3a-a35b-45bb-9d89-09830e97abfd", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -113772,7 +113772,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f57ceeb9-304a-43d0-b8e3-40eb8fc992eb", + "id": "7a0c1652-f477-44dd-9e62-11623b426cf6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113818,7 +113818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbfefc6d-a3a0-459c-aab6-737a3cf3ba83", + "id": "1a518ca8-1c87-406f-8ad6-be94d1ccc6f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113864,7 +113864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3c2c62-8069-4cda-a9e6-126bc6395f43", + "id": "83d68a22-db66-41a4-9046-bd6be158e348", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113910,7 +113910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f25c73-f69d-4441-ac3d-7778cc444e41", + "id": "a34bd2b1-1c2f-4f81-9dba-201c85624688", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113956,7 +113956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db02c736-2db6-46cf-a484-3956fdf6a59e", + "id": "588ba512-cc48-47fc-ae5b-f6b1cf3d3958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114002,7 +114002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d5d6b4-d52a-4d1b-b471-0e527f1c91fe", + "id": "7ecaee0b-5221-41bb-aaa0-0442a3cd8a78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114054,7 +114054,7 @@ } }, { - "id": "ef746b87-7d10-4d2b-8929-66d319464b28", + "id": "f559ffd0-3a79-4183-96b0-8b45af619ec7", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -114106,7 +114106,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114114,7 +114114,7 @@ }, "response": [ { - "id": "4390d8f0-fca2-441d-a4f1-133a8b437e79", + "id": "366f3f13-a4b9-4d6e-85e4-80459f03df7f", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -114158,7 +114158,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114177,7 +114177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d132cf42-abcc-4ec3-835c-06be85f47936", + "id": "3c498a3e-5dd1-417d-8ca1-5b7a424630e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114221,7 +114221,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114240,7 +114240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e764a0-d64b-48d8-b173-36132cd98817", + "id": "d6236a58-27a9-4fa4-9b0a-7294b2288802", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114284,7 +114284,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114303,7 +114303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb9770c-ffa2-41aa-99e8-d46e28cb48b5", + "id": "7c1d1a10-f099-4427-9e60-560de723b0aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114347,7 +114347,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114366,7 +114366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87120e96-9864-45ac-aa1b-908c63c3c6cf", + "id": "6454f078-eb51-41dc-a727-ace7383e49ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114410,7 +114410,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114429,7 +114429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c67144-892c-4984-8866-e3b168fa2828", + "id": "ece92b34-170b-432a-b62c-c2719c09a551", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114473,7 +114473,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -114498,7 +114498,7 @@ } }, { - "id": "1c773c3d-deaa-411d-adfb-d55862791883", + "id": "52198537-9f2f-4ecb-b858-3ba35ccd1522", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -114551,7 +114551,7 @@ }, "response": [ { - "id": "b5014d7e-c416-4d3e-9840-c2c8b4de99fe", + "id": "cd624b72-971d-45aa-963d-8d8fe64778de", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -114607,7 +114607,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3c002846-0817-4301-a3f3-703afbeaa131", + "id": "f135cf8b-adad-4faf-aa82-65ee0c90ca70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114663,7 +114663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deedd3bc-f0b8-4665-8c82-c1d51cd323ff", + "id": "fcaba8df-5d53-4c6b-8180-28b8ebf7744f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114719,7 +114719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e65695-6a66-4079-92b9-4a34ceca1a2f", + "id": "ca294b41-7e27-4399-b558-a3d333f7efdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114775,7 +114775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c226871-b8d1-4c17-af3a-4597c95d1ee0", + "id": "3ddde293-abe0-4020-91c6-0fcedf61bc6f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114831,7 +114831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c4009b-58d3-4771-9ecd-decc05c0e94f", + "id": "8b12fa6c-3ee6-4170-8866-306809fe5fed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114887,7 +114887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb571b4d-e1cc-4279-a366-3c172a6975b5", + "id": "7d66a8af-e37d-4d3c-96b7-ada3e22f75f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114949,7 +114949,7 @@ } }, { - "id": "166dd51f-1c88-4245-81ff-c3b4d1844d5a", + "id": "b0a418dd-7783-4cdb-8c6d-5277db4a1caa", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -115011,7 +115011,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115019,7 +115019,7 @@ }, "response": [ { - "id": "01d866b7-8830-4d11-bd2f-ecf670888b5c", + "id": "8c9a2bd1-dda0-436f-8610-74640a25e818", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -115073,7 +115073,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115092,7 +115092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78104ec1-76a0-4868-a5dd-ccb412fb5f23", + "id": "8c2f8aeb-9ab6-47e8-8ff3-77655369bc42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115146,7 +115146,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115165,7 +115165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bc52884-a635-46e1-8265-88fff974491a", + "id": "14debbcd-16d4-4795-9c4e-bb4f9c435b39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115219,7 +115219,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115238,7 +115238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3343af6-9200-46c8-980b-09c7615e5f43", + "id": "8a2951cc-13de-4dab-be53-74d50d915022", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115292,7 +115292,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115311,7 +115311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee702a85-b87d-40ce-ac62-d12b76b8f1a8", + "id": "25a27ae6-15e3-45ea-9cc8-058ed5dca20d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115365,7 +115365,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115384,7 +115384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8986035e-7454-4f50-9d5b-d3b53594503f", + "id": "901083c6-dc71-4d35-8ea8-ce909e5e002f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115438,7 +115438,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115463,7 +115463,7 @@ } }, { - "id": "bfd7e977-6eff-4401-85f0-6fba0362dc88", + "id": "8f81f49e-3355-47a1-a78f-6c9cc87abdd2", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -115514,7 +115514,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115522,7 +115522,7 @@ }, "response": [ { - "id": "226d15ea-8b4e-4369-898b-b80cc43f8451", + "id": "412bd92a-8836-4793-a840-d5ec611d07e7", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -115565,7 +115565,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115584,7 +115584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9a7784-fd4c-4a2e-84c4-b51f653446e3", + "id": "c6374577-a87c-48ad-99c9-9fcda86fe2bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115627,7 +115627,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115646,7 +115646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74de3994-9ebf-4f36-a987-408667471c42", + "id": "13124619-47a0-42f0-8020-824f2665c67f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115689,7 +115689,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115708,7 +115708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bda94de5-2259-4d87-a92f-6bfaa8ef6448", + "id": "9209a7ce-e23e-4530-928e-12ba133f81e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115751,7 +115751,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115770,7 +115770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f0f74f6-ada9-49a0-935c-fef162d19d54", + "id": "f218e351-85d4-4172-b3d8-63c5b85ac4c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115813,7 +115813,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115832,7 +115832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ed0e76-5fe3-489a-b0b0-db016f4165be", + "id": "35254b37-4220-4368-80c7-9ec7fd9655ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115875,7 +115875,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud Excepteur", + "value": "dolore tempor consectetur", "type": "text" } ] @@ -115906,7 +115906,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": "1a4961b6-bd1d-4474-91bf-92944cdbae8f", + "id": "730adb60-fcc0-4ccf-b28a-c8b202487022", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -115948,7 +115948,7 @@ }, "response": [ { - "id": "7bfc64d7-48ee-439f-96fb-c6129e3b7fe2", + "id": "059afe4a-bb2f-410e-9523-b2703ad2a335", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -115993,7 +115993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f919649a-cc9f-4e5c-b98c-3d01ea6c6c65", + "id": "79f53e2d-e394-4051-99d5-c93178fe5f82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116038,7 +116038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa9ceed-92f4-4941-a3f3-d8ee495b586f", + "id": "f73e76d4-cb45-4988-ae67-c501ed5b86a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116083,7 +116083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8e3e25-dce9-440e-8145-852c4caaca6e", + "id": "973e9a1d-4245-4af0-81d8-56eca4e1a3ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116128,7 +116128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a899691-a23c-41c7-8f6f-1bfdd37ad9d8", + "id": "fdb8d194-12f8-41ab-bc71-689732427aae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116173,7 +116173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5f7d40-73e1-49aa-a8c0-600c7dc8b871", + "id": "93c1fc3b-6037-4b76-8671-1e8e1fc2120c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116224,7 +116224,7 @@ } }, { - "id": "82ea1ee5-f30c-4785-9cb7-aba36339b191", + "id": "6aabc7f2-4664-44e6-960b-cf932e95b449", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -116303,7 +116303,7 @@ }, "response": [ { - "id": "e0dd5396-042d-467b-8eb7-3017e8ebcf8e", + "id": "deab01aa-d4ec-495b-ba34-db5fce42f9c5", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -116385,7 +116385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0280591-45d8-4841-b699-073fc8a48b0e", + "id": "95c72234-5d5d-4d46-b387-10fb666b017c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116467,7 +116467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7a626b-4125-4792-9648-5fb3e66077b6", + "id": "b6865d70-e3f9-4fea-b2bd-099927f3d85c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116549,7 +116549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4fb512-870e-4ff5-af64-6221c6652038", + "id": "db41c87e-ad60-458b-97b4-430112045645", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116631,7 +116631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c51685f7-b845-431b-88a9-f87512f54bdd", + "id": "19a66fcb-e329-44cf-9747-1533ad4f8693", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116713,7 +116713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad32660b-6733-4738-aef9-07e90de64d81", + "id": "4d7043fb-8452-4bb4-b764-4fd809c4b698", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116807,7 +116807,7 @@ "description": "Use this API to implement object tagging functionality. \nWith object tagging functionality in place, any user in an organization can use tags as a way to group objects together and find them more quickly when the user searches Identity Security Cloud. \n\nIn Identity Security Cloud, users can search their tenants for information and add tags objects they find.\nTagging an object provides users with a way of grouping objects together and makes it easier to find these objects in the future. \n\nFor example, if a user is searching for an entitlement that grants a risky level of access to Active Directory, it's possible that the user may have to search through hundreds of entitlements to find the correct one. \nOnce the user finds that entitlement, the user can add a tag to the entitlement, \"AD_RISKY\" to make it easier to find the entitlement again.\nThe user can add the same tag to multiple objects the user wants to group together for an easy future search, and the user can also do so in bulk.\nWhen the user wants to find that tagged entitlement again, the user can search for \"tags:AD_RISKY\" to find all objects with that tag. \n\nWith the API, you can tag even more different object types than you can in Identity Security Cloud (access profiles, entitlements, identities, and roles). \nYou can use the API to tag all these objects:\n\n- Access profiles \n\n- Applications \n\n- Certification campaigns\n\n- Entitlements\n\n- Identities \n\n- Roles \n\n- SOD (separation of duties) policies\n\n- Sources \n\nYou can also use the API to directly find, create, and manage tagged objects without using search queries. \n\nThere are limits to tags: \n\n- You can have up to 500 different tags in your tenant.\n\n- You can apply up to 30 tags to one object. \n\n- You can have up to 10,000 tag associations, pairings of 1 tag to 1 object, in your tenant. \n\nBecause of these limits, it is recommended that you work with your governance experts and security teams to establish a list of tags that are most expressive of governance objects and access managed by Identity Security Cloud. \n\nThese are the types of information often expressed in tags: \n\n- Affected departments\n\n- Compliance and regulatory categories \n\n- Remediation urgency levels \n\n- Risk levels \n\nRefer to [Tagging Items in Search](https://documentation.sailpoint.com/saas/help/search/index.html?h=tags#tagging-items-in-search) for more information about tagging objects in Identity Security Cloud. \n", "item": [ { - "id": "4c43ffc7-ba4f-479e-8ffb-1da00507aa4c", + "id": "945829e5-7997-400d-afd1-4f6f7c5d30e5", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -116873,7 +116873,7 @@ }, "response": [ { - "id": "304d0e4c-c685-4749-bf50-cbf55f97ea55", + "id": "6107b3cb-3772-4c08-a54e-f71d2b414711", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -116953,7 +116953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec64db79-4c80-46cf-8b61-9e61cdcd72fe", + "id": "d5244d29-235b-459a-a0e1-d7c220528ff4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117033,7 +117033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae1a695-2538-4750-acb1-1ff09ad5fa5d", + "id": "ef7b0b4b-6ef1-4279-a083-c0e019269a98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117113,7 +117113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff41911a-18df-477c-a783-8d2bb647eb3d", + "id": "b2c1189c-8c89-41b9-80e4-c74d7a747389", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117193,7 +117193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14541b40-2b8d-4cd2-8398-2b2ff88a48ba", + "id": "1c7feabe-72bd-4130-8d62-a2cbe66e00a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117273,7 +117273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5827da6-bcee-4559-8a6a-c086666e9d54", + "id": "3738644d-ef6b-40b2-8936-7d8a49139dc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117359,7 +117359,7 @@ } }, { - "id": "105298f5-1854-4f7e-be8b-70951551c7da", + "id": "70077cc5-4b4a-40bc-9f38-0605cf256f27", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -117401,7 +117401,7 @@ }, "response": [ { - "id": "e92b9e0f-aec1-48d7-aa9a-059bd8bdff6c", + "id": "016a26ba-cc6a-4340-9414-27d93e7d3cfa", "name": "Created.", "originalRequest": { "url": { @@ -117447,7 +117447,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b00b9653-6970-4dad-9017-8de38c70d1f4", + "id": "9f399922-328a-402a-b52c-e089dad660ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117503,7 +117503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d483ed-c143-48aa-976b-2c8865328476", + "id": "27047c5a-1e8d-4dda-b1e4-b038e17298c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117559,7 +117559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf43099-fe22-4c05-9d2b-6c96265ccfa6", + "id": "d25a2710-5779-4c5f-a46f-e2ae1fb44700", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117615,7 +117615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "306d1216-29ff-4ee1-a11e-3124042a565b", + "id": "cd6fc79c-ac9b-4f39-9d7d-a0a687332353", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117671,7 +117671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f57e982-fdf1-42ec-9c7b-4edb9ff59aae", + "id": "690f9445-9583-4360-a6c1-79a2524fa4c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117733,7 +117733,7 @@ } }, { - "id": "e72ad3fc-cde5-4e41-974b-8903997e23cd", + "id": "fca752a4-b943-42d6-aa9a-2232a5e3836c", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -117811,7 +117811,7 @@ }, "response": [ { - "id": "3ed54a95-05ed-4c4c-8047-1d210bcd663b", + "id": "d3764dc8-d5bb-411d-955a-fa7fa6dc0c12", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -117892,7 +117892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1bccb1c-78f5-4e22-afda-a25f1385a3b4", + "id": "c5578c58-fe59-47a4-8f52-fa014c812714", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117973,7 +117973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb8222c5-f400-4bd5-a8b8-873833a013d9", + "id": "4eb38731-2f38-4f50-88cb-b492c730484e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118054,7 +118054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db3cde4-224e-48ac-b8f1-397281724caf", + "id": "1214a81b-f24c-484e-ad79-d121df677a5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118135,7 +118135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1345b136-eb00-4e31-9a9a-17e3cb6e295b", + "id": "d2298ddb-5ca6-4108-88d1-e6f3b90cb9e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118216,7 +118216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03520318-4fb8-45f8-8262-969ec0bd5950", + "id": "46080623-a710-4ac2-80c7-4ef6ead76f71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118303,7 +118303,7 @@ } }, { - "id": "48e8b353-862d-49dd-bf0a-4c4c8e0fae63", + "id": "23b38c7d-b0fe-4078-8559-f0358ba1159f", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -118355,7 +118355,7 @@ }, "response": [ { - "id": "53bb1406-adaf-4aef-9934-654cdc3c7323", + "id": "a0956b14-beaf-4b74-b579-2696e24c84af", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118400,7 +118400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e60210c-7df9-4847-a9da-d23d8da8c449", + "id": "291163c6-4aab-4622-8917-7c75a34eb28c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118445,7 +118445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2da9ae5-dfe5-413f-8956-2c9db20c6ef0", + "id": "7b633018-5a0e-4874-96fd-e99a554dfb88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118490,7 +118490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdef1a1c-b224-4257-aee3-4178a6e618be", + "id": "65afc379-d4ea-4014-a004-b9fffae08126", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118535,7 +118535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b35dde2c-a48f-4fcf-929f-d99b509aecfd", + "id": "e962dc2c-580b-4552-8af1-409dbaa60f96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118580,7 +118580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c028df80-e5e7-4b70-a72a-965932b26a70", + "id": "02ba3736-5084-4708-89a8-1629dc3e0d00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118631,7 +118631,7 @@ } }, { - "id": "8892406b-459d-4a72-ad41-b2a94740753b", + "id": "90abfad4-3757-4d70-8a8e-652319e26f3e", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -118696,7 +118696,7 @@ }, "response": [ { - "id": "5148f2ed-01b1-4331-9d67-87d6753481ca", + "id": "31ae98f4-2aee-4c84-acf0-5a9340d9a4a4", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118754,7 +118754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c3e49d0-978d-4827-98ef-c760207bb532", + "id": "435b418a-eae2-44b3-b3d0-7c3ad46c771c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118812,7 +118812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006236c1-214d-4093-9213-3bb8fd83a813", + "id": "ed0b3837-7bd3-4d25-ac05-8416d029470a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118870,7 +118870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0ecc94-d025-4f1c-ba71-8307a80ec136", + "id": "5764a799-eac7-4bc8-9c9d-87a01aec60e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118928,7 +118928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "566bfeed-e38f-4e1a-8fc6-c41de4e54a43", + "id": "bb02f191-81fd-4bd9-ad92-85b6837f8785", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118986,7 +118986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504df524-6670-4ca5-a69b-542e73b4e0a8", + "id": "a4a1b791-fb8b-4487-a32c-6854fe47c943", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119050,7 +119050,7 @@ } }, { - "id": "e8adeaaf-faa0-46eb-b59a-0e8795c50803", + "id": "52ffbac3-fecc-4019-a1ea-206107102ffa", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -119102,7 +119102,7 @@ }, "response": [ { - "id": "c1b17afc-5b7c-4813-aa89-414b8de5ec93", + "id": "7ca23d76-181c-46fb-874c-2e7eb254be89", "name": "No content.", "originalRequest": { "url": { @@ -119137,7 +119137,7 @@ "_postman_previewlanguage": "text" }, { - "id": "691f0cc7-ddc1-414c-8eef-915a8ed179f9", + "id": "a9466b66-d714-4bb1-af31-da1117d7f13e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119182,7 +119182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "819b2afc-7bd5-49c3-b13d-5a5e0099a91a", + "id": "5c89650a-6ad6-4e0e-95bd-5efb84f46c04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119227,7 +119227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74cd5e39-cf8e-4221-bfb2-13aa6d2240aa", + "id": "c7ceb53c-ae94-4299-9db7-497ac0397ac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119272,7 +119272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f252f3d2-9f72-4a71-918b-d7325dab7b2b", + "id": "1880d587-650c-4ccc-b092-9a4908686a5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119317,7 +119317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd07180-6b53-4da5-97cc-8f803d8af1d0", + "id": "eb915236-8e4c-466f-ad25-edbf509c3c39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119368,7 +119368,7 @@ } }, { - "id": "a18198be-8e18-4b1e-8a96-5296eeb50634", + "id": "9111549d-5ba6-4dae-bcf0-b9e7c0fb8ae1", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -119411,7 +119411,7 @@ }, "response": [ { - "id": "9b0490dc-d96d-4e4b-b421-2d1f94add829", + "id": "0368c8e6-116c-4830-ba40-767f153f4a24", "name": "Request succeeded.", "originalRequest": { "url": { @@ -119468,7 +119468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff6edbc-1ba4-458e-8e40-f543b7997935", + "id": "103a7101-2e9f-408b-afa5-ecb8608fc2a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119525,7 +119525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17744f63-c066-4230-b0db-137836a0bdc1", + "id": "a3e3b6f7-49b2-4638-8faf-092da4444bc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119582,7 +119582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5acfa65-dbf7-406e-a7e2-1e586051893f", + "id": "0c239ccd-441e-4f94-b47a-28c4738aebad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119639,7 +119639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40792a59-3695-4c34-a152-459cc164ebdd", + "id": "d7a03ecf-d86c-452e-8158-cbbda479db7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119696,7 +119696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "652241f8-3cbb-4f9a-b619-fc3201857e80", + "id": "111736de-b5d9-4350-854d-2f19a5ac607b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119759,7 +119759,7 @@ } }, { - "id": "253cf96f-1575-479a-86cd-2c8e99c56d23", + "id": "1b7c324d-5cec-40d8-b57f-a6f96068a1b3", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -119802,7 +119802,7 @@ }, "response": [ { - "id": "ad5e7f80-1037-401d-9a03-cfd2d53537fa", + "id": "d7bdfc46-6817-4e2a-9aef-3fe88867502d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -119849,7 +119849,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cd919397-2d60-4414-90bb-e1f7d18b4eaf", + "id": "0fce4576-85b8-4921-b1d8-4eab246727f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119906,7 +119906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cba5125-a167-490c-93f7-271fa3a9b097", + "id": "e3ff6ffd-5acc-46e0-8c94-3b392baa9e3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119963,7 +119963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feeac8f0-1325-4146-913d-45450a4394f6", + "id": "9a1de59c-2cf9-49e2-8299-88be11fb7b1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120020,7 +120020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80726bb4-aa4e-47a0-80d7-b179ddf0cfcd", + "id": "04158970-0e00-41cc-97bc-5b08078eb309", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120077,7 +120077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df82c7d9-fb56-44a3-b9e9-fe01b3eb0480", + "id": "c2b9006d-04b3-4615-a598-5c2c92870d21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120146,7 +120146,7 @@ "description": "The purpose of this API is to expose functionality for the manipulation of Transform objects.\nTransforms are a form of configurable objects which define an easy way to manipulate attribute data without having\nto write code. These endpoints don't require API calls to other resources, audit service is used for keeping track\nof which users have made changes to the Transforms.\n\nRefer to [Transforms](https://developer.sailpoint.com/docs/extensibility/transforms/) for more information about transforms.\n", "item": [ { - "id": "96e9d814-b5d7-4df4-a464-4d4280119936", + "id": "b6ecb9f3-1c58-4c04-9c4d-41126d1cdf38", "name": "List transforms", "request": { "name": "List transforms", @@ -120221,7 +120221,7 @@ }, "response": [ { - "id": "856db7e4-3be6-45ef-8343-29e5a562e8b2", + "id": "100327e9-9938-494a-8e29-70b84063a8e3", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -120310,7 +120310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781a096d-d4ed-4064-a20b-bf81bb9bffbc", + "id": "fd8b3586-7b35-41a4-a049-5ee173a60af2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120399,7 +120399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b0d037a-91c5-4ae3-99fc-c99a4ed3757d", + "id": "a91813e5-fcc6-4f68-ba06-8fcd7cbff52a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120488,7 +120488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aee05ef-6642-4c40-a86c-57bc325b1a89", + "id": "9b73a6a8-d4b4-4e40-ae69-97e5dc72170f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120577,7 +120577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a87775-8797-418c-a30e-fdc31dac4dbf", + "id": "dddff6d9-466c-4b6c-b566-a5adad38e427", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120666,7 +120666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af1d24b0-79cc-440f-92ed-9f39431aa783", + "id": "9dcaf48e-2ddd-4253-b324-48b61f8d822f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120755,7 +120755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38da9d3c-f0ec-49b0-b7a2-6baa1fa352d9", + "id": "39bcba97-c8b2-47cf-b4a3-8ae9af2ff13c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120850,7 +120850,7 @@ } }, { - "id": "b3b6d2cd-35b7-487a-8e7c-c736a7821987", + "id": "0e35ae5c-81f5-4342-958c-a7f01a761a98", "name": "Create transform", "request": { "name": "Create transform", @@ -120892,7 +120892,7 @@ }, "response": [ { - "id": "83126981-c757-4cbf-921c-0f513d3b8814", + "id": "42da54df-bb7c-4643-b3f6-72ac7a0bc107", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -120948,7 +120948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7753e3bf-cb5d-41fd-8519-dc4ddc4977dd", + "id": "7e8bd2c6-e698-4125-868e-a2d8265dd82c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121004,7 +121004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6301af19-a191-4874-86f5-b68b970e6f41", + "id": "cea24d8f-e89f-42e0-a9aa-059472e2e337", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121060,7 +121060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ac26c1a-824a-4692-a96a-4490ddfef642", + "id": "e031a904-714f-4134-99e6-e2ce11a78713", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121116,7 +121116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff1a31ed-b34f-4665-976f-863a8bf39746", + "id": "5b983ff6-7cbb-4b4a-8f94-d9af92ef1f2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121172,7 +121172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ed5b29-2ebe-48a9-88f5-d1949327937b", + "id": "9db6a6e4-7b7a-4e04-9a28-89ecde335663", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121228,7 +121228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36a12b52-1f9b-4ade-aa45-8fcd58fa6ca0", + "id": "bca194f3-a1dc-4e7f-b25d-bef896afd61e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121290,7 +121290,7 @@ } }, { - "id": "440d593e-776c-44ea-bad7-710d439546aa", + "id": "a0746f36-f343-466c-9dc1-d53227a5fec4", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -121331,7 +121331,7 @@ }, "response": [ { - "id": "2b9cd550-759a-44b8-97c3-b2628a6c68c4", + "id": "6182f4c9-f946-47ea-a562-bd956ec40b0a", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -121375,7 +121375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266ffd52-87d8-492c-bc26-7bcc2c80b2ce", + "id": "a914d4df-9036-4cc9-bc09-8f3d159e8ee3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121419,7 +121419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3281c58-912f-49a1-abaa-b9c3768c9ffb", + "id": "a276be45-612b-46bf-be40-5acc92549f5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121463,7 +121463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e6f76f2-3c66-4ac3-81f5-cf30eff80c69", + "id": "749d9596-bb0d-42d4-85bc-c11a0810b358", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121507,7 +121507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc75a6b5-dc7d-40cf-bdd6-d1decc7249bc", + "id": "a677f9d2-2461-4ed9-9688-7288200a7cf8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121551,7 +121551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d94f6a-d8bb-4cf7-93aa-c6ff0d7d7dca", + "id": "12355fed-7df2-485f-af1f-e6458bf71445", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121595,7 +121595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b975fb-b8f6-4790-946c-01b6b57e34c9", + "id": "0a10b13c-2341-4f81-bf0e-639c61d8b973", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121645,7 +121645,7 @@ } }, { - "id": "505bda35-c982-4eb8-92e0-85f1b4e93767", + "id": "efd9d45f-8c2c-4e73-8dd5-7e49a3622f19", "name": "Update a transform", "request": { "name": "Update a transform", @@ -121699,7 +121699,7 @@ }, "response": [ { - "id": "e0371ebc-3590-43a3-a13f-cefcf05f1801", + "id": "2ff8570f-50a3-401b-bc2f-d2868c3a716d", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -121756,7 +121756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f096052-75a5-418e-b6f4-ace58ad976f5", + "id": "dc4647e7-b72a-4a04-b339-1e696f7f363c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121813,7 +121813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e673566-9092-43ef-8692-4ae3b970bb89", + "id": "352d4953-9036-41dc-bf41-e3cd25f034d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121870,7 +121870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9985ba-2680-47b7-a6f2-4fe44cdc497a", + "id": "a88966e5-9944-450c-a99b-2df07dd37f7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121927,7 +121927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce2c87b7-e688-4c7e-ae58-25050c5917c8", + "id": "441c5354-37f3-4dd2-b227-8606f611df17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121984,7 +121984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e62ed0b-5e06-4e2f-aad9-8ad06f5b7749", + "id": "9aff0c65-854d-4623-994c-2bafca4643d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122041,7 +122041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c7db7a2-1588-4112-8858-4b15cf2e6ed0", + "id": "7b343f50-af14-4ffa-9c62-df80acc497e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122104,7 +122104,7 @@ } }, { - "id": "890bd0a0-fbda-455c-b087-72d7d227cbc7", + "id": "2b44da53-cee5-487a-82e4-fb10dcd0f9b2", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -122145,7 +122145,7 @@ }, "response": [ { - "id": "2d731909-beaa-40ff-90d1-5eb80d773d40", + "id": "30d5b6ee-fbbf-4577-883a-157cd809d14a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122179,7 +122179,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e3b66414-b2b7-4015-8e92-f3a26a12ddf0", + "id": "8cf3fcb3-9e85-4d78-a815-ad42d7ebaf54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122223,7 +122223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7466cccc-5297-4fdf-b290-6b5fdac25035", + "id": "d05b10e0-b829-4ffa-ada5-3e3655badc91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122267,7 +122267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e51e4f-ee21-4e9f-ae6c-0085f0180061", + "id": "fa220a1a-ee11-43f4-b0bb-55c85666f930", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122311,7 +122311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae42c16-7f84-4383-8a75-b33e4ac3d6f5", + "id": "705d9c89-900c-4ade-b928-52e9a00e023e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122355,7 +122355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab476c4b-d0e9-4372-bfef-7e6925e51a8a", + "id": "ae0f41bd-5889-4c6e-be76-4386e5caea05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122399,7 +122399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47eed783-de47-41c1-9d0f-f9215ba44c06", + "id": "1fb79e9d-a5b1-4626-8f3b-770b1ea1e097", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122455,7 +122455,7 @@ "description": "Use this API to implement work item functionality. \nWith this functionality in place, users can manage their work items (tasks). \n\nWork items refer to the tasks users see in Identity Security Cloud's Task Manager. \nThey can see the pending work items they need to complete, as well as the work items they have already completed. \nTask Manager lists the work items along with the involved sources, identities, accounts, and the timestamp when the work item was created. \nFor example, a user may see a pending 'Create an Account' work item for the identity Fred.Astaire in GitHub for Fred's GitHub account, fred-astaire-sp. \nOnce the user completes the work item, the work item will be listed with his or her other completed work items. \n\nTo complete work items, users can use their dashboards and select the 'My Tasks' widget. \nThe widget will list any work items they need to complete, and they can select the work item from the list to review its details. \nWhen they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. \n\nRefer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.\n", "item": [ { - "id": "41f4d590-e646-4bd1-bdea-fb3b82d1564a", + "id": "6623fdf2-a73e-4bcc-95db-cd78e42fae82", "name": "List Work Items", "request": { "name": "List Work Items", @@ -122521,7 +122521,7 @@ }, "response": [ { - "id": "382bf1f8-3e4c-4ab3-bb3d-26cb82d83e48", + "id": "4ca9179e-4876-4a6a-bf85-07ba77b18d99", "name": "List of work items", "originalRequest": { "url": { @@ -122601,7 +122601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa23da1-3e91-48e3-a71c-ab965d735ded", + "id": "dacaaabf-fc07-43d7-bf75-623fa8b5de95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122681,7 +122681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "725e637c-2c3f-4813-9cc3-e71faf531147", + "id": "94867284-913f-4639-938f-fff84513be67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122761,7 +122761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40b42e98-9af1-4836-a15e-91217be8bc54", + "id": "74fc3e7b-7138-4b33-b9b4-d18c79b8c0e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122841,7 +122841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277f94bf-f77a-4d1d-86c2-2d5fa9fc7893", + "id": "00169172-9088-432b-888b-821f28263749", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122921,7 +122921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "240f6965-f23a-40bf-af66-b0e33310ab36", + "id": "8bdc8c5d-1c76-4e31-9944-d5d87f195f75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123007,7 +123007,7 @@ } }, { - "id": "b58d7848-91fa-476c-a915-d7b67c86915b", + "id": "daf25846-47d6-4f62-96b8-5c2b09da2d4c", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -123074,7 +123074,7 @@ }, "response": [ { - "id": "c46019e7-c885-48f0-a09a-5ba2298aed55", + "id": "4d673128-d1c1-4c20-a291-5123a39a6562", "name": "List of completed work items.", "originalRequest": { "url": { @@ -123155,7 +123155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1946a6b-1039-421d-822d-9ec669d4a884", + "id": "da745ed8-1824-48f4-883a-c4404c128fa1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123236,7 +123236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "897881b6-cc8f-4530-ac66-ed29c1ff5382", + "id": "3d0482da-1bd6-4ecd-a3da-21fb7eef6f34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123317,7 +123317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6136760d-1fb3-49ab-996d-dc2401a78c05", + "id": "6535537b-0fa4-46a6-a8df-88a39f8d3932", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123398,7 +123398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979d0ee2-eb94-4b9d-997c-d9413969ac08", + "id": "1661a3f3-8fe4-42ae-995e-ea9ed09f5700", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123479,7 +123479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dffa407-4101-4977-a895-57c85ea4c997", + "id": "b5a64a11-ca95-490f-8ff3-b3fde20b4813", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123566,7 +123566,7 @@ } }, { - "id": "606579c7-1205-419e-a6b1-e13a02c79ce5", + "id": "54a548d7-c17d-495e-a656-89bb6bf0bdc5", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -123606,7 +123606,7 @@ }, "response": [ { - "id": "1649841b-d0b6-4777-848d-c9aa112f24d4", + "id": "06165f5c-2eea-43f3-8333-d9c3282d8353", "name": "List of work items", "originalRequest": { "url": { @@ -123660,7 +123660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff94f3c-e983-45ee-a61e-3ccea5334ac2", + "id": "7b32ef67-ba68-452c-8e61-4ba7b8da2938", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123714,7 +123714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5efef3f-e4c7-45f9-87f5-e886533b3e6a", + "id": "adaad461-8893-4516-9bbf-e048eca43679", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123768,7 +123768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407ab882-5eec-4d48-9387-f131eef35816", + "id": "1dfdf948-03ac-41f6-b496-5aa2fb7ff25f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123822,7 +123822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "745b824c-2651-48e7-8abb-9c39cb3309ad", + "id": "6134afc8-9fbc-42c5-8f32-fdb9eb5f2aff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123876,7 +123876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e40bc2c1-e8d1-4a62-b8cf-79ab23db94ab", + "id": "d64b5067-0f54-4216-b6b8-d72871b25d07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123936,7 +123936,7 @@ } }, { - "id": "01528edb-d334-48d8-ac28-84dce72d6f3c", + "id": "77966469-ba1e-4c72-84da-b7f6d74bac46", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -123977,7 +123977,7 @@ }, "response": [ { - "id": "c62d9c72-6952-436d-92da-86fe90123bbe", + "id": "1344c63a-c144-4705-9aee-f789e817a320", "name": "List of work items", "originalRequest": { "url": { @@ -124032,7 +124032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac1d8ee-0024-4460-a8fc-b8fffecd5725", + "id": "537d492d-57c2-43b8-b459-f8bad0e27e3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124087,7 +124087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca268d0e-95f7-4b7d-a196-a384f4b41b7d", + "id": "9cf09b3e-4ea4-4d5f-bd35-e2ee0ffa842e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124142,7 +124142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b3c6ab-b7a7-43a8-8044-fd421ae3d092", + "id": "c5fa96dc-2499-4f3d-906b-c24eb5a72361", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124197,7 +124197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71e9972-226d-4b32-83ee-4d1cf34b4277", + "id": "e4bcb337-e869-4811-aff4-f162bf4c082e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124252,7 +124252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8bb0a07-07b6-4ec2-b991-8e75c72ef745", + "id": "8f4923fd-fe22-4323-9667-fe23d0bd0eca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124313,7 +124313,7 @@ } }, { - "id": "16ded23a-1ab8-4fb5-9ed9-8e724265650d", + "id": "a8e29a8c-9464-4060-b31b-aa4da45fb778", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -124353,7 +124353,7 @@ }, "response": [ { - "id": "ab817e12-867b-4638-8a1d-27582c0ee7eb", + "id": "4e1d634a-a2df-4a02-b17f-ca64c4a2ce45", "name": "List of work items", "originalRequest": { "url": { @@ -124407,7 +124407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97531d8a-6ccf-469b-900e-1ab4ca75c174", + "id": "1f4f9571-4a7d-4c20-b7b5-51fd1324c5f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124461,7 +124461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "499bef1e-0d47-43b2-ab6f-7342a18e825a", + "id": "3eae901c-4a1f-4a01-8cdf-d525ff4d26cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124515,7 +124515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d635c3-0dec-4bbf-8f88-c8d9b4578362", + "id": "91b32949-f973-4bd0-82e7-3f8c52b2f1fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124569,7 +124569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2055623-8cb2-4af3-9a9d-bb25e682ddd7", + "id": "2e011183-b1fa-4ea7-9da1-b987e4c11f6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124623,7 +124623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "671b4bc2-23b4-4532-a196-93654abbbb23", + "id": "a97aa373-4fb0-4d55-bb18-a23cee2a995a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124683,7 +124683,7 @@ } }, { - "id": "2916961b-bab1-420d-82fe-c78eed80c0d6", + "id": "3f703884-25ec-4458-8adb-52852be1d3b4", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -124724,7 +124724,7 @@ }, "response": [ { - "id": "4278fc6f-53b2-4369-91f7-55d1bd3e48a4", + "id": "ebf28b29-223a-4216-a2ca-64e3cf94ae23", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -124768,7 +124768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9cbf5d-b7f2-4b0c-941c-b8336b1a8a9e", + "id": "9c13230e-0938-46f2-b427-3e1991f16e72", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124812,7 +124812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b95b5ad-e9d5-4078-9859-07d983690400", + "id": "40b8a69d-dc07-4ff7-a5c8-aa6c423ea378", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124856,7 +124856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "240a6b5e-be5a-4385-9954-078b3789bc81", + "id": "68c531d1-3319-4aef-a4cf-21d0a62edf17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124900,7 +124900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aa83dc9-73d8-464a-8e9c-3a75794a988f", + "id": "0b6b5806-3b00-4850-a7f6-ccc64ebe59cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124944,7 +124944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e558f89-46d2-4445-ba2b-e44b5becd697", + "id": "50e170d2-196c-47f4-b036-f4e6af464c59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124994,7 +124994,7 @@ } }, { - "id": "52f55097-2cd6-4c6a-85f6-f8d309b556b7", + "id": "4b03f9e9-b165-4c0f-9e78-314d940beaab", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -125035,7 +125035,7 @@ }, "response": [ { - "id": "3589a8a9-d17d-476b-8eb2-af63744baf8b", + "id": "ea99c4a0-6a20-441a-8720-3b98e7789964", "name": "A WorkItems object", "originalRequest": { "url": { @@ -125079,7 +125079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c947e05-a2c9-4554-9117-f93b6540abe5", + "id": "c4206c85-c656-4ee4-a02c-21d8bc9c2932", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125123,7 +125123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e82479-0efa-4dca-870d-1eccfb923c52", + "id": "12eb8cff-7286-45e9-b3b9-87bf196c3011", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125167,7 +125167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9c2d52-503e-4dc7-af66-46999317820a", + "id": "f80be6e0-a590-4aa5-b103-fd428d980a42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125211,7 +125211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ffb3d84-0ba0-45fa-9c3f-627c51bf6998", + "id": "64843995-aae1-4356-a3e1-da9637f61f51", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125255,7 +125255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0eabe7-48ed-4489-b33a-a8478552170b", + "id": "0668fcc9-bc36-4916-8323-1746dc98aafe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125299,7 +125299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7a009c-a86d-4fce-9a2c-454de772ba7d", + "id": "f0820659-7440-4d60-9195-0b99cb09c4bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125349,7 +125349,7 @@ } }, { - "id": "69650699-6005-498d-850c-0c8d503ca61f", + "id": "7961d711-810c-4988-ae08-b58f3aa6d341", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -125402,7 +125402,7 @@ }, "response": [ { - "id": "6ac52133-c673-4126-8248-b20345b50724", + "id": "91bbeeae-da0d-4e17-b82b-3a74f6059970", "name": "A work items details object.", "originalRequest": { "url": { @@ -125448,7 +125448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b24a47-e003-44af-b92d-c0bb5720e882", + "id": "6fbea220-2b2d-4b61-8bd6-0a0a18cdb813", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125494,7 +125494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bedf5d75-ba10-42cd-8c11-ffaf82f8cf14", + "id": "629b795f-b854-4a25-9ad4-ff64f1f1d385", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125540,7 +125540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b969333-be69-45a7-b4e2-f7fe660510cc", + "id": "9a77232d-34ae-49d9-98bf-c9beb02feed2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125586,7 +125586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b7241c2-dee7-4719-a641-fa46341caade", + "id": "cd007025-60d9-4a5b-9e93-66cd64754ce9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -125632,7 +125632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1066be9-7a07-47a6-9263-98f9b24c5a46", + "id": "2269f9ea-3a51-4dcf-8c92-274d67e89b8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125678,7 +125678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff216b34-270a-49cf-a21d-91d5a1ca7067", + "id": "d07180a3-cc77-47a2-a5e8-ab0992c5f1b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125730,7 +125730,7 @@ } }, { - "id": "0f20729a-651a-4817-8049-05c4a444416d", + "id": "d52afc81-b2d7-4dde-b644-1b02059d7169", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -125783,7 +125783,7 @@ }, "response": [ { - "id": "9f29ffe2-f39a-4fe9-9ec6-75bd091ca96f", + "id": "c065738d-aeb1-4645-b5ad-6237f471100e", "name": "A work items details object.", "originalRequest": { "url": { @@ -125829,7 +125829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ade89af-a50c-4b79-b208-bb87096e2f89", + "id": "cda4eac9-d921-47f0-9e3e-c94ae0d5653b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125875,7 +125875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1486234-a4cc-47df-890e-66af2f468471", + "id": "11018d7c-ae66-4e6a-a300-a2f0923cbf8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125921,7 +125921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5b367c3-0578-4405-a135-dcca7a7e951e", + "id": "61f6976e-6325-4685-9478-ae8860e4580b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125967,7 +125967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20440d74-6c16-463d-96bd-91e32d7ea824", + "id": "f5d3460a-476e-4d35-aa4c-a501f263da9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126013,7 +126013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b15e9224-0077-4d23-87f5-4cecc988b8a4", + "id": "e80da29b-082c-45a4-954c-fbbdfe45f8e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126059,7 +126059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d512b18-26c8-4a2b-96db-b06b4aaf276a", + "id": "10908c0b-5e5a-460f-89ae-348e6e9a2e88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126111,7 +126111,7 @@ } }, { - "id": "add8ddb0-a2ef-4ef9-a131-942149dfbf5f", + "id": "e1a023d7-0411-415a-aa24-6b218827019f", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -126153,7 +126153,7 @@ }, "response": [ { - "id": "2ddc3a84-f599-4d4d-ba94-c91e0ab7b5a6", + "id": "09f8845a-286d-4371-9b54-bd81c000d241", "name": "A work items details object.", "originalRequest": { "url": { @@ -126198,7 +126198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9585cb76-9442-4f5d-9ca4-7cce4d75ffc7", + "id": "957f9b0f-4c3e-474a-a087-b1ed6521117a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126243,7 +126243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce56f2f-8790-4803-8a01-fbdd8f62c9ab", + "id": "e1311def-5aae-43c9-8747-af4fda7c1270", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126288,7 +126288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75c4cae-c18c-4332-aec9-016e4c5502c1", + "id": "8663accc-40d0-4b1a-a45c-57b66132012f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126333,7 +126333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe881609-886a-4ed2-b74e-edc87c980556", + "id": "d7e19c35-379b-489b-913b-10c599e60254", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126378,7 +126378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112e7b9e-ad9d-4e23-8ec4-26a7de2d710c", + "id": "44aa1f72-3ef8-4dbc-916f-2471e611fff5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126423,7 +126423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a115cece-66be-4db3-b7c6-00e6bcb75d62", + "id": "df19c05c-e40c-4ba7-bbff-614600861483", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126474,7 +126474,7 @@ } }, { - "id": "fd6c822b-e59a-4a41-8b28-de02d0da03ad", + "id": "b23b28e6-05a1-44c7-94c0-b28cc5de1965", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -126516,7 +126516,7 @@ }, "response": [ { - "id": "4a21d2e8-8853-4756-8a41-009d27cbc751", + "id": "b2d1e1c0-e36c-4eea-ba2e-4bcacced3c7a", "name": "A work items details object.", "originalRequest": { "url": { @@ -126561,7 +126561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd32476b-194c-442c-a72b-4436f39081d5", + "id": "152a9f58-5b8b-4c4b-8b33-545afc56964e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126606,7 +126606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f458834-812e-4c67-bd9b-b185c0924faa", + "id": "264dfefe-e170-48d2-b986-487bbd2d18d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126651,7 +126651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c76db8a-b471-46a2-a136-73b00ecd3585", + "id": "c89504c4-d732-4e21-997b-7fe6c5490654", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126696,7 +126696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f370edf-15d3-4ebe-855e-b6bc4be0da56", + "id": "a01b6366-4ab6-41bb-a788-c9019622148e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126741,7 +126741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ca9449-66b2-436c-8bb9-94f2c4e0aacd", + "id": "6188b60d-7df3-4af5-a18f-fdf887e75d8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126786,7 +126786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b83db796-6820-432b-af26-583821f599ab", + "id": "88f9a0cf-c77e-47dc-a18f-783e648c1d5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126837,7 +126837,7 @@ } }, { - "id": "683cf711-2e8d-444e-9e30-0c637dfd0884", + "id": "73045cdd-3e82-4959-8111-2f4d900ac33b", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -126892,7 +126892,7 @@ }, "response": [ { - "id": "35115835-7b52-430d-a8fa-e665ab6a7862", + "id": "b1e7c4f7-7f32-437b-b4d0-048a40c22f2d", "name": "A work items details object.", "originalRequest": { "url": { @@ -126950,7 +126950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01d5220-00d6-4659-b7d9-a97d4e2bec91", + "id": "27a59a6a-19fb-4f18-a6c7-613c01dfd501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127008,7 +127008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98b863e-df4d-47cc-a8b0-77ab69d8e6d0", + "id": "cfd4f9f7-e325-4979-8a07-16cedcea464e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127066,7 +127066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6756f189-a22c-41b8-a697-169acd62e653", + "id": "473285e5-54ac-483d-b733-ee8a61610c72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127124,7 +127124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dabf2e07-4d91-434e-8c21-8dba2874c14d", + "id": "c65fb74b-3be7-428e-861b-da4eab9b5873", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127182,7 +127182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f11b1d-6025-44d0-9eda-3f4fa36582ba", + "id": "8f1ed7c7-5372-49bb-a91f-08b7293865b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127240,7 +127240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e5f8aa-d00a-4054-994b-f8613896fa82", + "id": "1f237430-336b-4d8c-a4bc-0b020f9335b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127310,7 +127310,7 @@ "description": "Workflows allow administrators to create custom automation scripts directly within Identity Security Cloud. These automation scripts respond to [event triggers](https://developer.sailpoint.com/docs/extensibility/event-triggers/#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the Identity Security Cloud UI. Workflows can be configured via a graphical user interface within Identity Security Cloud, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.\n", "item": [ { - "id": "cd11b612-dd00-4423-90d3-03f57c504be2", + "id": "57255906-a4a9-45d0-b368-33ae09229e72", "name": "List Workflows", "request": { "name": "List Workflows", @@ -127339,7 +127339,7 @@ }, "response": [ { - "id": "7ac152b8-cb54-430c-aec1-8e39a729bab9", + "id": "976c2f43-42fc-41e8-adee-d43b93acd4f7", "name": "List of workflows", "originalRequest": { "url": { @@ -127382,7 +127382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b8656ba-56b5-41cc-8ee4-1954c37a1507", + "id": "60d38e68-fa40-42c9-a7c9-7084f1d42711", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127425,7 +127425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16ce9b38-1676-4b7b-badb-e6910c46dd2d", + "id": "c22705e6-9f89-413b-af1f-be7fd3098076", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127468,7 +127468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f63c5be7-0f4f-4cf1-ba19-5459989f7146", + "id": "c218ca47-8038-48be-8d74-d59ca1cab208", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127511,7 +127511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f7a938a-1633-43e1-b62c-402da92149f5", + "id": "097b6191-785e-4a5c-89ac-195560de3736", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127554,7 +127554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09235903-2571-4244-b8ca-11aa03eaaf41", + "id": "9e56ce1d-d645-491d-9c8f-4611104fb450", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127603,7 +127603,7 @@ } }, { - "id": "124f566c-9851-4a20-bc9f-a203b8ba60bc", + "id": "f81e31d6-c59e-4250-b82b-d7b3a14be1ff", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -127644,7 +127644,7 @@ }, "response": [ { - "id": "6223715f-98b5-4ffc-be8a-cfedcf737c3b", + "id": "4895f17e-c81a-4920-a6fa-001c62640387", "name": "The workflow object", "originalRequest": { "url": { @@ -127688,7 +127688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136618c2-bd0e-4f49-9e20-d990a4fbb403", + "id": "15500e7c-732c-409d-9ab3-b894f2ba6e39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127732,7 +127732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06c34d07-2416-4173-b094-53b1ba443767", + "id": "19c8f4fb-f1c1-46d7-8cd6-c3ea07859079", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127776,7 +127776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9679ca4-a075-414a-b423-6faa0688db12", + "id": "d3072263-a01c-4e1a-9f79-3bcc6d511a1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127820,7 +127820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b0e8856-c620-4284-ab9b-23a02964c491", + "id": "8c0ff416-83ae-4197-bb39-9241a6e701af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127864,7 +127864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f81596-4142-4c0d-bd1a-70fd737d5288", + "id": "a91d99f1-3827-44cb-a657-f7bb98c3dbc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127914,7 +127914,7 @@ } }, { - "id": "efc5996a-d4d2-414c-9b0a-c26e089ce051", + "id": "fda26e65-7399-4bb6-aaac-e7852335106f", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -127968,7 +127968,7 @@ }, "response": [ { - "id": "b84881ca-1205-42dc-9e9b-40cb202b1e12", + "id": "6d6c9772-ca4e-477c-ae6f-c78d6a69bcad", "name": "The Workflow object", "originalRequest": { "url": { @@ -128025,7 +128025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8413b35-26b2-4a96-9398-e23377b17bcd", + "id": "b3f9c545-d116-4c8a-aaac-90b3474ccb52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128082,7 +128082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d859b69b-9828-47b5-a72e-48903e613acf", + "id": "1cc748a3-7129-4579-8326-c3e320da1f6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128139,7 +128139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e853fd-d918-47a1-a5e4-3d03afcfd0df", + "id": "71597266-73b3-4062-9b3e-5656c040f969", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128196,7 +128196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46a0da6a-f3a5-458b-bee4-faa10a2fdbc0", + "id": "3dab8682-c352-468d-a7b8-846999cc4f27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128253,7 +128253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8b199b0-cdfb-4e1c-99ad-e14f744e0bf4", + "id": "abfbdcaf-a637-425d-aeca-89b4f63bc7e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128316,7 +128316,7 @@ } }, { - "id": "736532cb-a18e-431f-ae3c-830f7ee17306", + "id": "64e066c1-f56e-45c3-b32a-955d98123861", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -128370,7 +128370,7 @@ }, "response": [ { - "id": "f598e120-dece-43d7-8dfe-d6fc789bfab2", + "id": "6ff4bb7d-e118-4665-b64d-ebbddf46699b", "name": "The Workflow object", "originalRequest": { "url": { @@ -128427,7 +128427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323ccf80-4f11-49e9-b9ba-92381426d1bb", + "id": "39a6502e-2bed-4fd9-be61-df9964e6b7ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128484,7 +128484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b962825-4bb0-4ecc-b598-57f1cc94ecd1", + "id": "6f73c319-2ca1-4767-9902-4f4ac6710abf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128541,7 +128541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f442ab2e-4b7d-4e26-8230-c155f8d53cca", + "id": "9cf0796e-1872-4a5a-80f5-be3118422151", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128598,7 +128598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0c07dc6-bc3f-443d-8bc6-d31c5b4209f0", + "id": "55c2ab2c-1369-4fb0-868e-0beba2f259b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128655,7 +128655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9310e9-f39a-4e74-a9fd-a0ac3a968b6c", + "id": "11cd33b5-cb14-47ff-b747-a03d9a3ca0b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128718,7 +128718,7 @@ } }, { - "id": "4e50a520-3d42-4ced-80cd-4a5d3e558c95", + "id": "bd27e862-10fa-4922-964c-76d88b8db562", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -128759,7 +128759,7 @@ }, "response": [ { - "id": "13297117-f1ef-461b-bf4f-0c34cc1d1e84", + "id": "549877b4-f849-4220-9861-9721edcdc580", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -128793,7 +128793,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6133d758-eac3-4209-b483-63c4b69cb2be", + "id": "76c93b02-7db5-45a0-9fff-29e65917a772", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128837,7 +128837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd984076-5ff0-40f3-82f9-e87adcf98da7", + "id": "61753dd2-0471-42ae-8d9b-9054943a0747", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128881,7 +128881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe99b0d1-4c7e-424d-b876-09c3511e8a2a", + "id": "67e17f9f-24ae-4ac6-89ce-32b3c5549077", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128925,7 +128925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b92fbbf-c4f6-4e2f-ad70-84da224d8128", + "id": "fdf262ef-1eec-4770-962a-41c876ce0c48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128969,7 +128969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371d56e4-c232-47f6-94fb-c0ba83a93bf1", + "id": "967a0a21-9a7f-4602-a8e4-fb2d7a10857a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129019,7 +129019,7 @@ } }, { - "id": "af9274ab-516f-42ab-aa04-dc8e5684ecb3", + "id": "8c6005a6-de3e-4a12-a47b-10bee5aaf54c", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -129067,7 +129067,7 @@ }, "response": [ { - "id": "68903b3d-1c0b-482c-bc69-31ed1d805620", + "id": "87a34ae3-9326-4e15-9d23-f3181e085399", "name": "Event Trigger", "originalRequest": { "url": { @@ -129124,7 +129124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5d4cf4-eb81-4464-811f-dd02186dd056", + "id": "399940e8-b684-421a-be9e-911d86a2039b", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -129181,7 +129181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62b82ba2-3019-475c-b58d-ec6e76a7e932", + "id": "8a4706c9-0afd-427e-994b-404982397b3f", "name": "External Trigger", "originalRequest": { "url": { @@ -129238,7 +129238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ad5bec-fba6-4015-8831-c71aa6930b24", + "id": "6a9d9770-ac0e-4996-be7c-249f46c2a06f", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -129295,7 +129295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62343cf5-d963-434a-9b27-5b4452c8d5e9", + "id": "db8898ee-ac04-475e-9b80-1d7e09c010d8", "name": "External Trigger", "originalRequest": { "url": { @@ -129352,7 +129352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13413032-ca98-4960-b5e5-ec654565bcb6", + "id": "3bcd41ea-e576-4d90-aa7d-a3617fee443d", "name": "External Trigger", "originalRequest": { "url": { @@ -129409,7 +129409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f77414b-3db3-4dcf-8963-22d5f13509f1", + "id": "dd7aad68-d1ec-4c32-903e-58af21c7aa64", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -129466,7 +129466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e42424be-eb97-4467-b42a-67985ac32a42", + "id": "d84bde49-3f30-4af8-b49d-b86ac5f9e5ea", "name": "Event Trigger", "originalRequest": { "url": { @@ -129523,7 +129523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b080d1d0-2155-4ea7-87fb-089bfe7161d7", + "id": "4627d740-7450-4e11-a595-f009adbeaea1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -129586,7 +129586,7 @@ } }, { - "id": "db063b57-4c4b-4918-b90e-b94ca172de04", + "id": "10f1edb5-616a-4b2e-baa0-bd9711590fd4", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -129641,7 +129641,7 @@ }, "response": [ { - "id": "a409f850-743e-459f-a269-62fe547a3156", + "id": "000fe6b6-f9b1-4c46-a11e-34f857fdf5fd", "name": "The Workflow object", "originalRequest": { "url": { @@ -129699,7 +129699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c0654f0-b109-4bd4-a1bc-58681b24cc53", + "id": "7ccfd0cc-eced-4c1a-93b5-f0b91b9eabd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129757,7 +129757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce1f7566-15ad-4291-9e4d-299d6a88e1eb", + "id": "b08658ab-f124-464a-af63-469b8b7713e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129815,7 +129815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9bceee-194a-4bb2-8d66-5b7335863e89", + "id": "c17736dd-18b6-4b63-bd41-664540f9b8a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129873,7 +129873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9e38ed-2bd7-4c88-88d0-045b288b057f", + "id": "50812fc9-35d2-4271-acb2-6f06085978b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129931,7 +129931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a891b4-46d8-4d2c-8a6b-0abeab1b425c", + "id": "5d21a053-c411-48b8-abbd-5babda080912", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129995,7 +129995,7 @@ } }, { - "id": "4c2bc3a4-1f32-41e1-babd-8a0dc5f4e7f6", + "id": "825015b2-55f8-4a86-994d-0a10b953ce5d", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -130074,7 +130074,7 @@ }, "response": [ { - "id": "4f5486c4-7499-41c0-811c-cdb8752ac996", + "id": "9c21c583-6612-4019-bb74-536990543e1e", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -130156,7 +130156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c1d675-9c50-425e-a189-c76c843418f3", + "id": "65c9c261-05c6-4970-950a-55f2b8517e09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130238,7 +130238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b152105d-ddcc-41c2-9060-867c76f041ea", + "id": "dd89fc43-4f6a-40f3-a87e-eed404494f39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130320,7 +130320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aec78a5-bffd-45c1-942c-bcc49e93efe0", + "id": "7a0946b3-e3fc-4a59-b66a-f781d255e5f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130402,7 +130402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e598c74-be3d-457e-8903-7b9a5b9f9a9e", + "id": "22640a89-e4f0-4ecd-8e90-05b1ed50b523", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130484,7 +130484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df4311f3-7279-4c04-99ad-d4fa82cd003b", + "id": "195f45f3-3d14-4b99-b57a-83bf28a20e06", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130566,7 +130566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8666366a-a946-4ac3-9c95-98fc4b34de5c", + "id": "16f61cbb-f3f3-435c-bc58-d2b17e5855ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130654,7 +130654,7 @@ } }, { - "id": "de9330ab-25c7-42d7-a803-dfc586c7f406", + "id": "cfadf199-a330-4040-8c97-5d34bac6ecab", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -130695,7 +130695,7 @@ }, "response": [ { - "id": "80e98e01-334b-45ff-94f7-117bf9560095", + "id": "582f88a3-2325-4be0-b427-b4865a8f5559", "name": "The workflow execution", "originalRequest": { "url": { @@ -130739,7 +130739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fc8d3a-16e0-423b-adc8-a66bf2e9671c", + "id": "b04f7c22-1211-41c0-90d9-00790f20ad45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130783,7 +130783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "836d1c36-5391-460c-b516-cac55815e455", + "id": "6388d90a-a48f-4ceb-95ac-59afdba8cae0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130827,7 +130827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7729667-f264-4929-bb2a-ea46ac03db9b", + "id": "43f4611f-892c-4c62-b02c-a315c2972393", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130871,7 +130871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b470fd-7675-4905-987f-34df84a51267", + "id": "fa59a36c-c3a8-4c5f-a1d4-414b946de30e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130915,7 +130915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "305bd6dc-5a03-4b3f-ad80-b6070745e5fb", + "id": "168e0e8d-6290-4c5e-92da-11267eeab744", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130959,7 +130959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76082321-859e-441e-9532-5aa96779802a", + "id": "f63ef17b-3453-43ea-96d5-662ad7d44441", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131009,7 +131009,7 @@ } }, { - "id": "2333d743-2b78-476c-b424-16a3fb27a50f", + "id": "5f6d8630-fd9b-4680-9876-18581cdd327f", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -131051,7 +131051,7 @@ }, "response": [ { - "id": "5b4bee0e-790c-4f91-9971-06b719b372dd", + "id": "bb7f3f63-2089-4b74-b452-5c013c86c0ce", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -131096,7 +131096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04bc6fb9-8331-4928-8586-e17a31bc8346", + "id": "9dee4b30-b849-43f5-808d-e092c9151c45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131141,7 +131141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05971c7a-2064-441a-81f8-4f3054db66e9", + "id": "fce5cf98-86aa-419c-b8d1-df606fa161f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131186,7 +131186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300efb15-c1ea-4f12-9780-a14f4831df8d", + "id": "d081bc84-51eb-4a5d-99c1-f7e481f70664", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131231,7 +131231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d843ac3b-946b-4ce6-ac90-a421475953be", + "id": "a254825e-b815-4587-9635-6c3659365b67", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131276,7 +131276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5471371-98b9-4bc6-a944-31501b093533", + "id": "049a7c86-9e4e-4a16-a51a-86d801c5fb6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131321,7 +131321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36249f6e-67ed-42f8-99d6-8ab7cfd5b37d", + "id": "6f8544e5-ddff-428b-8fdd-7bd6ce9caf11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131372,7 +131372,7 @@ } }, { - "id": "bddd4240-0a91-4384-a889-51e3d6a0b01a", + "id": "a99c6794-aa07-446c-8495-db692bfd0ec1", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -131414,7 +131414,7 @@ }, "response": [ { - "id": "b48a88ac-7fbb-41de-a985-21fe65ffc2bc", + "id": "671b9358-65d1-4dab-83c3-d1b1e9c6bc83", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -131449,7 +131449,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1daa971a-add5-4b78-b975-2fbf5ec1b5e1", + "id": "7ccf21ab-122f-4e9f-afc8-de6a36e71119", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131494,7 +131494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5614644-3971-493e-acd9-c8e12d7d66e7", + "id": "e33b0524-0502-40e6-86a2-18638d451183", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131539,7 +131539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d512686-8278-4ee8-a87a-cb1245f57a36", + "id": "e832dc92-d918-4e33-920d-e9173f8eb065", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131584,7 +131584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfe50080-f2b7-4082-ab9b-2b80153a6f31", + "id": "ca6bee86-6170-43e5-a918-61777dd3356b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131629,7 +131629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4436250f-7529-47de-8da2-c496a68d03c8", + "id": "68d48639-0a6f-4799-9997-8960171a1ad4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131674,7 +131674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1432863b-6bb7-4f97-8ec2-1704fa9fb6d8", + "id": "968e8f96-b769-41dc-87b3-c118619dd34b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131725,7 +131725,7 @@ } }, { - "id": "62658c73-1dfa-4c88-bcff-d099190ccb30", + "id": "3ffc2d91-1bfa-4da1-915b-d889208c07a9", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -131773,7 +131773,7 @@ }, "response": [ { - "id": "1557ab0a-3b5d-4892-a6cb-d463b2a5961c", + "id": "0c3c8d38-5d30-46a8-9b92-30c9a509d226", "name": "List of workflow steps", "originalRequest": { "url": { @@ -131835,7 +131835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354e329e-7724-4b18-b0a7-3c95a02a7332", + "id": "c7b9ae51-ae8e-4c3b-b3d0-9e511b2bac09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131897,7 +131897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563d7ac0-c6ee-457c-8500-0d840a0a8679", + "id": "bc7bfa4f-ecaf-4583-b1dc-b43bf70dbecf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131959,7 +131959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b65a0d-8540-4a87-a506-c474ae13708b", + "id": "104f69c2-00c9-43a5-b496-a918167a9232", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132021,7 +132021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fdfbe54-601d-4874-abcc-358ada1e7f6d", + "id": "a2e09da8-5420-4f99-8c7f-a29c43390735", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132083,7 +132083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92519a2c-dc73-4af9-8f80-780ec8668f5f", + "id": "75faa97b-3e5e-4da4-a81e-dbb9d16aea96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132151,7 +132151,7 @@ } }, { - "id": "34672b1d-09c3-4aaa-9f83-d53371e31bdb", + "id": "24cb33a9-5626-4a97-adc9-a7ea171c7754", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -132209,7 +132209,7 @@ }, "response": [ { - "id": "62b53297-d51b-4657-9a51-93f8be4ab632", + "id": "63ab089b-9a26-4177-9207-894b0b110f05", "name": "List of workflow actions", "originalRequest": { "url": { @@ -132281,7 +132281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59d0352b-f46f-4110-81b8-0d6a38fc2340", + "id": "e9b54ce4-28a8-4925-9e28-47f962b4c842", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132353,7 +132353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b6ae9f6-e226-4cb1-a1bf-182b6e9b9b94", + "id": "e4a6b626-a8e4-4289-a182-f6e6a4169c5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132425,7 +132425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c865e3-f77d-4b5d-9f6f-8af2b69eef72", + "id": "39280346-bf02-46a5-a071-6f9daebd9805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132497,7 +132497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7e8dbe-7122-4c5d-b022-7886e454462b", + "id": "f498e4f2-9440-4568-a0b3-e67912bbb7bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132569,7 +132569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9331d6f7-979b-4d72-8ac6-09564a614a59", + "id": "7d983003-ec27-42e7-931c-fb59f60e33a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132647,7 +132647,7 @@ } }, { - "id": "6f210999-27ce-4be3-ba83-74af462f54b8", + "id": "d1ec65ab-a999-42c8-999c-df8329124b9d", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -132705,7 +132705,7 @@ }, "response": [ { - "id": "a940de5d-838d-4499-b729-ee51a0311f42", + "id": "181b887b-2335-4b51-8c92-0d1a0d42a212", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -132777,7 +132777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5594cd58-b4d8-4679-9291-712c262d2aa8", + "id": "884faba2-9d1f-4f10-a5ce-97689ee0471e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132849,7 +132849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "586305ba-8f8b-429d-b14e-a37cc8f4a651", + "id": "0d83b005-728c-4df6-9cfd-dd60cc83f302", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132921,7 +132921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34241ccf-dae6-447d-bc6c-bfda08038e2b", + "id": "26425788-4bae-4894-836e-7a67a22c52ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132993,7 +132993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0460606-251c-4bf4-8117-e90d3c34beae", + "id": "47e3c9b5-4d65-43fb-966a-ac1235f8dc02", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133065,7 +133065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2161b2d2-5ffc-4ff2-ae9a-7b67abca3956", + "id": "49597caa-f1d4-4cfa-9ef2-00c1cc563f5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133143,7 +133143,7 @@ } }, { - "id": "a107ebf6-c31b-42be-b6a5-44497bf424a6", + "id": "9d14bc59-9aa2-439e-b32e-263a0a9af3f8", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -133173,7 +133173,7 @@ }, "response": [ { - "id": "a8bbf411-fbd8-42f4-8004-b91c3b61525b", + "id": "5c7145ba-3cb1-43ba-8aa4-20a838cc19fc", "name": "List of workflow operators", "originalRequest": { "url": { @@ -133217,7 +133217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2ea0d5a-343d-4951-9f72-b8c084deb4af", + "id": "9496197e-87a9-4ecc-b37d-15d3e58314e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133261,7 +133261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876cf141-5422-4faf-9139-cfa0172a0bcb", + "id": "5f34db95-f696-4f4c-a288-44d3c8201b4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133305,7 +133305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0104055-a03c-4ebc-b9f4-4d439577e36d", + "id": "00dd59f8-ad06-4dab-a2c1-a5b6e99bccc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133349,7 +133349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05ab2cc7-af0a-416a-a55c-bfdfb3d77151", + "id": "eb7c45f2-8a57-4a3c-a244-1cee9400c7fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133393,7 +133393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cc5bb5c-522d-421f-996f-1524b0e7fe72", + "id": "0637b558-4c6f-4509-9cba-52e55398e97f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133443,7 +133443,7 @@ } }, { - "id": "8e7a97a6-58bd-4904-ad36-13bd50837f6f", + "id": "edbfd0a0-1dc3-4550-9ef1-94692d70eb85", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -133486,7 +133486,7 @@ }, "response": [ { - "id": "67dc2a93-c289-4a1c-8d96-8af1689c20ae", + "id": "c98b4a5d-dc81-4b35-9950-799565bcd691", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -133532,7 +133532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e67ed55-a405-4e1e-9784-58f73f72316e", + "id": "dff1e3e4-6a3a-477b-8f51-51525dea07fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133578,7 +133578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc91beb-3cc8-4675-9e9b-4d3aec74ee26", + "id": "adeb4b78-c6d3-4105-873e-9660f6c9cd87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133624,7 +133624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce118a7-44b4-4030-a571-d4ec342adf83", + "id": "738f3583-3327-47db-976d-6ca68099239c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133670,7 +133670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49267f2-5d95-497f-b864-c84b408ec74a", + "id": "368b9d41-e903-4c56-98fb-35fcdd22a055", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133716,7 +133716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2ad4e1-9931-4d9b-8d58-2063302a43cb", + "id": "1453fe12-6752-46f9-be02-e5cc89806e27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133768,7 +133768,7 @@ } }, { - "id": "a3a98777-ff80-480d-b785-a17b280d0e90", + "id": "c4e0e00b-b7a6-4c0d-8b06-e5c1ec6f61f7", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -133824,7 +133824,7 @@ }, "response": [ { - "id": "3ff7adfc-dce0-4193-8bb2-1145466132f5", + "id": "53ce8386-9d14-4099-9907-e8b2930c4143", "name": "The Workflow object", "originalRequest": { "url": { @@ -133883,7 +133883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c463c4e2-fc8e-47bf-ba9d-474080e30542", + "id": "fdc02a77-64e1-4113-9da8-99c8ffe0314f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133942,7 +133942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4a7591-c72b-427f-8637-8310a2444a34", + "id": "ad54fd15-e0a7-4095-a52a-7c609e12a485", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134001,7 +134001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6163b1e1-a837-49b1-9baa-fd30d28ca71a", + "id": "5aeba67d-2486-46e6-8f02-6565779e3ae7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134060,7 +134060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c9fe09-3f11-4e28-a50d-3cdc080c17f0", + "id": "b3daa7fb-876d-4540-8f63-93119841d9d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134119,7 +134119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8023a6f0-46e8-4dad-99fd-80669dbbf40c", + "id": "d202e40c-a00a-44b1-807c-1f0ec6f745b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134184,7 +134184,7 @@ } }, { - "id": "84e12ac4-7ed8-44a3-8a07-6c621c430a1e", + "id": "77b27855-c97a-4948-a847-f79c3a864c04", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -134241,7 +134241,7 @@ }, "response": [ { - "id": "b61f02d8-e71a-4495-bdba-472043ce590e", + "id": "4032950d-23eb-4409-b144-88a8e0f9c283", "name": "Responds with the test input", "originalRequest": { "url": { @@ -134301,7 +134301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffee1814-62df-474c-9c6e-d1575afd4bcc", + "id": "bc2368b6-e90e-4810-93ef-353ae1f47da5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134361,7 +134361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71160be3-2449-44e7-9a72-9414b097b65a", + "id": "d21923e7-d4f9-4f94-a982-ff08fde9b84b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134421,7 +134421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766be468-e2d8-4ce5-ac71-15b37389ae65", + "id": "9c88db22-3f02-493c-ba5f-3a13c3d40533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134481,7 +134481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288dbb01-23f7-4204-9680-c1cb2ae91e72", + "id": "7d8aad88-6e33-4171-99d6-e9b3c4d63fb6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134541,7 +134541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12aa3619-2e4a-485e-b77a-7c23fb45bcea", + "id": "413915eb-abd3-4874-93b5-28ac28ba1e49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134613,7 +134613,7 @@ "description": "", "item": [ { - "id": "85c8fe36-5fb6-4f4f-892c-af36e1e39022", + "id": "55af0205-9135-4fb6-9e92-19ad99babde0", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -134654,7 +134654,7 @@ }, "response": [ { - "id": "1511e8c4-89f2-471d-8ad9-bba7fa1412e7", + "id": "495609c1-5a12-40b9-8995-cdf505a3c498", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -134698,7 +134698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d99a305-5d74-44f5-b309-4149c39ce654", + "id": "fcc6eb2e-1690-4461-b45c-35c240f7d828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134742,7 +134742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4860794-6eff-41e7-bd0d-1852de89573b", + "id": "bef1a06c-82cb-4b3d-a3cf-975b29bf996d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134786,7 +134786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72cc64a2-5db7-40f4-888c-a0048f4118c6", + "id": "311a1b9a-0c7c-4365-9200-332391dd6b67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134830,7 +134830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1d5d11-2d8f-443f-92e2-d995bda02780", + "id": "24a5fd76-fa70-4fc1-824f-954341f9c931", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134874,7 +134874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9081aa20-27b6-4d5d-bd24-7955ad5561f7", + "id": "5e0a1594-12dd-42f6-8561-4811d209d223", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134918,7 +134918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac72423-c75f-4fce-98a2-73c06248f730", + "id": "4aaf1e86-71c0-4f63-bd79-4c4f279dbdda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134968,7 +134968,7 @@ } }, { - "id": "f14858f9-1950-41ed-95b1-fbe8603bbebe", + "id": "e1cc46bd-bc37-44ea-9c22-9b7ad656020c", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -135022,7 +135022,7 @@ }, "response": [ { - "id": "1ab5fdca-52d6-43d3-84e1-5e3543092364", + "id": "7d0b6835-ce99-4d6a-9ad3-ead7173c7d61", "name": "Auth user updated.", "originalRequest": { "url": { @@ -135079,7 +135079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "624ae75d-cff1-4ba5-b5a1-b182b95dbafa", + "id": "d7e80bc9-7f01-4e35-9c1e-0c95ffda76d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135136,7 +135136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0daf3630-a613-4fe9-ab29-d8de1637eeff", + "id": "d45f496f-ee03-44a5-aa25-fa06eaae5b4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135193,7 +135193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80027ef7-9dd9-4880-b778-a688f676f4fa", + "id": "34f8387b-7759-4d79-84d4-142c93b6fd60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135250,7 +135250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cb145cb-13c8-4073-9a19-44f85ed1b0ee", + "id": "6a340d04-8491-49c5-9825-ee868e3e62d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135307,7 +135307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596b1f17-68c2-4039-8a2d-7eec459e66fd", + "id": "bdf79c8d-75f1-4f8a-a9a5-919defbe5048", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135364,7 +135364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c942aec0-fc65-4e4a-8854-52553b671013", + "id": "5888d032-b199-4b71-8883-ed14803cd1ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135433,7 +135433,7 @@ "description": "", "item": [ { - "id": "365aff41-e960-463c-90b3-2633520e9c03", + "id": "544568b8-7407-4954-b023-47ff8907033b", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -135475,7 +135475,7 @@ }, "response": [ { - "id": "00d76952-af9a-476a-b459-2cf470a4be9d", + "id": "db179d5e-b367-47af-a09b-9e8dd33fcbe2", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135531,7 +135531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92f1988-6052-4aee-9468-1f912cd36665", + "id": "9f3d021e-6fce-422e-934e-536d2ca796b9", "name": "General Policy", "originalRequest": { "url": { @@ -135587,7 +135587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc282dda-6341-44b0-b51f-42bc75ccd120", + "id": "e51f969a-6dbe-4d92-b309-748e20d2d69c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135643,7 +135643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ade7a5-357d-4891-be87-fbb138517940", + "id": "ccf8ed2f-be5f-444e-ae7f-2a85d0b796fb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135699,7 +135699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62fb2751-5900-478e-8cee-946de6938050", + "id": "2609bf00-ba5b-49b6-850e-eafa7c411efd", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -135755,7 +135755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ebe5338-a1d9-40ce-a807-41a19c73c331", + "id": "ac02f558-5040-460f-ba62-1d78f56a718a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135811,7 +135811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc6b0b99-7fb0-4759-8ca2-3f82bf4aac10", + "id": "d98ef238-1250-42f2-8ab3-308298935715", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -135873,7 +135873,7 @@ } }, { - "id": "875c0828-de8d-4a27-9a49-5c3aee90eac0", + "id": "1157fe8b-8636-4a9c-8a6c-ca94cbf8f124", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -135939,7 +135939,7 @@ }, "response": [ { - "id": "695abd68-f26e-456b-a12f-29d6d90c85da", + "id": "b2bd36f3-c9fa-437c-9470-c16d47f0fd07", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -136019,7 +136019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac33d0c2-9552-4224-8f32-d8f2b9ed7fa2", + "id": "79e8bb40-8c09-4657-96a8-bd69537fdfd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136099,7 +136099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0f2801-5015-44c9-a7f3-2d12904382fc", + "id": "4cfce2ca-bf81-4b61-9a27-2ad73e66c6cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136179,7 +136179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3e9d15-5cd4-45e6-b475-31cf82d81fbe", + "id": "ee84ecd3-2482-4eb0-9d5d-c33b9c2f8b74", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136259,7 +136259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb6c8167-554b-4ac9-8c44-84114b4803cf", + "id": "2ed6060c-774b-492b-92df-d6552d4867e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136339,7 +136339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a3f7018-8a14-45d1-8c12-89b5dd0e89f0", + "id": "83c4a98c-40d7-4aef-80e7-4121f80aea6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136425,7 +136425,7 @@ } }, { - "id": "b10b29a7-4f7d-4d59-9e66-91ecc090156a", + "id": "974d7c2c-d6e1-4943-ab39-0d5bde89c0a7", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -136466,7 +136466,7 @@ }, "response": [ { - "id": "cd95258c-5cae-411f-9141-655aedf561d4", + "id": "0b0c1f18-7ea3-4fb0-872e-073d8d2d01a9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -136510,7 +136510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abe2be21-5fc0-453e-a1b9-d89265907158", + "id": "464be34e-c3f7-4d3e-94f2-aafb69fb60d8", "name": "General Policy", "originalRequest": { "url": { @@ -136554,7 +136554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d18e7d-45ca-4d94-bbe3-83618f0eb4ed", + "id": "068f85dc-56cc-4b86-a545-c91c0d19326a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136598,7 +136598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6f938a-2d8b-41ea-a0b3-b1943eab24b7", + "id": "a00ba0dd-0b3a-4f27-86f7-7776f8f149c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136642,7 +136642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16c975e-8e65-45e5-a072-89f0fd847391", + "id": "48cf75c3-1f65-404e-9f09-f544f8d65e35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136686,7 +136686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7aac133-8b96-4bf4-a310-7bb22f901705", + "id": "d0dd630c-d26f-4c69-a137-26dad78b7fe4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136730,7 +136730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df354413-86c2-4d8a-8d75-f1c7e1e17b25", + "id": "0c10ca52-e7f5-4e89-9527-4a796ed1cd99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136774,7 +136774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f4e101-e4e4-430b-a92f-8aa63dc182fb", + "id": "f8091e4c-ec50-488f-8b54-9d120d2cb487", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136824,7 +136824,7 @@ } }, { - "id": "8c28c1fb-d2f5-4c1d-b87f-495e10b320ef", + "id": "be8cd97e-d443-462e-a7ae-c44e0adf15a4", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -136878,7 +136878,7 @@ }, "response": [ { - "id": "1996a155-e33e-431b-be0c-efc7a9dd8ff2", + "id": "57280354-f161-4a27-b599-7097995eb607", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -136935,7 +136935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4a6a1a-ea97-4301-8be0-aaf758bf7b6c", + "id": "1e4c2ddf-5168-4cbe-9eb8-35a9a59252dc", "name": "General Policy", "originalRequest": { "url": { @@ -136992,7 +136992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6134ec3b-e465-40e7-b014-ca7d747adacc", + "id": "0e847276-a7f1-4f0b-8030-417411ea7498", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137049,7 +137049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e96d97-617f-4993-b859-8e4cc40d6392", + "id": "3f300faf-40e5-44de-9426-282c565f8cfb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137106,7 +137106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4164831f-a7fb-4964-9ca2-13f1e363210f", + "id": "c309d189-9519-43a1-970b-72c96bc007e6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -137163,7 +137163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d12d4426-e751-4f5d-9fbd-527509ccbb82", + "id": "04dd9f87-96e8-412d-81ae-95fc6821f270", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -137220,7 +137220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d67fac5-d68d-4659-a0b2-78252a82569c", + "id": "954e1ec5-625a-474e-ab5f-94e649ee1e0c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137277,7 +137277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdfebb48-b633-43d5-86c7-470a17a765bc", + "id": "52c237bc-f06f-488d-bfe0-2ad567fa60ca", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -137340,7 +137340,7 @@ } }, { - "id": "3694a511-a356-45be-8015-598de8dcd22a", + "id": "0a56b5e8-725f-4266-ba9a-55749df716ec", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -137391,7 +137391,7 @@ }, "response": [ { - "id": "c60f6cc9-4714-4af4-bb5a-2c90acfc27b8", + "id": "c63a9a3e-8688-4442-bb80-596b7f602e27", "name": "No content.", "originalRequest": { "url": { @@ -137435,7 +137435,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d6053974-7133-4661-999b-701dbc9c4cd5", + "id": "feb5acf0-2655-4658-b76d-5e6d50fdbdee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137489,7 +137489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fa381cc-9ed2-4b0e-830e-37722a6acb5e", + "id": "15cd11bc-6ca8-4dab-b11d-193840a92f12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137543,7 +137543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4263a9fe-eb74-431d-aab2-c96eec2e560a", + "id": "00f5a6ee-3927-4846-9537-2383a9479181", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137597,7 +137597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720075be-dc9d-4c5f-9f81-ff2b5aa08750", + "id": "13d72df6-84d1-42c2-998e-6e9c884dc176", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137651,7 +137651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27c6b64-7165-4f0b-838c-ab68c3af7202", + "id": "2bc403c6-7ba7-4120-a141-7d1506bee339", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137705,7 +137705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65a53b3-4af9-4cb6-95e1-b435886af2d9", + "id": "952cb6d2-64c0-4f99-b0a6-0e24ebac3435", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137765,7 +137765,7 @@ } }, { - "id": "ff29e9df-5594-4502-9fef-aa34653f5de7", + "id": "139c853d-f45b-4086-80ce-49c41d211640", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -137819,7 +137819,7 @@ }, "response": [ { - "id": "76a4b45b-6d4d-4e17-9bde-189b83592f21", + "id": "96d04222-0937-467e-a04d-0d36cf930fac", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137876,7 +137876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a85d00b2-ded3-43df-8b62-534e9d8ba089", + "id": "1655d9ae-d553-416e-9be8-a903eaa75426", "name": "General Policy", "originalRequest": { "url": { @@ -137933,7 +137933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2e861ce-6ce7-4f66-b0f9-fc48957516e7", + "id": "648fa53a-9506-4cfd-a1dd-ab12ee07093a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137990,7 +137990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32111cc-479b-489e-ae96-77de1b879c6f", + "id": "f887ce7f-7983-4788-ba6e-c9ba9996c212", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -138047,7 +138047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb9e63c-607d-40af-a3b5-703d27eef3da", + "id": "c485fcb9-0ca7-4ab2-af9f-5a1f54a4e92e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -138104,7 +138104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea8a3408-ef2a-461e-829f-50efdb5c2fa3", + "id": "c8a5d288-dc5f-4065-aed9-0707ecf3fec3", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -138161,7 +138161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bc339db-9a5d-4b46-b645-735d2aabae7d", + "id": "0fcb3fd2-6d5c-4a94-9831-2cbd0415bb22", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -138218,7 +138218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9611858b-53a7-4629-a936-c286e281b02e", + "id": "34f11248-d0e6-4e80-8078-7765d57695ae", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -138281,7 +138281,7 @@ } }, { - "id": "f82b8473-db1a-4db5-99e8-edaa2775483f", + "id": "dba3671f-ed3c-42ea-a5d3-5f0a18c5aea0", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -138323,7 +138323,7 @@ }, "response": [ { - "id": "806ce8f4-0ba3-419d-b8eb-555d612a3083", + "id": "f173bd48-8764-4c25-9cfd-f9976ddf72ff", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -138368,7 +138368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08749e9c-810c-47a9-949e-24c7040c7aa9", + "id": "6ca3e6dc-1574-4225-a322-870d2d06c145", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138413,7 +138413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4162f69c-ebcf-4a63-8fcb-9f4e4bcf8de2", + "id": "b9fc3c9b-169e-4eb6-9f4a-e70234828466", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138458,7 +138458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6930e3c4-ae99-4a0b-93f5-5cb36f4cadeb", + "id": "505c2bdb-96de-4d08-9bd5-eb26875900d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138503,7 +138503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e299899-d8f7-47d0-82ae-c6f59b920928", + "id": "df457432-407b-4fb2-8bb3-b62d8ccbeaa0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138548,7 +138548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275e17c9-bd72-40f7-8168-dbeb72a7e529", + "id": "928cdf9e-31e4-4ae9-bec8-d14150024f10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138599,7 +138599,7 @@ } }, { - "id": "b1a5b6ed-8deb-40c1-bb2a-9aadf5344b95", + "id": "70dfa5a4-f8ca-4eb5-9e9c-dcf986c63530", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -138641,7 +138641,7 @@ }, "response": [ { - "id": "eb0c138a-ec86-480e-847c-b2c2cc4d112c", + "id": "99de95de-1f80-46de-abf5-0c95c89c1809", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -138686,7 +138686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81a89b1e-ffc5-4b58-8490-95d00a99caa0", + "id": "d707d3af-fd98-4c5d-95c2-df0107dd8952", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138731,7 +138731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab47383-31f0-4a16-b660-a73518927225", + "id": "0ad1ef49-a399-48dc-bf7d-cd4be3db8cb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138776,7 +138776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b664cd-26a6-4e08-864c-e82eab0d2454", + "id": "a04f99ae-fac2-4703-a87c-0760177ce3ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138821,7 +138821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6497ae98-637e-495b-9b57-da837284bf2c", + "id": "a36d7c6e-c8bf-49a0-89b7-427072c12a35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138866,7 +138866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96b63f6-7f24-4c73-acfa-5cbf1892b52f", + "id": "acc269d4-120b-460a-a5ef-f09500080dfc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138917,7 +138917,7 @@ } }, { - "id": "e4646459-45c2-4908-81cc-01bcf79fd766", + "id": "2437d13c-e40f-471e-b2ee-68e7a1b6b526", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -138972,7 +138972,7 @@ }, "response": [ { - "id": "db99fd53-790b-4efa-a847-00c60a33387e", + "id": "6b1b26b4-384f-4df7-9fe6-1fe0b7cf4017", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -139030,7 +139030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78f01918-8e68-461e-bb23-e88a589c88e6", + "id": "dfe1641e-99b7-4447-a652-af6760479282", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139088,7 +139088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8023b3b-237b-488e-a86d-69a3c456bad2", + "id": "d79ea9a4-9c89-42f2-a4ce-5e74d6a70eeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139146,7 +139146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3c2893-c837-4b83-9795-151ab6acc5fd", + "id": "d75c8d8f-0a62-4160-b763-307c452dac0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139204,7 +139204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756c857f-fa89-4ee6-a9d9-36c57da7f4b8", + "id": "729e44d0-b2a1-4af9-83d1-a4bce6db5540", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139262,7 +139262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ffb74ef-039d-4fae-adf0-642fb7723109", + "id": "b4e5f92b-e072-4518-88c8-8fdd95496f2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139326,7 +139326,7 @@ } }, { - "id": "96790ac6-a0a1-4883-ac5f-1cd6756afbb8", + "id": "238f6e0a-da4c-4324-9bbb-cbf6b35c55f4", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -139368,7 +139368,7 @@ }, "response": [ { - "id": "95ada8b8-df69-4384-b13b-fbcdb90a6a6f", + "id": "e7832181-7785-47ca-97d6-42ee3fc7bad4", "name": "No content response.", "originalRequest": { "url": { @@ -139403,7 +139403,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d1528552-330f-4714-9be4-b37224875685", + "id": "cbcde24b-e27f-473d-baf2-6f862201ba6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139448,7 +139448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79edc973-2bb9-46a6-b27f-b31f52a9032c", + "id": "3bc87617-dee3-41da-8139-161f6dd0d527", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139493,7 +139493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c627d79-b087-4252-8762-1414846f21b4", + "id": "c755f866-0143-4ca7-ba47-b8fd3fba31f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139538,7 +139538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b76ab869-6f34-4664-a4d0-88be1f9c4f90", + "id": "dcc1b8b4-a797-46d4-bfec-5341bf0d6c6b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139583,7 +139583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0efd55ee-f46b-4915-a022-893d5f7fd850", + "id": "a3857cc3-6c8d-4518-8528-3bad48cccb18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139628,7 +139628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8ad150d-616c-4c79-87e7-2a74f56d2032", + "id": "156fc546-3e0b-409e-b50c-d7c0fa770495", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139679,7 +139679,7 @@ } }, { - "id": "72f0aad7-1c5b-4d14-ab58-c570e76a33f5", + "id": "6573f443-bac9-41f1-8dbb-80c6d50ebc98", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -139722,7 +139722,7 @@ }, "response": [ { - "id": "707784d6-ba6c-4513-a870-3feee5e2affd", + "id": "8b0d5e14-bdcd-430e-bd9a-8c7aa7657a01", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -139768,7 +139768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fea80919-6ee2-4096-8f9a-2268a6913a66", + "id": "6c2bca48-7fd3-461b-b7e2-8569af500321", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139814,7 +139814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9903ebf-ff34-441b-bd72-6efdea97d011", + "id": "6d5c1e18-85a4-41ae-a590-f508be7a519c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139860,7 +139860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96dbb5d6-d664-4362-af0c-63407a89d72f", + "id": "55b944d0-8f4e-4715-8820-f5e0d4aa07c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139906,7 +139906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecd60d4a-d702-49da-81e2-de9a437e6f4c", + "id": "5b660348-db50-4edf-ad8c-a9c6cedad103", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139952,7 +139952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b602619-82c4-4d4c-b6ed-00b78038f4c5", + "id": "1e9f7965-70eb-4970-a85f-6e466c18db01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139998,7 +139998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faf2bc70-5e28-4357-835c-4ccb900ca9ff", + "id": "47d0ad45-03ac-4c89-861b-2cafde44f0dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140050,7 +140050,7 @@ } }, { - "id": "d80e6c21-f22c-48d1-9f95-cc92bedb5d3b", + "id": "e7f6b57e-44c3-4609-ab7c-32bc24fb1787", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -140092,7 +140092,7 @@ }, "response": [ { - "id": "26d8366e-a5e9-428e-985d-c0a8de7448f7", + "id": "3ce549d6-1474-4fab-a5bc-2dea1a297e2a", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -140137,7 +140137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ecd1949-520b-4557-b1cd-6292266b51a4", + "id": "aa20a69c-39cf-47d0-89dd-5149d604e229", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140182,7 +140182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f96ebc42-a497-4237-8d05-ac14237d3c00", + "id": "28a0b739-941f-45fc-b99d-143049d77a5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140227,7 +140227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c81d71-e57d-47d9-8833-89f358e5dc38", + "id": "c7d83d19-3326-442a-bd49-e8554376dd45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140272,7 +140272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e017c8b0-5d1c-4024-8817-dffac7346045", + "id": "ce8a859b-5117-45c6-9dd6-9e6fb5cb666b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140317,7 +140317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecabc338-c8a7-43a1-a280-28472c831525", + "id": "e22ae751-4358-43a5-9446-e1dbfee26198", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140362,7 +140362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be57719e-1060-448c-9b01-5d0959701a29", + "id": "5aea6ec1-6957-4812-b4ed-573fd748b779", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140413,7 +140413,7 @@ } }, { - "id": "d0bc0c3c-9d78-4ed7-8216-5618701adf52", + "id": "27d72d14-0421-492b-a11c-3a697e42802d", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -140455,7 +140455,7 @@ }, "response": [ { - "id": "823df82c-6991-465d-b681-fd34661710e0", + "id": "78d63d9f-8243-4781-bb66-df47a6a2cbd5", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -140500,7 +140500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f517a2c9-f20f-45ed-aeca-c8f21edf017c", + "id": "532a047a-8f20-4d1e-92f4-f9e7918d39ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140545,7 +140545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea429ce-f97d-4490-937a-0f1b022c1043", + "id": "4e0562c1-43ca-4b0e-9c48-ad7fc1e710af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140590,7 +140590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca99a25-7cbc-488e-82d4-4b3c0f1cf877", + "id": "cc9bdc48-2ebf-427f-af0a-d5d7a1099e42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140635,7 +140635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6faae04-dd68-44d5-beb7-e6c5525f8c00", + "id": "95e7f0ed-f9ea-47d9-b67f-a000d38fcb9a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140680,7 +140680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628de907-5f45-4ec5-a81a-d4dd57e43fef", + "id": "094066d5-b578-420e-b92e-4fb94f611797", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140725,7 +140725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b7e527-0b06-4043-89d5-6912e9708b60", + "id": "27cb7ad7-69b7-4c15-9a84-856377778c22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140776,7 +140776,7 @@ } }, { - "id": "d4391080-acd3-4174-87f4-5254513b46ec", + "id": "64c3e547-95ff-4116-9c03-040c60374b60", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -140819,7 +140819,7 @@ }, "response": [ { - "id": "beaed457-135a-4258-97ac-718f9c471302", + "id": "047ba2eb-d2b9-42dc-a13f-9db4ec40e3a4", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -140876,7 +140876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae929aa7-c743-40a6-b71c-9c02a9dfe544", + "id": "64cd9c38-86f9-4436-8402-741a1be0773e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140933,7 +140933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f72b2c-f664-4705-bff2-e41990097ac2", + "id": "3b676fd2-6e6d-47d2-953c-7c00803a15ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140990,7 +140990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "204a7cec-3af0-4626-9b7f-0fcfc69fdab9", + "id": "ec4abd34-efec-4631-adf8-00f0b1578ad5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141047,7 +141047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17e8d95d-342d-422a-bea1-679a17923ccc", + "id": "269f774f-4745-4ac0-8c25-dd18d52bc454", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141104,7 +141104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b09cfe83-8f2b-407e-8174-a6ec80e15467", + "id": "895e8d3b-580d-420f-b530-c0bd212e613a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141167,7 +141167,7 @@ } }, { - "id": "3c73ba2e-63bb-4d83-9e17-9151dead1440", + "id": "470725ff-72d6-4525-9b2f-fe89ba010dfc", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -141196,7 +141196,7 @@ }, "response": [ { - "id": "b5481719-038d-405e-8625-b4f6cfa7e533", + "id": "04376296-3d52-40b0-a62c-3cb0bff40612", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -141239,7 +141239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5775ea91-ba3a-47b3-9a6f-40c3eeb28271", + "id": "b0e17e88-898e-4713-b7b8-f38881ba438a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141282,7 +141282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab28ce4e-3df9-47d3-b1f7-0a7deacdd546", + "id": "41aa4817-b3f3-4580-a809-a4d9e0d88826", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141325,7 +141325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10af5b89-adcf-409c-9c51-50b1da9be3f0", + "id": "6d99b426-9a8c-432c-8502-92af67b99071", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141368,7 +141368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "358642a6-468b-471b-aa7f-1eb800f59bf8", + "id": "8b690d5d-eb81-40a2-ba08-5999c9ba65a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141411,7 +141411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2020042c-0032-4190-8091-4627adf452c0", + "id": "71d8081d-5945-4e29-836a-83d889e8878c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141460,7 +141460,7 @@ } }, { - "id": "15ad2ff7-096b-4f9d-9360-ba0e82f18115", + "id": "2050d948-713c-4dcc-8b8d-5243981621a8", "name": "Download violation report", "request": { "name": "Download violation report", @@ -141502,7 +141502,7 @@ }, "response": [ { - "id": "64244226-aa92-4412-b28f-112030940bd6", + "id": "6cb55c69-19a3-409a-b42f-af2a20f8431a", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -141542,12 +141542,12 @@ "value": "application/zip" } ], - "body": "commodo quis mollit", + "body": "dolor aliqua qui incididunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "b68ad1a9-79c0-4a0c-b25f-f21c408e9c7b", + "id": "e9ba385e-0569-44ab-b186-9c2e490e0cd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141592,7 +141592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a7f994-6b2a-4e7b-a6f4-125c5291af52", + "id": "39b54079-4a48-4582-9b13-5a09af7189ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141637,7 +141637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82232ecc-a04e-4e25-ac84-37b1e21b624a", + "id": "9b859b7e-9f04-44b6-b0a8-e267a4a24cbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141682,7 +141682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d27ee43-ff49-4e1d-be9a-8b207565c49d", + "id": "28d554b6-46bc-4f38-88a0-954d11378a3f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141727,7 +141727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c8eaec-ebab-4cf9-aa8b-1c7acc3ef2b9", + "id": "6fc1f29c-d7df-43f0-94aa-0ab6230f8770", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141772,7 +141772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c092d1-38ec-4a92-bc79-5111e84691b3", + "id": "df3f7477-ab2c-4003-a739-da7342f6c334", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141823,7 +141823,7 @@ } }, { - "id": "4ce2b5bb-72b5-4e29-bb14-93655f612f53", + "id": "837c6c07-bd9f-4824-b7f8-f92b6dbabe06", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -141876,7 +141876,7 @@ }, "response": [ { - "id": "fb583644-642d-4a26-8d4f-b704dc18dae6", + "id": "6a2f7749-9907-4b1f-99c2-8cbc8570eb26", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -141917,12 +141917,12 @@ "value": "application/zip" } ], - "body": "commodo quis mollit", + "body": "dolor aliqua qui incididunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d956474d-2da7-4bab-abd4-6eba95d713ae", + "id": "b3b55a67-3ee8-43dd-b08c-3d5e267f066f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141968,7 +141968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f90772-7000-4e3f-8717-b38c12399f66", + "id": "249cef60-3610-4e0b-a15c-ac0a125fe9e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142014,7 +142014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f5a4b1d-ffac-460f-9a59-6d4c2d20ccb5", + "id": "c0d4a009-4989-42df-bcae-15ffa72c3697", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142060,7 +142060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "841e84ec-593c-45f1-9fcf-542045721836", + "id": "fa8f9fa8-05e8-4f8c-8ac6-53fd71ac8821", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142106,7 +142106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7aa2b43-64f0-49f9-8f7b-f404206b4288", + "id": "4ac429bb-effc-4323-a25d-cb466d8184ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142152,7 +142152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b740b777-dacf-4b4a-a923-e9c02362f777", + "id": "007b6e7b-f593-466b-94a5-44f71e87682c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142284,7 +142284,7 @@ } ], "info": { - "_postman_id": "5a26d65c-3ca3-46a2-8eb3-71e0c6897c31", + "_postman_id": "fc11d172-f395-43ae-9d0a-a7e9c9ca29d0", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {