From c82c1156946e6312f7110c8e5d3ae08ad5d718c0 Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Tue, 9 Apr 2024 14:02:16 +0000 Subject: [PATCH] Apply automatic changes --- dereferenced/deref-sailpoint-api.beta.json | 3560 +++++- dereferenced/deref-sailpoint-api.beta.yaml | 2603 +++- postman/collections/sailpoint-api-beta.json | 11592 +++++++++++------- postman/collections/sailpoint-api-nerm.json | 1694 +-- postman/collections/sailpoint-api-v3.json | 5080 ++++---- 5 files changed, 16970 insertions(+), 7559 deletions(-) diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index a0393e2..4e76284 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -98,7 +98,7 @@ }, { "name": "Discovered Applications", - "description": "Use this API to retrieve all the available discovered apps for a given tenant id. \n" + "description": "Use this API to retrieve all the available discovered apps for a given tenant id.\n" }, { "name": "Entitlements", @@ -256,6 +256,10 @@ "name": "SP-Config", "description": "Import and export configuration for some objects between tenants." }, + { + "name": "Suggested Entitlement Description", + "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n" + }, { "name": "Tagged Objects", "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" @@ -280495,6 +280499,3560 @@ } } } + }, + "/suggested-entitlement-description-batches/{batchId}/stats": { + "get": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "getSedBatchStats", + "summary": "Submit Sed Batch Stats Request", + "description": "Submit Sed Batch Stats Request.\nSubmits batchId in the path param (e.g. {batchId}/stats). API responses with stats of the batchId.", + "parameters": [ + { + "name": "batchId", + "in": "path", + "description": "Batch Id", + "schema": { + "type": "string", + "format": "uuid" + }, + "example": "8c190e67-87aa-4ed9-a90b-d9d5344523fb", + "required": true + } + ], + "responses": { + "200": { + "description": "Stats of Sed batch.", + "content": { + "application/json": { + "schema": { + "description": "Sed Batch Stats", + "type": "object", + "properties": { + "batchComplete": { + "description": "batch complete", + "type": "boolean", + "example": true, + "default": false + }, + "batchId": { + "description": "batch Id", + "format": "uuid", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + }, + "discoveredCount": { + "description": "discovered count", + "format": "int64", + "type": "integer", + "example": 100 + }, + "discoveryComplete": { + "description": "discovery complete", + "type": "boolean", + "example": true, + "default": false + }, + "processedCount": { + "description": "processed count", + "format": "int64", + "example": 100, + "type": "integer" + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:read" + ] + } + ] + } + }, + "/suggested-entitlement-description-batches": { + "get": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "getSedBatches", + "summary": "List Sed Batch Request", + "description": "List Sed Batches.\nAPI responses with Sed Batch Status", + "responses": { + "200": { + "description": "Status of batch", + "content": { + "application/json": { + "schema": { + "description": "Sed Batch Status", + "type": "object", + "properties": { + "status": { + "description": "status of batch", + "type": "string", + "example": "OK" + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:read" + ] + } + ] + }, + "post": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "submitSedBatchRequest", + "summary": "Submit Sed Batch Request", + "description": "Submit Sed Batch Request.\nRequest body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together", + "requestBody": { + "description": "Sed Batch Request", + "content": { + "application/json-patch+json": { + "schema": { + "description": "Sed Batch Request", + "type": "object", + "properties": { + "entitlements": { + "description": "list of entitlement ids", + "items": { + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + }, + "type": "array" + } + } + } + } + } + }, + "responses": { + "200": { + "description": "Sed Batch Response", + "content": { + "application/json": { + "schema": { + "description": "Sed Batch Response", + "type": "object", + "properties": { + "batchId": { + "description": "BatchId that groups all the ids together", + "format": "uuid", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:write" + ] + } + ] + } + }, + "/suggested-entitlement-description-approvals": { + "post": { + "tags": [ + "Suggested Entitlement Description" + ], + "summary": "Submit Bulk Approval Request", + "description": "Submit Bulk Approval Request for SED.\nRequest body takes list of SED Ids. API responses with list of SED Approval Status", + "operationId": "submitSedApproval", + "requestBody": { + "description": "Sed Approval", + "content": { + "application/json-patch+json": { + "schema": { + "items": { + "description": "Sed Approval Request Body", + "type": "object", + "properties": { + "items": { + "description": "List of SED id's", + "items": { + "format": "uuid", + "type": "string" + }, + "type": "array", + "example": "016629d1-1d25-463f-97f3-c6686846650" + } + } + }, + "type": "array" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "List of SED Approval Status", + "content": { + "application/json": { + "schema": { + "items": { + "description": "SED Approval Status", + "type": "object", + "properties": { + "failedReason": { + "description": "failed reason will be display if status is failed", + "type": "string", + "example": "invalid status" + }, + "id": { + "description": "Sed id", + "format": "uuid", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + }, + "status": { + "description": "SUCCESS | FAILED", + "example": "SUCCESS", + "type": "string" + } + } + }, + "type": "array" + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:write" + ] + } + ] + } + }, + "/suggested-entitlement-description-assignments": { + "post": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "submitSedAssignment", + "summary": "Submit Sed Assignment Request", + "description": "Submit Assignment Request.\nRequest body has an assignee, and list of SED Ids that are assigned to that assignee API responses with batchId that groups all approval requests together", + "requestBody": { + "description": "Sed Assignment Request", + "content": { + "application/json-patch+json": { + "schema": { + "description": "Sed Assignment", + "type": "object", + "properties": { + "assignee": { + "description": "Sed Assignee", + "type": "object", + "properties": { + "type": { + "description": "Type of assignment\nWhen value is PERSONA, the value MUST be SOURCE_OWNER or ENTITLEMENT_OWNER\nIDENTITY SED_ASSIGNEE_IDENTITY_TYPE\nGROUP SED_ASSIGNEE_GROUP_TYPE\nSOURCE_OWNER SED_ASSIGNEE_SOURCE_OWNER_TYPE\nENTITLEMENT_OWNER SED_ASSIGNEE_ENTITLEMENT_OWNER_TYPE", + "enum": [ + "IDENTITY", + "GROUP", + "SOURCE_OWNER", + "ENTITLEMENT_OWNER" + ], + "type": "string", + "example": "SOURCE_OWNER" + }, + "value": { + "description": "Identity or Group identifier\nEmpty when using source/entitlement owner personas", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + } + }, + "required": [ + "type" + ] + }, + "items": { + "description": "List of SED id's", + "items": { + "format": "uuid", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + }, + "type": "array" + } + } + } + } + }, + "required": true + }, + "responses": { + "202": { + "description": "Sed Assignment Response", + "content": { + "application/json": { + "schema": { + "description": "Sed Assignment Response", + "type": "object", + "properties": { + "batchId": { + "description": "BatchId that groups all the ids together", + "format": "uuid", + "type": "string", + "example": "016629d1-1d25-463f-97f3-c6686846650" + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:write" + ] + } + ] + } + }, + "/suggested-entitlement-descriptions": { + "get": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "listSeds", + "summary": "List Suggested Entitlement Description", + "description": "List of Suggested Entitlement Description", + "parameters": [ + { + "description": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "schema": { + "format": "int64", + "type": "integer" + }, + "in": "query", + "name": "limit", + "example": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "in": "query", + "name": "filters", + "example": "displayName co \"Read and Write\"", + "schema": { + "type": "string" + } + }, + { + "description": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "in": "query", + "name": "count", + "example": "count=true", + "schema": { + "type": "boolean" + } + }, + { + "description": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "in": "query", + "name": "count-only", + "example": "count-only=true", + "schema": { + "type": "boolean" + } + }, + { + "description": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "in": "query", + "name": "requested-by-anyone", + "example": "requested-by-anyone=true", + "schema": { + "type": "boolean" + } + }, + { + "description": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "in": "query", + "name": "show-pending-status-only", + "example": "show-pending-status-only=true", + "schema": { + "type": "boolean" + } + } + ], + "responses": { + "200": { + "description": "List of Suggested Entitlement Details", + "content": { + "application/json": { + "schema": { + "items": { + "description": "Suggested Entitlement Description", + "type": "object", + "properties": { + "Name": { + "type": "string", + "description": "name of the entitlement", + "example": "BatchInvoiceProcessing" + }, + "approved_by": { + "type": "string", + "description": "entitlement approved by", + "example": "2c918086-76de-afbf-0176-f6d28f65565a" + }, + "approved_type": { + "type": "string", + "description": "entitlement approved type", + "example": "admin" + }, + "approved_when": { + "format": "date-time", + "type": "string", + "example": "2024-03-22T16:32:16.308Z", + "description": "entitlement approved then" + }, + "attribute": { + "type": "string", + "description": "entitlement attribute", + "example": "Role" + }, + "description": { + "type": "string", + "description": "description of entitlement", + "example": "This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures." + }, + "displayName": { + "type": "string", + "description": "entitlement display name", + "example": "AWS-Cloud-Billing" + }, + "id": { + "format": "uuid", + "type": "string", + "description": "sed id", + "example": "ead281ee-12a9-40ac-9534-36b5d7d65d53" + }, + "sourceId": { + "type": "string", + "description": "entitlement source id", + "example": "103f567b93ee49b991c40f9412f87643" + }, + "sourceName": { + "type": "string", + "description": "entitlement source name", + "example": "IDN Salesforce" + }, + "status": { + "type": "string", + "description": "entitlement status", + "example": "suggested" + }, + "suggestedDescription": { + "type": "string", + "description": "llm suggested entitlement description", + "example": "This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable" + }, + "type": { + "type": "string", + "description": "entitlement type", + "example": "group" + }, + "value": { + "type": "string", + "description": "entitlement value", + "example": "group" + } + } + }, + "type": "array" + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:read" + ] + } + ] + }, + "patch": { + "tags": [ + "Suggested Entitlement Description" + ], + "operationId": "patchSed", + "summary": "Patch Suggested Entitlement Description", + "description": "Patch Suggested Entitlement Description", + "parameters": [ + { + "description": "id is sed id", + "in": "path", + "name": "id", + "example": "ebab396f-0af1-4050-89b7-dafc63ec70e7", + "required": true, + "schema": { + "type": "string", + "format": "uuid" + } + } + ], + "requestBody": { + "description": "Sed Patch Request", + "content": { + "application/json-patch+json": { + "schema": { + "items": { + "description": "Patch for Suggested Entitlement Description", + "type": "object", + "properties": { + "op": { + "description": "desired operation", + "type": "string", + "example": "replace" + }, + "path": { + "description": "field to be patched", + "type": "string", + "example": "status" + }, + "value": { + "description": "value to replace with", + "example": "approved" + } + } + }, + "type": "array" + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "detail of patched sed", + "content": { + "application/json": { + "schema": { + "description": "Suggested Entitlement Description", + "type": "object", + "properties": { + "Name": { + "type": "string", + "description": "name of the entitlement", + "example": "BatchInvoiceProcessing" + }, + "approved_by": { + "type": "string", + "description": "entitlement approved by", + "example": "2c918086-76de-afbf-0176-f6d28f65565a" + }, + "approved_type": { + "type": "string", + "description": "entitlement approved type", + "example": "admin" + }, + "approved_when": { + "format": "date-time", + "type": "string", + "example": "2024-03-22T16:32:16.308Z", + "description": "entitlement approved then" + }, + "attribute": { + "type": "string", + "description": "entitlement attribute", + "example": "Role" + }, + "description": { + "type": "string", + "description": "description of entitlement", + "example": "This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures." + }, + "displayName": { + "type": "string", + "description": "entitlement display name", + "example": "AWS-Cloud-Billing" + }, + "id": { + "format": "uuid", + "type": "string", + "description": "sed id", + "example": "ead281ee-12a9-40ac-9534-36b5d7d65d53" + }, + "sourceId": { + "type": "string", + "description": "entitlement source id", + "example": "103f567b93ee49b991c40f9412f87643" + }, + "sourceName": { + "type": "string", + "description": "entitlement source name", + "example": "IDN Salesforce" + }, + "status": { + "type": "string", + "description": "entitlement status", + "example": "suggested" + }, + "suggestedDescription": { + "type": "string", + "description": "llm suggested entitlement description", + "example": "This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable" + }, + "type": { + "type": "string", + "description": "entitlement type", + "example": "group" + }, + "value": { + "type": "string", + "description": "entitlement value", + "example": "group" + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + }, + "404": { + "description": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "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": { + "404": { + "summary": "An example of a 404 response object", + "value": { + "detailCode": "404 Not found", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server did not find a current representation for the target resource." + } + ] + } + } + } + } + } + }, + "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." + } + ] + } + } + } + } + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:sed:write" + ] + } + ] + } } } } diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index a0d9e98..fd79d4e 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -314,7 +314,7 @@ tags: Refer 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. - name: Discovered Applications description: | - Use this API to retrieve all the available discovered apps for a given tenant id. + Use this API to retrieve all the available discovered apps for a given tenant id. - name: Entitlements description: | Use this API to implement and customize entitlement functionality. @@ -856,6 +856,9 @@ tags: This allows organizations to get the information they need to start optimizing and securing source usage. - name: SP-Config description: Import and export configuration for some objects between tenants. + - name: Suggested Entitlement Description + description: | + Use this API to leverage power of LLM to generate suggested entitlement description. - name: Tagged Objects description: | Use this API to implement object tagging functionality. @@ -212524,3 +212527,2601 @@ paths: - locale: en-US localeOrigin: DEFAULT text: An internal fault occurred. + '/suggested-entitlement-description-batches/{batchId}/stats': + get: + tags: + - Suggested Entitlement Description + operationId: getSedBatchStats + summary: Submit Sed Batch Stats Request + description: |- + Submit Sed Batch Stats Request. + Submits batchId in the path param (e.g. {batchId}/stats). API responses with stats of the batchId. + parameters: + - name: batchId + in: path + description: Batch Id + schema: + type: string + format: uuid + example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb + required: true + responses: + '200': + description: Stats of Sed batch. + content: + application/json: + schema: + description: Sed Batch Stats + type: object + properties: + batchComplete: + description: batch complete + type: boolean + example: true + default: false + batchId: + description: batch Id + format: uuid + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + discoveredCount: + description: discovered count + format: int64 + type: integer + example: 100 + discoveryComplete: + description: discovery complete + type: boolean + example: true + default: false + processedCount: + description: processed count + format: int64 + example: 100 + type: integer + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:read' + /suggested-entitlement-description-batches: + get: + tags: + - Suggested Entitlement Description + operationId: getSedBatches + summary: List Sed Batch Request + description: |- + List Sed Batches. + API responses with Sed Batch Status + responses: + '200': + description: Status of batch + content: + application/json: + schema: + description: Sed Batch Status + type: object + properties: + status: + description: status of batch + type: string + example: OK + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:read' + post: + tags: + - Suggested Entitlement Description + operationId: submitSedBatchRequest + summary: Submit Sed Batch Request + description: |- + Submit Sed Batch Request. + Request body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together + requestBody: + description: Sed Batch Request + content: + application/json-patch+json: + schema: + description: Sed Batch Request + type: object + properties: + entitlements: + description: list of entitlement ids + items: + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + type: array + responses: + '200': + description: Sed Batch Response + content: + application/json: + schema: + description: Sed Batch Response + type: object + properties: + batchId: + description: BatchId that groups all the ids together + format: uuid + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:write' + /suggested-entitlement-description-approvals: + post: + tags: + - Suggested Entitlement Description + summary: Submit Bulk Approval Request + description: |- + Submit Bulk Approval Request for SED. + Request body takes list of SED Ids. API responses with list of SED Approval Status + operationId: submitSedApproval + requestBody: + description: Sed Approval + content: + application/json-patch+json: + schema: + items: + description: Sed Approval Request Body + type: object + properties: + items: + description: List of SED id's + items: + format: uuid + type: string + type: array + example: 016629d1-1d25-463f-97f3-c6686846650 + type: array + required: true + responses: + '200': + description: List of SED Approval Status + content: + application/json: + schema: + items: + description: SED Approval Status + type: object + properties: + failedReason: + description: failed reason will be display if status is failed + type: string + example: invalid status + id: + description: Sed id + format: uuid + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + status: + description: SUCCESS | FAILED + example: SUCCESS + type: string + type: array + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:write' + /suggested-entitlement-description-assignments: + post: + tags: + - Suggested Entitlement Description + operationId: submitSedAssignment + summary: Submit Sed Assignment Request + description: |- + Submit Assignment Request. + Request body has an assignee, and list of SED Ids that are assigned to that assignee API responses with batchId that groups all approval requests together + requestBody: + description: Sed Assignment Request + content: + application/json-patch+json: + schema: + description: Sed Assignment + type: object + properties: + assignee: + description: Sed Assignee + type: object + properties: + type: + description: |- + Type of assignment + When value is PERSONA, the value MUST be SOURCE_OWNER or ENTITLEMENT_OWNER + IDENTITY SED_ASSIGNEE_IDENTITY_TYPE + GROUP SED_ASSIGNEE_GROUP_TYPE + SOURCE_OWNER SED_ASSIGNEE_SOURCE_OWNER_TYPE + ENTITLEMENT_OWNER SED_ASSIGNEE_ENTITLEMENT_OWNER_TYPE + enum: + - IDENTITY + - GROUP + - SOURCE_OWNER + - ENTITLEMENT_OWNER + type: string + example: SOURCE_OWNER + value: + description: |- + Identity or Group identifier + Empty when using source/entitlement owner personas + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + required: + - type + items: + description: List of SED id's + items: + format: uuid + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + type: array + required: true + responses: + '202': + description: Sed Assignment Response + content: + application/json: + schema: + description: Sed Assignment Response + type: object + properties: + batchId: + description: BatchId that groups all the ids together + format: uuid + type: string + example: 016629d1-1d25-463f-97f3-c6686846650 + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:write' + /suggested-entitlement-descriptions: + get: + tags: + - Suggested Entitlement Description + operationId: listSeds + summary: List Suggested Entitlement Description + description: List of Suggested Entitlement Description + parameters: + - description: |- + Integer specifying the maximum number of records to return in a single API call. + The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used. + schema: + format: int64 + type: integer + in: query + name: limit + example: limit=0 + - 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: + + **batchId**: *eq* + + **status**: *eq, ne, in* + + **displayName**: *eq, co* + in: query + name: filters + example: displayName co "Read and Write" + schema: + type: string + - description: |- + If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. + The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). + Since requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used. + in: query + name: count + example: count=true + schema: + type: boolean + - description: |- + If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. + This parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array. + in: query + name: count-only + example: count-only=true + schema: + type: boolean + - description: |- + By default, the ListSeds API will only return items that you have requested to be generated. + This option will allow you to see all items that have been requested + in: query + name: requested-by-anyone + example: requested-by-anyone=true + schema: + type: boolean + - description: Will limit records to items that are in "suggested" or "approved" status + in: query + name: show-pending-status-only + example: show-pending-status-only=true + schema: + type: boolean + responses: + '200': + description: List of Suggested Entitlement Details + content: + application/json: + schema: + items: + description: Suggested Entitlement Description + type: object + properties: + Name: + type: string + description: name of the entitlement + example: BatchInvoiceProcessing + approved_by: + type: string + description: entitlement approved by + example: 2c918086-76de-afbf-0176-f6d28f65565a + approved_type: + type: string + description: entitlement approved type + example: admin + approved_when: + format: date-time + type: string + example: 2024-03-22T16:32:16.308Z + description: entitlement approved then + attribute: + type: string + description: entitlement attribute + example: Role + description: + type: string + description: description of entitlement + example: This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures. + displayName: + type: string + description: entitlement display name + example: AWS-Cloud-Billing + id: + format: uuid + type: string + description: sed id + example: ead281ee-12a9-40ac-9534-36b5d7d65d53 + sourceId: + type: string + description: entitlement source id + example: 103f567b93ee49b991c40f9412f87643 + sourceName: + type: string + description: entitlement source name + example: IDN Salesforce + status: + type: string + description: entitlement status + example: suggested + suggestedDescription: + type: string + description: llm suggested entitlement description + example: This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable + type: + type: string + description: entitlement type + example: group + value: + type: string + description: entitlement value + example: group + type: array + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:read' + patch: + tags: + - Suggested Entitlement Description + operationId: patchSed + summary: Patch Suggested Entitlement Description + description: Patch Suggested Entitlement Description + parameters: + - description: id is sed id + in: path + name: id + example: ebab396f-0af1-4050-89b7-dafc63ec70e7 + required: true + schema: + type: string + format: uuid + requestBody: + description: Sed Patch Request + content: + application/json-patch+json: + schema: + items: + description: Patch for Suggested Entitlement Description + type: object + properties: + op: + description: desired operation + type: string + example: replace + path: + description: field to be patched + type: string + example: status + value: + description: value to replace with + example: approved + type: array + required: true + responses: + '200': + description: detail of patched sed + content: + application/json: + schema: + description: Suggested Entitlement Description + type: object + properties: + Name: + type: string + description: name of the entitlement + example: BatchInvoiceProcessing + approved_by: + type: string + description: entitlement approved by + example: 2c918086-76de-afbf-0176-f6d28f65565a + approved_type: + type: string + description: entitlement approved type + example: admin + approved_when: + format: date-time + type: string + example: 2024-03-22T16:32:16.308Z + description: entitlement approved then + attribute: + type: string + description: entitlement attribute + example: Role + description: + type: string + description: description of entitlement + example: This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures. + displayName: + type: string + description: entitlement display name + example: AWS-Cloud-Billing + id: + format: uuid + type: string + description: sed id + example: ead281ee-12a9-40ac-9534-36b5d7d65d53 + sourceId: + type: string + description: entitlement source id + example: 103f567b93ee49b991c40f9412f87643 + sourceName: + type: string + description: entitlement source name + example: IDN Salesforce + status: + type: string + description: entitlement status + example: suggested + suggestedDescription: + type: string + description: llm suggested entitlement description + example: This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable + type: + type: string + description: entitlement type + example: group + value: + type: string + description: entitlement value + example: group + '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. + '404': + description: Not Found - returned if the request URL refers to a resource or object that does not exist + 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: + '404': + summary: An example of a 404 response object + value: + detailCode: 404 Not found + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server did not find a current representation for the target resource. + '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. + security: + - UserContextAuth: + - 'idn:sed:write' diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index 65e31b7..3d18e74 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": "32c81c4c-c42e-4adb-b160-20ea4398ea09", + "id": "7ec62c28-ee7c-45d2-8c72-17238bc97f43", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "28c9dd93-742f-4a99-a3c6-514ba989525a", + "id": "252fcf10-76f5-4190-b304-b9ef54082ffe", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89d73b0-52be-4a93-bfda-fe2b3a256617", + "id": "2b2b0a26-67f5-46ad-bf13-fcc2e1c30df6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa26629-4576-400c-a755-9dd7b0680a4c", + "id": "025b41f0-e987-4976-8953-d83cc24878ac", "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": "e6cb0331-4259-4ea6-a96d-dc833e0f3d87", + "id": "9580fd49-213b-4d79-9fe8-c808d81e8865", "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": "82611076-8f29-4a04-a598-80a096a70932", + "id": "cf83a081-78a0-4796-bca5-87f81f05a424", "name": "Too Many Requests - Returned in response to too many requests in 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": "aca98b21-05c0-485a-992e-4c48279c7431", + "id": "fa54d740-5a95-413a-afc1-b968cb0480a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "077fdc6b-e5f7-4e01-bf98-d69cd565e961", + "id": "4214f607-6ab2-477f-9b62-ac9d3bd98548", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "a2e5c58f-120f-49fe-bb3c-c4337f7a0b66", + "id": "a19b7308-e8ed-44c7-9ada-18c1f6b8d22e", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4804e337-ac07-4f42-a2cd-cac56f360a28", + "id": "da647632-1659-43d8-b877-6c217b33ca8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4879e188-36a3-4231-971a-035cd9fde05b", + "id": "3541cd69-c524-4ddc-9e16-e1640cb414c9", "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": "a5a0be8b-7309-4f09-a6a6-d634e21b2d69", + "id": "76ff5531-433a-4d6b-af53-513ba9672c0c", "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": "9fe1a576-771e-4d32-abfe-21db9eea7ee7", + "id": "1a273e3a-b1bd-4e83-9dbe-1ea2b1a22575", "name": "Too Many Requests - Returned in response to too many requests in 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": "2376619f-db4e-4668-9183-6131723e637d", + "id": "c0a5b68f-b0bc-4c55-9002-2200c3766fc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "f5f070bd-df43-4832-a467-42625cf6bc98", + "id": "92adfdd8-ab81-4a60-99eb-a7476ea8f831", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "2e8b89be-b4ad-4857-a263-41b9b2512bcf", + "id": "a46cef71-a269-4e95-892d-62ef16a6b35d", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5f131c4-f482-415e-ae3c-415178bc6be3", + "id": "a558c458-94f2-490d-89fd-8a89cad435ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e91760a-8092-4255-89bf-a350ebb61971", + "id": "98ce4143-19ce-460b-9bb5-dda9ee0fc9ef", "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": "c8010846-8bb3-418f-8a59-9f45bac81584", + "id": "b359df84-2c14-4d11-8249-eb83b9a63942", "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": "a4a6858c-e5ec-402a-a7cb-88487107ced1", + "id": "f60fce59-3562-4cd3-bea7-10e2eb469c08", "name": "Too Many Requests - Returned in response to too many requests in 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": "ed287642-557f-4f31-9099-23ac66b02865", + "id": "cd89724d-a3c9-4531-a2a3-14c4e7519a80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "7d4fe2af-47bc-4df3-927a-2758a0e60251", + "id": "f294f3ae-ced2-4c73-a959-b0fcc6f12b28", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "71c8b1f5-a5e7-4d03-8787-40709f23b013", + "id": "eb77378e-2f54-4a89-b4fd-410f6607343d", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4a32765-3539-43f3-9dac-20e24340e585", + "id": "d59ccab8-6462-44a1-b94f-49723a7a4bd8", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "860aef48-9841-40e1-9794-680be19f78aa", + "id": "fcdda5d8-3150-46fb-aa11-26d4644d0daf", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243c280c-0bb1-428e-af8a-eb0428599f6b", + "id": "a06e0b2b-36bb-43db-816a-b91e9ff444f1", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fb179f-21f0-443a-8eca-f31e883a2f2a", + "id": "8e4e88c2-ba0c-4e1f-915d-e31e99e2a17f", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01f43bc2-807f-45bd-b45f-32380add878b", + "id": "09915c1f-28df-43cd-9203-82fe6b8be1af", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9fd2e1-6b8b-4023-a66b-4b5625516482", + "id": "ca336feb-ea92-4add-bea6-333da199bc35", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e771be94-6952-4e7d-a992-b4a8d4dc1fe5", + "id": "cf4d6d18-b859-4ba4-9b64-3f0bcb93d9a0", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72286102-5df1-48d8-af1e-24d854c8edea", + "id": "85df1853-9e60-44ef-9fba-71411aab29b5", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fe5340d-5b51-4e17-a03e-eb5005f6f738", + "id": "ec1ae148-25fc-4a73-8c80-cb9b83d2d84b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29bc77d-833b-4235-b046-c284dac05b34", + "id": "fbb0f67a-0ec1-4499-95fd-e95001a40d88", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac184d52-5886-4bb6-8b63-13ad28e16e3c", + "id": "34400368-ac6a-490e-b758-67cf243da0d6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "911c0c7c-5a3f-472f-b4d5-4e791940e640", + "id": "9f982a25-ee0e-4996-843e-402b3eab575e", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "616ae938-dd9f-41c8-93b9-77e440749637", + "id": "66e0f8d9-a5ea-41e7-b3b7-f2aaf9ca0868", "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": "d18c39fa-b3bc-4556-bbb1-ea8e3116d218", + "id": "5764736d-b107-497e-9c66-f7d149e06a5b", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9457ece-398f-4bba-87f9-9aa4f4276246", + "id": "27ed1aef-9ded-4947-a482-d56d483ba0e4", "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": "cb070f5d-a292-40dd-8092-658978639bd0", + "id": "ca2bd31e-07d3-4a26-8cab-383d8f982062", "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": "ed9dfa7b-1a50-4857-b8ab-386a9f3e0478", + "id": "5b202663-4469-499a-9578-360ac88603b8", "name": "Too Many Requests - Returned in response to too many requests in 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": "1b80b17b-02e7-47c8-a519-f1e3920a04b8", + "id": "b4ec2f5d-8102-4636-afac-a06daa9f05f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "22e008c0-1cf6-40b2-81bf-ff80f142eb3f", + "id": "a362bc2d-6e43-4225-a5aa-8fcd1b06c2c9", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "1fab13f2-878a-479c-9a94-8268b9282c5d", + "id": "5f8dfcaa-3b4b-4329-87a6-a39d0f2046a2", "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": "e46de3c2-cbce-44d2-8113-df2f3a586369", + "id": "1a8ab161-dc11-48ec-962a-d1094696bb36", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e0b207f-e1ae-4c1a-a018-a96872b1c6be", + "id": "92b098c5-1d2c-4448-b246-5cae8654d2cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9120d4a5-5115-4128-b591-22b38288d9b2", + "id": "473e3245-bc9a-4f93-b63a-f3c54464e28d", "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": "44b7584a-db3d-40f8-9906-368ec473651a", + "id": "4cf60d54-7c31-4367-8c20-b2373f61d275", "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": "fff52d77-a2c5-4cf2-af14-f2eb808d140d", + "id": "5f1599f9-29d7-4dad-8014-bfcb52806f36", "name": "Too Many Requests - Returned in response to too many requests in 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": "4cfc8cfb-85c3-4c1e-8c90-1bbb033a44c6", + "id": "18de87f4-4ecf-4f8a-9a0a-de9251d26153", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "8549390c-3d18-4b57-9af8-16d019279789", + "id": "8e8d470d-7b30-46ca-bdb9-5a303e70193e", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -3040,7 +3040,7 @@ }, "response": [ { - "id": "fec237a7-026b-4190-9cbc-49055d6154ce", + "id": "2dc2d6e4-b7d8-491b-aba8-fe7bf4939720", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa713fc9-efb3-45a1-9c66-0129c73ff348", + "id": "6a819c15-17ba-46f6-8708-9143443acb1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415805f4-7ad7-409e-a250-3f136e6f51a0", + "id": "49b459fa-7900-4e5c-8c70-52e536df5377", "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": "5f5c74ad-07eb-4e63-b258-071be9b4f2a2", + "id": "f916443a-a4f4-4376-93e3-2fb0298162f6", "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": "daab3e74-b639-436d-9684-43b307916a68", + "id": "9f91da47-f7c7-43b3-bf23-33dacac849c7", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -3325,7 +3325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6e5fba-f7e6-411f-aeaa-87855c6ef80f", + "id": "7e5a51c6-f690-4c14-9979-b46ee336312b", "name": "Too Many Requests - Returned in response to too many requests in 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": "6563d3a8-3a1e-4204-a272-9f0c8b039012", + "id": "5b85a488-4686-4582-9440-26877753e936", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3445,7 +3445,7 @@ } }, { - "id": "7a70f7ec-49c8-476c-8c4a-6152042e246d", + "id": "dbd3cbba-276f-45ec-ab82-f34cf6d70df0", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3533,7 +3533,7 @@ }, "response": [ { - "id": "4d7ac38c-f77c-4e80-af6e-3a98324c8f5e", + "id": "bbffc01b-c57e-4e61-836c-edd45882cd46", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3624,7 +3624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd3c00da-9546-424b-8c68-19cc36ad914d", + "id": "da9cc18c-c4a9-40c9-a0ef-efd73bbb43cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3715,7 +3715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c60d7277-3e11-4da1-99a3-ad7fab7167b4", + "id": "6135bb0a-9b67-4070-962c-230953584019", "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": "1576ec8d-e284-48a1-9c78-3028e11800ad", + "id": "bd31f788-3ec2-4cd2-9013-75fb810fba1e", "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": "547cd573-9d2f-443c-a891-6d03680cb2fc", + "id": "53825745-28d3-454c-912f-c59501c5403f", "name": "Too Many Requests - Returned in response to too many requests in 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": "7706ad75-e6ef-430d-a7fc-1f88a157da74", + "id": "a3762337-4948-40e4-9ae1-afad6c3240c8", "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": "9800e95e-8c49-46e2-9dce-cf5f2fd6ad07", + "id": "d6fc4137-a704-46ec-a107-fefa0ec3414a", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -4133,7 +4133,7 @@ }, "response": [ { - "id": "9301b8a9-2ba1-4029-8aec-e3983dee4a3c", + "id": "0b0a03a4-9ef9-44c6-8f0b-d49fb3b957d2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4189,7 +4189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd571f1-4125-4a0d-bd46-cd62760cfdea", + "id": "22427930-d54b-4653-9176-cc0a51730386", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4245,7 +4245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "276b0019-621d-4881-bf30-312bac9c8396", + "id": "ae2d7c4b-d035-435f-bf8d-dbf5af32734c", "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": "2677a6dd-1d53-41f8-a325-f3c8449a660a", + "id": "102c2be0-24e3-4a23-ac7f-6dfde5227446", "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": "e41ecf14-8e1e-4adb-8ae8-9ddd87252b1d", + "id": "ed324208-ea32-4d2c-a6f2-3d838696d008", "name": "Too Many Requests - Returned in response to too many requests in 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": "924887b3-5d09-49d5-b5cf-d7f13114ed6a", + "id": "852f34d3-ed44-4ec3-b6df-4ae61caf5c05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4475,7 +4475,7 @@ } }, { - "id": "eb4f0576-0552-46e0-bcf6-b015c2b96fcb", + "id": "fdf156b4-f6b7-4de5-baf1-0a335266181d", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4518,7 +4518,7 @@ }, "response": [ { - "id": "7a2fc622-2e1a-41db-b8c4-2a31ec0544c3", + "id": "54349fac-db2b-4604-8837-6e77745b6bac", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4575,7 +4575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b6bde4-8a48-4875-b88e-84ea46896bf2", + "id": "650ac837-77fe-473b-9d38-41810dd47dd6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4632,7 +4632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0497ff-ffed-4a7a-8616-e65cf8d5116b", + "id": "52d83867-b7a2-4e10-bd5e-3acf4dc713c5", "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": "3528a0a8-47de-4de6-8509-bf2e4ca92c7d", + "id": "75b92c0e-5954-4e3d-b564-41c8770d2331", "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": "971929bc-d086-4f72-b6a7-a363402c091b", + "id": "3e5a31b6-f14b-4203-9b28-7c53df327337", "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": "748ea741-7ee6-4890-9c53-f72052c0e13f", + "id": "61b8c92e-2085-4bc4-b93e-53292132917f", "name": "Too Many Requests - Returned in response to too many requests in 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": "a88efa67-91d4-45a7-918d-53006a0ca712", + "id": "811560cd-dba2-433f-871c-a45e5259e4a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4923,7 +4923,7 @@ } }, { - "id": "cf8488b3-211f-472c-a8be-f58068325036", + "id": "b511e8c0-587f-4303-81af-ef4a76087b96", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -4966,7 +4966,7 @@ }, "response": [ { - "id": "4db96a6e-7176-4b17-a44c-aee3d0d3bbbc", + "id": "b673ee5c-c768-4472-b046-821be49e49d6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5023,7 +5023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "901dbb34-dbb4-4e43-badd-f3d01499542d", + "id": "3da85fde-676a-4a32-98a9-702dc0408d64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5080,7 +5080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c03f369f-2088-4c22-a67b-fbb29ffe632f", + "id": "1e792369-915e-41d3-8780-50f206b33060", "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": "bc883679-0d04-46e9-9efa-eb3b1e589bad", + "id": "9f1e9e16-5a97-46b9-90b2-664b4e058f70", "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": "5ef0898e-6f63-40aa-b584-1ce34fca5b90", + "id": "ab8ad8bb-85bb-4b0b-b535-01c4d4a3cc71", "name": "Too Many Requests - Returned in response to too many requests in 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": "f1f8fe0d-dd5b-4a8c-8f57-fae5b31ba6f9", + "id": "321f6e7b-3642-4ce7-b733-8b750b55db07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5314,7 +5314,7 @@ } }, { - "id": "77eca30e-a31d-42fb-8e0e-fbd8f327dd15", + "id": "a3be79a2-d544-4a57-a4b7-93ac716859b6", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -5343,7 +5343,7 @@ }, "response": [ { - "id": "0a4b4a5e-6016-4317-bc75-5773cf26d7e4", + "id": "077b02b7-c629-47c5-941e-2688b4dc9adc", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5386,7 +5386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83550be7-e5c0-4308-aa3d-ae0a3f811201", + "id": "215df0a7-e26b-42bf-9c87-149f8e0dea09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5429,7 +5429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa83c4d-fdee-4a88-85f3-05d55022174f", + "id": "8f10bcfd-e0ec-41b7-b344-f4269af4c386", "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": "8571fd9c-af02-4ab7-ac7c-14950de04a6d", + "id": "e1f47c71-40ae-4777-b174-a6df034fb4ef", "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": "4a6675aa-ec17-48a0-8f44-1428cddd408b", + "id": "8da0d57f-6b76-456f-bbaa-31dcb4e25968", "name": "Too Many Requests - Returned in response to too many requests in 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": "e36fd5fc-a055-4e8b-904f-81a06b5fb793", + "id": "68181582-f779-4a26-bc92-d65538f633bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5607,7 +5607,7 @@ } }, { - "id": "fd469556-6354-4f4b-a462-c771875089ae", + "id": "a33b64c9-e956-42b4-8bfe-7785f2a0a97d", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5649,7 +5649,7 @@ }, "response": [ { - "id": "3a222509-dc54-4f5d-a803-96fc79fd65ef", + "id": "0ad591bb-0bb0-45cb-92cf-9ceb64a1f672", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5705,7 +5705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16238522-469c-4b05-903e-3bbbb93e5b98", + "id": "9ff25053-3292-4611-a00e-cca8ca269ec7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5761,7 +5761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3b8077c-66a5-465f-9962-d1a6629baa53", + "id": "1cb23d56-89f9-4510-88ae-b1ff5f9f152f", "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": "52cd6064-a52a-4ad8-a042-315d9e75bca3", + "id": "1ff1ec23-52e3-4843-8147-4710cbf48693", "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": "9fa73bbb-258c-46bc-b42f-6318c2a099f9", + "id": "2980f456-ebe8-425f-a84d-5293a0c94b88", "name": "Too Many Requests - Returned in response to too many requests in 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": "cb8881ff-4b39-4909-bf0c-c98364086c79", + "id": "459e66d9-2931-4264-8cfa-810314e8a918", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ } }, { - "id": "b98dc215-62a8-4507-aca2-50eb648a9318", + "id": "e6f675b8-8e3c-4925-a705-859f968e0f73", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -6102,7 +6102,7 @@ }, "response": [ { - "id": "5fc180e7-07e8-4684-a58a-54a6ec57fa2b", + "id": "e4d41188-e95a-43c6-86b8-841f9333d8da", "name": "List of requested item status.", "originalRequest": { "url": { @@ -6227,7 +6227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c0f424d-de56-4ca3-a0c7-6167d41a4fa7", + "id": "050c2f71-d4f6-468b-a0ab-c4d21b15aae4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6352,7 +6352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b465bc-978b-45c6-9b8b-0f35126cc23a", + "id": "722619bc-c49a-4b11-811a-b67d8a28b9ce", "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": "878a13de-dd37-40c4-802a-a12724d9c6ca", + "id": "a9efdedc-616c-4870-93da-38aab6282747", "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": "4e4af2da-fe92-40e7-b59a-7151550401d1", + "id": "5839c647-f0df-453a-a784-bf643cb581c8", "name": "Too Many Requests - Returned in response to too many requests in 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": "50ef0289-727b-4143-9910-a783b23f2811", + "id": "fc7915f5-c591-4585-be90-b408bcc272f7", "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": "49f97e48-2dc2-4fc7-b129-b7ad2fd7750d", + "id": "08540faf-f4fc-4687-896d-67c0fc4fb7fc", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6888,7 +6888,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -6924,7 +6924,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -6933,7 +6933,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -6949,7 +6949,7 @@ }, "response": [ { - "id": "a3bc5fbc-3efa-432c-ac9f-b3c7167f3abb", + "id": "b839c7ee-3890-40da-9b08-c19eab66030b", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6968,7 +6968,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7004,7 +7004,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7013,7 +7013,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7048,7 +7048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d8bb20-61a2-4982-97c7-1f1ed599b907", + "id": "84ed5f30-fccb-4be7-a42a-1fb79933e569", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7103,7 +7103,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7112,7 +7112,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7147,7 +7147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "492ecf4c-77ff-4794-8f05-b79e318c864b", + "id": "a6dadbee-bb51-4fd3-b9c1-f40a0e77cdcc", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7202,7 +7202,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7211,7 +7211,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7246,7 +7246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c948b756-5b11-4a18-9f0b-6f80260feed7", + "id": "d8563b85-3558-4600-9311-e43699a81e73", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7301,7 +7301,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7310,7 +7310,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7345,7 +7345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0522c0da-a180-45fd-be43-287cc26c6023", + "id": "b3fc71fa-96a1-4e68-855e-844dded942b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7364,7 +7364,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7400,7 +7400,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7409,7 +7409,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7450,7 +7450,7 @@ } }, { - "id": "b724c05c-bb90-48fc-8e3f-c8e08b6c74b5", + "id": "517105c3-8364-46e8-ad02-7e84dbf9c307", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7474,7 +7474,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7510,7 +7510,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7519,7 +7519,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7535,7 +7535,7 @@ }, "response": [ { - "id": "04b06736-e3a7-4b35-9dab-6d0aeb54b914", + "id": "4c38827a-2cbd-4eb7-a042-623552ba3298", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7554,7 +7554,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7590,7 +7590,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7599,7 +7599,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "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\": \"Lorem Excepteur\"\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\": \"nulla adipisicing in\"\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\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c20db20-4e63-46e3-9e0b-8b47cf0603a2", + "id": "64ddcb7a-176b-40e5-963a-b6b578439609", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7689,7 +7689,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7698,7 +7698,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7733,7 +7733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20af3443-8fa1-4526-9c5c-5153489d5716", + "id": "bd25a99e-4c85-4957-bc33-650aa4f7115e", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7788,7 +7788,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7797,7 +7797,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7832,7 +7832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adf2d245-7a02-4c36-ae39-741ed7064a14", + "id": "0891693c-59b1-41a2-84aa-2c14063ba9a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7887,7 +7887,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7896,7 +7896,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -7931,7 +7931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba071a1d-7f05-4eae-974f-318a246bb1bb", + "id": "9a701089-8239-44d4-9eb2-4401abf1d7f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7950,7 +7950,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7986,7 +7986,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -7995,7 +7995,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -8036,7 +8036,7 @@ } }, { - "id": "de3b2af2-495f-4ca9-b55e-bb954fcbe1d0", + "id": "7aac5adb-6416-4b3c-af4b-fc88767a6f41", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -8091,7 +8091,7 @@ }, "response": [ { - "id": "d871e10e-c2e1-455c-b7c5-c5ec72c7a772", + "id": "54dbaa60-c340-45f5-843d-d959963b822a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8149,7 +8149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cbe1493-ccd6-4e52-bbee-a8ad84c5d047", + "id": "ca137634-ebd6-448c-8bde-59608b904c52", "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": "6f3cdebe-d870-4568-ae3f-0717decfa4ed", + "id": "63ced23e-a5b1-4e1f-b657-157c9d0461b0", "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": "dcf011bf-4634-47f0-940c-36d640dab19e", + "id": "8ee34609-b722-406f-a2b6-ede35ab6af55", "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": "15670686-52af-43b7-b27e-bab4844b4fdc", + "id": "0b8c80cd-4b60-47f3-8316-07611ae83217", "name": "Too Many Requests - Returned in response to too many requests in 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": "90fac00b-f391-4da9-8362-018881f0eb2e", + "id": "a6451823-11c4-4d43-b713-e2287970b25a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8445,7 +8445,7 @@ } }, { - "id": "e9eec045-151f-4eeb-a159-63d53acbd4f1", + "id": "93efb47b-21ca-4b5b-b960-7f2e84847f57", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8500,7 +8500,7 @@ }, "response": [ { - "id": "82198607-7ee6-4cd7-b75a-d296038d6ee4", + "id": "9b631ecb-476f-4e93-ac50-7c348c3f823f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8558,7 +8558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbd6f364-a526-4ec4-9727-2ebd1e1a021c", + "id": "00f10182-29ba-4f34-985f-a9a962417e63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8616,7 +8616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e49ddd-00a4-4e2e-b1b9-7532fb01447b", + "id": "8889310d-5d33-4d9e-98f0-863120c975d7", "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": "9e1b9a0a-a60d-4c3f-a421-d1f93118e6e3", + "id": "615b9b25-bde4-40e8-b9a7-d3ceef0e6399", "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": "841ddd00-2a9b-4f36-bfcd-55bdde701980", + "id": "61401472-9011-4235-b0ef-09ed4db473b4", "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": "bfecd313-720c-46a9-9e62-7b2f82e17058", + "id": "a6335cd7-def0-4e0d-a7fa-1b5bdf3406cb", "name": "Too Many Requests - Returned in response to too many requests in 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": "0461f314-cfaa-4a5e-8898-08cefe23a532", + "id": "218f326c-bc46-435a-8ae8-14b9f01555cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8912,7 +8912,7 @@ } }, { - "id": "864e2302-373a-4a05-8d25-3641eda7d8b0", + "id": "ba97d4d7-5476-4d12-b7c7-273c672e3a0d", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8967,7 +8967,7 @@ }, "response": [ { - "id": "bf6ab68e-79d7-4ce1-a84f-00780dd6ed51", + "id": "d0d1bf39-3a15-40e3-abda-fc9e66453307", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9025,7 +9025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4652f933-cd0a-4654-9c96-4fbcbe85b7e8", + "id": "c22baa3b-7c93-44af-bcbe-b71e20f35557", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9061,7 +9061,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9083,7 +9083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e122bcd8-b273-4b3c-abd8-df254dd05863", + "id": "784a450e-78b4-4cc3-9c59-e4075863b409", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9141,7 +9141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecdf88fb-69b6-438c-ae91-919d69019a80", + "id": "7ee6db50-4f75-4ac9-a0f5-17c0f3e97165", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f427fe43-e5f3-4b4f-8dcb-532dfdea3c82", + "id": "bc1b195d-aa85-4a7a-8b2b-14b4ff8bd71a", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9257,7 +9257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2466b99-0535-4ba8-acdd-7bca65d24878", + "id": "8ae9a3d4-3d26-44b0-9c3e-485b62c7ef0d", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9315,7 +9315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62fb410-0453-4b82-bfc8-86dfb766c664", + "id": "e2b142cc-e234-4671-aee4-0c155f229f0c", "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\": \"minim incididunt aute\",\n \"comment\": \"nostrud anim\"\n}", + "raw": "{\n \"newOwnerId\": \"sit aliqua ipsum do\",\n \"comment\": \"aute\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9379,7 +9379,7 @@ } }, { - "id": "a4b4019c-c01e-40e0-8737-ea2d86d942b9", + "id": "7102f495-368d-4ce5-b5a2-fd4ce94f0591", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9412,7 +9412,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9428,7 +9428,7 @@ }, "response": [ { - "id": "1568ac0b-1a81-4620-9512-75b2bc54479c", + "id": "bd500737-2869-4373-a9dc-2ceb1796355b", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9447,7 +9447,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9456,7 +9456,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9486,12 +9486,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": 20514906,\n \"approved\": 34187042,\n \"rejected\": -70695484\n}", + "body": "{\n \"pending\": -66464497,\n \"approved\": -78937435,\n \"rejected\": -40998974\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81f17eac-0820-408c-b071-386f48b58ac3", + "id": "8fdacf2f-c786-48ca-9f67-e4ef7585d735", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9510,7 +9510,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9519,7 +9519,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9554,7 +9554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f72ef6-9c82-49e8-bad0-3b2e0e4d555b", + "id": "69cdd0b4-d899-45fb-a5e1-3a44e595d840", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9582,7 +9582,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9617,7 +9617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c075d2-a5ec-441a-a802-8532b2dc9290", + "id": "0792c577-6945-47a2-907c-ecc8ca8b8f57", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9645,7 +9645,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9680,7 +9680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad28c11d-abb0-4f1a-8624-b069e0e3c1bc", + "id": "90197b50-cb97-4c52-ab9c-6356b827df50", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9708,7 +9708,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -9743,7 +9743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a141bb51-3ae3-4766-862e-ca4c4a60906f", + "id": "e23f45ff-3a27-4982-9f6d-2fe5abfa0c17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9762,7 +9762,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -9771,7 +9771,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "sunt velit" + "value": "q" } ], "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": "ee24bd41-aa8d-46a6-8e0d-23333c88f821", + "id": "5cfccd58-0d80-4025-8125-1b8fc65c166d", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9883,7 +9883,7 @@ }, "response": [ { - "id": "197efa7b-99e6-4726-853e-cfeb180b02c4", + "id": "669181d9-68a0-404e-97b1-a402e0a3532d", "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": "efafb8ef-6005-4818-b17f-2c5a27e99f5c", + "id": "45efdac4-7903-4f52-ba30-e558ac3f0608", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9979,7 +9979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41bf3b5c-325f-4152-b3f9-bd2d95cb80eb", + "id": "261e90c2-9510-4fdf-a1b4-3c86694a01b9", "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": "aab4e5fb-3c4c-4855-97a2-53d470f41b37", + "id": "18b2a241-2402-44ed-a47b-8d45e7415de2", "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": "1f515b80-b7a2-48e3-9e04-fd98d1181130", + "id": "5235b094-3f8d-48d8-8ff9-c0bf04b70626", "name": "Too Many Requests - Returned in response to too many requests in 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": "9324cdc4-85d5-4441-9e57-bcc1350495fb", + "id": "5dd24e72-c001-4b3b-a435-3258300bc961", "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": "8cd3f7c5-ddef-4bfe-ae9b-dcad9de763a2", + "id": "8c134e78-8625-42f0-8456-aa85ccdabe9b", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10267,7 +10267,7 @@ }, "response": [ { - "id": "a5a36312-e1a8-450a-a038-120f8efd2290", + "id": "c7757657-12b0-4384-9c43-a09588ed8d1b", "name": "SlimAccounts", "originalRequest": { "url": { @@ -10365,7 +10365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6cb16be-2805-46d8-8867-4f92b398d15b", + "id": "2b6661d9-f124-47f5-a374-8f22d2348ddf", "name": "FullAccounts", "originalRequest": { "url": { @@ -10463,7 +10463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28c60f28-1651-4c0b-9a6e-437336483d3f", + "id": "f18b4a11-d7da-4d9a-8f26-d25f8054162b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10561,7 +10561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf3c57d3-e767-4214-abde-1335954b7b9f", + "id": "8f404ec4-000e-46e6-b201-e538b61af2f8", "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": "5b532d26-fb1b-4392-8ce3-a82809d66246", + "id": "79b3ef81-43f0-456c-83cd-5a4db2858d2c", "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": "55c3eaad-05b5-4d8d-966d-b8b04643b33d", + "id": "6c9880bb-37b5-4cf6-9ac1-0092520c6913", "name": "Too Many Requests - Returned in response to too many requests in 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": "c857dca7-5b76-478c-9661-85ac23048372", + "id": "3cb51764-5324-46d5-8477-169e57dd5056", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10959,7 +10959,7 @@ } }, { - "id": "7832ca7f-ca94-48aa-a03f-e29fa9564096", + "id": "c4d14097-1c98-4b3c-a033-f2468a6ade9d", "name": "Create Account", "request": { "name": "Create Account", @@ -11001,7 +11001,7 @@ }, "response": [ { - "id": "0e9a2b08-204b-4b3f-85c6-437f6c5f8ec4", + "id": "1eed1673-6e3b-4070-94dd-68a12f839dd4", "name": "Async task details", "originalRequest": { "url": { @@ -11057,7 +11057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf7a0757-5866-4d22-a601-d6325f49d389", + "id": "fb1cad04-260c-4479-823d-a609cc870185", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11113,7 +11113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2121b76f-4b6a-400a-96d4-9f6c5c08d3d5", + "id": "26474699-8f62-4b94-97dd-62adcd9da5e9", "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": "1750471c-7999-4e19-914d-951c42c12824", + "id": "1899fad6-1f45-4a01-8d4e-d1130107ed32", "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": "66951c00-4474-448d-a131-8aaca09d99bd", + "id": "e6337fe5-59ef-48de-a2d4-01484820736e", "name": "Too Many Requests - Returned in response to too many requests in 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": "98ba0902-8054-42fb-b41c-ae52b2e0b70e", + "id": "04c18412-249d-4dee-9ec7-c1f6aff17d58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11343,7 +11343,7 @@ } }, { - "id": "c82a14bc-ca6d-4d29-b495-91c66f32ef98", + "id": "ca9d0167-fb15-48ed-a4b0-f4ee8cc7bd62", "name": "Account Details", "request": { "name": "Account Details", @@ -11384,7 +11384,7 @@ }, "response": [ { - "id": "4fd82cec-59fd-47c9-b960-a174bd62d4bd", + "id": "fc0560be-e5e8-42df-bd37-f5b6b565585f", "name": "Account object.", "originalRequest": { "url": { @@ -11428,7 +11428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de3dabe-124e-4ddc-8d4c-319086e69a4a", + "id": "59089c25-3733-4135-ae7a-bfc3a5fad9b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11472,7 +11472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f7fe9f-e028-47ca-82ab-fd33f1bae889", + "id": "e1ee4123-fb47-4acd-99e1-52adba77d362", "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": "35445ace-0fe2-43e3-88ab-4768ea69fe3d", + "id": "de665e36-a3a2-45f9-b6d3-5da50964d7f1", "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": "6e5c9481-5a31-4138-a182-df443c5d26bf", + "id": "715680d4-bae0-4330-a9be-1f08dc4ab60e", "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": "13e89cc2-f7a7-4727-82e2-6cf6318e6f5e", + "id": "c7125d2e-715d-498f-95b9-16523df05ee6", "name": "Too Many Requests - Returned in response to too many requests in 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": "08eaaa7b-a2b9-4df2-b2d1-b38f2d96b9d7", + "id": "a78900f5-ed0a-43c5-9d1d-65086999ee59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11698,7 +11698,7 @@ } }, { - "id": "cd440de2-62e1-4986-92a4-394febdba3b5", + "id": "16ac68de-64c6-4b2c-b81b-237cbb13b67d", "name": "Update Account", "request": { "name": "Update Account", @@ -11752,7 +11752,7 @@ }, "response": [ { - "id": "b7fbe5e6-b617-4bb1-874f-8366720157e9", + "id": "0a5a7251-1ca0-4b30-b57f-2f3fe185956e", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11809,7 +11809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21526e99-5601-444a-bc47-9eb801de884c", + "id": "09be4813-3559-4f96-b23e-b20ed603291d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11866,7 +11866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d37201-4ab1-4bc0-9c23-8d78a6c9ef3e", + "id": "30600840-7406-439b-b449-c5f1d8ebb476", "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": "4ecc957a-0c67-4002-9a3f-9d636b1b95d8", + "id": "39638652-5ec3-4a99-9bb0-cb92fb8cede4", "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": "6f4fd1a0-8ceb-46ee-8e3d-87e64cdeaba1", + "id": "ce037627-eb62-4a69-afcf-bdceefcc3578", "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": "66e3427e-3812-4559-85c6-6852a4f8bbe8", + "id": "c79990ff-0e67-49e0-92ad-fffca2dcb683", "name": "Too Many Requests - Returned in response to too many requests in 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": "92d20380-5612-42b6-8696-4c013fc07c15", + "id": "6eef8b21-117c-42d5-b745-f8b41e6db006", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12157,7 +12157,7 @@ } }, { - "id": "5a708ece-ba80-434d-b1a7-06288f71c6fc", + "id": "c3e6a1f4-597b-4c5b-ac37-78cb911fb359", "name": "Update Account", "request": { "name": "Update Account", @@ -12211,7 +12211,7 @@ }, "response": [ { - "id": "bfa05f2f-a8c3-4df1-a498-4593fa1211c7", + "id": "0a377f8e-f785-40cd-a1eb-c9c054d48641", "name": "Async task details.", "originalRequest": { "url": { @@ -12268,7 +12268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a482877-78bb-4193-bcb0-a47069306b09", + "id": "92187792-58c4-49da-bbab-3aeab3912b15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12325,7 +12325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fce29bd-5bce-4203-988a-025d7f52bd7a", + "id": "2bf347a4-b7d7-4961-b544-59ac9a0acf61", "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": "4cdbc56d-c595-46a2-8cea-0e43f8d8f135", + "id": "70695455-c649-4f4f-9c0e-8f748ca0c834", "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": "f4c9cbed-a9f1-4574-aa46-9249e0d024de", + "id": "df541de5-13de-448f-977d-06a5dcb3e704", "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": "f91603ce-7ab8-40c0-8eff-c7a6615b28ce", + "id": "4b9afa0f-697a-4902-b7f5-346d1e470ded", "name": "Too Many Requests - Returned in response to too many requests in 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": "8cd56cc9-4610-4ef0-b04e-c410637fe42a", + "id": "05d64afe-fe47-45fc-a0bb-e650bdcb981b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12616,7 +12616,7 @@ } }, { - "id": "9601576b-a72e-4e12-b874-b32b133edb3b", + "id": "05a22c3e-89f2-43df-b3bd-7ef1267896a8", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12657,7 +12657,7 @@ }, "response": [ { - "id": "7a0e7774-2502-4aec-99aa-f398a94cf897", + "id": "de9729d3-decd-493f-94fe-abf1969c36c5", "name": "Async task details.", "originalRequest": { "url": { @@ -12701,7 +12701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8217499-6257-43d6-a041-3f7ebcbfca1b", + "id": "468dd387-d4eb-4296-9b30-d403a6da0e24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12745,7 +12745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fe4421-ab25-4425-a6e5-57c46127ee89", + "id": "286172c2-88ec-47df-aac3-a6df68836e43", "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": "0a0b6275-e9a6-4ee4-8564-f317290d0675", + "id": "e719ceab-ba7c-43ad-a0fa-f2692993b5ae", "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": "e3f153ea-92cc-4165-83ce-154b65875916", + "id": "fdd9809e-0561-441c-9464-0f4faeff5150", "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": "5f3170c9-b3b8-4b90-b295-8cc61b5be5a4", + "id": "184dc61e-e7b3-4b7d-8c96-4f197e7461a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "da416cef-6715-46da-8ec0-8b6749e568b7", + "id": "ed3bebe1-fd6c-476f-a021-3441c38f4fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12971,7 +12971,7 @@ } }, { - "id": "b51e7aee-340a-4f11-be56-0d923955bbe5", + "id": "76848eab-7f42-417d-9954-fbc2ddb92900", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -13041,7 +13041,7 @@ }, "response": [ { - "id": "3ad85868-de92-4fcc-87b5-3f97f091fdd2", + "id": "d488f9c9-72d8-420e-903c-8451b1a0aa35", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -13114,7 +13114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9fb151-1f75-45b2-8202-9fe57471b4ba", + "id": "a9976bfc-6b00-4789-bca6-937efa7d756f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13187,7 +13187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13c8dc56-ed94-4cb8-9b80-7056e7c7ac1f", + "id": "cc47c175-1337-43ac-8e0f-824acf0582d4", "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": "c6001076-4382-4deb-90d4-92f908d8615f", + "id": "1fc27885-2757-49c6-9111-54f94cc7ab51", "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": "5e013969-c68e-4472-b950-6a570143f830", + "id": "cfd2bf72-3a5d-4314-baf1-f0f6f5ff18a9", "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": "b06074ad-14fc-4732-8290-0eea51b67679", + "id": "ff3d4769-9424-48cc-8dca-95f892ff2e77", "name": "Too Many Requests - Returned in response to too many requests in 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": "4a368cb4-d2de-4d8a-8c87-58e68a9893fc", + "id": "bb101063-bbc5-487c-8423-072710ad7aec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13558,7 +13558,7 @@ } }, { - "id": "8d41dd76-69ac-4a41-9646-da2036f42b97", + "id": "418acaa9-95b2-4a1a-9f39-d79af6fb7487", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13600,7 +13600,7 @@ }, "response": [ { - "id": "22e88dad-7b41-4001-9a48-e3bd13eb6aab", + "id": "6798960e-7904-48a5-b55b-911a39c04c17", "name": "Async task details", "originalRequest": { "url": { @@ -13645,7 +13645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eda1509-88ea-4d47-829d-dd937c8e1a8e", + "id": "45e7d056-5122-44c8-9553-e57bd4760c90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13690,7 +13690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da7766ee-f216-4427-9dc7-df87bbba5b79", + "id": "c5506aa3-b81e-44ba-9b74-b7461d2606bc", "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": "608b3836-7d10-4bb1-a0c6-444863d018f4", + "id": "deb9ec43-1dc8-471c-8c97-5fdd7fb150b9", "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": "de5ff9c0-2504-4645-a63e-9c2f91ae4be2", + "id": "d50dd579-64a9-411b-827d-9e0426af8cdb", "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": "e2abb0ec-d0e3-4bdd-8e64-00d82a9b1ace", + "id": "a2c2d72a-d699-4b9a-9903-e7bd765015b8", "name": "Too Many Requests - Returned in response to too many requests in 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": "8db654ed-d363-43a0-aac2-bb42db5d438a", + "id": "cbb6ce14-f2e6-473f-80aa-881c45978cf5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13921,7 +13921,7 @@ } }, { - "id": "abfac911-5588-4b15-8d08-b9f0521a62b7", + "id": "798a4617-cd5e-45ca-b3e2-1606e53e3631", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13976,7 +13976,7 @@ }, "response": [ { - "id": "d66676f5-f213-49bf-8466-25ae733b7cf5", + "id": "64683970-6417-4f80-bd65-fc0fc1656ec3", "name": "Async task details", "originalRequest": { "url": { @@ -14034,7 +14034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8fb0f67-eef8-4397-9118-abb5feb2ac7f", + "id": "0d660766-b8ce-4523-a265-d05c25655fc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14092,7 +14092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb793193-19ae-4958-a787-7c4fbf743a93", + "id": "a8670380-c1e9-45c1-b236-4068981a66a1", "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": "5d3c5cce-8a22-4e08-9fe7-690db3e35aad", + "id": "9614c56c-2232-4df5-8ed7-1e895c2a9432", "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": "6286279c-d1f7-4e10-9a8d-4074060833ff", + "id": "e974a352-5f61-4ee7-822a-9c7c89bb50b5", "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": "6bd38d53-7cc3-4f0a-8d95-9df69c853a9d", + "id": "3b961b5c-971a-46c9-8ec8-93b30d582244", "name": "Too Many Requests - Returned in response to too many requests in 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": "cf372a4b-5e0b-4d9d-bc70-ffb4f05dacba", + "id": "8b1eda19-f075-47e5-b4cd-59931c15b7ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14388,7 +14388,7 @@ } }, { - "id": "4eb7fcd7-0aa4-4b94-b92a-ee3b4861d028", + "id": "cd0afb08-73f5-4886-9386-ff604c246932", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14443,7 +14443,7 @@ }, "response": [ { - "id": "fb4d1288-415d-49a6-8779-9ec26644949f", + "id": "d1e9278d-77c1-401b-912d-ba419e7ed99b", "name": "Async task details", "originalRequest": { "url": { @@ -14501,7 +14501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18a6eab-2a42-46e3-9727-8fab3be91428", + "id": "a8c02068-b45e-4821-8b49-85ccefaf0d02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14559,7 +14559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2116365-f003-45d8-9c65-7d5e255c5cae", + "id": "cf18a49a-a935-439a-bd45-da0e8609af9e", "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": "4e73b397-5780-4758-a452-b5e3b614da0f", + "id": "7919747a-2d36-40e5-b9ae-f946284f8b09", "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": "39066f1c-e3e0-457d-a278-92ac80394fcd", + "id": "70a5a9ae-59e1-4211-bdaf-1cfd44308f25", "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": "702727f6-d9d0-47ce-87d7-e2143a6fa7c3", + "id": "06b58c86-395a-451b-8f14-a083679d670d", "name": "Too Many Requests - Returned in response to too many requests in 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": "b9238ee1-1112-4dee-83a9-209a929a2669", + "id": "da9d6796-6ae0-448d-8fef-3ca3839592e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14855,7 +14855,7 @@ } }, { - "id": "7d94a246-4fb9-4921-86c1-1fde35c04934", + "id": "93509f65-d777-4bff-b71e-e27d08c4b176", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14910,7 +14910,7 @@ }, "response": [ { - "id": "5ae72f40-333b-4275-b975-010323fced70", + "id": "dc825932-7728-4007-8bf7-8ecebe0aadfb", "name": "Async task details", "originalRequest": { "url": { @@ -14968,7 +14968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ca82be-fc27-4e42-a85d-f6c2aff95f36", + "id": "5aa58d42-f9e8-4e44-98db-45887280a1ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15026,7 +15026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778d2ede-9ac6-4ca5-a52f-dc038011d1ea", + "id": "33ae3e94-c0e0-4cc1-b2be-6862861fd631", "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": "46dea8b2-d71a-4ab2-a914-b999e14f3abf", + "id": "7c2d2122-ba07-4f4b-9763-146b771f0a52", "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": "8cd9a613-3690-4a08-866c-cad82ff47bfa", + "id": "f31ce6fd-1c45-4701-b57a-bdb1487640c7", "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": "e8d21eb3-e72c-47f5-a659-eba6c8ca6bf8", + "id": "34fd7f11-3aad-4865-a4ae-217c4dfc3b52", "name": "Too Many Requests - Returned in response to too many requests in 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": "2944f65a-11a4-45ea-b519-3c6968dd89ec", + "id": "7935c252-a09e-491d-bc3c-7d96e7939cf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15322,7 +15322,7 @@ } }, { - "id": "aee7f2bf-e5d5-471c-9c2e-7c75db372a43", + "id": "8f5ec3d4-44ca-423c-a0e1-3c5e9180d7bd", "name": "Remove Account", "request": { "name": "Remove Account", @@ -15364,7 +15364,7 @@ }, "response": [ { - "id": "ba67fde8-37fd-4e4b-9b02-c6252bbc9d23", + "id": "cb7e7867-b105-414a-b71f-c283a6294f21", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -15409,7 +15409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756839b8-8f54-48dd-8f7f-6ef865437671", + "id": "353b2170-ac63-4889-97fb-67e621963219", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15454,7 +15454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad67c044-d95c-4997-874b-1bf11e3fde84", + "id": "0c2379fc-3805-4f3a-9b58-c722cb2cd9cc", "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": "fb1b8ae8-ac9d-47d9-a8d6-379b84e4565b", + "id": "41e93873-77a3-4013-8161-06fe4fa979db", "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": "ff029fd2-00fb-4c3f-8c60-7bd85587bce7", + "id": "7d96c2d4-10a7-46a6-9fb5-9d5f36d41456", "name": "Too Many Requests - Returned in response to too many requests in 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": "8411a5cb-7170-45b0-aab1-ac78d1610e00", + "id": "57b350de-5840-4aa9-803d-62e2c275c866", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15640,7 +15640,7 @@ } }, { - "id": "317d83a8-b501-4f7f-b0b3-69cbdcc12aeb", + "id": "67119ecc-48d5-404e-b8ac-3c0558b7efe5", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -15682,7 +15682,7 @@ }, "response": [ { - "id": "08db4568-de6b-40f2-97d9-4a4841e49917", + "id": "89fcdc2b-5787-4a76-950c-846331953df3", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -15727,7 +15727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b98dbe7e-e81f-4358-91ce-1fe20469a3cc", + "id": "7f479dfd-2ee3-44a9-8f33-a3a1828556a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15772,7 +15772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9161a522-a7e2-4d55-a1a7-e5c8508da35b", + "id": "63ceb566-4259-4520-96bd-0dc7d8b6a9f5", "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": "affd7fb5-3db5-4953-be31-9a3582b48f75", + "id": "2d24b9b7-f00d-4f84-8c8f-ee1a5571997e", "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": "68506be6-0755-4267-a6c9-c3731be0b982", + "id": "e95aae75-2541-43ae-9ba0-4c57d1cd7c0f", "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": "ff17c432-35bb-4576-8eb7-91ca37c85a20", + "id": "b79e3459-9d47-4dff-9d78-eecd3c478822", "name": "Too Many Requests - Returned in response to too many requests in 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": "13bbe04e-508e-4053-adc9-f070cee1f60c", + "id": "acdaf2b2-08cb-477f-b54f-40cf1f819953", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16003,7 +16003,7 @@ } }, { - "id": "462e8ee6-a563-4e99-b0dd-09432b97bdd6", + "id": "565d8e4b-12b6-4d22-9fbe-0371834ce61e", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -16045,7 +16045,7 @@ }, "response": [ { - "id": "a1777e89-4bc4-41b3-9abc-8b3208cd79d0", + "id": "ab751f9d-8a74-4775-8f5a-8cd8935142ca", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -16090,7 +16090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7763196-28d5-4032-929a-9f39e933408b", + "id": "dfccc3b2-eec0-4991-b511-65655dfcf5f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16135,7 +16135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db87c2e-9b18-4ebd-90f4-10440b523295", + "id": "270b35e4-ec88-4f9a-83aa-6557a7269332", "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": "d7c209af-d9df-4e43-9c3f-eb2532f5c13a", + "id": "4644061e-691c-4c5b-860c-8878d4f82f7a", "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": "0562ff2a-74a2-4f19-969a-36c339555783", + "id": "b4eed158-11cf-4e70-b808-2909a2de5e67", "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": "e1a59579-ee4a-48ac-9241-177100e75ba4", + "id": "b83dee48-a079-4b67-8bd0-3e2700b34fcf", "name": "Too Many Requests - Returned in response to too many requests in 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": "c4710ea2-fe0a-4f9e-9082-a712006f62ce", + "id": "3c8d83cd-25c0-4620-a88c-752558b42120", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16366,7 +16366,7 @@ } }, { - "id": "58d73cdc-d18f-48a1-9f7b-6dca12ab1808", + "id": "8ecdbdc5-0347-404b-ac22-8a1552e5888c", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -16409,7 +16409,7 @@ }, "response": [ { - "id": "15b6598d-ae38-4e10-a73d-3f35e0c92e42", + "id": "d67fcd4f-98c1-4305-b0ba-2e57f5219554", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16466,7 +16466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17f85149-231a-46ad-96e3-3cac063d96ae", + "id": "64998eeb-51a4-47ba-a141-87cd060f4bce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16523,7 +16523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b7deec1-515e-41ff-837a-279a22e2ce13", + "id": "525a9f46-7d55-40a7-a7be-888aacf2b7e6", "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": "4ac2ed55-fa50-4c8b-b304-3213db98c10f", + "id": "82efa578-0813-4f44-bacc-e36e1bf67c6f", "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": "380f5214-8ac4-4f72-8675-a9d679bab3a1", + "id": "921961aa-28d5-4bca-aa10-45244635a33a", "name": "Too Many Requests - Returned in response to too many requests in 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": "f56fc146-2891-41f0-82ae-dad57628d5d1", + "id": "e9dc028f-6b42-4f03-84b0-cba0e4763f50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16757,7 +16757,7 @@ } }, { - "id": "325e6465-7b82-4394-97c6-3638611e6ecd", + "id": "2455d673-2a02-4056-a237-0e031d03e3b4", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -16800,7 +16800,7 @@ }, "response": [ { - "id": "07cc616e-26cb-438b-a0ac-5b0e9788b161", + "id": "2c43e7e0-ae12-47be-ae05-f2a41a6b7f6a", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16857,7 +16857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b22f55c1-7cec-4640-8382-579953fbbe81", + "id": "2a7cf062-c65f-4a66-8db2-cb38e94de019", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16914,7 +16914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d792169e-b09a-4786-9e99-2bb6f8891a16", + "id": "559a1930-ff73-47f1-bfee-3539d03e2d6a", "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": "abe0d52f-dfb4-475a-881a-df043eb909b9", + "id": "78d29c04-8d33-4a82-8f21-e3379b8ce150", "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": "b2a92f2c-1857-408b-b869-88cf2a25ec63", + "id": "49e85249-f855-4340-9a7e-ad454988d3d3", "name": "Too Many Requests - Returned in response to too many requests in 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": "396e8a97-eaeb-4cfc-adcb-b61cfdd45b63", + "id": "62d975bb-37b9-4373-bcef-ed340790dc7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17148,7 +17148,7 @@ } }, { - "id": "a0799a04-e82d-422d-b5c8-1fcbd23ed6b5", + "id": "7a7f3274-9aad-49c9-8aa4-1df49e758eb1", "name": "Remove All Accounts", "request": { "name": "Remove All Accounts", @@ -17190,7 +17190,7 @@ }, "response": [ { - "id": "5eb7e079-0f2f-419b-9f36-45f1ea39ff0a", + "id": "fc11ad6f-89a6-424e-97bf-b1bc0a72e795", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -17235,7 +17235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a59037b-9a98-4e89-85ba-4ddbeb225241", + "id": "6f7668da-ec41-4612-98b7-c6f8daaa1940", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17280,7 +17280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fb49260-4eab-4471-921c-fedb76bd2685", + "id": "15906a64-37c6-4fff-a856-3caaa94947dd", "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": "8263cc72-784f-4eff-a4be-5d2c466c7f2b", + "id": "c48723a9-1232-4899-8dad-c2760a431973", "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": "edde74a8-5fc7-402c-9354-644d63a3582b", + "id": "6d2636dc-9cbc-46e5-b8c7-a50d636a3bba", "name": "Too Many Requests - Returned in response to too many requests in 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": "429e0b01-3bc6-4f38-8f94-8bd45f496eb8", + "id": "dc6a647f-1ea0-4ce7-a303-06cedc94f956", "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": "c043315f-7920-44c7-bf5a-050876b29c16", + "id": "dd0c91bc-0dc6-4685-b494-c34d2c979b43", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -17495,7 +17495,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17504,7 +17504,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17513,7 +17513,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17522,7 +17522,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17558,7 +17558,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17567,7 +17567,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -17583,7 +17583,7 @@ }, "response": [ { - "id": "445173fe-0528-4b7e-9813-a0599969f4b6", + "id": "e07de783-9f24-4120-941c-9fca40edbbc8", "name": "List of account activities", "originalRequest": { "url": { @@ -17601,7 +17601,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17610,7 +17610,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17619,7 +17619,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17628,7 +17628,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17664,7 +17664,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17673,7 +17673,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "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 \"commodo_7d\": \"Duis proident labore\"\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 \"amet_de2\": \"voluptate Excepteur commodo officia do\",\n \"cupidatat_33\": \"id exercitation officia minim\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24f8b33a-057d-41dd-84a9-d7c73aade3d6", + "id": "2dd76db0-7774-488a-929c-54b4230189a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17726,7 +17726,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17735,7 +17735,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17744,7 +17744,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17753,7 +17753,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17789,7 +17789,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17798,7 +17798,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -17833,7 +17833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c9c953-d8d0-4e11-8a02-9202c310b15d", + "id": "0f484fea-5ea0-4270-8121-b13acbae7c44", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17860,7 +17860,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17869,7 +17869,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17878,7 +17878,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17914,7 +17914,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17923,7 +17923,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -17958,7 +17958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5889199f-c8eb-4ba1-8990-d3ced7b79702", + "id": "5c150c79-3d24-4dec-9a2b-4b0d4622aec8", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17985,7 +17985,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -17994,7 +17994,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18003,7 +18003,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18039,7 +18039,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18048,7 +18048,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -18083,7 +18083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a241df7c-2e0c-4c3c-8c64-9a5292e4727a", + "id": "3b9a42f3-dd5e-4915-b088-e78e6d03a423", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18110,7 +18110,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18119,7 +18119,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18128,7 +18128,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18164,7 +18164,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18173,7 +18173,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -18208,7 +18208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0001c89e-a091-48ba-b2fb-e272c683d876", + "id": "b3a9f2a5-5f2c-4213-9e55-798ceecebe9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18226,7 +18226,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18235,7 +18235,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18244,7 +18244,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18253,7 +18253,7 @@ "type": "text/plain" }, "key": "type", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18289,7 +18289,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -18298,7 +18298,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -18339,7 +18339,7 @@ } }, { - "id": "1225fd71-0d64-4c7d-b155-bbe63804a570", + "id": "3954e517-4516-447d-8fca-d81b8595c716", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -18380,7 +18380,7 @@ }, "response": [ { - "id": "a2c19b9e-29e6-4bce-8b5b-da9268293690", + "id": "58f9441a-85cf-44ae-8c1f-c48b7a2dacbe", "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 \"dolore__4\": \"et ullamco non\",\n \"in_0\": \"consectetur\"\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "75c54528-accc-412b-8479-f4340f69758d", + "id": "dd5b1325-7486-4031-acb0-c67d7b24df56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18468,7 +18468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b25dd3ef-a3bf-42aa-bc50-c422b3fe0067", + "id": "44851b7c-2546-4946-a92c-22dbc2ead19d", "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": "9243e715-e12c-46e9-a277-9b2234200ba1", + "id": "f4cca2d6-78ee-4e64-a43f-ce9896394fd0", "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": "bca0b363-e9b9-4b2f-a1c3-e318f4c14cf2", + "id": "a2de1669-614e-417b-8605-5d37199fb6ff", "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": "a4841f85-2f9b-48cf-849b-6c943cf21d5a", + "id": "b19b75e1-7017-4e48-9485-16bc60126129", "name": "Too Many Requests - Returned in response to too many requests in 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": "9724973e-9441-4570-9efd-bc15613da873", + "id": "9ff6f3a6-502c-428c-b702-f2b73a546025", "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": "dc61f7dc-233f-4036-9831-963f8a538008", + "id": "da847f6d-b969-4244-b985-23d31b918b3f", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -18742,7 +18742,7 @@ }, "response": [ { - "id": "d162f3c6-ac0e-47b4-acc7-9f37abfa66c6", + "id": "f35c2bbb-5af0-473f-bdcd-a9010aa6b917", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -18787,7 +18787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59355fc7-bc37-4944-9297-243cc7975b0f", + "id": "405ccf3e-665f-4858-9c92-3c4de42c1c52", "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": "ad0d4ef5-b129-49a4-bca9-d725459e04d3", + "id": "8a543786-80c7-44ca-8b89-be2258480c39", "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": "8bf9688f-0a71-4b8d-afcf-c68bec77f974", + "id": "340b3efb-6b1b-4126-8545-d5969f562b13", "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": "4daac673-735f-4a2d-b9cc-002730334f05", + "id": "7756ca89-5c70-41ba-a3ac-0d76b2e343a2", "name": "Too Many Requests - Returned in response to too many requests in 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": "9321b820-1afe-4bf6-ad0b-c7ea51d72780", + "id": "47fb1434-a491-4177-a41a-03f47fddc2ec", "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": "647508fe-7ff8-4509-a0c5-b5dfb4f7d90b", + "id": "a3c5fa76-1ba5-410c-912a-8d448dbfdca3", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -19103,7 +19103,7 @@ }, "response": [ { - "id": "8ee99250-247d-4066-a85a-3ca6b4e58e6d", + "id": "1e300685-b5a5-4679-991e-9ef00d2bf2dc", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -19185,7 +19185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6790ec-23e5-45b2-9bb4-9a1671ce5916", + "id": "065aa642-f0c4-4824-bb44-e56d05ed0471", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19267,7 +19267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f260c4b-68a5-43a7-9e8a-da9518167fbc", + "id": "2bdf75e3-e561-47b6-95a8-0d0bf889b6f5", "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": "02aecdf7-6651-4dce-8864-6875688a8c27", + "id": "48244e5c-af33-4e4a-90fb-1b5d2312b16e", "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": "5ed4dbad-fcb1-49ea-9a28-26bbc0981790", + "id": "8c8a9613-ac0f-45c6-8d8b-849b0dbe5cb7", "name": "Too Many Requests - Returned in response to too many requests in 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": "99efa324-86ac-428e-9ac2-188e2d6c2fb6", + "id": "a56dec1c-7a15-4e87-9bed-648f5cfe0afd", "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": "76cc5692-ba1a-435c-aa4d-068cd36d7266", + "id": "5c638930-7d3d-4446-99b1-08cebe59ae1b", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -19636,7 +19636,7 @@ }, "response": [ { - "id": "fe5b0ca9-220a-4391-a30d-c23b25df3b8d", + "id": "59514d86-a922-4d62-97ac-b34ec4004e41", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -19679,7 +19679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f78c77-40b8-4003-a834-3922477a0953", + "id": "e79682d6-742e-4d5e-a6a3-b5dd7d0a78d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19722,7 +19722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "232aa577-0d56-45e9-a316-4784210b8e91", + "id": "083aa422-db2e-428a-b61a-31dd6a33b3f6", "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": "9ccbe0b6-d90f-4602-8ad9-bd6bb5137655", + "id": "d2374d83-4e2f-4906-b002-6d46ebae343d", "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": "34251fae-4702-440d-84b6-9d546faf858c", + "id": "8af2608e-c7e6-40df-8e0b-c1ba0ad06df9", "name": "Too Many Requests - Returned in response to too many requests in 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": "a5007771-b6c2-4e25-9dcf-9ff2c38b25ba", + "id": "63bfa3ab-3bec-4381-a698-6b5cf7bbdf1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19900,7 +19900,7 @@ } }, { - "id": "31179fbd-3066-48cd-b683-f1affc6ad6df", + "id": "e2e5f7b9-c71c-4a79-9756-c15b968779ac", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -19935,7 +19935,7 @@ }, "response": [ { - "id": "fab4395d-4c5e-40c8-91a6-e8707dadb36e", + "id": "5dd1ab92-3e1b-4458-8eb1-d2f5cf2870e9", "name": "Auth Profile", "originalRequest": { "url": { @@ -19979,7 +19979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f26ed58-799b-49b1-ab16-a7c2a6c0e8f3", + "id": "879b18f8-0052-4273-b7ad-a7125ed84b30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20023,7 +20023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5f64d4-931d-484a-b6bc-3cb981d7541c", + "id": "b41a97e6-6de4-4961-8f11-f1ba04bfd3f1", "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": "4668584d-3088-490c-a99b-720779f54892", + "id": "b7a090c7-71cb-4598-9c18-c0371373fc4c", "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": "9588cbfe-8280-4532-9241-ada42bf471dd", + "id": "3fc39612-283d-4f3a-ad8b-44793fdf13c1", "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": "8df2e6bb-014d-402a-94fe-8d0d29027a50", + "id": "dab1da75-1977-4b1e-a804-fe2751ec25c6", "name": "Too Many Requests - Returned in response to too many requests in 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": "31e0bef6-cee8-49c0-b3b6-c6ed9e674c26", + "id": "86a03a87-a8a7-47b1-9199-787e1f36c426", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20249,7 +20249,7 @@ } }, { - "id": "c7b57be6-f771-45cb-bf69-7bca3019bc94", + "id": "0bc707c1-e3a9-4c7f-9d78-58b977e71333", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -20303,7 +20303,7 @@ }, "response": [ { - "id": "ef4fea67-0405-4e22-942e-44564f6db2ea", + "id": "8f877664-039e-4a40-b4dd-3e2dcf2cca33", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -20360,7 +20360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fec0c93-0cf5-44e0-b6db-71e03524695e", + "id": "2d1eed53-d101-4a1f-b800-8c88393e78b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20417,7 +20417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76ae5b8-b6fb-4eff-87e1-19156b91743a", + "id": "8d334e80-09ab-4a10-9c31-c551017487f4", "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": "4a7bf9ae-32e2-4532-af07-c4943a8b1cc4", + "id": "8916c6d3-1182-42a7-ad38-4bd60da9a87b", "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": "a582ab66-1306-4813-ac2d-7fe0698dad8e", + "id": "d84db502-ddc7-466f-b263-095c797eb5ec", "name": "Too Many Requests - Returned in response to too many requests in 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": "63e9e269-486b-409f-90a0-9dc948ab19f0", + "id": "aed62a5c-2ea4-4a16-ba85-cb10a4501c24", "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": "3ee7da87-3126-418f-a405-28908088bf15", + "id": "ff668efd-9e67-4ce8-82a3-248b305bc92f", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -20712,7 +20712,7 @@ }, "response": [ { - "id": "1782e498-18e1-4eba-8612-adc4152c29f4", + "id": "672d23f7-635b-4020-a54e-ed340bc6cc92", "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\": \"ERROR\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f48b10b0-0920-4348-9adc-86ca3400b4ab", + "id": "aac87041-8f5e-4dcf-9005-5bdef8f7dfa9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20828,7 +20828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1801bf3c-3c64-48d9-a131-5deba0b98ee2", + "id": "3e0653de-7782-4a7c-ae58-0a989606c4c6", "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": "938c81e2-0632-4628-9f67-385e8d9ca1fa", + "id": "2f90df48-a2cd-4053-ac6a-518760b2c959", "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": "60507397-2f0a-413c-89ac-9f3f32a84299", + "id": "0aa76193-b69b-461d-ab14-b23b788ea72a", "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": "f71b1eae-ae27-43f7-8401-a7303e266274", + "id": "572e3238-bd6e-48e8-800d-f91193c5ee30", "name": "Too Many Requests - Returned in response to too many requests in 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": "b32814c9-c74c-4f66-b230-dc7b8d6a464c", + "id": "4385980d-fe4b-4677-a7e9-12a1c21e9584", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21124,7 +21124,7 @@ } }, { - "id": "4cbf620a-9ad8-4c1f-843f-e59ebd7bf783", + "id": "6dd2e04d-6a46-47f2-82b2-8e7335c77252", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -21146,7 +21146,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -21156,7 +21156,7 @@ }, { "type": "any", - "value": "sunt velit", + "value": "q", "key": "taskId", "disabled": true, "description": { @@ -21177,7 +21177,7 @@ }, "response": [ { - "id": "b52d5509-f65b-4eab-898f-c8d8750f22d1", + "id": "fb8bd27d-3bff-4eed-8a5c-0a88a59a0f13", "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\": \"ERROR\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "712eaff6-96cf-4303-bb19-5f03526c36c0", + "id": "2af6a6b8-5cd4-448c-bd01-70a7834883b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21269,7 +21269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c11aac3-2000-4d6e-bb15-e636bd78142f", + "id": "8eee8fde-ac10-46bf-bd7d-cdfbc8f3610a", "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": "ace8357e-ace2-4225-98b8-d60223296486", + "id": "76234558-ad88-4276-8d37-6b1a16054a5a", "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": "cd9c5663-6dbf-4f93-b2d1-bda296fe7575", + "id": "33ffb4c9-97ba-443a-bf0b-f5e9694849ea", "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": "2aa3fe92-b708-42a6-90dd-6ed894159361", + "id": "902a2e33-79b5-4ad1-b498-03d148bc580e", "name": "Too Many Requests - Returned in response to too many requests in 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": "20857e69-712a-4041-9730-95b5d71e7e22", + "id": "5abd99d4-d8c0-49d4-8337-b3c075c02a59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21505,7 +21505,7 @@ } }, { - "id": "dcbb6d02-039b-4b14-80e4-cb5bc4e00c93", + "id": "eaa3081a-3f1b-44c5-87ea-5e1fa55ae814", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -21526,7 +21526,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -21547,7 +21547,7 @@ }, "response": [ { - "id": "9b268fd0-7ef4-455a-87c8-524e4fc84850", + "id": "7c368312-a195-41a8-9491-e3171c1fc876", "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\": \"ERROR\"\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\": \"IN_PROGRESS\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "163e9313-b47b-42a5-8888-046e1fca26ce", + "id": "09fd27b3-43fb-4988-9df5-9c7b96379fdf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21637,7 +21637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55479b94-ebdf-40d6-9d1d-69a6cb36c255", + "id": "e451bed0-2176-4cd9-85fa-6e26849a3042", "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": "4cf6548e-35f6-41ea-b0cd-965c4d3d06f8", + "id": "2ab75130-3d4a-4364-8d15-aabead633baa", "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": "0d04020e-14b8-457f-95cf-a602dddb9200", + "id": "98cce057-9d1e-4e0f-ba44-d8ef1d53971c", "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": "eeaa10e3-45cd-45d0-81db-0f082a234c98", + "id": "db91156b-3a33-4f49-a37a-084c85f43975", "name": "Too Many Requests - Returned in response to too many requests in 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": "f133c6d2-ceea-4c88-921a-d04eca43a6cd", + "id": "a53f0cb1-e671-4074-8cca-f2811c68a19b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21868,7 +21868,7 @@ } }, { - "id": "b6cd75b4-05c7-4c11-8abc-2a22b35ef5af", + "id": "e765b96c-17da-4973-9ad9-2c049398b9b7", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -21959,7 +21959,7 @@ }, "response": [ { - "id": "30dea317-8ba2-4056-b552-7f9e04d95efd", + "id": "a4b0999e-1cff-40e1-872f-6f20ef3f0d3f", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22043,7 +22043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a28a63-becd-405c-abec-ac23331705b1", + "id": "3051bcb0-2aaf-43f9-91cf-e50a06f59fe3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22127,7 +22127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9ca78f-e5c4-4e7b-8d0b-5828d28bbc7e", + "id": "6507bb57-e9e2-44c4-ae42-294206332dd4", "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": "4fd634f8-deef-439f-8456-bd2b65ea9062", + "id": "f329890f-d170-4ded-8568-051600f863bc", "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": "b216fa35-00c8-4bd3-84b3-b42b1f6c25ac", + "id": "6bb1a00c-2521-4779-8935-6c64406e99f5", "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": "f35c5ab6-835c-45f7-a643-9ab0c8a09de9", + "id": "91c084ac-610c-48d8-a054-e2d0015e18e3", "name": "Too Many Requests - Returned in response to too many requests in 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": "ecd748b8-a718-4e9c-85fb-db03b778850b", + "id": "747ef9d9-4d60-4728-9d77-f205196dc749", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22553,7 +22553,7 @@ } }, { - "id": "cfe1920e-8927-4b10-8fac-322faf43015f", + "id": "07ed17c4-6870-4218-8b43-f8cbc9b494b7", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -22641,7 +22641,7 @@ }, "response": [ { - "id": "7b0e6de7-157d-421d-a040-5fb25fe3a382", + "id": "fcdaf403-0736-4e12-8411-09204cff03a5", "name": "A list of reviewers", "originalRequest": { "url": { @@ -22732,7 +22732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f690ba50-87bb-4c57-b07e-0b9f1e6f53fb", + "id": "e9cea57b-36c4-4d55-bac7-056da9ca0c0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22823,7 +22823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d835c7da-4fc7-4614-8e75-c661e61cc8ae", + "id": "7937fb31-8159-40f7-8dc2-0da0a171c6ed", "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": "6cbee292-034b-42b9-9274-ec46a1b635ae", + "id": "37564e87-8677-484a-9dbc-819d46da2e7e", "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": "b049be55-65a2-40be-873e-4f2259cdd93a", + "id": "e821df5b-c789-4653-bf99-c01824b35685", "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": "e9a71c07-b220-4ef5-a9af-50eb68e7a5b8", + "id": "c8fab302-4b37-4d95-a979-0ddfdb4ab3ad", "name": "Too Many Requests - Returned in response to too many requests in 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": "2603a85e-991e-46d1-b09c-e775a9508cba", + "id": "d74d84ca-48a2-4bb1-b3ec-a810bd040c94", "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": "ac9ce5f4-0f48-4a31-aef2-ae7b9880715c", + "id": "3f1d8bd4-06a6-47e9-9816-dd614e744bf0", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -23374,7 +23374,7 @@ }, "response": [ { - "id": "2275c6c5-e3cc-4318-9f7a-5ebd4b8b5b91", + "id": "053f206a-5855-440d-80cb-5c68447191d9", "name": "Slim Campaign", "originalRequest": { "url": { @@ -23472,7 +23472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65bd6b96-40c0-4bf5-8c63-63d3866ae1dc", + "id": "9dae63e9-e852-4cdd-b6a4-ceec91c5d9cb", "name": "Full Campaign", "originalRequest": { "url": { @@ -23570,7 +23570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d59750d-41b5-4b32-812e-5ee7d08b480a", + "id": "429e921d-642f-429c-8a77-9abb06dc4074", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23668,7 +23668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36a172cb-8028-49a0-bfbd-5e6f4ce24f28", + "id": "b50f3173-45ad-4349-9243-e3fecf5c1fd3", "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": "d535b9b4-4a53-4a04-874c-e13120d2bb79", + "id": "dadf1c98-4e19-42e8-bba0-e33ee77a87f8", "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": "f9d2c90d-139b-4eda-ab8b-9e3726816cc9", + "id": "165d148f-a6e4-416d-8a29-c87ed8209032", "name": "Too Many Requests - Returned in response to too many requests in 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": "1c273493-963c-44fd-bb42-d3acbfa18328", + "id": "361e9387-b73d-4e05-83e5-efcba341fd5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24066,7 +24066,7 @@ } }, { - "id": "604e943f-e72e-40e6-8f7d-b5f0a4ed7810", + "id": "e1143aac-240a-4a52-a77b-5e6e75f1ad4c", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -24108,7 +24108,7 @@ }, "response": [ { - "id": "5d42e741-ced0-42d0-be32-01fb14bfb838", + "id": "f8f67b4a-acc8-4997-84ed-72139e7f8a21", "name": "Manager", "originalRequest": { "url": { @@ -24164,7 +24164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd8f6c2-d29f-40cf-9655-1039fc788008", + "id": "77827d88-83ad-456f-b5b2-fde1aaceb75c", "name": "Search", "originalRequest": { "url": { @@ -24220,7 +24220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb370349-8d02-4a5b-af05-1018c5bc090b", + "id": "8b374079-81db-491f-ab05-9d8cf7eaa5bc", "name": "Source Owner", "originalRequest": { "url": { @@ -24276,7 +24276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d45ed40-1b34-4a42-b5a3-e9c78755cd69", + "id": "569bf29b-0edc-4a52-a042-afce9415bd44", "name": "Role Composition", "originalRequest": { "url": { @@ -24332,7 +24332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c77058db-0f5d-41b5-a74e-dbea57d377ab", + "id": "6e855e6a-c590-4765-9baf-b3654bb6078a", "name": "Manager", "originalRequest": { "url": { @@ -24388,7 +24388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d0caef-3fa9-4fd7-a032-f4dc6e325843", + "id": "49cc6b5f-0652-4c62-ad84-4c1394e146d4", "name": "Manager", "originalRequest": { "url": { @@ -24444,7 +24444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199108c3-ba7f-49d5-8639-80753fe64f6d", + "id": "10da6947-6c3a-4eab-b078-50633ab52a4e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -24500,7 +24500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b14c76-3578-48e1-9a1c-8a8b1d32c07d", + "id": "00b3998e-f9f3-4aee-b6b3-4413117bd617", "name": "Manager", "originalRequest": { "url": { @@ -24556,7 +24556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b448eb-de3f-471b-90c2-a897389fc35f", + "id": "8a28d8b8-5036-41c9-8046-d5cb6b55367b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24618,7 +24618,7 @@ } }, { - "id": "9b75f3dc-3aa4-4f76-9bf4-432423c72d2c", + "id": "d8596ecc-bf3e-45d3-9164-4cd008ef3a4a", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -24661,7 +24661,7 @@ }, "response": [ { - "id": "b52b7c01-2afd-4f65-a11c-9d39f452e898", + "id": "a0fc1685-d4ea-4072-b8a4-d603868add44", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24718,7 +24718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e88eff11-58f8-48c3-85ca-d4f6fdc0ff50", + "id": "eeef32f0-5600-4f9c-8fa4-e78265321a03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24775,7 +24775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c95a4862-98c1-424d-ba8e-cbcea96b48f5", + "id": "59d66a97-0722-4030-a8d1-50e22dc4991b", "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": "91174e88-e205-4046-b020-618b0e46df2f", + "id": "fbd533d2-dd12-43c9-ad3d-bca22c645c04", "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": "dd6858dc-c0c5-4f76-9702-ded4c70cec1f", + "id": "6199417d-72d7-4fd4-8734-b7c435a11335", "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": "3a981ff8-b43c-4b39-9d4a-3ef27515c503", + "id": "1a6a6abc-9ac2-4d60-a877-0cdcaf0704de", "name": "Too Many Requests - Returned in response to too many requests in 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": "ac0660c2-f5b4-43f3-988f-567393da8895", + "id": "4de136c0-3ab1-48e8-acdb-956bcc919f00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25066,7 +25066,7 @@ } }, { - "id": "0c65147e-25e6-400a-99b6-05eb957e1402", + "id": "0792e445-ed8c-4a61-8fcf-2b5f1448f2a0", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -25107,7 +25107,7 @@ }, "response": [ { - "id": "f943c3de-2b97-47ab-80f6-2f5b03a3a06f", + "id": "9dd005f5-e643-4671-a08b-a2add73c6a70", "name": "Manager", "originalRequest": { "url": { @@ -25151,7 +25151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d7cd097-e64b-4333-93ca-945b6847bcbc", + "id": "175abd16-978b-4014-8bf3-e902786a5046", "name": "Search", "originalRequest": { "url": { @@ -25195,7 +25195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc1a97d2-ab16-4219-8434-a8874d245dd3", + "id": "046f1d6c-8b64-4bad-9b96-308c1b66249b", "name": "Source Owner", "originalRequest": { "url": { @@ -25239,7 +25239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27eb6cae-e5bb-4ccf-bd68-6a00b46d6113", + "id": "c585a8f0-56d1-459c-a52a-cf0a5d057a30", "name": "RoleComposition", "originalRequest": { "url": { @@ -25283,7 +25283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cde0514-980b-4f3b-8946-ffc7d50a3b8e", + "id": "11b3c7ad-2c30-41e8-82ad-071a7706f2bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25327,7 +25327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80000636-96d8-4133-b403-e3003512ab62", + "id": "207fa12e-7d25-4c0c-970c-f3f211f1c476", "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": "c9d9f4b2-5d1d-4d2d-8bf2-a105a6548283", + "id": "c7633f4d-fc62-4bfc-b44c-6fb5d1310db2", "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": "b2fe1f0b-cc34-4b67-ace0-a1093506aa36", + "id": "260aef0b-13f0-4c25-bd53-8cdf46fa27a0", "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": "7e910ece-94f3-4326-8f57-e3f4c7970930", + "id": "41f4e9d3-6c30-4a63-a5a0-91c4f5399619", "name": "Too Many Requests - Returned in response to too many requests in 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": "a166a4a0-9d24-4e0f-b54f-d9129a5fb7ef", + "id": "d9bc4036-b3fe-41bd-95f0-960cfc7ffac1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25553,7 +25553,7 @@ } }, { - "id": "a20094e1-bcbc-4933-a675-708c82abb1b4", + "id": "7af73b0c-0c20-453a-a689-7037f7c59ce2", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -25607,7 +25607,7 @@ }, "response": [ { - "id": "8e97cd47-b817-40af-8474-73309b56be2c", + "id": "5a2db4d7-ca7a-4d60-989a-8f759faec005", "name": "Manager", "originalRequest": { "url": { @@ -25664,7 +25664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e561d595-e1ff-4e5d-8f10-7603e7b7bd01", + "id": "9a9f6d97-9709-49e2-a2a9-14e7cd75dbb3", "name": "Search", "originalRequest": { "url": { @@ -25721,7 +25721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da053452-ec73-4ca5-b1fa-25f151eec281", + "id": "938f0b09-83a9-49f9-84ca-824d4a2221e0", "name": "Source Owner", "originalRequest": { "url": { @@ -25778,7 +25778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33246f35-aaf6-48ec-93ea-8845057e109c", + "id": "66580bee-f9d7-494d-94ac-b6b5072ef8ea", "name": "RoleComposition", "originalRequest": { "url": { @@ -25835,7 +25835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb1256b-511c-4e40-a32d-5a2e2fb048cc", + "id": "abe29117-e7ba-4aef-9c46-2a478c3e37cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25892,7 +25892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f14a189-cace-4f0d-a512-73c5f395d663", + "id": "6c0724a1-d562-4e08-a5ab-ab009dca7b52", "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": "6086491a-689a-44c5-9c96-059a53ef57d8", + "id": "f2aa48f5-a7ee-4ddf-9622-1de678f17ef9", "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": "678c84f0-fd8e-4aaf-aba3-7e900b3b4164", + "id": "cace7419-1d34-4b65-9fd3-5c50e04f340e", "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": "6b464d6e-10f4-4263-81a1-3ebe1981ae1f", + "id": "3de81644-a6f5-4163-a300-de76202d0d42", "name": "Too Many Requests - Returned in response to too many requests in 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": "519d565f-fcbf-4ed1-9f16-1b489fe6cffb", + "id": "6b9867e8-af6b-446e-8f69-08f1ab2b2900", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26183,7 +26183,7 @@ } }, { - "id": "84b77940-c719-4336-ad88-22dc588b4536", + "id": "ce72e48a-32ec-4ddd-8ae6-06148d5fcb57", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -26238,7 +26238,7 @@ }, "response": [ { - "id": "94586193-b7d9-4ad6-80d6-7db4157b6166", + "id": "17d259bd-2744-4c9f-8821-e36f93fc905d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26296,7 +26296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c1215e4-eb78-4535-a8dd-a494062f5bd9", + "id": "aa2a0980-e3dd-4894-b019-aa44f3810469", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26354,7 +26354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b3417f-6624-4a5d-8eed-4ec9d4071075", + "id": "9b6fca05-685a-4d5a-a611-272656e05c27", "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": "3f026433-3a3d-4c2e-96a9-bf7d0a4c112d", + "id": "006ca3b4-e163-4546-bda1-b456749bf500", "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": "e7994b9e-6bbe-453b-92ca-8051ca20a23b", + "id": "cbe13508-c6ba-4a8a-a4a4-e1ce51c692a0", "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": "bd7173a4-fc70-4d8a-9973-bd2af3eac2f2", + "id": "e1723971-51a6-472d-a2ed-ce98e41005a0", "name": "Too Many Requests - Returned in response to too many requests in 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": "16d88d40-8471-4d66-ac05-4ee19e270bbb", + "id": "88ea1720-2dc3-4ad8-b3f4-c236393fb7ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26650,7 +26650,7 @@ } }, { - "id": "cc59bee2-b4f9-433c-9d1e-5e3fec3df6f2", + "id": "4b7a4ab8-b2d4-40fd-a85e-1e4f219d60c7", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -26705,7 +26705,7 @@ }, "response": [ { - "id": "30c178a5-7cbd-4a44-a144-43627849a9a8", + "id": "1cc2b36b-ccbc-4022-87d9-6e3e307d9e4a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26763,7 +26763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354fba67-3f8c-43ba-8eba-fbefe58226ef", + "id": "df34a3be-27e5-4551-b4c1-afa48de597f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26821,7 +26821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21f59de1-3c18-4a47-a932-b1cad5663469", + "id": "eaf3bae5-086d-4a11-8ccc-a27fa0306dc1", "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": "fb3d2369-594c-4209-b2ce-e6c1d4a5ef33", + "id": "fa842e96-ed06-46ce-801e-aae7d5a6d6d7", "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": "b6da9025-dc63-4ebe-9056-09af18144a33", + "id": "f399cf45-ee6e-49f4-9261-a69b1a587e25", "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": "95829743-246d-4b81-84ad-1657b0de47cd", + "id": "75d70347-a121-429d-b7dc-8b4904b0ecba", "name": "Too Many Requests - Returned in response to too many requests in 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": "c26f8a54-3d69-4176-81ac-3dda88726602", + "id": "52cb43b9-28d7-47ec-9fe4-c069167ef34a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27117,7 +27117,7 @@ } }, { - "id": "5f8cc504-4084-4895-8120-7c61adfd084a", + "id": "10886e40-480e-4f0f-9788-806454ed70d7", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -27159,7 +27159,7 @@ }, "response": [ { - "id": "a9fd39ad-4e87-454b-bbf9-17462c35511c", + "id": "9f7bf00e-6c2c-43a5-9049-462122d12465", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -27204,7 +27204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d855115c-e9d6-4834-81b8-41475278910d", + "id": "db73947f-6d4f-4a30-8ae1-d9fbea9e5c60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27249,7 +27249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e630f8c8-388f-4103-9897-dc8a3f0d252d", + "id": "362f2855-f12d-4931-8abb-c0e85a4e4f00", "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": "537ef961-3322-4ee7-9096-081c989f9a29", + "id": "dd47a044-58e7-4b0b-b818-415cbc6fb199", "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": "0d903dd3-793f-48ae-a032-6ca3105eb754", + "id": "cefef1ab-4abe-4b16-8475-09501d606e7f", "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": "858a4122-7522-43df-b8ff-de558d8e449d", + "id": "fb301420-cbf8-4f23-a12d-ae0d61454c60", "name": "Too Many Requests - Returned in response to too many requests in 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": "cedbb1e7-3fbc-4e21-a4f2-cd2bbfb592da", + "id": "ea3f20e1-6775-4fb0-815a-ee34d4ce3c35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27480,7 +27480,7 @@ } }, { - "id": "d848cadd-8141-421f-a4a4-33ae2be9615f", + "id": "1fae83bb-c8e0-44a1-b44f-396adefef097", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27535,7 +27535,7 @@ }, "response": [ { - "id": "8a9e81be-95a5-4829-87d8-37c3b1028f0a", + "id": "36d18b06-ac95-447a-a251-8de99f6b5e61", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27593,7 +27593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ce34fa-9ff2-41d1-91ac-0396bbce22d1", + "id": "d6aff4b4-b565-4f94-aa09-94deae123b61", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27651,7 +27651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7933e0d9-54ed-4b2b-912b-2c57cee254e9", + "id": "79ae33e5-7516-4e02-91a3-6af464939ee7", "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": "b68b7bbc-cf5b-4bce-89e9-c8b16e56add0", + "id": "8c5c68b5-501a-43f0-b486-f2c3e62b6139", "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": "6b64d7b2-f915-4175-a71d-cf9cee53834e", + "id": "ff59038f-a01f-493f-90eb-46c63d06ef8a", "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": "6baea568-b1ad-4136-af6c-832ea283e1d5", + "id": "e3cfef6f-328b-44b1-80d2-bdfa46211417", "name": "Too Many Requests - Returned in response to too many requests in 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": "43d0c251-6e51-4cad-ad0c-53309b36ee66", + "id": "507f0aae-2d57-4786-995a-ff69bb066d15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27947,7 +27947,7 @@ } }, { - "id": "55ec0756-8bb8-4d27-bc8d-11dec0d80531", + "id": "d0d0e6a3-74db-4698-8bb0-5b03e06d4ec1", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -27989,7 +27989,7 @@ }, "response": [ { - "id": "ac811007-053d-443d-9c75-671cc7de2c8a", + "id": "c47c752b-00e8-4017-b76e-a570f1e328f5", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -28034,7 +28034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87ac8e6c-f6c4-4f46-a19d-08f79d80d645", + "id": "49540d28-5f3c-4c0a-a170-362abbc40e81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28079,7 +28079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d10637-14df-4f14-8d67-b72e26a2ce61", + "id": "7d7f40a2-f40a-4d39-a079-bec6932352a9", "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": "27632d8c-1660-4283-bf6c-7779156e6c78", + "id": "d480e703-12f0-40ae-9917-898c6f0079e6", "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": "10e85cbd-c68c-432d-8517-b86698ffdc3d", + "id": "c6e454d0-3a03-4455-8d2b-e6e88a070b19", "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": "eea5312b-95e0-454e-83ca-e47def15ae34", + "id": "7789dca8-7caf-4362-bdc7-64a65d187f6c", "name": "Too Many Requests - Returned in response to too many requests in 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": "cce5be84-540b-4c92-8f2c-4dec072ee056", + "id": "2999b496-ffbd-44c3-b343-39e421da0ff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28310,7 +28310,7 @@ } }, { - "id": "368017b4-c029-4881-adf2-96329fea1c80", + "id": "6db69496-53e2-4702-bd4b-24ef94e73a27", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -28363,7 +28363,7 @@ }, "response": [ { - "id": "d25fdd21-fae3-4938-8b43-5a3aa4d49a73", + "id": "951e1a2a-7592-431e-af96-a1233efb941b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28409,7 +28409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b64564a-cce6-4566-918c-1b663533ef1e", + "id": "fc9da02d-0185-4a33-a751-9d2dc9e2fd95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28455,7 +28455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03f7dfc-e249-4eea-9154-85b03303b02e", + "id": "b508182b-2454-416c-8c61-f74a097f6193", "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": "bf43930d-9583-484a-8bfc-fceb01e0c360", + "id": "0b17ae46-d2d2-49a5-89fa-59e1a6d2d2a8", "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": "6379252d-f9ce-4d50-9898-5fef7865688d", + "id": "d4ace2fd-eca3-47ce-88e4-580183ca5fe0", "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": "6ea1e99e-19b5-49f4-9226-f086f5f86c31", + "id": "c421d0b4-61c6-4848-8f0b-914d3e898d06", "name": "Too Many Requests - Returned in response to too many requests in 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": "0d0d4c64-eeb0-4a13-b6fd-06f4f81bf264", + "id": "d3aaad11-7107-4368-a2f4-4f09a57c1539", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28691,7 +28691,7 @@ } }, { - "id": "46dcf4d3-43e2-42ad-8278-bd858b4ebf1e", + "id": "9cc61498-401c-4658-84f1-75dd0854e807", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -28721,7 +28721,7 @@ }, "response": [ { - "id": "034dac03-e6bc-4b5e-8375-68f0d835dcf3", + "id": "c70612de-c12e-49d2-91d2-caa4fe030eab", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -28765,7 +28765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57231ae7-4bdb-487b-bf4a-449d2e7a70a9", + "id": "eba298fd-26c7-4f18-9c22-79ddd30be65b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28809,7 +28809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab3c1249-63b5-43b3-b9b2-ec1b9bbe060f", + "id": "9926fb17-d39d-4e49-b86a-9bf3fe662ffa", "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": "ea37a1a0-fc60-44d7-bfe4-a0d0ba958117", + "id": "03ea75a9-18ae-45bb-b5ad-6bb1ce7089c1", "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": "510fff5f-1c9e-4878-a2c7-d1d7d101f1d5", + "id": "4c230e13-4fbf-4c08-a4d3-06c1b9b0a653", "name": "Too Many Requests - Returned in response to too many requests in 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": "af9489ea-579a-4d48-a89e-ec22fc0aa154", + "id": "d83c2080-3279-40c1-bef8-138e9e30597c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28991,7 +28991,7 @@ } }, { - "id": "96b8bf6b-ca24-4d04-b7c2-486fd280f18c", + "id": "77da1a42-63eb-4bb2-8752-863b3ae22ec7", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -29034,7 +29034,7 @@ }, "response": [ { - "id": "8061c8a2-a935-41eb-8eae-286a44fde688", + "id": "2b6973f0-421e-49f0-a971-b08f8d79d973", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -29091,7 +29091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c08e4a-0531-4c86-a984-4127fce277d8", + "id": "c4637364-9cf5-408c-9374-02f8c1c6ae60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29148,7 +29148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d5b3657-ebeb-43cc-9774-682b780ddc8b", + "id": "f990ccf5-c978-4d36-bd37-68db9cad971e", "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": "03e68c9c-c763-4f48-b51c-25ffa1814bf0", + "id": "427d0f4c-8ca1-4c9d-82a1-c85e3960d23f", "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": "8af21e72-e15c-4ce1-a4b5-04253d0e18a2", + "id": "8a611204-a37d-4923-82fe-bfd24755d776", "name": "Too Many Requests - Returned in response to too many requests in 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": "6bdb6b7a-9a4d-43d0-9e3f-389e15426a87", + "id": "1b482b88-76d7-47ee-857f-d70d44858b5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29382,7 +29382,7 @@ } }, { - "id": "02b2df8b-653c-495f-9557-36801764bc6a", + "id": "2c33d655-f244-4a42-bba0-ea5623eb877d", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -29457,7 +29457,7 @@ }, "response": [ { - "id": "2b6c32bb-25fc-4d28-bb09-dc8a7ab3de1d", + "id": "7899b0e8-e723-41a5-90e2-49ca59893c4f", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -29546,7 +29546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c225b3f-97a2-4d94-9d35-f16da9728890", + "id": "c76df47f-befc-4a78-b50c-ec8b5dccd1c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29635,7 +29635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9bc88e0-6a9a-4154-9d3f-d265f6255d9f", + "id": "de5f9756-3a37-4041-a042-c58dad218dde", "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": "a1504bc5-f515-407f-b432-3ab47fd85a87", + "id": "98b48442-08e5-4694-a346-5fadca5cbbd0", "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": "de22b692-e216-4ff6-82e9-fdb2b2b3f179", + "id": "9b213320-8e0b-4c02-9e1e-6aea8e0340cf", "name": "Too Many Requests - Returned in response to too many requests in 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": "ccf26c1e-4606-4a54-a100-867da78470f4", + "id": "22ce9ca5-e601-44d8-9810-be44dadaaf64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29997,7 +29997,7 @@ } }, { - "id": "6178b5a9-0003-4323-a036-d1b63c89b1ad", + "id": "30a66801-4993-4fc5-8056-b112bc6f6f6e", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -30039,7 +30039,7 @@ }, "response": [ { - "id": "286a0d33-54bf-4cfa-afa9-56cc68bfd3ae", + "id": "9ee6ad75-95d8-4796-9302-00948f85bf33", "name": "Manager", "originalRequest": { "url": { @@ -30095,7 +30095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b556e757-47fd-4f6b-8a9b-3c32286093ee", + "id": "6ef6a8ec-0f69-432e-822a-d7dbfc8bd84c", "name": "Search", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adbc375c-ff80-4904-b56b-6dc4a163ebaf", + "id": "48570e62-91dd-498c-8ef1-eb25ffe6695a", "name": "Source Owner", "originalRequest": { "url": { @@ -30207,7 +30207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeed454e-90a9-46a4-a594-7c7c30a020d4", + "id": "079acc77-c691-420b-ae5b-d0ef7f757b4e", "name": "RoleComposition", "originalRequest": { "url": { @@ -30263,7 +30263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ee82973-ae2d-4338-ae24-91e331d7d6ee", + "id": "e658bfe3-025e-4b14-a9af-d8569bad936e", "name": "Manager", "originalRequest": { "url": { @@ -30319,7 +30319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b6aa6d-1c1b-451a-b5b6-73c5a4cddbb7", + "id": "000fc3b2-56a0-4026-a23b-52493588f38b", "name": "Manager", "originalRequest": { "url": { @@ -30375,7 +30375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f1d912-3613-469d-9acd-dc21e43046ea", + "id": "0131be00-db1d-4e32-9059-9bc28ffc8682", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -30431,7 +30431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d80d9802-6741-4416-b958-1c301908c3b4", + "id": "888a6885-49fc-43c8-9862-dcb27605ec20", "name": "Manager", "originalRequest": { "url": { @@ -30487,7 +30487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04c55d3-3cd3-46b8-b959-c23b606421f5", + "id": "1da61cea-9469-4be5-bc2a-3ccef2258f55", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -30549,7 +30549,7 @@ } }, { - "id": "f738dbd0-8227-464c-9597-e72c3c8af704", + "id": "624fa08c-0bc5-4546-ae83-018fb2b7b07d", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -30590,7 +30590,7 @@ }, "response": [ { - "id": "2dffed45-048e-45b7-a233-6326e6c067fa", + "id": "59c5b073-44d3-41ac-90df-582ee3114ad7", "name": "Manager", "originalRequest": { "url": { @@ -30634,7 +30634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb89afc7-92cc-4979-8c75-5c863df506c6", + "id": "f3775d05-213f-488e-a1e9-7af4f48ef612", "name": "Search", "originalRequest": { "url": { @@ -30678,7 +30678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52ac51b-61ee-4957-a207-fc89e110caa4", + "id": "b94a2914-e4b8-476d-b562-425ae319e31f", "name": "Source Owner", "originalRequest": { "url": { @@ -30722,7 +30722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095d17ce-8c86-4f14-b583-21e93df235be", + "id": "b067ab61-3d4b-4d1f-8fa7-46fc296cb77f", "name": "RoleComposition", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5606bb74-3eac-4ccf-817a-51f222e3f853", + "id": "abe9967e-6199-4f0d-ad59-e1c97ad34d07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30810,7 +30810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2cbcf40-f81a-4621-9826-52573fa7eb2f", + "id": "66507f91-ef19-4cbf-a223-97960f39364e", "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": "bf0eb1b1-57c4-42f9-afab-99655139c77b", + "id": "259f9a31-2914-4a1e-9e3c-af183317d51e", "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": "8943b57c-beb9-4061-932a-90c8b6d78885", + "id": "dd551cc5-cff6-4a4e-b435-21dfc2e5d3a7", "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": "f2644ceb-c767-4d74-beb0-5e78bf83b1ff", + "id": "a11d6e22-7e1c-4d1b-86f1-dc0eb67c4805", "name": "Too Many Requests - Returned in response to too many requests in 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": "6627a610-30e4-4cc0-bd00-7e0496c29c2d", + "id": "d057f14a-4071-4183-a0bd-58af840f5418", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31036,7 +31036,7 @@ } }, { - "id": "cc7a7fdd-b365-467c-8b65-f6a023858667", + "id": "533495b3-cf48-45c8-9b05-4d759c038b11", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -31090,7 +31090,7 @@ }, "response": [ { - "id": "82b8f810-cca6-4bd7-b51c-24df2e6e8473", + "id": "9bb30b4a-3bed-4dd1-9d98-149abb41ea1d", "name": "Manager", "originalRequest": { "url": { @@ -31147,7 +31147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4178baf-b609-46fc-ab1e-e74a01728e65", + "id": "9e637628-6384-4cd9-b9fd-6d28cecf35ed", "name": "Search", "originalRequest": { "url": { @@ -31204,7 +31204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9195ce1-24a0-49fa-87da-cdf547c1cdf4", + "id": "1b871376-1a6a-4b4d-97fb-cea49e760bae", "name": "Source Owner", "originalRequest": { "url": { @@ -31261,7 +31261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5a21d81-8c9a-44ef-b53e-b9fc7cbe0b72", + "id": "647adfb4-b61d-497d-bcce-2723f0913d41", "name": "RoleComposition", "originalRequest": { "url": { @@ -31318,7 +31318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6b6e2ad-8ab8-4c60-9df4-2ec7ed0a1778", + "id": "b9437508-7a4e-4f7f-9770-7e5eca0dfccc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31375,7 +31375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3235fac-832e-4267-a848-9a59ed00665e", + "id": "9dd4aa2b-7c63-4d6c-9a7e-e0066f10a9cb", "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": "7cb5d284-7ee0-4a41-8eac-29516342d83f", + "id": "504a94e3-e50e-42a7-95de-92bb610c34f1", "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": "57cef390-57ea-446b-97e5-ab755969a094", + "id": "7da8e367-0b46-4fab-8c8d-3fa6ebf25461", "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": "f0d33826-0d86-4ef5-98f3-1ceec1ab7e17", + "id": "0bfe1aa9-2d62-4a4a-b1de-5625fe035a3e", "name": "Too Many Requests - Returned in response to too many requests in 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": "c6021f01-b889-4f99-a676-2081515810a0", + "id": "6d9ec6e1-1d7b-4c28-8abe-a2ed98ef3ba9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31666,7 +31666,7 @@ } }, { - "id": "38259e9a-7a15-4421-8fba-d395103f73df", + "id": "178794d0-1238-4de7-b39e-d8636945e043", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -31707,7 +31707,7 @@ }, "response": [ { - "id": "5351f560-3e10-412e-83d9-3377f27f5def", + "id": "de46296c-f12f-4e3d-bdd9-f5e946edde72", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -31741,7 +31741,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c98178b6-94ae-426b-abf4-dd5a0f22aa9c", + "id": "6e889ccf-1b12-4d54-8471-b6b268f7615f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31785,7 +31785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d45f43-9ab2-4207-a051-7503f66182c6", + "id": "d2ac4328-99fa-42cd-8c19-1ccef18d0c09", "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": "163f75ef-a9ad-496f-9f0c-15970bf742ce", + "id": "cc097f67-652d-4e68-b4c3-dae197f0260f", "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": "a73f560b-cf65-4bdc-a6c5-a84bfb983449", + "id": "931bbd81-7778-42ab-9c05-f893e948ed6b", "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": "3d64ea29-40c9-4293-8fd6-16217c100fee", + "id": "50140b3d-1031-4e0f-a157-e15ff8eca00f", "name": "Too Many Requests - Returned in response to too many requests in 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": "0f8710e7-bdb7-4e32-8806-4f367e054c57", + "id": "5c6399f7-dfca-4836-98c6-c9bf5999726f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32011,7 +32011,7 @@ } }, { - "id": "53ccc15d-dc43-4847-8e71-c10e60c115e5", + "id": "8fb740b0-46a9-4177-886d-45fffe009bb8", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -32053,7 +32053,7 @@ }, "response": [ { - "id": "43a4313e-a6fa-4e67-8163-c3d6fa3fe792", + "id": "2917c8e7-413f-485a-96d2-b575d7effcad", "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": "12abab14-62a5-47ed-9e5a-18a8ca148f04", + "id": "2656d60f-3a4c-4e52-bec5-c13889b7c8dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32143,7 +32143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2687267a-b145-477d-abaa-e519bad52a9f", + "id": "3a39075b-3db5-429f-b8c3-9f28e70fe5b1", "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": "4467c88e-33dd-4699-ac94-f014a0e32b6c", + "id": "33c4989c-c044-4564-b17c-459c0f2d302c", "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": "2f3180d7-f305-40e0-be9b-00d2b09572bf", + "id": "8bf89a4c-1ee3-4d55-ac2b-722cae946b95", "name": "Too Many Requests - Returned in response to too many requests in 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": "738a9ac9-6a25-4516-aa9f-69fa49097346", + "id": "05b3b84e-a66e-4e89-b3d4-1c1d8ef4c7ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32329,7 +32329,7 @@ } }, { - "id": "59dd96cc-aad2-41f1-ac6c-e80eb63dedae", + "id": "6fec00d9-790c-4b4b-b1ad-fdc6b99a6cfc", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -32371,7 +32371,7 @@ }, "response": [ { - "id": "9a7f91dd-fd0c-4e76-b3cb-371bb081ce0a", + "id": "6c38a0f2-ca8d-48b7-a932-c093a17823f9", "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": "f1b3029d-8132-4cb9-993f-8ea88da47e56", + "id": "67dde4f6-9394-4e36-a6e6-279cf23d49bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32461,7 +32461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19f19ce-37dc-4e67-84d3-4da1e6df5a6c", + "id": "4f988853-430d-4d83-a2f1-807d78047b1d", "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": "3cab9c81-1f9e-44a4-bb13-680ea0417dd4", + "id": "89075510-fd3d-455a-a6df-f84f221fe0f3", "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": "aa4ccd8a-dabb-489f-b1a8-9e97a7b6087f", + "id": "0718ed54-2ab9-491d-a4b2-a7e9b31c07ab", "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": "ba8bd336-c522-4e90-9a3a-de814e018f5d", + "id": "e2a3c600-6ef6-46bf-98b2-dd9c2a34e4df", "name": "Too Many Requests - Returned in response to too many requests in 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": "bdae80a7-f3a7-4c2f-90a5-1ec3c32b7247", + "id": "729aa02f-1e9c-45ab-a867-ef3e36152e4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32692,7 +32692,7 @@ } }, { - "id": "ac6c4eea-d8b4-42b5-9ac3-6fc691ae9ef2", + "id": "ff91b813-92ba-4552-8633-b9d3c6549ff8", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -32747,7 +32747,7 @@ }, "response": [ { - "id": "58f9896a-e60f-43df-86d6-421f298f0933", + "id": "512d2f8a-a556-49a7-9d7d-96d367ce6575", "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": "2dbfc1d6-b340-4cc7-a3f7-eb266bd1ffe6", + "id": "72e504e9-aeee-4c7c-ab69-1cfd9ed30207", "name": "Monthly", "originalRequest": { "url": { @@ -32853,7 +32853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c170d5d-4be7-4be6-8ab6-7fa46f61c61d", + "id": "3c08a46d-e566-426c-8f1d-522e2b3b96f7", "name": "Once a year", "originalRequest": { "url": { @@ -32911,7 +32911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4cf41e4-2347-4ee1-8f89-75ff8ef528ee", + "id": "ffacb28f-f8af-4a86-97a9-59d5c64bda0f", "name": "Quarterly", "originalRequest": { "url": { @@ -32969,7 +32969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6825f087-30e6-4780-a7c1-f3bc3558126c", + "id": "75b87def-9b2d-4602-ad10-e66e5e00218d", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33027,7 +33027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a52dd63-7ad5-47f2-9caa-443feed7c803", + "id": "52447fd5-9a6c-4564-b8c9-df9358d69703", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33085,7 +33085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6cea09-f1d5-4373-9f5e-84e7ee471a34", + "id": "0f3796e8-3327-4632-953a-7fd1b107e8a5", "name": "Once a year", "originalRequest": { "url": { @@ -33143,7 +33143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bac5c6f-7b1f-4eb5-8516-ebcfe6a66947", + "id": "4674ad52-9e28-4be3-a427-fb0326e70a0f", "name": "Quarterly", "originalRequest": { "url": { @@ -33201,7 +33201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9d3ac0-d187-4c44-bfd8-ba0dad2d371c", + "id": "08f6e800-e0c7-4757-9d9a-4056afb4b0e8", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33259,7 +33259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "241f447c-46b9-4865-99c1-8a5fa77c5c54", + "id": "32bbf271-8aff-4b08-bd56-6a731e9f171e", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33317,7 +33317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63846a83-0557-44c6-9d21-6df504393227", + "id": "f7c5ea40-276b-4cfb-af8c-2a69970070ad", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33375,7 +33375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31cd5cb-2e23-4b3f-a5f6-45d60525be8a", + "id": "f9a3d14e-77a3-4dae-8876-a8ce985c9c78", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33433,7 +33433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c03d668-9075-4aad-b540-d88f3d54877e", + "id": "2a79582b-d20b-42c9-94b9-c28d9fffb587", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33491,7 +33491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630b2468-8e4e-497e-9764-a8f1a61f90d8", + "id": "56274b16-d32c-40b5-9cf3-fd6fff1541c0", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -33549,7 +33549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ba6e2f-6e1d-4146-8edf-d3ae041fbe82", + "id": "809b6886-92dc-475d-96a0-e4f15749ffca", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33607,7 +33607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c06356ab-83b4-4e30-b8f0-59a586887c5c", + "id": "222735fd-6dea-4190-b221-c28c4a2904d7", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33665,7 +33665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ebf47a8-003e-4b25-995d-5752c881e276", + "id": "e85098c4-2b18-47d4-9425-abb26bac915b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -33729,7 +33729,7 @@ } }, { - "id": "8fc63da6-5229-4019-8faa-10a80efd284a", + "id": "6b000abc-3cad-402a-bc6f-a70f036ac5db", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -33771,7 +33771,7 @@ }, "response": [ { - "id": "66b21aef-d200-4a3d-9c79-3818881c9c9e", + "id": "052f3d3b-c42a-43a7-8a72-37d35743c983", "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": "22488fad-0fa2-4aa5-9411-248854e36855", + "id": "95918640-bab4-44bb-9656-1a889a651c3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33851,7 +33851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6838698d-4418-47ab-a353-e0ec2572e356", + "id": "6ce29e2b-94a0-40e9-89ee-f552d350d95c", "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": "c1ce206d-1e54-4851-b960-b0c74afb7cb2", + "id": "251a1ce6-fb0d-4647-a8dd-a299a3dd86bd", "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": "c870ca18-a505-4e2f-ac1e-de773cfd8d07", + "id": "e71ab513-8eb5-4bdd-a9be-65cb6c8579f7", "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": "d4e1ec16-0bde-4936-b965-4c0f0e8bee92", + "id": "1e686387-b579-4e05-af80-3d3b0ab7e4b4", "name": "Too Many Requests - Returned in response to too many requests in 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": "5bb2471e-aace-40e9-a328-d55724170210", + "id": "08e464b3-861f-4074-b292-ee59ae29a3f1", "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": "d08b6cb0-80de-4b2b-bef2-10475a9039be", + "id": "7e41a147-80a2-405c-b6a0-8383ed13bb82", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -34163,7 +34163,7 @@ }, "response": [ { - "id": "07fa3fac-59de-4940-9f91-bf9fb62f697a", + "id": "9083e3cf-d11e-42de-9c23-9dda0872a86f", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -34252,7 +34252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3f831d-8a3a-4281-b172-6237ab916f1b", + "id": "cf77dddb-fe7b-4907-be37-17b4bbc44bcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34341,7 +34341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1e2767c-53d0-4373-8ab2-ced10190f90b", + "id": "1c2fc94b-7614-4b2e-a7ab-73361f04248a", "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": "59bc8ba4-f103-4fea-a391-35145811ace0", + "id": "8ac3a885-7789-45d8-bdbd-b60eec5a6aad", "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": "51e4f236-133c-4859-98d1-9e7c838e5c3a", + "id": "aa9e2170-8034-4dbf-a440-af1e999f67ec", "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": "ebca7ca8-364d-478c-ac05-9faf87dfa428", + "id": "00687259-67f1-4e6d-9422-d0791ba530c2", "name": "Too Many Requests - Returned in response to too many requests in 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": "5144ca5c-4ea6-438c-9f3e-23d3041b563f", + "id": "d7b3a733-366c-423a-878a-252875b50299", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34798,7 +34798,7 @@ "description": "", "item": [ { - "id": "3eddee37-8a2b-4683-b2a3-bd24c3a58da8", + "id": "d2c5dba6-3157-4e7c-ba81-65fe5d594c98", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -34827,7 +34827,7 @@ }, "response": [ { - "id": "739ad60c-ff26-40c8-a44f-dcaad875ce15", + "id": "95018003-b834-4bf0-9059-9e7f44e84a4c", "name": "A list of connector rules", "originalRequest": { "url": { @@ -34870,7 +34870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8a0356-8957-42a5-9d4f-f63788c92454", + "id": "42f26b23-a528-4bf6-b017-f7055f822c3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34913,7 +34913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe3638e-aff9-4ab5-a7da-60599f4585f7", + "id": "434d5ea8-881c-454a-8d08-bfc746b1b4e5", "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": "9b0e90a3-aee6-4700-83c0-a0f207e0addb", + "id": "275ac5fa-6822-44df-b4b7-5f9b04880239", "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": "7d292d89-0fa2-49ff-815c-9a5258c1fcff", + "id": "c05eb060-355b-4eaf-8293-70c583e1db58", "name": "Too Many Requests - Returned in response to too many requests in 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": "62618193-77ef-4dcb-a7c9-d6dc4e88009a", + "id": "f223f2f4-fb97-4e86-a430-45e3567dc490", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35091,7 +35091,7 @@ } }, { - "id": "4a4a43cb-6932-4457-a634-6ff7a0359c16", + "id": "3e659c8f-31dd-4f07-99f2-668234c66e98", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -35133,7 +35133,7 @@ }, "response": [ { - "id": "e4a56736-1e50-4140-b714-e9bf65f12615", + "id": "fb58ae32-de44-4086-b61d-ed54c7d41de0", "name": "The created connector rule", "originalRequest": { "url": { @@ -35189,7 +35189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5f1832-694d-48b7-9be8-129ae18b238c", + "id": "c53ad913-db84-4727-b06c-24862664246e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35245,7 +35245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ffdb5c-55e9-4026-a849-ae04fcf714ea", + "id": "ae06138c-5a2f-4cd6-9ab6-5c09dba8860a", "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": "ef3cbb0b-1e64-4406-bdaf-bda30746825a", + "id": "e78c68c7-07af-498b-b249-edc9447bb208", "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": "072068fa-8465-47af-8764-53bbf1651723", + "id": "ae852e23-1b75-4c57-8a42-f0de4ae343d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "1dc2ef6e-ec6d-459d-b5ae-6a0e1570129b", + "id": "6a3b4b42-6cbb-4032-98d5-063946416ac5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35475,7 +35475,7 @@ } }, { - "id": "8f140aa7-86c4-47ae-a53c-824827581c3e", + "id": "68c75040-753d-46ed-a2be-d99e34842966", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -35516,7 +35516,7 @@ }, "response": [ { - "id": "54158b2b-f48b-49d7-9486-84e24ee08f41", + "id": "c7fedae6-4f77-4ef6-b387-60403c59daae", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30fa3c14-82d6-48d6-a3d1-d75868749a07", + "id": "9a9fe771-b4ab-4b6c-971d-4bbe80c4566d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35604,7 +35604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1bf8e04-7de6-490e-b169-195ac4b883c6", + "id": "d6ee172c-75e6-456e-bb8b-4ebe6aadccff", "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": "7a01e936-9f2f-4645-81bc-eceefa9e17b7", + "id": "69409a57-3502-4c1c-81cc-bcc2e4523b51", "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": "db5cfa3e-ee26-480c-a2b1-143295eeda43", + "id": "ca0da4fe-90b0-4c08-87df-3300419f4f2a", "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": "0c836862-fd8e-4395-98c4-719376985528", + "id": "3497125a-463d-48c8-8b0d-58944c4aed58", "name": "Too Many Requests - Returned in response to too many requests in 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": "aaebd091-a018-4e0b-979e-d2f0f658a712", + "id": "c1130ae6-5991-4112-8999-0afecb7d5171", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35830,7 +35830,7 @@ } }, { - "id": "f0fa4352-228f-4ead-b5b1-af0655c0d958", + "id": "650d8405-dab0-4a07-b03c-7a3e3ff5ff61", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -35884,7 +35884,7 @@ }, "response": [ { - "id": "9ae5bd44-ba60-46b3-901f-26a25e7a043d", + "id": "7a10152a-8960-4ed3-97d8-964405f49ef9", "name": "The updated connector rule", "originalRequest": { "url": { @@ -35941,7 +35941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78fb9306-4f8c-4bd2-9bb5-e2808c7b3af4", + "id": "35e3f5a5-b678-40d6-aa1e-d93f4a3f2914", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35998,7 +35998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dda4c61-277a-42e6-9840-432bd67898cb", + "id": "a7683ebc-5254-418b-9522-41bbf85a2434", "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": "2ec75dd0-7a73-4aad-9437-ccd8356942a4", + "id": "4c7a59af-f1d8-403d-853b-8afd76d5f8fa", "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": "a0263749-0e26-407a-aea0-e92caab83555", + "id": "8e31c6b3-32d5-4183-9c2b-acbf90fab3dc", "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": "30f8546f-1e0e-4aac-a9c6-79a1e56687f0", + "id": "c067af48-e84d-4b26-acd5-003f520a237b", "name": "Too Many Requests - Returned in response to too many requests in 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": "996e1e9c-8f69-48a3-aff0-6871290b767c", + "id": "b1d469e1-8145-41f3-8247-fef3fb1efc34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36289,7 +36289,7 @@ } }, { - "id": "9e14445d-2e2f-4ce1-8ddf-757ad2b2016d", + "id": "2d28dcdc-f1a5-4ed0-a82f-9143d21f6f8b", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -36330,7 +36330,7 @@ }, "response": [ { - "id": "f1ac7535-07c0-40fe-a056-5b751c497772", + "id": "1e7262b3-55e5-477d-9407-0315ae726f9c", "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": "834b1fa8-fae2-4224-b732-3f4993f81d01", + "id": "d360cf42-5983-488f-ba4e-f14fd21c71db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36408,7 +36408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace79788-7300-4a47-a106-d9f566ed98aa", + "id": "d9c87455-daa8-4098-8415-1fa48ca4e202", "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": "806939f9-0244-4aa9-b522-4e9ff715090e", + "id": "11ba461c-ff32-43f8-ae5a-9c0a86b78b5f", "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": "d833bc86-b1a2-46a3-90d3-31cd5cdbf748", + "id": "a2d43ff6-5891-41a2-b7ff-ec6d6a49780d", "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": "e4272028-559e-4378-9bce-0fc42b8b277c", + "id": "61a059cf-a94a-4eb3-8ae8-3a1ab359eacb", "name": "Too Many Requests - Returned in response to too many requests in 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": "241b1e08-d516-4a83-9831-126caaf7b999", + "id": "7dd3f358-443f-4f1d-aa41-a93b592c3a4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36634,7 +36634,7 @@ } }, { - "id": "7cfb2d57-c906-413e-ad76-0fd3008b521d", + "id": "6b478cc1-3018-436e-8091-12571f53ee6d", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -36677,7 +36677,7 @@ }, "response": [ { - "id": "33c74fc1-527d-4bb2-9097-cef5022b560d", + "id": "d608639a-6584-42d5-af2f-f445a5e0fcbe", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -36734,7 +36734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81486e9d-7d9f-4d7a-be85-1d9e095c6169", + "id": "53fe20cf-43da-4af5-b418-7f9c072edd11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36791,7 +36791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf571267-2e12-4d34-9bf1-80b0412a91f2", + "id": "c4506aa9-4441-4f52-8175-6c3cd73b4061", "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": "4cc286ec-56a9-49ff-bbc4-0b3d281a0245", + "id": "2194b274-4273-4452-8488-a5aef97e8802", "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": "2a0ecb68-72eb-43ce-8820-06ae6152c22d", + "id": "bae05915-f4c4-44f5-8e51-6060ebd1ef95", "name": "Too Many Requests - Returned in response to too many requests in 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": "d1df3363-e670-4014-b013-55c3bd6de7f7", + "id": "38e2ddfa-c43b-4bf7-a14d-9ea009bbbe04", "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": "6d13cb92-1148-4b66-8dbb-3002440d0dd0", + "id": "a339826a-64a5-423b-8121-f6d93791251c", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -37097,7 +37097,7 @@ }, "response": [ { - "id": "5c56ac58-1ca5-4559-9a50-a142e0f8f714", + "id": "0ca9d677-34fa-4610-9de7-d6b350a45d8c", "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\": \"nulla ut offi\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu laborum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem tempor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ullamco aliqua\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n {\n \"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\": \"est nulla quis eu adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis veniam ut\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit tempor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident irure culpa 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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3a89ce57-0d7a-4850-b9dc-50d3fde1fedb", + "id": "d1c29e44-1091-4ea8-84ee-6400d84f1b68", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37252,12 +37252,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36825b3b-6b1a-4607-a286-cf5471ed8d23", + "id": "c493255d-1573-46cd-b888-6792ed45b107", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37332,12 +37332,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "65a8c1f2-cadf-4b71-9e85-8155e2baf7c8", + "id": "b7588f7a-0df8-47aa-a48b-42237ce0db73", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37412,12 +37412,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "04c39387-37e6-4c6c-9d01-b9facecae0af", + "id": "315917b5-b7e0-4ee3-913a-42f06995841b", "name": "Too many requests", "originalRequest": { "url": { @@ -37497,7 +37497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9203ee8f-d703-438a-a4f7-597ff4e3164a", + "id": "08535ea2-6d9e-41f9-9231-c96616692185", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37572,7 +37572,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37583,7 +37583,7 @@ } }, { - "id": "d7e67364-709d-4518-a77b-63dc79012125", + "id": "aebd0460-bfcd-4a4e-a2c9-324aed7b5e6f", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -37622,7 +37622,7 @@ }, "response": [ { - "id": "3498d989-df03-44a6-9f4e-64d909fdfebb", + "id": "b5611423-334f-431c-957a-a822f44dd43b", "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\": \"Duis irure ea incididunt culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim consectetur\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f9ec393-e02a-4345-89b5-bd55cd24bc62", + "id": "e6e82f4c-c58a-4586-8ef6-635a3a671f84", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37729,12 +37729,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54d570a2-01d5-4bb0-b4ee-2d7b61432895", + "id": "9c27dce8-c986-40e0-8eec-63b98b6925d9", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37785,12 +37785,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b13ab82-5dac-4de8-a01c-fd3bcbbd6cfc", + "id": "a703a9d9-6a3e-43ac-988f-8010475378d1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37841,12 +37841,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a0dff72-538b-4289-9774-22bc5a5e0afe", + "id": "f17eee65-703a-4213-8f90-0126d9a1d220", "name": "Too many requests", "originalRequest": { "url": { @@ -37902,7 +37902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9615e4d9-06b5-4bea-9ef4-a8ae934b1045", + "id": "c337394b-b748-4215-b156-e856a587bd4d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37953,7 +37953,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37964,7 +37964,7 @@ } }, { - "id": "41968dfd-e227-4671-92ad-1608b8acbe3c", + "id": "e803654d-ad00-45f5-907d-45efabba3730", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -38005,7 +38005,7 @@ }, "response": [ { - "id": "75cb3e05-ee60-483e-9bb0-31c091518aaf", + "id": "a5490e96-bd24-452b-bd2a-dab0d8483ba7", "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\": \"Duis irure ea incididunt culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim consectetur\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ac9b396f-8912-48fa-9a98-c5752316cb93", + "id": "dbcf2640-808a-43b1-849e-3567a2c26b16", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38088,12 +38088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9e347dc0-5c5e-4b85-ad70-0d20d060a18e", + "id": "0ebbaa96-9522-470f-97af-8eb52096b8b4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38132,12 +38132,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51daffd2-1a9f-4ede-babb-7e44ddb539c3", + "id": "435df45d-2a4c-43a1-98c3-b9470fec1717", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38176,12 +38176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "481c6fc3-8fe0-4e7f-be6e-cee43d0d5723", + "id": "6529c6c9-734a-4c28-b36a-417395ace5e4", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38220,12 +38220,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "090240cd-0a46-4ae7-bb75-a04c4c0e1b7c", + "id": "10633380-03b4-4a6c-a147-da16b6e91315", "name": "Too many requests", "originalRequest": { "url": { @@ -38269,7 +38269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e662f2a-c551-49d3-9f4f-2ed91a341b31", + "id": "b1b2b5b4-a0b7-4388-aef4-f3a3e81b4e70", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38308,7 +38308,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38319,7 +38319,7 @@ } }, { - "id": "4da87ed2-3812-4130-b21c-42c7a81591e9", + "id": "02230920-2de8-4b86-9ecd-cc753bf1fd7a", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -38360,7 +38360,7 @@ }, "response": [ { - "id": "a2a045c1-5987-4109-b9d2-0c2770783b5c", + "id": "f4f65aee-6fae-48e2-b4cb-c1cff5c5bb01", "name": "Returns an empty body", "originalRequest": { "url": { @@ -38404,7 +38404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d300d45f-494b-4ec4-a1fb-8ec51cec9d1b", + "id": "2e0a5840-9043-4de5-939a-857a8d69c983", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38443,12 +38443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cdda00cb-2e1a-4172-9881-d8cd9f8b3350", + "id": "e9e013d2-0b93-47ea-b290-bb6d7719ccfe", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38487,12 +38487,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0200bb02-b0b8-4201-a401-7b779c0da359", + "id": "51c36e72-acdd-42fb-af17-b02ef03c9eda", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38531,12 +38531,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ce0918d-901e-409d-a10e-dee0a98ae7c2", + "id": "a21cd226-3ad7-424e-b808-9b04c7339c36", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38575,12 +38575,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8666f67f-a40c-4f5a-ae71-eabc74024089", + "id": "f86b361d-8e75-4a37-b7a3-5781114d7787", "name": "Too many requests", "originalRequest": { "url": { @@ -38624,7 +38624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1acd983-e0ca-4155-a6f5-ff27decb355b", + "id": "ee91e45b-908d-415d-8e27-44cabfc035fe", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38663,7 +38663,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38674,7 +38674,7 @@ } }, { - "id": "11b7a68f-f524-4b66-9636-f502bcc1a2e6", + "id": "7b977e0c-a726-4c54-9385-97a795fa2ee7", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -38728,7 +38728,7 @@ }, "response": [ { - "id": "2b397215-4c84-4c34-b997-89dd9bdfc8e6", + "id": "920fb3fa-8b17-4cd1-94ff-a06be83c2df3", "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\": \"Duis irure ea incididunt culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim consectetur\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "303fb9e5-f754-479d-b28c-31a4cc486545", + "id": "b22001dd-b094-4f2d-886c-4355b8669af0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38837,12 +38837,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "483d9683-a267-4a83-bfea-afe2d77bc227", + "id": "3d3185d4-74ce-4f47-ac05-55162a2b6062", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38894,12 +38894,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2dbe47b5-9294-4e96-9f4b-6296f6e11563", + "id": "8f741979-c420-4e60-9640-86fcf3e63ec7", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38951,12 +38951,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0276079c-a4d0-43d3-8405-81d8927b13bd", + "id": "34c11c91-68c6-4c0d-97a9-135922677543", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39008,12 +39008,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d1000d3-0b94-451e-90a9-5fb6d9a7fb9f", + "id": "a0073e63-1b7b-410c-a41c-a64c626434f4", "name": "Too many requests", "originalRequest": { "url": { @@ -39070,7 +39070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d21d44f-5ba3-4383-87a3-42291b179bde", + "id": "a9ebcb63-bbe2-45e8-be40-8ede07983817", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39122,7 +39122,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39133,7 +39133,7 @@ } }, { - "id": "e2966302-8761-4693-8ee2-092b919aac92", + "id": "aa5b928f-66c3-4282-9c50-18dc61e7518a", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -39213,7 +39213,7 @@ }, "response": [ { - "id": "00a20bde-5272-40ea-904e-970c902e0e0c", + "id": "f174c753-f031-4511-a3c0-af75dae860ba", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -39299,7 +39299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae9aec3-1627-474d-b0bb-4a04075ddbad", + "id": "8610eba6-e430-4f9a-975d-ae2726c0d9e9", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39380,12 +39380,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f4eb932-066b-4f90-978b-7dd77313277a", + "id": "dda56b45-0554-43c7-8eae-0814439b6afd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39466,12 +39466,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a877a925-72a7-4a33-ae7c-baad772699c1", + "id": "403567b2-4ad2-461f-b094-d88e8e3d9209", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39552,12 +39552,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5eff8b16-f322-4b32-bab4-798e99cb5c5b", + "id": "ee222e98-a808-42e1-8010-4827235eba5e", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39638,12 +39638,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6a59b7db-1ec3-4e75-b3d8-880ce1d23eee", + "id": "8ceff964-81b1-49b0-b082-ffd520c07e9e", "name": "Too many requests", "originalRequest": { "url": { @@ -39729,7 +39729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6875b5-b460-4e1b-9b43-39a0b381c515", + "id": "4457d15a-72d0-44f1-914f-b586ef000330", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39810,7 +39810,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39821,7 +39821,7 @@ } }, { - "id": "5e63de27-c8b8-4cbf-886a-d6b7de8beea7", + "id": "e3c93a67-4ae6-47b0-9b75-c93ac9bdbbb8", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -39888,7 +39888,7 @@ }, "response": [ { - "id": "a4cab336-e23f-40e2-8f6a-5755e35676ce", + "id": "6e877905-ec49-4521-a5ff-c82d2d058047", "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\": \"in amet in ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam nostrud exercitation commodo 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\": \"tempor consequat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt et Ut reprehenderit\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"ut et mollit\",\n \"version\": -13609849\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\": \"Duis sint esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nisi\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing ad reprehenderit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing minim in\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"nulla nisi id exercitation sit\",\n \"version\": -53238510\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\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ea37daf9-9380-4f41-802f-9ee14f82e9d0", + "id": "7a2c2cb7-9bd1-4eeb-bb3a-bdb0c48a3c3d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40045,12 +40045,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e3b70e37-a769-4a90-a3da-ff8ff7adbc8e", + "id": "446b64ea-2290-46b9-9b43-6be12989d3e4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40126,12 +40126,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c56d53c6-3313-47ad-aecf-1010e44b6442", + "id": "53b93eb8-61b7-4c90-b84d-353347875453", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40207,12 +40207,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "90db26e9-aeb5-4f5b-bfb1-daa91590b396", + "id": "63f3c24b-7240-4505-9195-6a1c17168828", "name": "Too many requests", "originalRequest": { "url": { @@ -40293,7 +40293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e073ec-55f4-4718-9947-08646318f93b", + "id": "045d1d46-54d3-4b66-ae35-8f1885101224", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40369,7 +40369,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40380,7 +40380,7 @@ } }, { - "id": "f2a813c2-b551-4e61-9dd3-ee5588a48e7c", + "id": "ec0313c4-783c-4389-ad10-17c244e408df", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -40420,7 +40420,7 @@ }, "response": [ { - "id": "37f6ea5f-916c-4e9d-944b-990a40c2c335", + "id": "21947ad8-cd3b-43f5-b0b9-06ace14fe209", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -40477,7 +40477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb76c0ed-2244-4ee8-b2b6-c37f2030a1e2", + "id": "9ebb4bfb-b569-433e-81e9-85bbd7817531", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40529,12 +40529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51fd468c-8c55-489a-9d37-47e3ac3261ff", + "id": "53a2b199-cb66-40e9-96a6-af4167fc8aad", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40586,12 +40586,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "45828a0e-6cf3-4da1-bbb8-12ac81b32d25", + "id": "a09dc894-5d2a-4832-bc5c-7fdb71289543", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40643,12 +40643,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eb2714fd-9826-4058-b684-cd9e4a98c681", + "id": "4397a227-15b8-4d83-92f8-ff37d7388f53", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40700,12 +40700,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b0ea1091-02aa-426a-b6cf-35bd120b6d01", + "id": "608f37e4-d4ef-4f8e-97f8-5f6cc901b88a", "name": "Too many requests", "originalRequest": { "url": { @@ -40762,7 +40762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d00e8a-7cda-45ac-a1c9-1763e7de9fb7", + "id": "c2088173-e5ef-4ab2-81d4-a5b2dd7b7e50", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40814,7 +40814,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40825,7 +40825,7 @@ } }, { - "id": "48fd9b30-216a-42fb-b6ff-68f6b84bff0f", + "id": "fe5659b6-58b7-49cb-b576-e5444e51d15b", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -40865,7 +40865,7 @@ }, "response": [ { - "id": "34778c0d-7c3c-4e49-8351-80580601fca0", + "id": "fa87b919-1805-43d3-8b7d-2cecf6f88bd2", "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 \"labore2\": {},\n \"laboris_872\": {},\n \"eu_22\": {}\n },\n \"key\": \"aliqua elit tempor\",\n \"text\": \"Duis mollit eu\"\n },\n {\n \"detail\": {\n \"ipsum198\": {}\n },\n \"key\": \"laboris\",\n \"text\": \"dolore dolore eiusmod\"\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\": \"Ut adipisicing ut magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ea sit enim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"laborum ut do nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"dolore Duis in\",\n \"version\": 47699415\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\": \"fugiat ullamco sint\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim incididunt deserunt nulla\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut ex ullamco ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse consectetur elit irure\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"commodo esse\",\n \"version\": 46719698\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"minimf\": {},\n \"ut_929\": {},\n \"dofe\": {}\n },\n \"key\": \"laboris\",\n \"text\": \"dolore Du\"\n },\n {\n \"detail\": {\n \"exercitation40\": {},\n \"elitc8c\": {}\n },\n \"key\": \"fugi\",\n \"text\": \"fugiat nostrud anim veniam\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"ex1\": {},\n \"proident9\": {}\n },\n \"key\": \"irure ad esse\",\n \"text\": \"aute irure veniam ullamco\"\n },\n {\n \"detail\": {\n \"ipsum7\": {},\n \"nostrud3\": {},\n \"amet_a_4\": {}\n },\n \"key\": \"veniam dolor ullamco qui\",\n \"text\": \"quis exercitation elit\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15763316-d898-44ef-915d-fabdcb4a1e3b", + "id": "7af7a022-3b39-4637-9ba1-136d8fc57419", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40974,12 +40974,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aa30e72e-8cf1-480c-9a01-0e937842ae8a", + "id": "add2662e-5d04-481c-90e3-1125bb9a80c2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41031,12 +41031,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5b865f95-1f9d-4b23-9bf0-78c5fe6fb793", + "id": "11070c1a-454f-4296-b7ee-a6cef3e80923", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41088,12 +41088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "286de263-4a8c-43e4-b5c6-51e3ec134515", + "id": "cd1adbe5-e935-4480-9c03-9763c159081a", "name": "Too many requests", "originalRequest": { "url": { @@ -41150,7 +41150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3e7676-0384-4af7-aec4-522b6d6e5d65", + "id": "1a172776-bba8-4596-94cb-b619d026942d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41202,7 +41202,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41213,7 +41213,7 @@ } }, { - "id": "ec4394ae-0da7-4eff-8a5d-f0807f91b726", + "id": "802bcd3e-f167-4832-8145-2993bb5a319e", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -41264,7 +41264,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41273,7 +41273,7 @@ }, "response": [ { - "id": "3c287c11-aff1-4cd6-bb44-70d4d9aa508b", + "id": "0cadae43-077e-4923-9048-0d838c2369eb", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -41316,7 +41316,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41336,7 +41336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c0bfa2-9822-430d-8a3c-3adb6d4a6358", + "id": "ed6bcafa-c425-42fe-b440-f473c7f70a3a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41379,7 +41379,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41394,12 +41394,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4852b9e5-fd8b-4afd-a92d-5e74fd6fcdd8", + "id": "d2ced70f-3aaf-4f14-95a4-8ccd0515f2fb", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41442,7 +41442,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41457,12 +41457,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1c778ad3-5cc8-45fd-8c40-b1fac709b0c3", + "id": "325029e1-c4a9-4bc6-ae5c-81b7de9b5d44", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41505,7 +41505,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41520,12 +41520,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81da1ad3-545f-4bfb-835e-de89f6d7b13e", + "id": "08bf6f86-35da-4d54-b2ea-f27856a6f3b9", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41568,7 +41568,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41583,12 +41583,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9f98d4b5-a575-4441-9c20-2152edfb2ea5", + "id": "b12c682d-805a-4a41-9204-769a8c2e40a7", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -41631,7 +41631,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41646,12 +41646,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "97cf9a29-f19e-49d9-9a18-9d76f2822576", + "id": "4538da99-9d6f-4b44-a06f-3efc73aaa2d9", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -41694,7 +41694,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41709,12 +41709,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "56bf0fe7-9fb5-4c56-bce9-cf02c1456949", + "id": "857a611a-df56-4796-9352-3db28240d8fc", "name": "Too many requests", "originalRequest": { "url": { @@ -41757,7 +41757,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41777,7 +41777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c2920f-7a40-4d91-9b25-e8abb3818ab1", + "id": "47f35726-12b8-4282-aa4f-aad25a528c36", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41820,7 +41820,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41835,12 +41835,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10888e0c-edca-4875-bca7-af9ade7360f9", + "id": "6867f494-7d82-484a-8d5f-faabb0b44743", "name": "An external service is not available", "originalRequest": { "url": { @@ -41883,7 +41883,7 @@ "type": "text/plain" }, "key": "file", - "value": "nostrud ut qui", + "value": "ut laborum", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41898,7 +41898,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41909,7 +41909,7 @@ } }, { - "id": "7a3804b4-d180-4677-babd-c399b15bc3f9", + "id": "614dff94-d707-4aac-8122-ca5934264b35", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -41959,7 +41959,7 @@ }, "response": [ { - "id": "12e472e3-dbb3-4e91-ae18-554dd5dc97b6", + "id": "57120eb0-7b31-4e5c-8e6b-b9051c773869", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f666ba51-d825-47d9-9c58-883170169213", + "id": "43838fc9-9197-4232-9ff9-1e7027003a31", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42046,12 +42046,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2f549660-a923-431e-90c6-e97fbbef8a9d", + "id": "fce6ddbd-43b0-423f-be67-5881a750a1ef", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42092,12 +42092,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cbfbb16b-d61b-4c30-ac1e-9b8d8639c6b8", + "id": "58c72f04-2785-488c-97b8-6ef041909d54", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42138,12 +42138,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e9121d8-925d-49e9-9162-723792de206a", + "id": "edbf5ce5-9d14-4f08-a028-2c1f345f14a6", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42184,12 +42184,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5b44880f-0be6-405f-85c3-f81200b851cf", + "id": "da34e150-4167-4247-be83-28bf725802f1", "name": "Too many requests", "originalRequest": { "url": { @@ -42235,7 +42235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77eb1284-6ee3-4398-a242-dd92eb5da66b", + "id": "89f7b3b8-b1da-4484-bca4-91c76608b7d8", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42276,12 +42276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "47197f82-c362-4a70-8f34-2de9d135c096", + "id": "148108c3-e272-4ce7-92cc-b339bc8f566a", "name": "An external service is not available", "originalRequest": { "url": { @@ -42322,7 +42322,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42333,7 +42333,7 @@ } }, { - "id": "9336c472-c895-4a62-b1d7-5054efeac03c", + "id": "0caec5d2-6f77-475a-9e07-327f9bf4cfa2", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -42362,7 +42362,7 @@ }, "response": [ { - "id": "e20919a8-47ce-43d5-838e-e229021dbe2c", + "id": "89760130-7455-4131-9c6c-5ef1c8619467", "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\": \"in cupidatat pariatur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lorem dolore do ut sint\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet sunt do sit Excepteur\"\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\": \"fugiat consectetur sunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in dolore ea 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 proident anim amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore nostrud officia elit\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ebaf4f86-38d3-4778-8585-321eba8124be", + "id": "cc1d06e6-f19c-4873-aed4-8702565f3950", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42443,12 +42443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d6e8b76-927d-4616-acfa-1eef73d16a01", + "id": "86e2d049-a20d-4864-be29-c706389735e4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42486,12 +42486,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85a4b7a8-0309-432a-9554-5a49cf9004a0", + "id": "ab34e2c1-dbfe-4d04-aae8-221664971b4f", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42529,12 +42529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5442b488-2bcb-4cb0-9912-5b6750bff34d", + "id": "d8f2633f-4520-497a-8e56-b93a7d2e335a", "name": "Too many requests", "originalRequest": { "url": { @@ -42577,7 +42577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73551d04-749d-4edc-bc2b-fa4a06b8335a", + "id": "f4725b26-552d-403f-815c-578e817f1aa2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42615,7 +42615,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42626,7 +42626,7 @@ } }, { - "id": "b9054c5a-9547-4e63-b7c4-85860ef5634e", + "id": "2a50d541-21da-4aa4-895e-bf441eff1003", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -42665,7 +42665,7 @@ }, "response": [ { - "id": "ddf06059-479d-411c-9061-5a050f63bb77", + "id": "6e2f8181-7b94-425d-bb0d-be188a3114ac", "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\": \"in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing eiusmod ullamco\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lo\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "352dcbdb-f825-47dc-a3af-1abe6eb54865", + "id": "0fa61e54-341d-4a37-8906-2c3b5dc5a5ac", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42772,12 +42772,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "246a230e-301a-4147-bc58-de4a69f72824", + "id": "ea87025b-cd6e-491d-a205-047b6a1b7c5a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42828,12 +42828,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a77a790-2def-49d7-8ead-de2627e5ee53", + "id": "b5392b5e-6668-4505-a3a4-a0a035b2d903", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42884,12 +42884,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a43cd774-cad5-40d6-aaf3-4a7306118735", + "id": "fa8a1105-dc8d-4563-a1af-06290a4157f8", "name": "Too many requests", "originalRequest": { "url": { @@ -42945,7 +42945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21084a55-47eb-4e0d-8abb-f45055f1e136", + "id": "e22e8afd-a4c2-46c6-be4b-2085abc447ef", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42996,7 +42996,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43007,7 +43007,7 @@ } }, { - "id": "dc09a4fb-2938-4be4-8cde-6bcb5c7e7ad0", + "id": "12d9a402-0e62-48ec-ab9d-aff60f537758", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -43048,7 +43048,7 @@ }, "response": [ { - "id": "7fc422f3-c459-4bea-bdc3-3ad856f27896", + "id": "3da86ecc-6130-4185-8b64-2cdef210cf3d", "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\": \"in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing eiusmod ullamco\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lo\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0758c295-6060-4de3-b9d2-9677fe19e5db", + "id": "fe340601-2d60-4df0-bf27-af8ea068704a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43131,12 +43131,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ec4d2d5-2599-4843-a2f5-a6666c534542", + "id": "cca48dba-9a15-496e-810e-5ec63a16e6d9", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43175,12 +43175,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a726eb9-a875-4e24-831d-926d9fe9029f", + "id": "727af899-fdc9-4821-a519-61dae7e70e22", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43219,12 +43219,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca6c9684-123e-43fd-adaa-0f0c6dab3dcf", + "id": "0da6413b-ee26-469c-b070-cd5bc30f0abe", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43263,12 +43263,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9fa15ecb-8258-4fd2-8e00-8878b07e5bac", + "id": "b925e536-a651-4b97-97dc-ed3be3ac78e6", "name": "Too many requests", "originalRequest": { "url": { @@ -43312,7 +43312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc52452-6742-4b52-b901-e5eba45921bf", + "id": "cee007f9-2d74-4642-bd15-87936ec5adab", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43351,7 +43351,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43362,7 +43362,7 @@ } }, { - "id": "c6154388-0acd-4c3f-9581-e98a5f8bbdd8", + "id": "2c2468a1-a841-407b-82b6-f46a8f4bcd31", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -43416,7 +43416,7 @@ }, "response": [ { - "id": "90359a23-c941-4e5e-a16b-b783caa7d73a", + "id": "eb1086a0-5a2c-431d-87ee-985e46e3026e", "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\": \"in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing eiusmod ullamco\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"t\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Lo\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2d6b0c6b-cfb9-45fd-afa5-c9495d1559ab", + "id": "4987f0a8-3d56-4ae5-9299-a99716cc462a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43525,12 +43525,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d99aa0c-1aaf-4eec-b6e9-da02d3bfb8da", + "id": "2ba370fe-f2ef-4d87-ac83-753abc954a8b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43582,12 +43582,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6453155f-1209-4f58-9062-0903f9ab6974", + "id": "ad4bd4f3-e04f-475b-9163-574ffceed471", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43639,12 +43639,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b270eb74-b5d2-4ccf-861b-43aa5b088ca4", + "id": "eccd594e-37cd-4f0d-bcfc-d5cc12775606", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43696,12 +43696,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "66de6c7c-9991-4268-a192-7d09a2cc6005", + "id": "b587ecf5-114d-4c1d-b023-afd7758c4fa7", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -43753,12 +43753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a4fc80b-5083-48a9-9b67-a41075f532c2", + "id": "bae9b14e-b40f-49cb-8b4e-8842f0af48b2", "name": "Too many requests", "originalRequest": { "url": { @@ -43815,7 +43815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37b3ac8-5414-470a-aec8-421b82ed605a", + "id": "cbb54c07-e200-4e9a-b1b9-e219098f8eb4", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43867,7 +43867,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43878,7 +43878,7 @@ } }, { - "id": "e44846f8-73ec-4759-a07f-70a99fd8f30a", + "id": "38db1810-e0ba-443b-9ba4-c8e64449c5ee", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -43950,7 +43950,7 @@ }, "response": [ { - "id": "6087f689-3dbb-4a41-8cff-f78a313c452e", + "id": "3d468512-166f-430d-bf5f-5ebd98b308fb", "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": "599a56b1-433a-49ae-9c2d-aa8a24189746", + "id": "01b31ed7-ea26-42eb-98d5-f4df8a166d0f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44075,12 +44075,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28e0d946-e553-4147-872d-98607d41180b", + "id": "769bd34e-550f-4c21-984b-fcb191131c53", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44140,12 +44140,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7ecc728-6768-4b2d-9932-f9fbe1bea516", + "id": "a39b5697-8cd0-4600-b9a5-a31afd5b174a", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44205,12 +44205,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da890784-2cca-4a62-946b-ed686e42391f", + "id": "6229f905-d13c-48d7-a2fd-940b64a93993", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44270,12 +44270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dbb313cf-53d6-4865-aae1-a36d76962f2a", + "id": "b1e0cd2f-5b7f-44a8-a544-2e4df4e4128d", "name": "Too many requests", "originalRequest": { "url": { @@ -44340,7 +44340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b388c0c-5052-41af-ad01-c45e7e97fdf6", + "id": "980c057f-5abb-4dd6-82b6-57af9520f803", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44400,7 +44400,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44411,7 +44411,7 @@ } }, { - "id": "c2ec0ea0-0913-4ade-aa05-4fd2f7827aae", + "id": "2dfe359e-4a74-47db-9218-5bda4d2527b6", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -44461,7 +44461,7 @@ }, "response": [ { - "id": "a7eb60c5-69ac-42a8-b86a-ab07c7c76400", + "id": "d492d34b-5308-4a45-8826-3355ebe68a6f", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a9c70a5-6c7b-488c-9599-df06b44f180a", + "id": "f379fb61-dac9-4174-ad29-a9c71c59ac6e", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44548,12 +44548,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d3c9745b-07ee-4a87-b4d8-7b463e5eefd2", + "id": "0b0d91df-f9ad-4b7a-9663-66e4fde21211", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44594,12 +44594,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b44a23ca-e135-4484-b3ca-55bfd7357828", + "id": "c9d7b3ee-fd00-425a-8e2f-e7f2ed26ecbd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44640,12 +44640,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "750a6b0c-3d36-4714-8e24-481584de433d", + "id": "b541057d-1ea4-48dd-8cba-5e8d60ba2c3c", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44686,12 +44686,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6bf4d47b-51e6-465d-a33e-ec7c6e31ce12", + "id": "632b65d0-fcca-43ac-a466-3b29463b91ac", "name": "Too many requests", "originalRequest": { "url": { @@ -44737,7 +44737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29e6b11-1f32-48a7-b26b-dd91e225c755", + "id": "84b77942-9f24-444c-b5a7-74827037c7c0", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44778,12 +44778,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fab0917f-1387-4436-b7b0-0a4246404811", + "id": "8e7d758b-4ad0-408a-830c-8e40c6bf5bd8", "name": "An external service is not available", "originalRequest": { "url": { @@ -44824,7 +44824,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44835,7 +44835,7 @@ } }, { - "id": "30499bad-9ae2-4f3b-892d-16220fa191c6", + "id": "b6605c10-ecce-4c6b-aeee-31912daba3cf", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -44865,7 +44865,7 @@ }, "response": [ { - "id": "a14b5e1d-b104-4b40-bdff-8a2a68a609f6", + "id": "ec4a56c3-5b3a-4b01-abaf-493b7e8ad92f", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -44909,7 +44909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939cca54-8d21-4a4c-b765-5ff9ea3c15ca", + "id": "5981bff4-382d-42ec-8d4f-5944ace849d1", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44948,12 +44948,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6140f26a-6ce1-4719-b2e2-cb9c0727f632", + "id": "6c860438-9489-4bf1-8108-9d1dbd6cf003", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44992,12 +44992,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7c4972a-ce54-45bc-8adc-822493a502c0", + "id": "baf66f17-d02b-46d0-9163-d3872580e152", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -45036,12 +45036,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b22da348-03d9-4eb0-867d-d71491733994", + "id": "36a307ab-db4c-4869-8d79-05a9489874d5", "name": "Too many requests", "originalRequest": { "url": { @@ -45085,7 +45085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293d2cea-14ab-4e6d-9b2e-665b25d992a8", + "id": "ca21157d-ce51-4651-a80d-42f31a45df48", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -45124,7 +45124,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"labore incididunt\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -80464280,\n \"trackingId\": \"cillum dolor\"\n}", + "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}", "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": "4b652ce5-fe25-4560-bd90-35dcb2f2bcce", + "id": "50c73ddd-0a43-4d30-91dd-d57a64459e9d", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -45183,7 +45183,7 @@ }, "response": [ { - "id": "3d531629-e095-4f19-89de-8cba54c6acab", + "id": "e3f3a2b4-b7cc-4413-9d15-e0e82e022963", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45239,7 +45239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d22da7-7271-47a5-8cb9-4889fbcfec7e", + "id": "cd79dce8-f731-4f58-b9b2-d763aa843ab6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45295,7 +45295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30134230-98f9-435d-a501-337f92ba0787", + "id": "51738c67-671c-46d3-b0c8-cdb33ada1653", "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": "830c7b1d-19a0-4aa0-a3a6-75f801e87f20", + "id": "bf05c3f3-365f-439f-9303-35f8ad3ac0dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45413,7 +45413,7 @@ } }, { - "id": "35581dc7-cf4b-4b6c-a75e-c8b6d84c140d", + "id": "880b9dfe-0de0-409d-b05c-adbf8bf1c8f3", "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": "sunt velit" + "value": "q" } ], "variable": [ @@ -45464,7 +45464,7 @@ }, "response": [ { - "id": "7f099cb6-c6cf-4429-842d-f718378eb67f", + "id": "6e0cd890-c0f3-46cf-9106-1c111e409f65", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45483,7 +45483,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -45518,7 +45518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d29ed26-1395-49c0-810b-9fde1c61fb33", + "id": "6f35a69b-39f4-4c03-93cf-67fac19dd040", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45537,7 +45537,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -45572,7 +45572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f2f2191-fa9f-4ccb-ac54-57ef65647f14", + "id": "ddcca7e8-ea9f-4cb3-a054-370129b921ad", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -45626,7 +45626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d8cc853-0058-4f70-805f-a883dc55313e", + "id": "fd45a0ab-c769-4531-b225-7cbbdf135283", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -45680,7 +45680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83b594b-f255-4b12-b19f-0b4177483ffa", + "id": "7e2e83d3-4207-4e07-9ed6-b8c01b313cd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45699,7 +45699,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -45740,7 +45740,7 @@ } }, { - "id": "b572fd9d-d888-441c-9e82-9c02345366e8", + "id": "22cea22e-3702-4e19-bc00-3fa2d84a134b", "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": "sunt velit" + "value": "q" } ], "variable": [ @@ -45791,7 +45791,7 @@ }, "response": [ { - "id": "ff6d8fe2-0163-4c00-be89-e92e4993caa7", + "id": "948f23eb-110f-4150-b5a4-dab481a3dafc", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -45835,7 +45835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2d4294a4-1044-4c14-8925-9f6eb8c237ea", + "id": "97a1274b-ae6e-4e56-bd15-c766aea73ecc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45854,7 +45854,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -45889,7 +45889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a9649e4-aad0-4e0f-80dc-e848a5caa2e1", + "id": "969eb8a3-12f3-4c77-a9a5-3a8700952073", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -45943,7 +45943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9a5e08-e52a-402c-847e-b47a3531cd33", + "id": "7603b78d-2182-412f-adf3-8ba8f55d4f56", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -45997,7 +45997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e088de8b-60a4-4dd5-9205-fd7a93f94b7c", + "id": "cf70f0bc-40f3-4376-8bef-2bfed9e1d61f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46016,7 +46016,7 @@ "type": "text/plain" }, "key": "locale", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -46060,10 +46060,10 @@ }, { "name": "Discovered Applications", - "description": "Use this API to retrieve all the available discovered apps for a given tenant id. \n", + "description": "Use this API to retrieve all the available discovered apps for a given tenant id.\n", "item": [ { - "id": "704dbbc4-bfc6-44cf-8e26-c063934a61de", + "id": "d3c7b594-2693-4522-9976-8ab0bab0c997", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -46129,7 +46129,7 @@ }, "response": [ { - "id": "b874783c-f822-4481-a59e-0fb8f75108ab", + "id": "068c22c8-2985-4546-aa3d-a6925676ded0", "name": "Successfully retrieved list of discovered applications.", "originalRequest": { "url": { @@ -46209,7 +46209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e39088e8-d35f-4ef9-ac56-a5b04b37840a", + "id": "72973202-e161-4bc5-9173-558d522cb8bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46289,7 +46289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9dda9d-8db4-40c1-9d3b-28857c25d2fc", + "id": "64009ed0-e2e9-4568-bf1f-031a0627061c", "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": "1efd6edd-24e0-4794-9a4c-ea1acec96d5f", + "id": "a49f278b-9d09-4aba-b9d6-df3af08b2d33", "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": "6a52d767-a791-448f-bee1-84ae5349c3cd", + "id": "b013cc95-4187-49d2-aa4b-b3bee6cccb99", "name": "Too Many Requests - Returned in response to too many requests in 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": "5dbccf89-29d3-44f5-8d7a-59da30123d59", + "id": "2c82d906-0548-4597-99d8-cff67afc8156", "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": "daeee556-a783-49de-9976-4ad3c4a4c8d5", + "id": "30a0bf97-219b-42c1-aac4-ba1b7a84227d", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -46732,7 +46732,7 @@ }, "response": [ { - "id": "7f142982-7dd9-4455-b524-2dda8922cba2", + "id": "14450ca7-9264-4dff-b6a3-518d39f3b889", "name": "List of entitlements", "originalRequest": { "url": { @@ -46857,7 +46857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc384c4-323a-459f-8ee1-31b9ce63b9a4", + "id": "85e8e4ab-8ac1-4f5b-b768-7256a02f747b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46982,7 +46982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "444bb4ea-1fc0-4e62-b952-2739cb39aa88", + "id": "daf1afd6-595a-44c0-876e-f37da8496811", "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": "909cf729-7b8f-4df0-9505-dfd622e6aea9", + "id": "fa2f071f-f28e-4772-a089-8a67d1ad0542", "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": "1345bf24-3e76-4510-a038-359150143ad3", + "id": "6eccd844-f788-43a2-a620-2e4e3bfa2ac4", "name": "Too Many Requests - Returned in response to too many requests in 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": "08501280-fec0-43b9-b2d7-31269cb793ce", + "id": "9e403e91-7b2e-498d-9451-6f5ae327baf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47488,7 +47488,7 @@ } }, { - "id": "a3957e60-8333-46cf-a060-341691102d99", + "id": "1aae41cc-d514-48f3-9fbf-42c26bf8126d", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -47529,7 +47529,7 @@ }, "response": [ { - "id": "2562339a-0c6c-4e61-99f0-7b022d93ddec", + "id": "3f29f600-6e4f-47a1-95be-a9d1a791b844", "name": "An entitlement", "originalRequest": { "url": { @@ -47573,7 +47573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf774fa-ed71-430b-a6f3-12baed4f8ef4", + "id": "acf40706-dfbd-4ea7-b559-a66464e9163b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47617,7 +47617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5182e88c-b5ee-4c60-9f5e-75c9da05115b", + "id": "76ea624a-368d-49e9-aac7-4dcf86440f90", "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": "ddaac9e8-e5ac-4538-91d6-5798508d6541", + "id": "87cf5f23-3247-403f-b271-d43d7b30c263", "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": "86f71bf9-fb94-4470-adf0-a31e5005df99", + "id": "f57d91c3-01cc-483a-a61e-5b585b69f51b", "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": "bdc44403-f3e4-44e6-a3b1-d5a8d8c1ac2f", + "id": "46cc847c-fd26-411f-ab48-7908c62511e2", "name": "Too Many Requests - Returned in response to too many requests in 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": "ccfa711b-4007-4096-bbdd-a5245fe43070", + "id": "83f493b5-3227-486b-a6e1-5d066ca0810a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47843,7 +47843,7 @@ } }, { - "id": "42f246ab-197d-4975-9c17-07de690d70e4", + "id": "7def8ffb-51b7-4526-a30a-1b7c3dda93f9", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -47897,7 +47897,7 @@ }, "response": [ { - "id": "cd07141f-5fd8-499b-bb41-a1b01400bbcb", + "id": "647c8d2b-74a4-4df1-b6ae-b498b1bdcfc4", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -47954,7 +47954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4186b34-2afa-4513-af45-21062f568361", + "id": "60bdb551-7b69-4a90-84e4-c53bb8705766", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48011,7 +48011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faef8194-bba5-456c-9c34-684e07031886", + "id": "67bfcd72-fd95-4697-bae7-49874761a838", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48068,7 +48068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0ef54c-41ae-4f1f-aa65-cf4cf9466bf8", + "id": "1a5feb79-0ed8-4feb-8a8a-4309551ea116", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48125,7 +48125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c5af33-74fc-4161-9d4a-973cbe614654", + "id": "e89ee2ef-b5cb-46cd-9099-fdd22bdae508", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48182,7 +48182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40813eea-02dd-4d0d-8c45-3c36b2135d8d", + "id": "6455abd5-f976-4ccf-a31e-9971f241f65f", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48239,7 +48239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac8cd1a-240b-4582-a3f3-14bb05b51ff2", + "id": "0658782c-7c16-4328-add1-0f01697bdfd9", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48296,7 +48296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "447196e4-8a2f-45a5-939c-c24a5a3e737e", + "id": "26ff0fb7-6643-493f-a86f-7388b7c6758c", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48353,7 +48353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f0d8f4-baa0-4104-a6b6-f0ea8b8d1e9c", + "id": "802f5c16-fc1b-4a6c-8775-c06eb967fb18", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48410,7 +48410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "969a4a42-02fe-47d1-9aea-052eb61ec8f0", + "id": "8df12a5c-2c4c-4c0a-8c06-6c543395a6fc", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48467,7 +48467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "851d8bb7-334f-4e00-83c0-8339d02acfe3", + "id": "e785a9f9-efd2-4a67-a3d8-d6c43a2aa7dc", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48524,7 +48524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f118821-c89f-448f-8bb2-1ef9d46b190a", + "id": "11386044-aad8-4b4c-bb7d-71bbdd883271", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48581,7 +48581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3f11433-71a2-4264-9a4a-392f5a8297c3", + "id": "08c46c80-95e4-4df3-b0ba-c584570f31eb", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48638,7 +48638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f83bb883-c372-405e-8684-447a48d95fb5", + "id": "0ea8a13c-e841-46f2-8e21-48936dd1d470", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48695,7 +48695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a124ecb8-222c-4e77-9d51-cfdfbaf938e5", + "id": "50d0fb17-e638-4154-a8d5-a8eaba740fa2", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48752,7 +48752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4ea7e6-0528-4d34-98ed-619099acb42c", + "id": "4ab1e4fc-80b1-474a-b02f-325daffe2ad3", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48809,7 +48809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d0a5cd-abb6-402b-810a-fd5081ad3fca", + "id": "ae3ddc37-fc11-43d5-8114-8052a1c2fc0b", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48866,7 +48866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b600c6-0192-4aed-95e8-58df9cf148b9", + "id": "bdbd12cd-68ae-4f6d-b652-90dbea1fea26", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48923,7 +48923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdbdcc54-9da5-437b-a7ff-12eec139b05a", + "id": "283aef6d-6169-4550-8fed-f34233ed1b4b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -48980,7 +48980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b64d31-4f5a-415b-b6b1-a61c525ebc64", + "id": "0dd60531-9db4-458e-a6c1-962ea273aafc", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -49037,7 +49037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81afcb9-7d45-4adb-8306-99f44e15212f", + "id": "de48f5d2-c63b-44d7-af45-1e0a9c8e1e17", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49094,7 +49094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1d9acc5-e1c5-4bc1-a8bb-2c3144cad8d8", + "id": "e106e582-0285-474a-a5c0-c8fb14bae7f5", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49151,7 +49151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b932dd5b-2c43-4fbd-9ab6-7efb10e2fbdd", + "id": "18b84bac-f351-404c-a2a9-bd415786494d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -49208,7 +49208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b7c39d-ec6c-4d6c-a65b-d0e877c55b5e", + "id": "2eca0ed3-4e05-4442-a635-9a96fbfb323c", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49265,7 +49265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c2f2b56-a840-495e-802a-13ee418f8ca6", + "id": "81ae6547-6dd0-429c-a87b-4c1fc806fb05", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49322,7 +49322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2c3b412-c8a4-4789-b060-65316d17b728", + "id": "146ee45b-9c08-4acd-8b52-71d48e13b421", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49379,7 +49379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd2e8862-15f7-41a1-8b67-32ee8c0ecbb7", + "id": "670c2a70-8934-41dd-a82c-1c56b8afe968", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49436,7 +49436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e01f0dca-6fca-4935-b8f8-0b9be2b64245", + "id": "a2f28bb6-7618-4ef8-8911-63abe560ed34", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -49499,7 +49499,7 @@ } }, { - "id": "55303a08-fe82-4dbf-aff0-17bd462cc396", + "id": "ee4512c7-7ba6-4a4a-b031-1609d5f02ccc", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -49587,7 +49587,7 @@ }, "response": [ { - "id": "1eeb6e6e-44b3-49d1-b4e1-c8dfcf27c3e1", + "id": "6fcbcb1e-47ed-490f-9a52-7266069099e6", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -49678,7 +49678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "989a68a3-7fb1-40a1-af48-6286f7d017e6", + "id": "fe655b0d-3f59-4016-b13b-bf51561e949d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49769,7 +49769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "776d517b-6630-436a-a0bc-856dd71a72cb", + "id": "54ff5ece-3fb3-4d1b-86cb-3d63ffb6a07d", "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": "da5e3eba-1e13-4eb0-bc55-8341cb808cc0", + "id": "3c097086-8598-4c2f-9364-112d45e42dcb", "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": "eb9f9395-9737-452e-8d42-4cebc17e853d", + "id": "9832089d-99ea-4ba1-a626-2252837a8cad", "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": "d7a8eea1-ba0c-4142-9617-87a76a5fbd94", + "id": "8d2dca96-bbf7-49e7-a8ff-8ad900937bf3", "name": "Too Many Requests - Returned in response to too many requests in 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": "9e1af0bc-2326-40dc-b985-9675ed0b5f4b", + "id": "fe810aed-00a6-48a1-ac25-95d40cceb943", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50230,7 +50230,7 @@ } }, { - "id": "b5206ad5-0148-44fc-ab2a-c5e3b1064de5", + "id": "edd84971-b319-4866-9dcb-ee1fd0d929da", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -50318,7 +50318,7 @@ }, "response": [ { - "id": "fa62fb23-6150-4baa-bc19-b77ca3a570b3", + "id": "1450b9a6-0aa7-41aa-b41b-868a8e7132bf", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -50409,7 +50409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcee972c-31ac-40a1-a075-76aca7a5fd37", + "id": "f50b746e-e871-416c-831d-b5bdecbd84e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50500,7 +50500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9696aa0-20fa-4998-8cec-dd49b499d22c", + "id": "7ff7983d-6104-4866-b659-f8ece5ac91ae", "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": "a0474f96-e218-4021-ab5a-872ea6757d8d", + "id": "26ca2be8-e6be-47a2-a558-d3e9b0ad836d", "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": "4a68e8f2-72e1-4633-9e18-f6f8cc664595", + "id": "8bdee0fc-0315-4467-8ebe-6ff3ea8727d8", "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": "13e637a2-64dc-4ad1-8514-699a54b6246a", + "id": "a8b88edd-c872-42b7-aa15-bdb028d79e80", "name": "Too Many Requests - Returned in response to too many requests in 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": "98d553e9-cb59-4de0-8883-73aea190eb28", + "id": "3c6ceee5-7752-4cd8-a5a8-82245540c2a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50961,7 +50961,7 @@ } }, { - "id": "7858d482-94c7-4aa5-a53f-a8f520af27ad", + "id": "231655b0-d398-41f2-a255-f23119283871", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -51004,7 +51004,7 @@ }, "response": [ { - "id": "aefa99cf-ba4e-42ce-833a-4eb6fe89ccc1", + "id": "ccf99cf2-c010-46a1-ae96-57d06909ba5f", "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": "1a9c494d-97a9-4062-9943-862ab791ac13", + "id": "3e6dbd39-3c66-4c00-86b2-61190a818e72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51108,7 +51108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ffe6ce8-68f3-4b33-81ec-3ef2a14313e0", + "id": "4cf2a4ae-fbd9-4f96-a05b-f6a6471dbc07", "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": "68e68ce6-f2f0-40c6-a201-2d870554ceed", + "id": "63a41c74-9036-460f-b52b-60b3ea61e0cd", "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": "d764b10f-15fd-428d-a787-4671a434446f", + "id": "e932d304-ea46-4300-933f-5f60dfbce6df", "name": "Too Many Requests - Returned in response to too many requests in 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": "04cda869-fa84-4de4-9826-ed2f9df5fd01", + "id": "f4f32f96-1d74-438b-9a85-608ef3c1a69d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51342,7 +51342,7 @@ } }, { - "id": "3680bc00-fbed-45a1-8a40-439bd9f11d12", + "id": "36518d61-6962-4438-a8f2-aa9bdf73f15f", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -51384,7 +51384,7 @@ }, "response": [ { - "id": "b3039d9f-a6ab-4f51-898b-effb05754435", + "id": "c41fbc45-71bd-4ece-8a13-4a66f1f77698", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -51429,7 +51429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e19c0a3-1b23-43a0-88a2-75f922cd8f08", + "id": "db0131ea-db87-4d21-b75f-49917386ef6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51474,7 +51474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2adc251e-8675-456f-9250-161b728a01b3", + "id": "f77fa16c-14d3-4f0f-8d22-1c78d91ea1e1", "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": "0e4e5c88-002e-4d00-8d21-2a0e921dc840", + "id": "5cb8f710-9988-41bd-be56-298f17a36d37", "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": "9917cfaa-fd47-486a-a667-4d29baa4dbdf", + "id": "4e6263d9-1719-4ccd-85cc-e6e52d02fced", "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": "d02b14c9-3a04-41a5-9887-19a2177be238", + "id": "33b601a0-f385-4ddc-8c09-70043b0fd14b", "name": "Too Many Requests - Returned in response to too many requests in 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": "2eaa636b-aafa-4a62-817e-99c6ba5ebd31", + "id": "f1dd8c7f-f8a8-4096-a1bc-4f8f0f5b52f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51705,7 +51705,7 @@ } }, { - "id": "4d2af6b2-945e-45b4-b513-b6003384e8d1", + "id": "f23ce946-79ac-4074-bdb7-2bcfd17403c9", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -51760,7 +51760,7 @@ }, "response": [ { - "id": "c3dd9e7b-c38c-42b6-8324-4344712de134", + "id": "f020b9ae-64d3-4c5e-80d1-9385ffaaa7a6", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -51818,7 +51818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "499f0102-f25d-463c-a25c-6df3d9e64e61", + "id": "5df97b31-c5c9-4e1d-aaff-cd98edf0eb4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51876,7 +51876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6dd566d-3438-420d-96d7-a5e125d681cc", + "id": "0ead6af6-faec-4df7-879a-fb6583c02813", "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": "ff5cb446-fba3-4e58-afb8-fdb089caa65e", + "id": "90792541-d3be-4346-a476-79a86e0f3b83", "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": "3a36fbef-cfd0-4e2a-805d-6b8e47acd080", + "id": "88ff0c59-8bcb-4d7f-966d-601c828c77bc", "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": "9039c4df-8d45-4c89-a78d-4389da10ea07", + "id": "67100a61-a85c-4cec-abfb-b337825a03fe", "name": "Too Many Requests - Returned in response to too many requests in 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": "a731f5e9-013c-4d7d-a2bd-d6f52ab0c243", + "id": "849b3c53-8287-45f3-944d-68c54bb4732f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52172,7 +52172,7 @@ } }, { - "id": "598495c5-099b-422d-b251-f9bc971958b3", + "id": "cf62a4dc-2414-4fc9-8a69-81484887ee2c", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -52215,7 +52215,7 @@ }, "response": [ { - "id": "605fd053-764b-4da0-bf6c-f01659e4cde7", + "id": "bb07eafb-db5f-4526-a174-5bf4d307269a", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -52261,7 +52261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d2a0fdf-b874-490b-aa27-f42b3cf66e34", + "id": "ba064f9b-b74e-4782-bb45-4d171414c97b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52307,7 +52307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca7e7e5a-20ee-45c5-87cb-63808b78bd89", + "id": "8dca1977-a536-4280-9d45-8327671d2082", "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": "65f227f1-11b8-4c02-89b4-51c00f826675", + "id": "0b609c64-d4ce-412c-812e-3ca8a327d3d5", "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": "02e86b5d-681a-46c0-a15c-c7253328776a", + "id": "a617a266-aadc-4584-8f49-cac3241c0d8c", "name": "Too Many Requests - Returned in response to too many requests in 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": "06ecdb86-0d3e-4f93-a4df-ea75a005879c", + "id": "34c7cd17-26a0-491f-93e0-2225f9e8c15e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52497,7 +52497,7 @@ } }, { - "id": "c627dc39-2448-4603-bbdf-9e122c196e6f", + "id": "1d934efd-953b-4813-8047-428cfce2542a", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -52549,7 +52549,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52557,7 +52557,7 @@ }, "response": [ { - "id": "8c24a6da-e0b9-403f-a546-a8e410bc7232", + "id": "1d186216-09ba-4471-843d-bc4e3bedf8ac", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -52601,7 +52601,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52620,7 +52620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a47851-245a-421c-8b47-e599cb7bbd9e", + "id": "ec3dda87-fcb9-4a6a-a308-0d1db2bfafa8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52664,7 +52664,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52683,7 +52683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa2875c3-aab5-4596-a328-1fe62e9cf75f", + "id": "4d87dd8b-7c57-4a4e-b9b4-9103b2032cbd", "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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52746,7 +52746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fb9110e-62e5-438c-a6f4-0fe5ade94490", + "id": "92b23337-db4e-4c24-b564-e164da29bce4", "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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52809,7 +52809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff88a56c-ac63-4a5f-ad38-03c0632c19a9", + "id": "5003520c-26be-4010-985b-fa9dad7e373f", "name": "Too Many Requests - Returned in response to too many requests in 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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -52872,7 +52872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3adf5a4-54af-4d81-86fc-ffb8c0ccbb95", + "id": "2b07c9f7-f38f-48b1-94e7-156013a1d35d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52916,7 +52916,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "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": "5545ec70-7ee6-421e-a79c-d84f1c0ae522", + "id": "b127ad3b-cea1-413f-ba76-ec079c15ee83", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -53022,7 +53022,7 @@ }, "response": [ { - "id": "a0d75a04-d3b6-4a93-a027-2d06870bec21", + "id": "bbbf9be7-e01c-4c34-ad38-2b074321d722", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -53111,7 +53111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "008ac71b-046b-4e88-9c8e-93a08ab998da", + "id": "51dd1ef7-6f36-4b29-a71d-510ea3e105c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53200,7 +53200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1690153-c92e-46bb-aade-21e55a1687a8", + "id": "94a05a9a-4cde-4e0b-a8a8-c88cdd31e7d0", "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": "0c8a4972-45ef-4330-ad29-0fde5dfd0ae6", + "id": "1199c1d1-3dd8-4dbf-b310-d4cbb17b011b", "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": "dd74c6db-f699-49e9-90d1-60144b044b40", + "id": "23ff5ba5-87ee-4896-b310-923198f878a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "2819edf8-5756-461d-8d84-45ed41342651", + "id": "c6cf9fb6-a97b-4e33-b3c7-0e622e262edf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53562,7 +53562,7 @@ } }, { - "id": "683197e5-1dbc-49b4-b465-b1e15a209e7e", + "id": "a96921a4-f3ae-43b4-858e-630ec185a277", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -53604,7 +53604,7 @@ }, "response": [ { - "id": "297074f4-3986-4434-bc77-8c2fc2141ee3", + "id": "78b002ab-d047-4b75-8e31-6fb26fc1fe5f", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -53660,7 +53660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc81911-2845-48a2-8a33-de5eb89c3d3b", + "id": "3f4bb819-5514-4c63-9d0c-a3b8e36a6dd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53716,7 +53716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16b00ad-70f4-46b9-a1a7-dfbe2e9f8512", + "id": "dc4bf295-11c6-42f2-8f95-fcfdd673c8d2", "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": "2e62e32c-01d6-410c-a662-731cfe71ea81", + "id": "cefc88c5-13f6-447d-802c-d44c02cbf91c", "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": "27668049-8de3-4b70-82ce-9a79392e114a", + "id": "7bf87e69-5adf-4ed6-8c58-77571fca9ad3", "name": "Too Many Requests - Returned in response to too many requests in 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": "9d7ce3e2-693b-49fc-be9e-17a0c19f4a3b", + "id": "6dd93feb-b170-4784-b928-1ee3f5d87f7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53946,7 +53946,7 @@ } }, { - "id": "a14e1cca-a078-49de-98ce-ab19f1b65c13", + "id": "772e63d5-7124-49a1-a4fe-e7bf46948a56", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -53987,7 +53987,7 @@ }, "response": [ { - "id": "1f937303-79e2-4afc-be5d-66efcf16d6dc", + "id": "486a6ab1-7fbf-44c9-ab28-44c6c37be49e", "name": "A Governance Group", "originalRequest": { "url": { @@ -54031,7 +54031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c82d83e-b057-4f40-bae3-a62ab10c3e22", + "id": "dccb956f-5013-4dcb-bdcb-7fe767926443", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54075,7 +54075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc92c99f-b7a6-41cc-b886-7c6aeb3d5439", + "id": "506805f4-fdd3-4362-9daf-d305b30ae398", "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": "2e41b7ce-46dd-4d12-b42f-2776a7a67731", + "id": "223edef8-c7e3-4e64-8791-3349ee2d4cfb", "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": "cdb7af06-8617-4e23-b536-577d621c5ec6", + "id": "e2801e78-2dde-4a98-9889-7e3af6bdf99a", "name": "Too Many Requests - Returned in response to too many requests in 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": "d0b335e7-b58c-4bb5-8d47-6a200919406f", + "id": "97a31c26-b01a-4734-a4d4-31dd19e2a711", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54257,7 +54257,7 @@ } }, { - "id": "694d05e0-dd84-4cf9-9210-e017fc80bbb8", + "id": "155355dd-b6b4-4646-a048-3aa363bce48c", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -54298,7 +54298,7 @@ }, "response": [ { - "id": "87f29880-c856-4169-881f-d3bcc4b5ddcc", + "id": "39b2be31-0675-4ee8-a96d-e6a7b2a9f11d", "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": "bfbdb148-a2b8-46ab-be3a-e114b8f154a3", + "id": "c5ef8515-aa84-479f-beac-9f3b272f1258", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54376,7 +54376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2452fe9d-b641-406f-bb85-1c948865363e", + "id": "9c6ae8c9-5dfc-4957-b264-3df7de8fdaa3", "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": "cc27011f-3b8d-4983-84d3-be837550983a", + "id": "a16a7e0f-f1fc-4670-8b66-cd42179c3cba", "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": "60b01e6f-fa39-43b8-89c0-a9fc6e02b8a0", + "id": "8a38deb9-5090-4569-94b6-6f3214018145", "name": "Too Many Requests - Returned in response to too many requests in 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": "d4ebc1c9-f6a5-4953-becb-76e06295576c", + "id": "e52c0f2f-417c-4f18-acf4-4229178314e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54558,7 +54558,7 @@ } }, { - "id": "47f9c4b9-e785-4fa4-abed-041f7cefe5e2", + "id": "fc4d0263-6fae-48f2-99ad-fd904f4b4967", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -54612,7 +54612,7 @@ }, "response": [ { - "id": "293c10a7-a65b-4b04-a7ef-2d7503e4a571", + "id": "9b0b25d8-97d1-43b6-bf25-62280ffcc3a2", "name": "A Governance Group.", "originalRequest": { "url": { @@ -54669,7 +54669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "388267e5-137b-456a-a484-1dac0d2a83d9", + "id": "2c5b6122-f583-435f-b2fa-7e25522a8ed5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54726,7 +54726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09fae403-fd09-48ee-9610-0407e40a7e6a", + "id": "6aa5964d-253d-4c69-a9b5-31f2c5d75a5b", "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": "21d8bb21-d5d0-40b8-bd52-8914b103fadd", + "id": "63076807-38db-4846-93af-26dbe90c7a5a", "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": "77451496-d441-4315-82ba-55f6bdabb12b", + "id": "f2ad5830-d2b2-4518-bee1-dcc4bee6d9f5", "name": "Too Many Requests - Returned in response to too many requests in 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": "9c5661e4-4984-4099-881a-09e81dc28eed", + "id": "5a105aa7-3151-43ed-96f1-924d2a39ddba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54960,7 +54960,7 @@ } }, { - "id": "ccc7704d-37ed-4344-a3b0-224846731912", + "id": "9ccd0153-a274-422d-8563-8fcefad2a24a", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -55003,7 +55003,7 @@ }, "response": [ { - "id": "39d35a15-aeee-42d9-9e32-583a32fe79e6", + "id": "efbc1e08-5684-44d0-ad1d-ed9c2650af7b", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -55060,7 +55060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e7f81ef-1528-43b7-8836-5db17f84c632", + "id": "d1d20cbe-367b-4d30-a88d-5ce0b1406f04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55117,7 +55117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36978133-2e2c-49bc-9e2a-bf9699b3454c", + "id": "d8cbc241-81da-4db3-ae8f-d83e1c71690e", "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": "d24332a4-6361-4cb0-b30b-563605d453e1", + "id": "d494dfb6-f982-4566-b290-9f27bdbd3f02", "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": "74004c95-e06b-4360-990d-6f2af0383163", + "id": "b8aee1c7-6786-4705-85a3-71819c7e795e", "name": "Too Many Requests - Returned in response to too many requests in 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": "8bb0c0eb-d495-4510-8d68-1f01d469df2c", + "id": "4bbf3aee-c054-4989-a575-985253064aee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55351,7 +55351,7 @@ } }, { - "id": "f153538b-08da-4418-acfa-a15bcd9ca9c8", + "id": "557c63d4-6d6e-4081-b188-169aad55fca0", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -55430,7 +55430,7 @@ }, "response": [ { - "id": "7c93fbfd-9737-4d08-8fd7-708b94bd8540", + "id": "bc5a33ca-68d7-4ac7-a314-dbd6ee287cc8", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -55512,7 +55512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a812a810-5643-42e6-8644-f3cfa9a2ae13", + "id": "de0207ce-59d1-431c-939a-aaa2b61abf8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55594,7 +55594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7ed3dd-46b9-4153-a371-874795761602", + "id": "cfa936cf-6842-46f1-950c-3fc37a602625", "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": "fd43aae7-98df-4a8a-a936-dfa15e198084", + "id": "b0846395-39ab-45bc-95ff-76c4700291d3", "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": "8a6f6075-bc15-43c4-87f6-bc36b0aecca7", + "id": "a003903e-0f4c-4139-8457-489023bac7b7", "name": "Too Many Requests - Returned in response to too many requests in 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": "b82772d7-8bbb-40c7-ae2e-9a5cb83bdb52", + "id": "39fe89ac-9144-4ebb-9b08-1b4732dc48cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55928,7 +55928,7 @@ } }, { - "id": "35c9f645-f78c-4609-9f37-3fc3e57fef2f", + "id": "e8e95d45-2aaf-4e9b-9e48-6f5dbb5be354", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -56007,7 +56007,7 @@ }, "response": [ { - "id": "9ce601be-3f94-4faa-aea4-deba682df3af", + "id": "96b293c1-b3c6-4165-9683-bd839259902e", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -56089,7 +56089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88909cbf-2610-4617-9db9-e240bd4abb0a", + "id": "aa8350d9-190c-4278-9f49-eb8c6a991080", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56171,7 +56171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe1a7a5-89d8-4966-8f7c-4610f740d5f0", + "id": "c3e107a3-6cf1-459e-b6c3-2083be46af52", "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": "139d852a-7d49-48e1-b741-aa3b78ec8e88", + "id": "d7a44a2e-7ee9-4118-846e-b43de83d8123", "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": "740e7853-44b2-4fb5-8b61-d26164cbd210", + "id": "f167d1e9-14e8-45a4-ad3e-e056b0e2e261", "name": "Too Many Requests - Returned in response to too many requests in 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": "5373089f-19e4-4c2f-be23-88b32e90091c", + "id": "2045391c-0a72-4214-bb22-7f18c89df722", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56505,7 +56505,7 @@ } }, { - "id": "6dca5ea5-2556-48de-a3e7-2e411382dbcd", + "id": "871f6cb0-20da-4c0c-aa8d-43b8b99c77b6", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -56561,7 +56561,7 @@ }, "response": [ { - "id": "73022324-4752-4449-ac7a-749d8cd7ddcf", + "id": "4fab696c-e173-4efc-920f-bacfa5583f85", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -56620,7 +56620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26149f9f-f72c-4988-a15f-4d6429b66d84", + "id": "d21f6a95-f30c-4647-8fde-242e4bd0ed5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56679,7 +56679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9f8e17-3ee7-4509-bcc4-dcc78542463e", + "id": "f4b6aa84-4ba7-4366-b0c0-0e25f0b4ad17", "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": "88534355-3a87-481e-9f6e-9af21b378563", + "id": "1057bd1a-8cdb-4962-bd94-9b3723e6c594", "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": "f4db7d71-efd1-4926-a74c-b1f3a2217570", + "id": "f96307e7-766f-4555-81e7-ba020518601c", "name": "Too Many Requests - Returned in response to too many requests in 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": "69547a9b-0b15-46e4-82ad-9a55cd0ff691", + "id": "5f599e77-aa69-4fd4-bcb7-b9621a199062", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56921,7 +56921,7 @@ } }, { - "id": "10678ba4-a64e-4271-91df-74429d0459bf", + "id": "51e4e3a2-b692-4ceb-a28b-b32b6dd1cb2a", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -56977,7 +56977,7 @@ }, "response": [ { - "id": "da8685d5-2105-4971-9596-1bb9f45622d6", + "id": "f6e7c1bc-9db9-455f-9cb6-d2ebfedeb41d", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -57036,7 +57036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b821666-3667-4ed4-9606-4f53341f7245", + "id": "124748b3-1d31-4a0f-8e10-6314b78d894e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57095,7 +57095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "722ed2ea-9bdd-4f99-af28-32162a821b6a", + "id": "ad728120-ea7c-4681-9ad4-7f676d718f50", "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": "3a104bc0-caf0-4ec4-8e8e-220f206d8b8d", + "id": "96b36028-44a2-41a5-959f-08839e40b9aa", "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": "309d4a94-4383-4801-8e3c-fe6f2263836a", + "id": "efb3cf1b-75f7-4eff-9d2c-19b578c27d42", "name": "Too Many Requests - Returned in response to too many requests in 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": "dd619fb0-bb9d-466c-8536-fbb6a605349c", + "id": "a9fcc547-23df-44ac-aafe-7623692b2a66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57343,7 +57343,7 @@ "description": "", "item": [ { - "id": "a61313f5-3869-4ed6-943f-48ab1ad02f9e", + "id": "b4ecbb8e-77cd-4a67-be64-2f270f38aaae", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -57420,7 +57420,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -57436,7 +57436,7 @@ }, "response": [ { - "id": "d405d03d-9020-4bf2-8aba-8e8c2e50d0db", + "id": "4fb7feca-e487-4473-9b0b-6128c88c2906", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -57508,7 +57508,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -57543,7 +57543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3bdcd54-2cea-4216-91e9-adf2dece3a4a", + "id": "0ec2e4df-588b-43e3-8c07-fc3154701d4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57615,7 +57615,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -57650,7 +57650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eccd36a-0a0b-4ed6-8206-b50571482ae2", + "id": "18897ad7-92f7-4ac7-83e7-1a79ada7f2e3", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -57757,7 +57757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680d8854-912c-4fee-b0d5-e36f420e25b4", + "id": "643ee9f7-52ea-42ad-af9b-6f0a2d365e8a", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -57864,7 +57864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6275b9-8b03-46f6-81c1-7634abc4c1ef", + "id": "a8f1c336-f6a7-4f7f-aba4-f989e0e85bec", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" } ], "variable": [] @@ -57971,7 +57971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9601f1f0-9c29-4ba9-a3c5-6c16d36b7dc5", + "id": "12ec034e-1477-4c49-b26b-a6ae4b155d55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58043,7 +58043,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -58084,7 +58084,7 @@ } }, { - "id": "6b4ae2e0-0ab0-4e7b-a55b-6d73fe2af205", + "id": "4b3c62ed-e442-4bd7-883d-514d9db38e07", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -58127,7 +58127,7 @@ }, "response": [ { - "id": "a3073068-36d9-4f46-8a87-b3bb219394b7", + "id": "cef62f5b-ab3a-4470-bc05-089ec0a12694", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -58184,7 +58184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be60bbc-cfe9-4fbf-a5db-397198c5e20c", + "id": "30d42095-eb72-4e19-949e-ea961dcb4912", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f129937d-3741-4aa4-a0f3-08b8b8f75b3f", + "id": "33d595ea-7773-4bc7-8569-c67c6e1370b1", "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": "98fbe487-e335-4276-b97a-da9b24308d71", + "id": "78554c55-80fb-49df-a405-6a720e37261d", "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": "07828407-f301-4af1-a8a9-46b66dd9b93a", + "id": "98b54b28-5dd7-449f-85e3-d6d7dfb7628b", "name": "Too Many Requests - Returned in response to too many requests in 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": "a1d0bba5-99c0-4025-b875-0f04d0ddcde0", + "id": "47c7b6c0-51ab-4e6f-bf7b-2fd3106a23db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58475,7 +58475,7 @@ } }, { - "id": "cecc77d3-71e5-431d-8d73-cf6ac8151a9e", + "id": "f6496e36-168c-4e67-b923-5d68d50c810f", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -58551,7 +58551,7 @@ }, "response": [ { - "id": "28593591-534a-489b-b0ea-2e2ed5801ced", + "id": "c2b6930d-ed7f-4fe5-9bf0-3702707705ae", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -58641,7 +58641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1a55a9-2b0d-4acc-a9fa-55daf54636b8", + "id": "81887f7a-c899-493f-80a3-89424658ec30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58731,7 +58731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c86fd3-3119-490a-b763-5d29351c1fa3", + "id": "0f6f5229-9a36-4254-b011-3d4ef125ccd3", "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": "105cd436-c0f3-495c-a61b-0ebc5fb2e0c9", + "id": "a23993b0-cce7-4ba2-91ca-81b61a68bc27", "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": "8b4efad7-e00d-421a-b1f7-4ed4b1a35576", + "id": "294d282f-6a11-4d33-a6d0-1a9db05274ab", "name": "Too Many Requests - Returned in response to too many requests in 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": "749f2466-09bb-43d2-bcfb-9dfab979629d", + "id": "da5a11a4-623a-4ee7-810b-eb89d2ec68dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59097,7 +59097,7 @@ } }, { - "id": "e8870de0-473e-4c05-bd8d-dc0bf4afd5cb", + "id": "1b0c56af-01ff-49bd-bad8-e7ea544fe94d", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -59140,7 +59140,7 @@ }, "response": [ { - "id": "88b93213-9752-456c-ad26-386864207e99", + "id": "562aa31c-ed89-4ecd-9218-4e3fd6578026", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -59197,7 +59197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff0cf68b-dd99-4e2c-aa74-ac54cc50423d", + "id": "048367d3-9233-4cfc-888e-0fdd6ebe787f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59254,7 +59254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6623ebbd-42b4-429b-a806-945ff8cff548", + "id": "037e042f-31a5-499a-bcf3-2cacde878818", "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": "8c182b79-4a72-4bb9-bbb7-ac0dc489dfc5", + "id": "a007f7c4-ce53-4a39-a0d7-d15d2eff2de4", "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": "cccabca5-f9e9-4ff2-a976-d4ea583ffd2e", + "id": "67737cb4-6b1c-46c5-a310-fd4aabbe71b7", "name": "Too Many Requests - Returned in response to too many requests in 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": "152278d9-14d6-4151-9598-3b899ed57d2a", + "id": "90106b19-75c7-4a48-ac78-17ad67cdeb93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59488,7 +59488,7 @@ } }, { - "id": "569f463b-4c7b-4586-ab5e-4c1931d49069", + "id": "1f02a967-81d2-4fec-864b-6a8a5fd3970a", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -59564,7 +59564,7 @@ }, "response": [ { - "id": "02a3606e-3fe6-44dc-8bb8-f62e98978e98", + "id": "72f6a78a-62b0-424b-8529-b489bf8312ce", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -59619,7 +59619,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -59654,7 +59654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa52f26-14ed-480e-9f8d-07802a1f4833", + "id": "a35c94af-3a42-43c8-a38e-d1695955da42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59709,7 +59709,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -59744,7 +59744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9745a68-fc3b-4b57-be47-14d9c9182d5e", + "id": "e47fab6a-43f3-4e05-b9db-1b6874d555dc", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -59834,7 +59834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd30e26-8b2a-4375-87f7-46dece4a6119", + "id": "6357bb01-5917-4c47-9a7f-e6cdfbd15364", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -59924,7 +59924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a77379-9f3b-4b13-a546-44b0397c36d2", + "id": "da2ac4ca-432f-42f7-af99-5f111cb84147", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" } ], "variable": [] @@ -60014,7 +60014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4f94b2-e6f8-4052-bad6-8010c0306e6f", + "id": "1fa6a198-9dbd-41dd-a209-00e41da6b951", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60069,7 +60069,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -60110,7 +60110,7 @@ } }, { - "id": "f14294a4-0c45-48e4-8539-7d4e5b077b10", + "id": "e631deb2-a2eb-45d9-8765-fed6c666cfb6", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -60153,7 +60153,7 @@ }, "response": [ { - "id": "4bcfd3f9-b1ad-44f0-8c51-9c7f17790985", + "id": "4ca3554d-387f-4680-8bc4-653a8dea3df3", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -60210,7 +60210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354dc808-75d1-4245-a8d1-97c3d7c7b867", + "id": "e44a79fe-2009-4ac1-a909-a6b70f7502e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60267,7 +60267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "285d01e5-436d-407e-bf15-6807d80d795b", + "id": "0b68f438-5327-4ddb-9a95-0bcedcbe2667", "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": "422960e8-c943-4c00-bef7-dfa4bd5aad13", + "id": "87d7a8d9-cc08-4a64-a829-adf5e56cf6a2", "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": "0de3793f-7eb6-4116-abac-72643d317374", + "id": "46b180c9-9ab4-40ef-97fa-2b1617d44c65", "name": "Too Many Requests - Returned in response to too many requests in 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": "4204b963-91b9-4d3e-8b74-5467d0969bbc", + "id": "778efad3-d39f-4c2a-95e4-d40019beb95a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60501,7 +60501,7 @@ } }, { - "id": "435bca69-fee9-445c-80ef-1e02ac38806c", + "id": "68951a4b-fa16-4cd4-88c5-a75e452fcbe7", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -60577,7 +60577,7 @@ }, "response": [ { - "id": "07a63996-3f73-45bd-aa36-395b46b81651", + "id": "d4e27d5d-ffcc-4061-a212-dd4c76d8ba80", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -60632,7 +60632,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -60667,7 +60667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc04317c-e3bc-438e-8942-677da4e7f18b", + "id": "c03b663c-9826-4bd5-9e47-f2b86181d122", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60722,7 +60722,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -60757,7 +60757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a6ba9c-2109-41cf-9809-a4cdf489b136", + "id": "2bce6f90-9c22-4527-95cf-3becf0ec9e61", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -60847,7 +60847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec716f2-45c7-491c-a5f6-c989b6ce46bf", + "id": "67665982-1e73-4043-97af-6a8a776f7803", "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": "sunt velit" + "value": "q" } ], "variable": [] @@ -60937,7 +60937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b3a67a-c49b-4409-b5a2-ad21e587e606", + "id": "a8b4a537-03fc-4501-8d0b-a2769bd423ae", "name": "Too Many Requests - Returned in response to too many requests in 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": "sunt velit" + "value": "q" } ], "variable": [] @@ -61027,7 +61027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a8491ed-5cc9-4c09-b4b3-0dd38b498e8c", + "id": "52cf0262-b5f8-4401-ba5a-36fe08b2e87c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61082,7 +61082,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -61123,7 +61123,7 @@ } }, { - "id": "64f61217-5c51-4238-9f7c-f9d6617d8de9", + "id": "a538dd83-8920-442e-a876-ff4e1fd0ba88", "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": "fe699446-a994-47bc-aecd-910c3c058766", + "id": "57b9ee7d-c7d4-4a80-9f78-7cd382cf475b", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -61225,7 +61225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5be0e7-be5b-47d2-a334-061b9275d9e9", + "id": "b01e90d0-5c4e-4d34-ae42-57868a3b80b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61283,7 +61283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec3a707-8eee-4e06-a35a-c2f47486175b", + "id": "447cf785-4541-4552-b86c-72c0c8b2f05e", "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": "e32808f2-cd38-4c6f-a223-a4e3c3f6f517", + "id": "d020c6bd-d330-4aec-ab15-bafdbe23de21", "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": "c04265fe-0a7c-4613-a59c-1abb3ff504a7", + "id": "27f98fad-3a7c-4a00-9258-6757553c4f58", "name": "Too Many Requests - Returned in response to too many requests in 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": "f4b1c3c8-eb38-4618-a51e-3f791a8433cd", + "id": "5d22e931-8d6b-4b70-8a6b-7a6000e2db4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61527,7 +61527,7 @@ "description": "", "item": [ { - "id": "3059d290-0b53-41af-a03d-871c5e7408d4", + "id": "4b4def8b-080b-4e73-889a-8e848887c1d0", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -61602,7 +61602,7 @@ }, "response": [ { - "id": "59796344-e889-4403-8236-7e5bf52ad240", + "id": "80f63561-0ce0-4d23-8479-5327cc4279b1", "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\": \"incididu\",\n \"type\": \"ROLE\",\n \"name\": \"sint in proident do veniam\",\n \"description\": \"Excepteur pariat\",\n \"ownerName\": \"dolo\",\n \"ownerId\": \"eu commodo adipisicing Duis exercitation\"\n },\n \"status\": \"voluptate\",\n \"lastUpdated\": \"1953-10-26T00:31:26.727Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1972-06-23T00:33:52.540Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"qui velit Lorem\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui Duis amet laboris\",\n \"description\": \"magna aliqua nostru\",\n \"ownerName\": \"dolor Duis aute minim\",\n \"ownerId\": \"aliquip voluptate elit\"\n },\n \"status\": \"consequat\",\n \"lastUpdated\": \"1993-09-20T17:19:23.940Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2015-08-26T13:26:32.347Z\",\n \"createdByUser\": false\n }\n]", + "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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9ffe941-29e5-45f1-ae03-28af08761432", + "id": "e5898d83-a307-4d77-a8b9-523e15828816", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61780,7 +61780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f455d7-a9cb-46e2-9cda-ce536132c7d2", + "id": "26ec6d90-38c9-443d-9148-2ca8691aa832", "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": "cd0453fb-8764-41ad-a3ef-c397404167a7", + "id": "922881a3-1d7c-4114-a09b-d0d6c5104b12", "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": "c2722dd0-7308-459c-8b81-f46fb47918d4", + "id": "9a00cf04-8099-4bbf-978f-658897b8626f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62053,7 +62053,7 @@ } }, { - "id": "71b201ca-27d0-40e8-aff0-fc10e6c49776", + "id": "407e70a4-cf43-4126-8f55-29318b480572", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62095,7 +62095,7 @@ }, "response": [ { - "id": "1efe1bd0-d1f4-44be-b0f6-18292786007a", + "id": "15239fc8-0934-4085-a691-843c4dda74c8", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62146,12 +62146,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"dolor do\",\n \"access\": {\n \"id\": \"laborum qui magna aliquip incid\",\n \"type\": \"ROLE\",\n \"name\": \"sit est mollit\",\n \"description\": \"dolor nostrud est Duis\",\n \"ownerName\": \"magna sunt labore dolor\",\n \"ownerId\": \"quis velit ad\"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"labore fugiat\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"officia deserunt\",\n \"createdByUser\": \"laboris culpa officia consectetur\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fed0b486-26d7-4926-a077-422a787dc059", + "id": "349c1be8-a1c4-4e03-8b52-eed7f0f83953", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62207,7 +62207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9585233c-4d63-4de3-a8e0-196caf6777f9", + "id": "ceaaee80-cda6-44ba-8291-499f89e88c63", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62263,7 +62263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "262826ae-51be-4490-bd63-d9a3f32e37d9", + "id": "d7d7a6ae-ded7-4002-98fa-c553d15f211d", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62319,7 +62319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74271064-dc05-4adb-8cba-a1e8405e91d5", + "id": "98592584-6978-4314-ace1-ed7c8669b52c", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62375,7 +62375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb6d761a-fdba-4cc2-b08d-0f9a020cbe7a", + "id": "d42139c1-4eeb-491e-908a-91b58db7eca8", "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\": \"et dolore\",\n \"type\": \"ROLE\",\n \"name\": \"sint adipisicing ullamco\",\n \"description\": \"Excepte\",\n \"ownerName\": \"qui commodo reprehenderit exercitation\",\n \"ownerId\": \"Excepteur sit\"\n },\n \"status\": \"DENIED\"\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -62437,7 +62437,7 @@ } }, { - "id": "c84b3e12-2c42-466b-909e-8b60678397d8", + "id": "ae277c56-27d9-4a52-829c-9ee9e3383f18", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62480,7 +62480,7 @@ }, "response": [ { - "id": "8aa5bbdb-e052-4af3-b181-5eb003a1ede0", + "id": "b5657446-3335-45ed-b407-cf40787f5c95", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62537,7 +62537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef895acd-abb0-435a-95e3-15cfe0e5929a", + "id": "26869914-3160-4313-951d-76a93216a7f4", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62594,7 +62594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82043731-5c93-422d-91eb-40704406ec53", + "id": "7c159e90-9287-438b-8443-bf1b60f631a0", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62651,7 +62651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ad6db0-4d0a-4099-bda2-6c5b803c51d1", + "id": "4481a928-da19-4d0b-873b-a70bcd0647a1", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62708,7 +62708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "558129ce-cf61-4dd6-9da1-183ab3c6560a", + "id": "eeef8751-fc54-494b-a5aa-a522ec8a35e2", "name": "Too Many Requests - Returned in response to too many requests in 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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62765,7 +62765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f356658-2953-4bb3-ac5b-e57ffc78c5ae", + "id": "927744b0-532d-44a4-b6e8-d468cc5df096", "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 \"cdfe80f3-448d-5cf6-a3ec-09c97cb0f389\",\n \"urn:uuid:11f643b2-562d-ef1f-d5b5-362c40ec87f8\"\n ],\n \"deniedIds\": [\n \"urn:uuid:a1cfdecc-be09-ca3c-8307-585d3289e547\",\n \"urn:uuid:2e2211f1-0d7a-5854-cdc1-c612f3ac185d\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:340df6da-6946-a7aa-deec-768104d850ee\",\n \"urn:uuid:8883f3ac-d7f0-9f2b-efa9-86b7b7a39428\"\n ],\n \"deniedIds\": [\n \"0ddf5b7f-5356-db6b-e108-e92c43f900e0\",\n \"urn:uuid:c5d96e0f-632e-baaf-77ae-48661eafdb9d\"\n ]\n }\n]", + "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]", "options": { "raw": { "headerFamily": "json", @@ -62834,7 +62834,7 @@ "description": "", "item": [ { - "id": "f2f9167a-3ac2-4e2a-b731-f83848f87b29", + "id": "bbbaaff3-f97e-4e99-a968-f146ca202e45", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -62875,7 +62875,7 @@ }, "response": [ { - "id": "c1fe96a9-4cd5-4452-88d0-5409792b63ff", + "id": "d972c21f-d4da-42b1-b0c6-e0cb663b23d0", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -62919,7 +62919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37d6fe5a-7218-464d-afec-8e7efd50093f", + "id": "edd76636-4c79-4338-ad7f-04ce24eecdd4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62963,7 +62963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0554bd4-82dc-42bd-bf7e-e557d590f608", + "id": "0e7a2ad2-c735-4567-962c-03c3ca3b9dcc", "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": "0f58adb7-f250-44d8-ab53-cba6875eccbe", + "id": "329cefba-314e-4cc9-ad64-61b3adfe3bda", "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": "1dfc54e4-95b7-4d07-9c0e-2ba21698b44f", + "id": "3405a93f-5872-4080-969b-cca4e9526366", "name": "Too Many Requests - Returned in response to too many requests in 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": "8e0d4e0d-eda5-476b-ad2d-461dbbc4d5ee", + "id": "134a9abf-8d1d-4ca2-8f47-411d4fbdb431", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63151,7 +63151,7 @@ "description": "", "item": [ { - "id": "15c7fff1-fca8-4fc6-a060-0d2e5d200785", + "id": "2a5e3167-c8c9-46f2-b14f-07b3b9e236de", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -63226,7 +63226,7 @@ }, "response": [ { - "id": "8fac23f2-c265-4fa7-bd99-cfba0524569c", + "id": "28d916a5-4eb1-4db9-8fc6-4ac103f2aa20", "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": "-34183988" + "value": "5002332" } ], "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": "1735aa8d-9552-44d3-bfdc-8b6610a58da6", + "id": "60da591d-425e-47bf-86f4-7a65a3d76453", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -63413,7 +63413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24a5829-a916-4a26-8f29-b1875ca334bc", + "id": "56d841a3-6ae3-4070-917c-aaab52e4c8c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63502,7 +63502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c48778-887f-424f-a5da-5f4a129aae91", + "id": "a3bf2d5b-b986-4491-bd85-8c1703834ead", "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": "9e62df01-c5d7-41c3-baa8-a1e2f17df374", + "id": "446def78-bdb5-4312-8a85-44878b786249", "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": "b145db2c-9efd-4955-a6ac-7d9b29aaddf9", + "id": "49634df6-6d40-4323-b5cd-478035faffbb", "name": "Too Many Requests - Returned in response to too many requests in 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": "b8d048ce-3571-4a67-8e62-abf15cad0d08", + "id": "70ada6b0-0591-4dd2-bee0-78bec4730134", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63864,7 +63864,7 @@ } }, { - "id": "1ea8c2e1-0aca-474d-b1e9-68a29b527e11", + "id": "19fcb7c7-f82a-4b39-a5f0-2758977e61b4", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -63904,7 +63904,7 @@ }, "response": [ { - "id": "39ea827a-1dcf-4262-af1d-ec19e652771f", + "id": "d0a8a319-a282-4dd1-8e90-eaa9acd76d95", "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": "e9654b59-af28-4cf6-97c1-6ce61629bca5", + "id": "08ff0d3a-0755-4741-888c-c7b54a0bbd13", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -64012,7 +64012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234c6eaa-5f7c-4ed9-b3a1-e8c396d6413f", + "id": "ef3157d9-be8d-48ed-b5aa-76eb8605a47f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64066,7 +64066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98363011-d6c8-4c08-b40c-46c88797bc49", + "id": "6084fede-cf59-4503-b3d2-ea3df663b503", "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": "63ea0f97-4faa-4622-a4b4-3c2c298e0ea8", + "id": "bf736e55-1cb2-450b-ae99-b41262b56198", "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": "b163cb2f-82af-467e-8575-ee7376330044", + "id": "39e255cd-92bf-45e3-9c94-971b336bac5c", "name": "Too Many Requests - Returned in response to too many requests in 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": "bf039235-580a-40da-8538-f6546e9791e6", + "id": "c2364a83-a0fa-476b-af1d-9f4b3f1ff957", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64288,7 +64288,7 @@ } }, { - "id": "dd3d4c99-f581-4d61-a53b-1a1256ba3f3d", + "id": "61a23ce0-4ae6-4afe-9d26-3a4a0161fb52", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -64372,7 +64372,7 @@ }, "response": [ { - "id": "b0005103-f98d-46c0-a753-c2bb485accc3", + "id": "4b1af6ba-6a8e-4684-982f-e93c391a1139", "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": "-34183988" + "value": "5002332" } ], "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": "36e6a13e-9d6c-499c-8b5d-01db67d10a5a", + "id": "5ba9cfbd-dd38-46c8-b74a-ffe794ee3eaf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64577,7 +64577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aca19c3-38c2-4f2d-b481-56be854d2fd3", + "id": "fb3514a7-34a5-49a1-8006-24b06f913445", "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": "2aecf9c7-fb4d-4d18-a2f2-35aa511967b9", + "id": "f3352880-1821-49da-9034-a7edba678b7f", "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": "ff73abac-3fcb-490b-830c-89fb0a183b96", + "id": "0ef317c9-29af-4558-ae73-6b61a53904d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "3837e96d-fe97-48d4-b1d5-db17748b5cf3", + "id": "d942002a-fb37-4f15-a642-2d550d3547f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64975,7 +64975,7 @@ } }, { - "id": "c345b2e4-8407-4012-996a-0b23de959ca2", + "id": "8958b295-08ae-41cf-8e6f-6e17af5b9e91", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -65063,7 +65063,7 @@ }, "response": [ { - "id": "15151483-4252-4a3b-a712-c5e94c3aaebb", + "id": "35c2eb56-7cb5-4b21-8b3d-4d5583358974", "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": "-34183988" + "value": "5002332" }, { "disabled": true, @@ -65164,15 +65164,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "sunt velit" + "value": "q" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.8364529787724464,\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.4756850587424484,\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.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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ce18a9f7-8d25-4b81-a972-0be7f55034b8", + "id": "854344c9-48d6-481a-be99-223cf90019ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65263,7 +65263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de1b919f-ca6b-417e-b3ef-8b769b5d4ff5", + "id": "1c008457-ef4f-45d1-ab99-4a325cd14056", "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": "884c8da0-e8aa-44bb-8fb6-16d30f61c45e", + "id": "f17720a4-3838-4890-bde9-afe51c57968b", "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": "15ad79a0-3d21-4ee7-bd27-6f0360fced74", + "id": "c511fc89-6c5a-418d-ab61-3f845e78d92e", "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": "508711da-9ef7-4e01-9578-6ba0973f4860", + "id": "4635e188-1c54-46cc-b082-c5b83a6ed804", "name": "Too Many Requests - Returned in response to too many requests in 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": "8b0b6f17-613f-4132-83ef-7110b2707fb7", + "id": "72bef324-6afb-4bad-909e-4330e7a1e2da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65724,7 +65724,7 @@ } }, { - "id": "0b344ea2-9fca-4cbe-96b8-6afd9e0a9a6d", + "id": "e84fb3d2-ffef-45a0-90ea-8f26e6a8bfb4", "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": "231d763c-d5ee-444c-b26c-acc3be5bdbb9", + "id": "80237b3d-fa54-407f-a4cb-6a688f3640e9", "name": "The list of access items.", "originalRequest": { "url": { @@ -65917,7 +65917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc024f6-9d51-40c7-b453-b755d10e72ed", + "id": "cf04f3da-dfb6-4394-93f5-91b602275c94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66010,7 +66010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a5a9b2a-9da5-4be9-8142-3f313683fc32", + "id": "87714f62-7de8-4f7e-8804-8d2121d632c2", "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": "80e1bcc0-6d85-4a77-90e7-c5fdbed058b6", + "id": "66fe8b56-26c8-4d0a-9ac6-68812b920153", "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": "86bda667-c858-4748-a0d5-f2e27c37cc4d", + "id": "abff711e-6918-4eb3-a645-25aede134723", "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": "e0c2c956-4aa1-4a1a-8c54-179b93ed349b", + "id": "9c96c004-f77f-423c-b696-17d4f31c4ea2", "name": "Too Many Requests - Returned in response to too many requests in 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": "181c9a4a-1bb5-4260-9580-4022a29b1b61", + "id": "8f784179-bca8-46ec-bd93-d44d7026fea3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66481,7 +66481,7 @@ } }, { - "id": "d2b44e84-c672-4d8c-b1ae-3a7c3a110d8b", + "id": "7354cd79-ba55-4eb8-97e3-8b31b1643dc8", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -66524,7 +66524,7 @@ }, "response": [ { - "id": "498c661b-4b63-4781-87cd-45290aab7dfe", + "id": "5c6e99d7-4dfc-4d2c-b5ac-9b89beb1f6e1", "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": "9c1489f4-1e7c-433d-89ba-3857887eaa0c", + "id": "0b6e6cbb-bb30-4730-919c-206182ba556b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66628,7 +66628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf980f1-378a-435f-95fd-20850b8b5604", + "id": "09b44866-37d4-46e7-a4e6-a91cdf01cbb3", "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": "e037cd98-1c3d-4535-8703-e40cb4604977", + "id": "7bb7d451-4770-4c98-94e7-6f2fe831f988", "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": "2b3d9fad-b1f9-4d95-8b63-4edfd726d7bb", + "id": "07843e2b-d4ba-4326-9f20-d4da9cdfee1a", "name": "Too Many Requests - Returned in response to too many requests in 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": "4f8dcfe3-badc-44ca-9cbf-693ddbba87a4", + "id": "3a859e21-7eb6-4959-bbdf-e8251ae0f5d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66862,7 +66862,7 @@ } }, { - "id": "11361391-9fbf-448b-9de6-e2ef19db1902", + "id": "da2e1ac4-f6d9-4f45-ac3c-fe4c8887b2c3", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -66905,7 +66905,7 @@ }, "response": [ { - "id": "8c97903f-345c-4e85-b583-3591e0f6c845", + "id": "1a1042ec-4974-44a2-9f6a-84cb871cfdbb", "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": "de6e063b-8a37-4cba-b38a-f72cd8457bca", + "id": "e2a27f57-aa22-41d5-9669-48929caed327", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67009,7 +67009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "158ea1d1-aa0b-4038-a8b5-7cce47a03bd1", + "id": "2a246a80-690c-4bfe-8978-8d8381541b2e", "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": "5dfc7046-6677-4f2f-be25-83803f061d65", + "id": "b02723dd-035a-4bcb-aee6-6941492c0673", "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": "556aea56-253b-456f-8e41-68bf9a436b17", + "id": "48c98d6f-7e50-4e03-8972-993f5b377370", "name": "Too Many Requests - Returned in response to too many requests in 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": "fb881862-862e-429f-a716-6cb57c6f739a", + "id": "12ac7467-5dd5-45e4-9959-e41f9eec9585", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67243,7 +67243,7 @@ } }, { - "id": "f769bdd1-b775-4772-95f6-43a403e0f902", + "id": "78199de3-1476-4607-b560-40962ed65740", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -67283,7 +67283,7 @@ }, "response": [ { - "id": "9532b31f-bb95-4a8c-99d4-7c2ec27c0c69", + "id": "5d363b33-a4e4-49a1-a4f2-14165c2c9a23", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "7b30fe4b-949c-4a33-bc38-33033ed14d97", + "id": "0ea37026-660a-4139-a05c-9b274bb1f205", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67391,7 +67391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d817467-f065-489b-8ea2-246ea83ebf95", + "id": "2d1e3171-293a-4109-a06d-34e533411583", "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": "f9bc1741-6ecb-46a4-adba-b2f3ac815bcc", + "id": "6d6496f7-9330-45f0-8b27-866f9d223142", "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": "70d2b258-a2dd-4acb-aa0b-d78e7d7b4e19", + "id": "5ec79b1d-9117-4498-9877-2f8256da7e94", "name": "Too Many Requests - Returned in response to too many requests in 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": "9b9a9afa-12be-4139-9068-ffe687c2c2bc", + "id": "01ec29ce-f578-413e-8f89-d70c1a0fc521", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67613,7 +67613,7 @@ } }, { - "id": "0cf55b61-72e0-496d-a188-05443f7d2335", + "id": "7b97aaba-453c-42fc-9c5d-741b690973b5", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -67654,7 +67654,7 @@ }, "response": [ { - "id": "0d9c2824-6553-4e7f-840d-9381288510ba", + "id": "7a43fc69-4ee0-4973-9902-17ea9af0ce0b", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -67699,15 +67699,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "sunt velit" + "value": "q" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"ut aliqua\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"nulla eu\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d3815d9f-aa43-49c5-866b-a76bce853ea6", + "id": "10ab5e65-9062-4874-a7c1-048acf6d9938", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67751,7 +67751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a21940-e1a1-40a7-abc5-aaeb6dd3f0d5", + "id": "a9b01b41-e91e-47ca-afee-dd9246fc5788", "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": "2264bdde-a462-4abf-93d7-c36dd30c1db7", + "id": "16c7b8ad-63a7-478b-ba26-a7f31b987341", "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": "8ea8eb58-942c-46c1-ab69-975c0e18a998", + "id": "5d05cb28-ff30-4c9f-bac5-24e64805845c", "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": "fab5e5ae-a3a4-433f-b05a-72ed490986a3", + "id": "8019e9b0-3ab2-4bef-b810-cc5a9e69e1ee", "name": "Too Many Requests - Returned in response to too many requests in 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": "7550876d-6e79-4d1a-b8f0-905804a7f6a7", + "id": "470bf615-e2ea-45f8-a1c9-52e579cc2ec4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67983,7 +67983,7 @@ "description": "", "item": [ { - "id": "9077d597-25a8-4b6d-8357-3269eb1b85ca", + "id": "2f9f46c8-4eec-4d95-9ffa-1b63903eef9b", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -68053,7 +68053,7 @@ }, "response": [ { - "id": "c6a030ff-bc4e-4acc-9b4e-f6824dc76a75", + "id": "50d61215-5d8d-4bf1-b553-2b4aed421a76", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -68121,12 +68121,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"minim exercitation et\",\n \"type\": \"labore consequat incidi\",\n \"peer_group_id\": \"quis adipisicing culpa exercitation dolor\",\n \"attributes\": {\n \"officia_cf\": {},\n \"officia_68\": {},\n \"in_7\": {},\n \"ullamco_fb1\": {}\n }\n },\n {\n \"id\": \"ad nisi s\",\n \"type\": \"sunt esse Ut ullamco\",\n \"peer_group_id\": \"est veniam\",\n \"attributes\": {\n \"idc1e\": {}\n }\n }\n]", + "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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "07d7da2a-632f-4b0c-a794-598a612eab40", + "id": "0bc197f1-77a6-45ba-81c0-e7f3ec71c220", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68199,7 +68199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7be93d2c-08cb-4dc8-83ac-355fb3049a70", + "id": "cf59df75-f6b3-4957-a519-6b417c9275a6", "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": "da4d0fbf-eb0c-4754-acbd-00a5dac93a4d", + "id": "3c876cbd-caf2-4824-a98d-6d51e7934219", "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": "edc1205e-f642-4779-9de7-44df8924c606", + "id": "70a183d0-c0e9-4b6d-93eb-bb16eb9d43c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "0405b294-fd3c-4c32-ac98-09123ba22ba8", + "id": "57eb72a8-f072-41e1-9c02-eac8945df4f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68503,7 +68503,7 @@ "description": "", "item": [ { - "id": "e704cd32-90dd-4337-873d-ed4ea30604af", + "id": "da06752a-eabf-4fd0-9076-dd31090402e9", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -68546,7 +68546,7 @@ }, "response": [ { - "id": "f48a7d6c-4a86-4db5-b25b-4a825438d61c", + "id": "87cff8b3-f43a-4218-a938-f3de9d9b59ca", "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\": -38802071.83051683,\n \"featureWeightedScores\": {\n \"excd6\": 13186213.093355194,\n \"Duis_022\": -15556613.291109085,\n \"mollit8\": -36531534.9731008\n },\n \"threshold\": 78643135.8373695,\n \"identityAttributes\": {\n \"magna70\": {\n \"value\": \"sed officia sunt reprehenderit et\"\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\": -75499068.69648732,\n \"featureWeightedScores\": {\n \"Ut7d\": -86644233.31572872,\n \"esse_4\": 81794690.13936892\n },\n \"threshold\": -94413026.54582393,\n \"identityAttributes\": {\n \"fugiat_2\": {\n \"value\": \"magna aute\"\n },\n \"laboris_5\": {\n \"value\": \"in incididunt\"\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\": -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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d3e1888-8fe5-4bc8-b97c-828d1cc47c27", + "id": "b19c64ec-b932-47fd-ac95-f2b092acabaa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68660,7 +68660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "675ddd57-be98-4ec2-80dc-3bc72d106b4c", + "id": "160d100f-18b9-4d99-9f41-604172b46c42", "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": "55605388-0c02-4f07-a55c-353f477606ec", + "id": "dddf72b0-f5cd-4a5c-9137-02375612a9c5", "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": "cac20789-4d3a-40af-9f25-9803fcc3df33", + "id": "084cdb43-a497-420f-b908-92426bb84dbe", "name": "Too Many Requests - Returned in response to too many requests in 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": "704ecfa4-b238-43ae-b2ae-7a3706f8a04a", + "id": "45fc54d2-d363-4f0b-9e86-a140f0bf3510", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68894,7 +68894,7 @@ } }, { - "id": "418d5382-fbc1-403a-93f2-e02baa29a13b", + "id": "5b174652-47be-4f84-95aa-b76f22b9f0aa", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -68924,7 +68924,7 @@ }, "response": [ { - "id": "1c387348-138b-4cd6-9f05-8e413f1db7f7", + "id": "53fcb4ce-58f8-48e2-b5d5-2a3453c07bc8", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -68968,7 +68968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc692980-ac3a-4909-a174-d50b7180dda2", + "id": "ec83da07-638f-488a-b78b-a6571150cb71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69012,7 +69012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66786d20-e7bf-4029-89ad-d448ae674da4", + "id": "8f01509a-e1e4-4572-a79c-195adcc44e8f", "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": "065f8032-8012-48c6-860c-99e515b2572a", + "id": "4ffa6ca1-e1f9-48cd-95d5-4256adcfe77b", "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": "66be757f-5e53-488e-bc3c-c9a55181fada", + "id": "b3604ff3-e143-44e3-9072-732982fbf8c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69150,7 +69150,7 @@ } }, { - "id": "66a4eb35-21ec-43f3-b131-d3fd485ad830", + "id": "9b4952ae-3476-4b8f-bb60-eda893805624", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -69193,7 +69193,7 @@ }, "response": [ { - "id": "fe8b5fa5-7a1b-4951-8e03-cc0d772e50ba", + "id": "f8652608-ee8b-436c-88b7-64015ae15de7", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -69250,7 +69250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e5ff84b-cd97-4e15-a4db-98fc4e42c64b", + "id": "04b2eec7-ea65-416a-9107-8501e6230ada", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69307,7 +69307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2545283-21e7-44e4-abb6-24773015165d", + "id": "3323f456-c728-42ce-83e5-8b50824af8d8", "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": "d683785e-3405-423c-92fd-f3fdd74216fd", + "id": "c9f2b365-4c8b-4ea0-bb2f-8c6053ad4291", "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": "bbb59408-e4f5-4b19-ba5e-f672083dfd94", + "id": "f7520482-3840-428e-ba3a-72bd181919a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69490,7 +69490,7 @@ "description": "", "item": [ { - "id": "f4ff6fb6-9c67-4d64-9596-317a7fe6c86b", + "id": "d64c6bcb-2ff6-42e7-97ef-2f02f7bf64a9", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -69532,7 +69532,7 @@ }, "response": [ { - "id": "9a807110-0ca0-45f3-9fbe-4b3570fdfff7", + "id": "5251adc9-fb65-43ec-a89f-9fa3fd483503", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -69588,7 +69588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d9c6d4-976c-45d4-b3b9-03d595b8d208", + "id": "ad5ff7f9-4731-4090-97e3-24f878130bc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69644,7 +69644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d925e0-046f-44a2-9322-33b8dda4fb24", + "id": "3da1462d-fbfb-441b-8fd3-24ee4b0f0a47", "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": "0db16049-308d-453e-ad23-9e4d6e7d8836", + "id": "5a0704fd-b307-4864-9824-b1c95601995d", "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": "e4199b64-2abb-470a-b2e0-a0a02aff5ae0", + "id": "81408a58-ebc5-4a85-9bab-a6a5bb8df4fc", "name": "Too Many Requests - Returned in response to too many requests in 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": "c05a3e36-84fb-4337-b2b0-07b11aabe7fa", + "id": "8a302294-cca2-4867-b6b8-d4538c02d8d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69874,7 +69874,7 @@ } }, { - "id": "c546f625-017c-4b05-943b-57b841ccb8d9", + "id": "12c85a31-690b-4f4e-b285-29e3fc1c2943", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -69949,7 +69949,7 @@ }, "response": [ { - "id": "b06db554-07f0-49db-b353-01dcfc570bf7", + "id": "17b4969b-aae7-4c80-8326-c31030cc9cd5", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -70038,7 +70038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b1122b7-4433-4a2d-bf63-50491c861f4f", + "id": "dab07fc8-219e-42c8-a740-17d562265afc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70127,7 +70127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a4943b-38fb-4181-bb0e-d5bfcef7249f", + "id": "74b24e8f-3fdd-489d-8bbe-c2e07c571599", "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": "1fda5e58-fa15-4f47-a018-f6c4bd6244c8", + "id": "f62ab7a5-f5d5-490c-bf3b-c813a0d79772", "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": "4445d4ed-3fe7-4754-9e0b-111f191daf09", + "id": "b8f4a8e9-9ff5-44ea-81b2-72f53027b1ca", "name": "Too Many Requests - Returned in response to too many requests in 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": "813c674a-59eb-4207-a107-35892266386e", + "id": "824ea97e-4854-4789-936f-ff09c6802bb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70489,7 +70489,7 @@ } }, { - "id": "1e3c8a71-c7fb-482d-9f00-0ebbb044036d", + "id": "effec70c-4478-44cc-9e80-914b710586c8", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -70543,7 +70543,7 @@ }, "response": [ { - "id": "a7524763-c4f3-45b6-90d8-d1f3f25a6af5", + "id": "e63d1a11-6675-47c5-a6f8-2f49bf96b57b", "name": "Success", "originalRequest": { "url": { @@ -70600,7 +70600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63770226-901c-41bc-a3e9-0f9f2bd04757", + "id": "9a31ab49-261d-4f92-ac7c-9a660cc8172d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70657,7 +70657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29556a12-a71f-4d30-85ab-bfaa7323b760", + "id": "03e09fae-df30-4470-8ed6-be03ccdba6da", "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": "347536c6-45a6-4fb3-9c66-4f0bbb0a39d1", + "id": "3321c8b9-f74f-446b-afde-d0ba29c06e86", "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": "145e8d66-f3a6-438c-bccd-7cc61fd6928d", + "id": "d94605d6-883c-4660-9353-20b794fa7a7a", "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": "675f655c-b3f1-4f74-bf88-15084a6a1506", + "id": "53100c61-3108-4a1f-bf8c-802ca1d3fb02", "name": "Too Many Requests - Returned in response to too many requests in 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": "32decc91-e113-4ed9-8a73-490a1f7cd728", + "id": "f6d3517a-410a-4cbc-9fad-6de4ae91f018", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70948,7 +70948,7 @@ } }, { - "id": "cac4e0d6-d0f7-4674-acd1-4a5c68fffcac", + "id": "48efe6bd-4c72-475c-b20d-c8cd6ca285ed", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -70989,7 +70989,7 @@ }, "response": [ { - "id": "ed7ab8f9-bab2-4f9a-98fe-b56f59388207", + "id": "89fb1d09-c616-40e1-b83f-bd0056df1e5e", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -71033,7 +71033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9b4beb-f3e1-4025-8fe0-cf51a6597d80", + "id": "c3815297-74ed-4273-baef-c338fe2deda8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71077,7 +71077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81595dd-26ae-4015-b35c-81c82364d1f5", + "id": "5c0bf4b5-9908-465f-9a90-b608f298c286", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71121,7 +71121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21199c39-50c8-498c-b44c-25b57e60549d", + "id": "9b3118eb-d43e-42e4-ae79-f506d2109307", "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": "74f6756d-cdb0-4420-8e15-b2f8f5cf3026", + "id": "b24a172e-fda6-47e6-a541-996f18e1da81", "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": "414aff0d-dd73-4cb8-a6c8-1db5d6aa0951", + "id": "1800d8bd-0ecb-4a2a-8f68-5a4e59d267d6", "name": "Too Many Requests - Returned in response to too many requests in 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": "6e8ad8db-f46d-4666-aa75-841205fbc660", + "id": "540c5a18-f7e0-4f00-82ad-2c605419501f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71303,7 +71303,7 @@ } }, { - "id": "1b497eb9-e6d4-4d9d-bad1-4701711b524c", + "id": "5721e7d4-31dc-4c35-91a2-c461734eb644", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -71345,7 +71345,7 @@ }, "response": [ { - "id": "994b73ef-78bb-4d1b-a6b1-1fc458d159af", + "id": "3a8db49a-0716-43d1-947a-ea014adea888", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -71390,7 +71390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a7639f7-09b1-4181-895c-5bc155e69ac3", + "id": "1149bc04-be6b-4082-bd4d-d06b3abafa29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71435,7 +71435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9b4dc2-3ff0-4523-b2d6-4c4bd9899bb3", + "id": "34cc7481-f621-495d-80fc-80c9f4b18a18", "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": "f3105f9b-66ff-4129-a850-511373c66329", + "id": "105f8a4e-6f99-48ba-8204-6e21ab24a255", "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": "7a58f93a-bcab-4fe1-ad38-54a9182ed552", + "id": "ac2b3275-b7df-4b99-8aaf-432871c11acd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71576,7 +71576,7 @@ } }, { - "id": "bba10ccd-83c0-4ff7-8efa-6c5bc27f03ac", + "id": "5efb4729-9b31-4625-9dd9-61a898ffd46f", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -71664,7 +71664,7 @@ }, "response": [ { - "id": "05f7437e-e432-48fd-869d-5bccc7c3c598", + "id": "633e40d6-2419-49b6-92e9-ba0e12f794a2", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -71755,7 +71755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fffbcf85-e1d8-42f3-b4c1-dcff4031996e", + "id": "14df0ade-ff66-4cc8-ab8e-e91c7ea74a24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71846,7 +71846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd8fe005-f621-4911-8c39-4b76703e4bf0", + "id": "2502476b-9924-4a7e-bccc-bfd3beb07b35", "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": "9a464b4d-f359-4f9b-af32-ab3b900edaf8", + "id": "860c5648-e9d0-49d1-a94c-baa5ec81882f", "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": "0ac4b8ae-fd4f-492e-abc3-f7cfdd2f077b", + "id": "57718b82-65c4-4fd9-9a25-4cc23a52b27c", "name": "Too Many Requests - Returned in response to too many requests in 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": "dcd1cb9c-4ab1-4056-b9da-e7c7d64f40d5", + "id": "efe52339-130f-4e5b-bf00-547962e2072b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72216,7 +72216,7 @@ } }, { - "id": "bd024561-e621-4e42-a180-cead89362a59", + "id": "0d519fbb-aaa1-4905-8cd8-27c07c728905", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -72269,7 +72269,7 @@ }, "response": [ { - "id": "c6db2909-06fd-48c9-ae0b-aafe18b9ce94", + "id": "abac1d83-baca-41ea-bc32-ef1a5ce7a0bb", "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 \"mollit0_c\": \"labore Lorem irure\"\n },\n {\n \"ullamco177\": \"qui cillum esse sit non\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"aliqua_e\": \"incididunt commodo ex\",\n \"dolor_6\": \"culpa proident velit\"\n },\n {\n \"sunt2\": \"nisi dolore amet aliquip\",\n \"cupidatat_b88\": \"elit nisi cupidatat ut\"\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "863648a8-941f-4c8f-8e33-23bc9e7b52d7", + "id": "ed665a7c-7ee7-4d97-a89e-5aaa726e1d44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72361,7 +72361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73f13c9b-98c3-4b69-9cef-2affbd8a27b5", + "id": "7d7c4dbb-4b79-4415-848d-cb3322b20aa4", "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": "713287a8-8cc9-4e5f-be41-e33b3bce6a72", + "id": "087e4c05-273c-483e-8e38-d4ebd701f902", "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": "dcd2d8f8-cc57-402c-9fb8-862d4422e853", + "id": "4780537f-31a1-4b51-ae23-f35ead006717", "name": "Too Many Requests - Returned in response to too many requests in 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": "850a7df0-0f51-4ddb-a36e-ed9eb693ac32", + "id": "4ac4ea55-c5d2-4856-b193-eaf08ab6e57e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72551,7 +72551,7 @@ } }, { - "id": "bf02590e-59ef-4814-969e-518b853e0282", + "id": "dfe95181-cc99-4a4a-87b4-cb30f6afd47b", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -72617,7 +72617,7 @@ }, "response": [ { - "id": "8c72b1ec-3300-448f-92ad-6cb3706d9f2e", + "id": "87ed65cd-7d47-4eca-be68-d98224c40cd5", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -72676,7 +72676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c035d401-f2d6-46b9-bf18-b082a059f640", + "id": "8da06857-67fb-4940-955f-da635bf14251", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72735,7 +72735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e9313d-a936-4e69-b0d1-ea1f6e534dde", + "id": "5645e97e-6c22-4bb5-834a-df2c022e9a6f", "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": "bd18771b-1242-4bef-8438-47e70845d4f5", + "id": "af7b5da4-b910-414c-8b79-cd4443a4ce7d", "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": "524593e7-7399-4b16-87aa-c42f5f2fa469", + "id": "44436ca9-719c-4b7c-9355-457df7424fa1", "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": "0e055378-d7b2-4be2-8a4c-66d9e6c49d99", + "id": "98835ee5-ce7a-4daf-9b8b-cfd015cd6a92", "name": "Too Many Requests - Returned in response to too many requests in 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": "7664691f-476d-48a1-b043-089d1a7b33e4", + "id": "9822bee8-5ece-49a2-bfd1-40e6defe4f64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73036,7 +73036,7 @@ } }, { - "id": "b6d2de73-db23-482c-b31c-856a18b3d3d9", + "id": "16d8e699-74fe-45d1-b2c4-85fe9ea72c04", "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": "e4936346-e344-4446-94fe-639dddd6c639", + "id": "e0b4f2a7-693f-4897-92bb-e896aa2168b0", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -73193,7 +73193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c129eb20-e212-41cd-9d31-1303b597d94b", + "id": "fabbcf44-1861-4d10-8398-5aa76643714a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73268,7 +73268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ece338-0d1e-4165-989a-168289b642a9", + "id": "568c5ffc-30ba-461d-bc84-e447b1931d23", "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": "a25bc8e3-9f7a-4a10-9c8e-fffa0033c4f9", + "id": "01c1478b-8e94-487d-832a-fbf7366c1892", "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": "ea5efef3-5ee2-4a20-8780-26e16dfa4ed7", + "id": "e8557fd0-4c64-40a2-afaa-7adfbf8cd981", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73499,7 +73499,7 @@ } }, { - "id": "d53eb209-482d-4851-bc19-20f909c27875", + "id": "0309ea63-0293-41d9-ad81-f9b6e8906e9f", "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", @@ -73526,7 +73526,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -73608,7 +73608,7 @@ }, "response": [ { - "id": "a4092dc1-df67-4f38-9a0d-a3c28221cc46", + "id": "1aa52916-4f34-49b1-bf17-3574dc100a72", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -73630,7 +73630,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -73710,7 +73710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8133e4bd-8282-4b45-b550-e675daa395c6", + "id": "703ae4ec-c2eb-4a7d-9f94-f280baa63104", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73732,7 +73732,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -73812,7 +73812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de9be06b-b448-4ffd-a66d-05064f2c565b", + "id": "c1259e19-5b46-4f45-aa26-b5012e2c8413", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73834,7 +73834,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -73914,7 +73914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "375d1ddd-1d9d-4e88-9132-4dc5e1c5942b", + "id": "d14e25de-bc6c-423e-837c-21b572dd7e5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73936,7 +73936,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -74016,7 +74016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b747afcc-fe10-4ad1-9220-dcc97a3189dd", + "id": "27fa2781-ec88-4c46-b281-2108f4d360e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74038,7 +74038,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "false" + "value": "true" }, { "disabled": true, @@ -74124,7 +74124,7 @@ } }, { - "id": "c44b93d9-c3b3-498c-bbd9-918ebdb0b05c", + "id": "2bf147ec-3a4f-4023-aed1-c57a06f32402", "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": "2d789165-9b85-4520-a51e-642f086c11cc", + "id": "5f504cfc-8f34-4c53-9f71-d33e6a259c1d", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -74240,12 +74240,12 @@ "value": "application/json" } ], - "body": "{\n \"aliqua_eb\": 28874602\n}", + "body": "{\n \"ea_a82\": 53360187,\n \"commodo262\": -31822200,\n \"est_335\": 4037334\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a71e279e-ac94-4d0d-a117-7345d94df945", + "id": "a3c87994-c77d-4cf5-9b90-dc42678c652a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74302,7 +74302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2bb549-f3bf-476f-842c-8360b6ef198b", + "id": "3b3ebcc3-fd76-4306-9c8e-0078bd04b8f9", "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": "6d43403c-afea-4c0f-9908-fe6c507bc74c", + "id": "628872f0-d8bb-4b47-b366-f34acf0c7037", "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": "fe2e3443-d4ea-4e31-b399-b0b2803d131d", + "id": "1ecb2f07-a171-4f44-9af0-19077a0d0d3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74479,7 +74479,7 @@ } }, { - "id": "d4370b70-24cd-4e96-aeba-38190a318364", + "id": "b80fde93-75bf-42c7-8d3e-f1541d236f09", "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": "e7b5fe0e-1c8a-4cd5-a04d-d99a34640a95", + "id": "2b631dc4-6b94-41e0-95fa-5da8d1acfd8f", "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 \"mollit0_c\": \"labore Lorem irure\"\n },\n {\n \"ullamco177\": \"qui cillum esse sit non\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"aliqua_e\": \"incididunt commodo ex\",\n \"dolor_6\": \"culpa proident velit\"\n },\n {\n \"sunt2\": \"nisi dolore amet aliquip\",\n \"cupidatat_b88\": \"elit nisi cupidatat ut\"\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "506bb6a6-4ff2-488b-961d-a1d8c980272d", + "id": "725fa377-0c99-4b3a-b064-5e44c59fe5d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74666,7 +74666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b73167-75b8-4010-bd15-4099705a89e9", + "id": "a6ace1f7-22fd-4c24-8f79-36312165df2d", "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": "e4224c35-cd04-4fcd-b834-ef5a4c06d8b4", + "id": "33a19e45-d84e-42bb-b9d0-91fd5d55ba5e", "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": "90c3707b-e2b5-4625-bd72-26bc75d0f664", + "id": "3ba6059e-16b6-4160-8227-305d67a086dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74852,7 +74852,7 @@ } }, { - "id": "ae9ace08-bf93-4238-81c4-4a884ff3bd6b", + "id": "9cc5f03c-c798-48ac-84fc-fac67997a660", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -74952,7 +74952,7 @@ }, "response": [ { - "id": "97221e91-4234-4e98-8794-665f6fb58c69", + "id": "0d38a4e3-183a-41b5-8b30-8ad64bd80cc7", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -74983,7 +74983,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -75045,7 +75045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb283d71-7574-4f66-b6d2-c0728f40ca2d", + "id": "4f1457b8-0eab-4cb9-8b8e-4c5900c88599", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75076,7 +75076,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -75138,7 +75138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fd7c0f-49be-462d-b64c-e48c40bf0331", + "id": "730b2931-a4f5-4d44-be01-9dda0214aa42", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -75231,7 +75231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25bc169d-c207-46dd-903c-3b768f39192a", + "id": "6d183b06-2a40-4ac5-8c51-10a5b2699b84", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -75324,7 +75324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24373a09-76cc-4fe8-9343-0f97c1a70d16", + "id": "3d03afda-a732-4324-8c28-b51e3ad8f89e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75355,7 +75355,7 @@ "type": "text/plain" }, "key": "filters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -75423,7 +75423,7 @@ } }, { - "id": "97fc5453-9872-4a59-a31c-0262995bc4a1", + "id": "2d892d10-98aa-47e1-b8c0-eed865e91ef1", "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": "b4461b7a-df03-4443-b9e4-bce6a8b795fb", + "id": "0b61b656-5b2e-4e6e-8960-ea29a9ac3a45", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "196ab4e2-efe7-4d96-9062-77fe918ad33c", + "id": "5726390d-4e17-4087-b79f-44f384c4b460", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75571,7 +75571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b5c3e7-843f-4c1a-9ec3-ffc02f6e23ea", + "id": "2cef9dd3-e880-4bf0-bb0a-727fa733180e", "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": "fbb03ce2-96d5-4378-b19e-fa4931128d82", + "id": "f1275eec-f16c-4762-b429-df2a59d2f25a", "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": "8486b6b4-ba45-40b5-bbf1-b88827c6e2eb", + "id": "fcca79cb-8242-45fa-ad2b-95f94543b92e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75718,7 +75718,7 @@ } }, { - "id": "c784cab6-c996-49c9-8220-9de6b6c7e8f4", + "id": "89f83853-c985-4331-be3f-4f9f19375000", "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": "eda89c8a-eef2-4413-a67d-4e82788c8471", + "id": "17c7dc1e-78a4-459a-b250-edb14342a2fa", "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": "ceab9a9f-1280-474e-bc71-87f8c7ba7d4f", + "id": "9a748a51-039e-48e8-85cc-2c7ed6856e9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75905,7 +75905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db9583bf-486f-4e79-81ce-9333e8ec4ee5", + "id": "312b7a8f-2318-4fe1-94a7-c2673dbb795e", "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": "b88815fe-62ec-4d02-940e-cfcb3e610af9", + "id": "c0b7653e-1ded-41c0-acea-33a474193637", "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": "7ceda29a-3fdd-4ed3-90d0-8044cfc1bcd5", + "id": "36db43e8-889b-4c51-b318-1c6055c4c160", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76091,7 +76091,7 @@ } }, { - "id": "d992a9c4-0e51-476a-9cc7-c565e1cc805d", + "id": "dbb385ab-0269-4f04-a312-9b4c1416963e", "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": "bb4f2e39-c21a-478f-8c3a-a6ad9d41b961", + "id": "a1bf1e7a-f629-4c23-bedc-5bb98816b211", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -76204,7 +76204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41188f21-c0f6-4b63-8216-7ff15aaf5510", + "id": "0831990c-bd0e-4836-b2b6-14fa6009cf66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76252,7 +76252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4462a4e-036c-4139-b7dc-0ccf7ef3d612", + "id": "a1641875-5f43-4093-a078-f29c739a3d49", "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": "312eaef9-176a-4a9d-b9d6-b1d08d98db08", + "id": "3f1c1c97-e001-4c29-8e03-4b0f1b0b8884", "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": "329c837a-f1a3-4807-962a-2cdba71639eb", + "id": "cb675211-c337-4449-a2ca-bf454820acf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76402,7 +76402,7 @@ } }, { - "id": "43eaf981-1f60-47e7-ab12-f428e8c1c85b", + "id": "a7c5899f-7e98-4306-b471-61c913312609", "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": "be67a1f3-d1d6-44f8-912a-a83f94a89020", + "id": "a21af9d2-a146-4193-a8f7-b0cab3cfdf10", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "955f8f1d-e9a5-471b-898f-44d76ca982fc", + "id": "8e4cfe40-e3cf-4c56-8214-dfcf3c0be6b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76566,7 +76566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e6a2f5-76e4-4c2b-8328-48072542b9db", + "id": "f7e15c45-ecaa-4d50-a172-fd532f27d512", "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": "69a028e2-1b4f-41dd-aa9e-38e1c6bf18fb", + "id": "f6c411ba-f2a7-4b27-bfcf-b7bf5c0375ab", "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": "98707d0f-ffde-4c21-93b4-a03ab5c9afd2", + "id": "4eb0437d-65d9-4b3a-83fe-d507d159b15d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76719,7 +76719,7 @@ } }, { - "id": "1e3185d5-4f0d-46b2-b339-65f02cbb6f69", + "id": "e9535b6a-44f3-4b7d-a9c8-8d258b33d281", "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": "cbd296c1-2164-4354-abf6-52a9a8a75d07", + "id": "48393185-bc02-400c-a616-14b699275f9e", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -76884,7 +76884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e8c7125-9ae1-4fc9-9d67-32aa2e9e3c70", + "id": "df975451-cbd6-4c21-aa70-8d22290b4644", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76963,7 +76963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40b5379-4c19-46a2-8c63-c63d216dc38f", + "id": "44c72871-4c69-47e5-8466-aabd41a2cc9a", "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": "2b6ed0dd-3ca4-4a61-aa56-152a9053f78a", + "id": "c6fdd195-3848-4b23-a2f3-573a026a95c5", "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": "939607b0-c169-42cd-bd14-53b490c202b7", + "id": "6f0c1a6b-9675-4389-84cb-9c577ee904e8", "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": "52111db8-6552-42c5-8037-1fb0a315c571", + "id": "ee1d0044-5724-410b-9c78-7b8694fdc3f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77285,7 +77285,7 @@ } }, { - "id": "898bfbee-58e0-4b7f-8bbe-8dd79736c564", + "id": "8ef8ad92-9464-427a-93ba-a8a89d13a2ce", "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": "705f810a-636c-467e-8af2-33fad278af90", + "id": "be692fd5-284e-48b9-bb6b-823b3333d468", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -77478,7 +77478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46bd8a2e-5a23-4fe6-aa21-c2e1f2f7fd18", + "id": "9ff18f7a-173f-4717-b6a0-c5199d8f03b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77571,7 +77571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d12ebf8-e856-4aec-847e-7a992ad4c8d9", + "id": "9ff86ce6-4381-42f5-8530-33f93bf787d4", "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": "55723e51-187f-4d3d-85c4-baf3be3cfebd", + "id": "685d8a3c-a467-4566-bad8-b0808bc3c394", "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": "ba648565-2222-4adf-960e-52fbe95ec9b8", + "id": "0f29d3e9-735e-45ce-b0c1-414a30ddfba4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77856,7 +77856,7 @@ } }, { - "id": "7ecb01fb-418f-44fb-b05e-40a599dc8eec", + "id": "33587a31-dbdf-46e7-a2d2-487dcc9f9ab6", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -77931,7 +77931,7 @@ }, "response": [ { - "id": "4d644d91-9a6a-4e86-9891-c2ea1655a27e", + "id": "98ee2db1-eb22-42e4-a88a-0c57e5440f11", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -78020,7 +78020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcf7b01-43f0-4a7e-ae3d-7ed2e1e18a1b", + "id": "06f0b79e-b78f-4c40-aa22-d46e6cc2542c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78109,7 +78109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c62e71-7c3b-49e9-8ef1-8342cba3c3a8", + "id": "07bb38f7-227f-4318-a0c0-b4c9f7481613", "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": "5febfcdf-a1d2-4735-9b60-da058dde4ca5", + "id": "aad60d75-35fd-4f2e-8d1a-5702b5e2b0ee", "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": "4dcb318d-2fd2-4e3c-b73d-cc4735c0da60", + "id": "de63cd9d-331b-4ae5-a022-876a76e82b96", "name": "Too Many Requests - Returned in response to too many requests in 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": "d9e5c2be-808f-4572-9584-689876467435", + "id": "02eab502-f6a2-49aa-9a94-3ffd70397552", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78471,7 +78471,7 @@ } }, { - "id": "b8ff1d7f-4629-4e0e-b871-dcfbe9e20b4d", + "id": "244a54c0-7a6c-4330-b508-96f73d1f92a1", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -78512,7 +78512,7 @@ }, "response": [ { - "id": "d602a3d9-0ba1-40c6-8302-623445563ade", + "id": "a5e5394a-669f-4440-9d2f-ddf4c8d238a3", "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 \"mollit0_c\": \"labore Lorem irure\"\n },\n {\n \"ullamco177\": \"qui cillum esse sit non\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"aliqua_e\": \"incididunt commodo ex\",\n \"dolor_6\": \"culpa proident velit\"\n },\n {\n \"sunt2\": \"nisi dolore amet aliquip\",\n \"cupidatat_b88\": \"elit nisi cupidatat ut\"\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "52171af8-8ee0-4564-a597-dcd3635fa8a6", + "id": "37a29209-4f67-4f26-bdb0-27f0d007ff67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78600,7 +78600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2558ec94-6e0b-4569-b6e3-c389f32232b8", + "id": "114970c2-670f-4a1c-b561-2678c26bd7eb", "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": "c3ac45fb-6168-44a4-8725-add07490c28e", + "id": "1c4067b5-dc33-482d-9697-0fdc49535ffe", "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": "b3a94741-d691-4bd3-b7fb-9117c485bf85", + "id": "d148aa73-6f2b-4bca-acd5-a9929bf5f439", "name": "Too Many Requests - Returned in response to too many requests in 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": "138ca0da-6a19-4925-9bb7-5c6cfca3d00d", + "id": "7a6c1e09-7fd3-436b-aad8-171ba1965bb7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78782,7 +78782,7 @@ } }, { - "id": "511b16e5-a513-43d2-bf6b-d665e5fd5245", + "id": "b3bce909-8f08-4188-8afa-8a33c3578c82", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -78846,7 +78846,7 @@ }, "response": [ { - "id": "4bdcf678-f240-4613-815e-1d9915cd65de", + "id": "38dc9293-40be-470e-9402-b6b582879137", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -78903,7 +78903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d5df3b3-f3ae-4ced-ae12-5299306ec90c", + "id": "4830c2ce-956c-4671-b4eb-e0b5c82eceab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78960,7 +78960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91a5c845-0e69-4b61-a4cc-2dc304f9e3f9", + "id": "2ba03618-9fc2-4b5d-a452-949924904cf4", "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": "57de6570-2a62-4a5a-8694-1de2ee465751", + "id": "7d2eefe9-df6f-46cc-bcf3-b3b834a763f7", "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": "935523da-7ea9-4628-840d-e881a0e281b2", + "id": "bb6dc96d-39d8-4b4e-a73c-06d4dbda2cc4", "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": "7203d42b-c8e4-44f5-b9e2-9093b69457bf", + "id": "d5159697-894a-42c8-be52-a9e4e6b5bca5", "name": "Too Many Requests - Returned in response to too many requests in 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": "b577d398-f94b-4850-b719-ef5a54d2b7d5", + "id": "2ac5d20f-86a4-4066-9293-5e9ed838532e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79251,7 +79251,7 @@ } }, { - "id": "d205cf91-73a3-438b-aa63-cd174343f7b7", + "id": "6e76eee2-9c7d-4a6f-a9d8-44ad583de41a", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -79318,7 +79318,7 @@ }, "response": [ { - "id": "c4393771-62dc-4368-8445-8f080907ae76", + "id": "7c4756ab-30a5-45e1-b4d1-78fa72214a6b", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -79399,7 +79399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0d34baa-c1a8-47e0-b671-2deaa2fb5eae", + "id": "aa27c75a-7f41-4953-a110-5e3e8c2e9f5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79480,7 +79480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac7434ab-2c7f-4748-aa03-36ee8723580b", + "id": "d2644fa3-b686-4ce2-89d0-340920876ed6", "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": "fab647b1-d49f-438c-92ff-d8aad01e7a1b", + "id": "9b5e681c-53dc-4a6d-97d1-61154fabfb99", "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": "d7f026ce-3415-4aa3-b52a-7b1d1c23f559", + "id": "71885691-225b-4527-a3c5-36cba93700e3", "name": "Too Many Requests - Returned in response to too many requests in 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": "33b4ff96-d415-4ffd-8966-93a09015d118", + "id": "91e67357-68e0-461e-b5c9-7c9cfc9fe6e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79810,7 +79810,7 @@ } }, { - "id": "3775da42-74eb-4cf0-9d45-d3959ab88e80", + "id": "c532248e-b102-46b5-8dc4-29a8e9c45279", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -79901,7 +79901,7 @@ }, "response": [ { - "id": "73de099f-2c4b-49f0-9666-4ade37b6d4fc", + "id": "ee9f27ac-f000-4e3a-a6d5-a9a1256b0e11", "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": "1b83ffe0-bdf4-4d8e-a1da-0d68933d3e86", + "id": "765a512a-484d-44f6-aa88-ac68fd3bcd02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80069,7 +80069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2092e1b1-9c69-42ce-83d6-6ed2fed8d5d4", + "id": "a9733a02-3252-4c45-ac97-6959c723a7aa", "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": "10619032-31a5-42a6-a299-b5014c11c56a", + "id": "20de391f-f036-47f9-af66-7166b637f080", "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": "23f92913-291e-4d6b-9df7-58e8e3886109", + "id": "cd5215af-dd13-4276-9092-19bcdd4bbd92", "name": "Too Many Requests - Returned in response to too many requests in 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": "1bf3af0d-faff-47a8-8b71-ffedb3971b8e", + "id": "bf800ca9-ef1c-4601-81e3-9b50bb5dfa2c", "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": "12efa220-a02e-4703-8274-a7ed87990026", + "id": "062e5c85-1e8e-4adb-81d5-181ecff3676e", "name": "Update an icon", "request": { "name": "Update an icon", @@ -80486,7 +80486,7 @@ }, "response": [ { - "id": "72e4be29-65bb-49bc-997f-ae5abe3a0377", + "id": "8dd0dc5b-cba0-44ef-9395-cb34d9b42c38", "name": "Icon updated", "originalRequest": { "url": { @@ -80548,7 +80548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c2cee7d-8922-4b61-abd9-fc4dce064ff4", + "id": "7821766d-453b-45b0-aee2-0dcc46182f14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80610,7 +80610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec610c7b-418e-4de1-9212-f9b67070707e", + "id": "198e475b-90bf-4ebb-a259-2aa1576f683f", "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": "d03c91f9-b397-4af9-bb74-da591c29125b", + "id": "604749ab-bd56-4f5d-9f64-cadd15f0062a", "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": "6f53ee4f-fe3b-4a4a-af25-cde9cbdeb686", + "id": "9b082383-b069-4566-8696-e0f40690db27", "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": "212ff2f6-9606-4a98-9d6e-b8e296bc3edf", + "id": "620a24ae-de97-4ee1-98d8-a94219e0ad80", "name": "Too Many Requests - Returned in response to too many requests in 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": "f2feeea8-2c50-4fe6-8285-291ea4731a27", + "id": "21289ab1-9fcf-4388-ac15-2159cb9ba363", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80926,7 +80926,7 @@ } }, { - "id": "1a86ad05-a56a-4611-a60e-19df7962b7a8", + "id": "aca4b5f5-d6db-471e-b58b-dec71de294a1", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -80978,7 +80978,7 @@ }, "response": [ { - "id": "3fc7a317-4a68-4e76-b394-dad0d8138c28", + "id": "125e59f1-e0e4-4105-8db2-ddfc5e95c681", "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": "6e3b45d9-48b6-4044-9763-0f9b510f9e63", + "id": "7d160a0d-6780-4349-a255-7d945454913e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81058,7 +81058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20b8d47b-9b02-4ccd-a1ce-395bc73e3ebd", + "id": "0ae0ef11-4aec-47c6-bde7-cd0681666997", "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": "43585b22-468a-4f3a-89ef-6882f5c8840b", + "id": "fd395969-f8b0-4cdd-8d8a-3fb29bbe0bc1", "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": "69b7d606-bd5d-4ab7-b56b-c2c5c088d05f", + "id": "8f3c9aa1-ad4e-4f43-b9ba-348fca4c2948", "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": "e96b39a0-eec1-4577-bcbe-64a5bf7f84d7", + "id": "d3b70b72-1fc8-4d32-aaa9-061ef9268e75", "name": "Too Many Requests - Returned in response to too many requests in 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": "4e9a2bc5-642c-4c07-b4c9-01e1bee824df", + "id": "2f25c241-972e-4598-9d78-c3056a404312", "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": "b2036958-9cc3-4998-becf-c83efe2986da", + "id": "c27bda21-146f-46c1-8acc-4710391c30ad", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -81316,7 +81316,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "identityId", "disabled": true, "description": { @@ -81337,7 +81337,7 @@ }, "response": [ { - "id": "a386b7ee-be58-4672-a592-ab7b8cf05763", + "id": "8402b1de-b777-41bc-8413-80d362e3fa7c", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -81382,7 +81382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12226b55-6662-4ef7-b8e7-61c4405c738b", + "id": "4775abc1-2c84-45d1-9a7b-fa7ab8ca7cfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81427,7 +81427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52dd097-0645-4549-bc45-2abdb0af3ec9", + "id": "dbc78dab-bfa2-4d19-95f5-f62a909455f0", "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": "da2c5bee-dc3f-44c2-965b-be83986f3ad1", + "id": "a73b1e73-9f6e-4a3e-9c75-24151c8246d2", "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": "cb8763b3-4efe-404b-b4f4-faec5ef4e5a8", + "id": "fcc92dd7-c826-42ed-b8ab-7712a0cedf96", "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": "e1f79320-dab9-4406-ab32-b2a614ce4781", + "id": "11c46655-2937-42b6-bb03-c63326898bf7", "name": "Too Many Requests - Returned in response to too many requests in 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": "777d89ac-d90d-4c46-bc4a-de0ae07de17b", + "id": "c1d96aaf-f109-4839-ac9a-b6b165f0c9fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81658,7 +81658,7 @@ } }, { - "id": "0b96dba4-3d2e-4abb-b220-01b154c502e7", + "id": "03340ed8-f3a8-49c6-8fb2-5f3110bfd243", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -81700,7 +81700,7 @@ }, "response": [ { - "id": "42b86aa8-f734-4880-8d6a-d2854cb63dc9", + "id": "81399736-47f1-4c96-beb3-72b05d0d3844", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -81745,7 +81745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "781e5d80-ec9a-4de2-ac8b-22b7af6cd673", + "id": "95f58776-a00c-4438-b67f-6938697680db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81790,7 +81790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce4aeb5-258b-48b8-a42e-0b77e647903b", + "id": "2b6497ce-a252-4722-883f-69f104815ef9", "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": "d9b5474a-4c20-4e08-b1f2-d9341aadc1d3", + "id": "d3e6e381-66db-4228-8582-6abca3830ac3", "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": "38e0f098-4956-4a5e-bbf4-9c06426ccce6", + "id": "fa46c611-cbec-47b2-bde3-4595c895bdab", "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": "0279b607-283f-4236-9fb2-a62e46834e62", + "id": "10c8ee21-634d-42c9-aaed-01e5745e4229", "name": "Too Many Requests - Returned in response to too many requests in 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": "d62b41a6-7c7a-42e6-b3db-91de90d794e3", + "id": "dd00890c-5eda-47c9-aeb3-de851b1e5e31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82021,7 +82021,7 @@ } }, { - "id": "defb2ac7-061a-4f7a-ac87-aba3f424eb5c", + "id": "0e9294c0-ea65-40ff-b525-7e9fef081a8a", "name": "List Identities", "request": { "name": "List Identities", @@ -82105,7 +82105,7 @@ }, "response": [ { - "id": "9667940a-7f07-4d1f-81b9-e51673a75c78", + "id": "0a2cbfd4-2dff-4ea7-b89b-e796bee1d7ef", "name": "List of identities.", "originalRequest": { "url": { @@ -82203,7 +82203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81a9497-42ab-4534-863f-a270dba624f0", + "id": "8dc11ac2-e499-4677-ae6b-5673cb674aa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82301,7 +82301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "701275ec-f83f-4e68-a5ca-8f6aef8904be", + "id": "830b9dee-bbc9-4206-b346-e7b75395ddf4", "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": "9b975687-f9d6-4ff8-822e-1ffc494971b1", + "id": "2e690da3-e9d1-44cb-b020-4cdcca5784eb", "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": "6fda8e8c-56c0-4302-aebd-7eb217cc2d7c", + "id": "9cdae26f-f1b0-4708-a428-95feeebf8d7a", "name": "Too Many Requests - Returned in response to too many requests in 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": "742dc785-c2b7-4884-983e-aee43fdb7be9", + "id": "dcc99fa3-6728-4bb9-b518-a25039124720", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82699,7 +82699,7 @@ } }, { - "id": "36aa82de-4d36-4552-b62d-a84d6eb58b15", + "id": "2f276fec-d06e-426a-bd21-fb8ea94a307a", "name": "Identity Details", "request": { "name": "Identity Details", @@ -82740,7 +82740,7 @@ }, "response": [ { - "id": "4379dd8a-c26e-4ccf-a524-ab125a653fb0", + "id": "5609a4b2-2a8a-41b4-a2df-0b3e7773a6c4", "name": "An identity object", "originalRequest": { "url": { @@ -82784,7 +82784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e21a10e-c787-4ae0-8d0f-3acd4aa7457a", + "id": "0438d4c3-cdbd-41ba-86df-3c4c242bed13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82828,7 +82828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0520cdbe-aaa4-497f-8336-6de8c143551a", + "id": "4050bc7a-0ae2-46dd-aba0-fc6bf267abc4", "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": "6c85a067-194d-4068-914b-e5a7e0ef5acc", + "id": "0d5d9e79-c6f0-4b15-91d7-13376ceecbe4", "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": "f09ef896-eb1b-41ed-ba4a-c73ba9869dcc", + "id": "2415c22c-9ba8-4996-93cc-62962ad148f5", "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": "f09861b1-7217-4a66-9191-d7677ec35fbe", + "id": "29bbc5a5-c590-41c2-9501-8339ee3926b4", "name": "Too Many Requests - Returned in response to too many requests in 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": "1d2406a0-7f13-4806-8420-a9febc9c5426", + "id": "1c9e81a3-29a7-4167-806e-1845a2150091", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83054,7 +83054,7 @@ } }, { - "id": "df8a3a4f-d58c-419a-98df-3e752d32e3d8", + "id": "ff63ea4a-ed29-49e1-95c7-b4ba24759024", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -83095,7 +83095,7 @@ }, "response": [ { - "id": "4c7bf6d0-97e9-48ce-b0eb-27ae50a45ec3", + "id": "44c03ff3-9a8f-4351-88c5-ee323fc7bee8", "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": "5c34cb9a-28d0-462b-b4dd-5af2779c2750", + "id": "28c814b7-1e6b-4de5-bc81-aa9bb6f08253", "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": "31a76209-9f5a-4910-999a-f86fc329814b", + "id": "943da2b1-b650-4508-b44a-85425903701a", "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": "27f2c231-dba9-42ca-a95f-585523fa7d05", + "id": "9ec43fd6-02cf-402a-850b-dd9a0fa0b290", "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": "7fa23185-382d-4187-8a07-8964a8cef264", + "id": "f0f8a423-4b78-4115-8271-4e52fc6eb81e", "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": "f00c4a19-eaf4-408e-bf3c-31545ea64871", + "id": "a63d763e-73c6-40a1-8005-dcde77200791", "name": "Too Many Requests - Returned in response to too many requests in 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": "10952752-01de-4eeb-a077-4c3fb0f8a60a", + "id": "82ab7562-33e2-490d-9ec5-b8eb645a0d18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83399,7 +83399,7 @@ } }, { - "id": "d25e0e70-f865-4740-add6-89c415f1d4cb", + "id": "ce00e892-9664-4284-8392-b86831c164d8", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -83442,7 +83442,7 @@ }, "response": [ { - "id": "2a6fe792-0096-4eb7-b123-85ba92036548", + "id": "b760d44a-dd28-4b43-bbde-ee89d3285f27", "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": "f52fa764-5ef3-458b-81df-f872390c1d5e", + "id": "d0ed349f-06c7-4963-8b99-dde13d469b3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83556,7 +83556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b2a32b5-55e5-4d38-8c51-e93f0fe5ac63", + "id": "01916d50-3d68-4d55-b27d-ebb664daff70", "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": "1f94b8b1-7219-4cea-b70d-af016057278f", + "id": "9d481495-b95b-4cb9-9f2b-17340aece312", "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": "52e27ff4-5b2e-400c-a516-cffa3bdccd37", + "id": "207238d8-ab15-410f-b667-fdd9e2ceac5f", "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": "524d260a-c95a-4f65-810f-c295767f2a12", + "id": "c83eb7e3-21a6-4b78-bf84-3d505cd849a2", "name": "Too Many Requests - Returned in response to too many requests in 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": "f0da83bc-62b7-4a77-9952-04c644f02f25", + "id": "932c5dc2-64fa-4948-97de-72b383421c34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83847,7 +83847,7 @@ } }, { - "id": "7e152265-ac53-4e2c-aa24-9cceb7551ee7", + "id": "d40a8f87-bfe3-46a2-9355-92e7d4d55dac", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -83893,7 +83893,7 @@ }, "response": [ { - "id": "c159266c-d8f3-493b-a436-ee2dc475f82d", + "id": "59185922-b2e8-4e5c-9170-e57b0ba8fbd0", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -83928,7 +83928,7 @@ "_postman_previewlanguage": "text" }, { - "id": "355312a2-7e79-400d-a0da-25c314b5a5dd", + "id": "e0730111-5060-4453-b89a-ed317eaba0a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83973,7 +83973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d28d5a8c-75ac-49ef-abeb-4df1cc2f1928", + "id": "78c09c8d-98ff-4acb-9efe-a8a2fd671b3a", "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": "6d702928-627d-4b18-b140-983e0283e895", + "id": "f82825d5-8108-474a-8f77-4bf68b9be4ef", "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": "9e6a37c1-5afd-41e5-8bd6-2fad18cc0bec", + "id": "3797ba28-4931-4b2d-96f6-86b49ab9840c", "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": "bde5292c-6fa5-4228-b6f3-e228b9f4c275", + "id": "4b01fd98-6f95-408d-ae61-b1519c4bd60b", "name": "Too Many Requests - Returned in response to too many requests in 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": "f83819e0-7c3e-46b7-94ec-94d0aa46b5a9", + "id": "2da0f35f-b277-47df-ae71-99b6146363c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84204,7 +84204,7 @@ } }, { - "id": "e316cd28-d95b-4ffd-9601-a6383ddba95b", + "id": "bc79c03d-7117-4842-aa7b-daae064604ee", "name": "Get role assignment", "request": { "name": "Get role assignment", @@ -84254,7 +84254,7 @@ }, "response": [ { - "id": "529a2d6d-da92-4cf1-9ad2-0d8878dca3de", + "id": "f32fa993-b13c-48c5-a1f3-6caafc1039a8", "name": "A role assignment object", "originalRequest": { "url": { @@ -84300,7 +84300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99813924-b0af-409f-a93d-cee5d0e98fb9", + "id": "6be30546-006a-4c8f-9f24-9678e2e5367d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84346,7 +84346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d48044-c71c-435b-bc46-0cef0da53893", + "id": "c9ae9115-86c1-4f12-8918-b289a9ce3252", "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": "0253381f-278d-4b39-a3be-3c98d80302fa", + "id": "7b89d194-8e61-4d14-a6b9-0a6317a54a22", "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": "4245154f-a943-478d-be72-f97922895b57", + "id": "9ed3116a-158d-43ca-99f3-fb6348205285", "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": "b3a43bf5-f3e2-4a9f-bebb-38bdacf60e40", + "id": "25cf4afd-b85e-4f82-8b8f-0f136f0543f9", "name": "Too Many Requests - Returned in response to too many requests in 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": "b6cbf9d4-e929-417b-9a3f-061910acc7cf", + "id": "06faa615-7101-4b54-bc0b-1fc9e72e72e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84582,7 +84582,7 @@ } }, { - "id": "833697f4-295c-407b-9a45-95d4a26de955", + "id": "9e066a2f-fa1e-4501-8cc4-2d7855dac7e7", "name": "Get role assignments", "request": { "name": "Get role assignments", @@ -84643,7 +84643,7 @@ }, "response": [ { - "id": "98779fb5-6e50-47e3-899d-be9a30875a6e", + "id": "2b81dfca-6b3a-4766-9a76-732d1b045fc8", "name": "A role assignment object", "originalRequest": { "url": { @@ -84707,7 +84707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a586d514-cfc3-4f50-9da1-f7a25bc6ace1", + "id": "0270435c-ed53-4b1f-ab81-dd8af5fa1add", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84771,7 +84771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82fb151c-7526-4e79-9186-6e3ef6cbee34", + "id": "6b8beae8-3b61-4d90-a46d-0adeb2831244", "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": "aaf63b14-5e5a-4a87-8e4a-e95865751c02", + "id": "9aa212d1-3cde-4a92-b014-e822176a4dca", "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": "afe57eef-face-443d-8973-844d0c3d2513", + "id": "19be72e6-04e6-4288-95df-89efa8a52898", "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": "0d483ade-6554-430c-b809-4440f88c7c8d", + "id": "c7553868-6de4-45b4-9fdf-1a0b8e91a6c6", "name": "Too Many Requests - Returned in response to too many requests in 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": "1a50f7ae-f7cf-41d2-8040-b3ce77068dbf", + "id": "c3aa2a02-3036-40f3-afb9-17f00df78053", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85103,7 +85103,7 @@ "description": "", "item": [ { - "id": "951c626b-75bb-434d-be7e-9e0fb065838d", + "id": "3f2d57a8-47df-47f2-9b64-c21f78a99ed1", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -85169,7 +85169,7 @@ }, "response": [ { - "id": "1fb89aa9-a115-4d88-811e-77bfa279354b", + "id": "c233ff98-cb22-4fc5-b3d4-cc3dd1b4ca13", "name": "List of identity attributes", "originalRequest": { "url": { @@ -85249,7 +85249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ed9c3b0-9a85-4042-9e4d-c31b2eb1181e", + "id": "1b51ba00-4fba-4cb9-850d-234a0257b9fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85329,7 +85329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3105f0-83ca-4815-bdb8-70ff877b11b8", + "id": "f8bc0760-6b88-4c39-8df7-157575a90894", "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": "7bc6db22-600e-4de5-8618-7b9dbd550da3", + "id": "4a2997d9-35ba-42ca-a44d-03d6c16411a1", "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": "28649e55-ce6c-41f6-bfe3-bd2c0e2d4718", + "id": "92289177-a2bd-431f-a19b-8c1273792450", "name": "Too Many Requests - Returned in response to too many requests in 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": "52673c00-012e-4591-ae47-4661be0d7790", + "id": "fe30483e-ffe2-491f-a249-78875e4672c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85655,7 +85655,7 @@ } }, { - "id": "0b779cc4-4380-47e9-849d-686115825a62", + "id": "4e5b4478-3d29-4559-ad3a-1abf587f0fbd", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -85697,7 +85697,7 @@ }, "response": [ { - "id": "1345bec3-89ea-4b5f-997d-9442c32dd618", + "id": "5ee52c8c-1551-4c53-b8eb-ab0ab2ec87a6", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -85753,7 +85753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edf694d6-2299-4c2f-aae4-c85bee2fa5f1", + "id": "1847ffbb-3523-4d0c-a97d-e61f463e4a27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85809,7 +85809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a0430a6-56bb-41a8-b07b-7d53263623ea", + "id": "a2513234-4917-4020-bb5d-449a6da6f405", "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": "7022fee5-9fed-4be7-8aba-df26bff2766f", + "id": "9f71d3a9-9012-4421-8b1d-43b5655cbdc4", "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": "0b99b8f3-f235-4e7f-bb87-96ceda7537e5", + "id": "1309c8d2-99a4-405a-b346-3188bd6d1518", "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": "a934fd4d-47e8-4322-b1dd-10ea75b60841", + "id": "c9a4d5ea-7fe9-4f87-9128-c134d08acc38", "name": "Too Many Requests - Returned in response to too many requests in 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": "cc57152a-a9e2-4885-9d6c-2d5f0a7a01dd", + "id": "c5158a39-a469-4162-947a-84ef1eb13056", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ } }, { - "id": "f7002ea5-53c1-4033-a065-cc59a274deff", + "id": "164d0360-2736-44e2-bdf5-72b1292ea5fd", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -86136,7 +86136,7 @@ }, "response": [ { - "id": "f250b70f-9fdd-42f0-a73b-f67f11740042", + "id": "f4d15411-dd8f-4c8a-bb5d-e9cd1d94e5bc", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -86180,7 +86180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "348a4d59-768c-4e99-a78d-254c61f4acbc", + "id": "bdb43cba-b7eb-48b0-87d1-5e5c5e9723e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86224,7 +86224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16fda9aa-ecda-4a75-a6bb-4be2eede032a", + "id": "dc2426a6-26f6-4341-82f2-2b57d8198822", "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": "dc778e0b-e0f9-4686-834d-e43dd87fa269", + "id": "69eda2aa-b35d-420f-88a2-3ef2ec14719a", "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": "d921bd22-d612-4b8e-b92b-73a35fbe10b1", + "id": "6df885d4-d15d-4891-818b-57dc561bb20f", "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": "419b910e-aeb3-442b-947f-5a867d20e2af", + "id": "0e4f9e04-8bf2-4af6-ad36-38390f60e485", "name": "Too Many Requests - Returned in response to too many requests in 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": "a88f0331-61fc-4385-844a-0aa76a8614c1", + "id": "0faa0cd1-e70d-4a25-a5c4-f8c356b18a45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86450,7 +86450,7 @@ } }, { - "id": "477fb2c4-dcda-4106-a2b4-9088d82c4e76", + "id": "9c5ee446-e65e-4b2d-98d8-ac6dcc504210", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -86504,7 +86504,7 @@ }, "response": [ { - "id": "3f816b23-54ca-4316-bfdf-c0f9f4070fd0", + "id": "6fbbb4cc-9b7f-4a42-a7f4-ea6e14a3dbdd", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -86561,7 +86561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19d4a73-d9a4-45ac-9819-48859aff7fb6", + "id": "9ef2b075-cb34-40d8-9e62-b288d0d805e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86618,7 +86618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb91c99-ae46-48e4-b304-dda8d6f2b3c7", + "id": "3e22fe35-2540-4328-bd31-13027e9d6952", "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": "f17812ed-bc37-4766-bb51-44c4d5c09229", + "id": "42089f63-fb06-42c2-87b8-7d3ba9fc2a2b", "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": "c028a2c6-49a8-4c5e-99e8-a54d5ec2d695", + "id": "dde27d77-f519-46c7-b8fd-61f1642afae9", "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": "74532fbe-b6da-4670-be39-8c7b6d875abe", + "id": "65efaa1f-a245-4484-9b7a-ab9638eeb9dd", "name": "Too Many Requests - Returned in response to too many requests in 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": "d2a78f9f-e31f-49c8-8b00-bcd4efd121bf", + "id": "cece231f-7875-4f22-b069-480c59622456", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86909,7 +86909,7 @@ } }, { - "id": "148d7d9d-5e04-4dc9-920b-6ede17f196a5", + "id": "e94888c2-64a7-4d33-92ef-46000455229f", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -86950,7 +86950,7 @@ }, "response": [ { - "id": "4675901e-4735-4218-a1c4-f50c10126a47", + "id": "0555406c-2cd1-41ee-a7f8-6a453dbd4537", "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": "35eb63a9-3e6f-4ba0-8d31-bf4631a36478", + "id": "4eefde39-b580-469a-a9dc-abc66508f0aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87028,7 +87028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "282c52e5-242a-4f4b-a72e-0cb63ffca428", + "id": "dce4ab39-3a85-4965-868b-7921bafeccc5", "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": "b883cfc1-e583-45f4-8d8e-3fc7ac400af1", + "id": "d1eb0eaf-6855-4ecb-b420-b10753b2eae0", "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": "b0a1a0e3-7aac-4693-9a19-629a0ca0ebbe", + "id": "afc7bdd6-7998-47f9-b57d-fc633ca04e59", "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": "8d445c8a-8343-46c2-b20c-1058bfa01aa7", + "id": "7907252e-ee8b-4afd-b5d1-91b12b693c0d", "name": "Too Many Requests - Returned in response to too many requests in 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": "cf6395e6-f88b-4c73-b832-0a6c93e199a7", + "id": "4c7df955-e533-4099-ab3f-5da2e35f6342", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87254,7 +87254,7 @@ } }, { - "id": "2a31a6ce-288d-4fbb-b316-74b41e997f27", + "id": "d99db8e4-e1eb-401d-bcf9-c799f1a519b4", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -87297,7 +87297,7 @@ }, "response": [ { - "id": "d1c40a68-7bf7-4808-8260-0d6b2e2c990d", + "id": "095f02dd-3227-4994-8a2b-36876b617c25", "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": "bd0bf442-35f9-41ee-a507-771c6ebbba39", + "id": "c433d6d9-4ee4-4982-8855-2885c52e56b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87401,7 +87401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ccca28-edbb-438f-8749-04ac194efb3a", + "id": "17dc79c8-b55e-4e7e-a18b-32fff5acc02e", "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": "9baa21e4-4fcb-4807-a532-d0cbf5f29e9f", + "id": "24d72652-50f2-4375-b6c1-061b76e9517d", "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": "db1efc78-3325-4d77-858d-3d83ef9024b0", + "id": "5e135eb9-9882-4871-b136-ec839f947d4e", "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": "df95ddab-e8cf-4dd3-a49d-5dc31983a2c9", + "id": "5e1b8eba-4f7e-4db7-aa20-c23eaf54b658", "name": "Too Many Requests - Returned in response to too many requests in 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": "e665917d-0205-45f9-8c48-0c367f8520c0", + "id": "546d45c3-d39a-4b18-8c4c-e67ae6ecd7ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87698,7 +87698,7 @@ "description": "", "item": [ { - "id": "1e11f884-5484-4515-9f8d-df15431631fa", + "id": "74b69c71-36f0-484f-92ba-61f1a1e58753", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -87773,7 +87773,7 @@ }, "response": [ { - "id": "7bb4ecb3-2649-4018-8126-9bad77857a6c", + "id": "98e56e0d-e1fe-4e63-84b6-cd6720185196", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -87862,7 +87862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4443164e-2ed6-4e99-a5bd-8da8cc137b8b", + "id": "d06e2c79-7383-41e2-89d8-602ac4c8e413", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87951,7 +87951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35fd4a8d-1f79-49df-b431-54fe3089a0b5", + "id": "9cbab4a0-d48c-434a-968d-c3b48072cfd1", "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": "04aeb59d-5e00-4189-92d5-0e5061f5c9b6", + "id": "3be5b751-874e-491a-add4-50617e5976fe", "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": "81951e71-b2f7-45a0-ae11-132f04bc1dd9", + "id": "de548e93-56ee-4143-936a-bcc5889cb68d", "name": "Too Many Requests - Returned in response to too many requests in 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": "4b00ec65-4644-42d8-beed-935b943098bb", + "id": "019621d8-7b86-425c-9338-8ff013967c19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88313,7 +88313,7 @@ } }, { - "id": "e044483e-2d3c-4362-a3b8-e7b8e5ac50ea", + "id": "b4c74ed2-4bb6-4fc0-a7e7-33c4ed50b41c", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -88354,7 +88354,7 @@ }, "response": [ { - "id": "5d0d5dae-af00-4677-996b-99fa40270c5d", + "id": "f9b829a2-9bb3-477d-a6aa-eff9cd418ea6", "name": "The identity object.", "originalRequest": { "url": { @@ -88398,7 +88398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a57351-ef5c-4d91-b5a9-3b5e148e1f3a", + "id": "0fb955c0-0962-4cac-b8d7-21b676458141", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88442,7 +88442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e32a97-3e6d-4ced-be3f-f775677fcce3", + "id": "ba7b11a8-1c55-45fe-89d2-a50cd4398764", "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": "0f58040d-a884-449f-97df-06b06d7489f7", + "id": "e82dc826-f17e-42c3-98e7-52fedc576e43", "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": "bc93087e-1fac-44aa-aecb-6c7b9be50ea8", + "id": "1ca89b32-aa32-4a98-b319-6538cdde41f5", "name": "Too Many Requests - Returned in response to too many requests in 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": "477b5849-40b3-4234-a35c-8f2ae89f001c", + "id": "96e2018f-3c35-43f2-b506-cf4994c0402d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88624,7 +88624,7 @@ } }, { - "id": "47a81bf5-654c-4b8d-8bbe-8d72767be00f", + "id": "eb4d8c2c-020d-4d79-abbf-1bfae060744a", "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": "6d9e9bc7-13a3-49b1-b6a1-289bd47daab2", + "id": "6cd550c1-44b5-4fef-af8d-daab8441dfea", "name": "Access Profile", "originalRequest": { "url": { @@ -88731,7 +88731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7718eb-38b8-40c6-a9ef-3e52533a4058", + "id": "be40caaf-a894-4045-a9cb-9165785b5143", "name": "Account", "originalRequest": { "url": { @@ -88786,7 +88786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01a4180-5656-4e69-9cd1-9d9d88a47e89", + "id": "33b7bf42-aaf9-49f8-8f84-29f1a1644967", "name": "App", "originalRequest": { "url": { @@ -88841,7 +88841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82bbfc18-d2bb-4001-85dc-af64006c6f46", + "id": "e5e6f4d6-82fc-414b-bd00-7adc5f62a672", "name": "Entitlement", "originalRequest": { "url": { @@ -88896,7 +88896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3839d41c-f0cb-43bb-9952-805471bf9224", + "id": "4853e3e1-5ae2-4810-8e08-267cf544ffbf", "name": "Role", "originalRequest": { "url": { @@ -88951,7 +88951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a649c8-a2d5-4f3e-9484-0534c5922ab8", + "id": "a00c30e7-50bf-4672-8204-456ea2333320", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89006,7 +89006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa3c592-9254-4803-87f1-ae4550b53ca1", + "id": "7c7feef8-61b2-4009-b1b4-e342b9f832fb", "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": "c6884b9c-4140-4553-959a-957c81510549", + "id": "1e6ec47e-5a08-491f-9b1f-be01c32044d7", "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": "db7e557b-909e-454d-b8a8-c2f734edebe5", + "id": "5a093617-2eb5-4f82-94e4-ace32cc087e2", "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": "52f1c532-e1a5-4d7e-85e8-878af0b6124b", + "id": "e24b5821-14e6-4b18-bae5-9f7b4e027998", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89232,7 +89232,7 @@ } }, { - "id": "86bdb796-e2d5-467f-868b-c1a1f3adbcce", + "id": "e792be5d-812d-4e22-93b1-84f03245dd05", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -89320,7 +89320,7 @@ }, "response": [ { - "id": "59a07843-7a68-40f2-a517-435e8e682e06", + "id": "133beda9-74af-4806-8552-27a5ac20a053", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -89411,7 +89411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd12f528-4f0b-4bdc-9649-31bc4faa77ba", + "id": "aecf1b11-aaad-4a41-8873-a322e48f4f5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89502,7 +89502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ffc7d9-5d7b-478b-b6c2-5dd7ff255261", + "id": "37bf43ce-0219-4be2-b58f-1c465d7dcd40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89593,7 +89593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e141e42e-7ccd-424b-9250-765f927acdee", + "id": "63e45520-1fba-40bf-afce-5417d060a056", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89684,7 +89684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "975ecf41-a1c9-4002-8e75-4786eb42c0e8", + "id": "f88df591-b2b6-474e-bf29-f33e4c87166b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89775,7 +89775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f97d37a2-8e65-4f33-a695-3449c557e081", + "id": "8b104a07-addc-470a-a51e-2a7c2980bc01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89872,7 +89872,7 @@ } }, { - "id": "a8473582-5afc-44f5-a706-e323f3e0a6f8", + "id": "1cb82990-aa35-498c-886b-e0586de7cb9b", "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", @@ -89969,7 +89969,7 @@ }, "response": [ { - "id": "2663fa8c-bc31-4c05-84d6-fb78656d435d", + "id": "2fd67b6a-abb7-4bd2-8f7e-f746c9081c9c", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -90069,7 +90069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cbc23f4-4632-496e-8942-a4b4ff66969a", + "id": "4d45e2f9-380d-4f7a-a73d-257886f89285", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90169,7 +90169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab73556-be3a-445d-9be1-4c7fd65c217d", + "id": "10516a61-3ad7-48cb-b817-4f76aa0b9829", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90269,7 +90269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd297c61-2640-4e39-8191-96dfca54c435", + "id": "f8b50b30-1a35-45bb-9896-dc39843ec21f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90369,7 +90369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e8bc74-a1c0-4be5-b3e0-c53fa25189bc", + "id": "9b07932f-db34-4b7d-9a49-3d16311f8880", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90469,7 +90469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c5c026-c3eb-4999-b9bb-03aa65aeefeb", + "id": "8a483713-e5d0-49b6-ae02-ba3e7beb3d64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90575,7 +90575,7 @@ } }, { - "id": "4ccda648-7049-4d62-afb5-bb3745d3a213", + "id": "b392968a-356f-4b7a-880d-1fae67ddb997", "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": "5983cd2b-ccdf-4b21-ab2d-f30dd4feb903", + "id": "8296f479-1520-415f-899d-61b8581d0541", "name": "The identity object.", "originalRequest": { "url": { @@ -90674,7 +90674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac33a31-5e4c-4533-8aa8-8733bcd9fc77", + "id": "ed539f28-703d-4b78-aa56-fa934a2d548e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90720,7 +90720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b7ab1e-eae7-4732-843c-cf849386f382", + "id": "377e16f1-9c35-4df2-9b25-abc648e15fdb", "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": "e8e8ce15-9004-46f3-bac4-b5e29e007bfb", + "id": "5358cd99-e59b-491a-beed-3638267e2657", "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": "e5d015df-793e-42ee-ab41-7594c1093874", + "id": "6a1ccdff-81fb-45ba-9888-dc2420cc3e7c", "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": "c14a6e6a-c33a-4180-818e-6c1c9e815a48", + "id": "be15803d-2624-4712-af80-d070000d4454", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90910,7 +90910,7 @@ } }, { - "id": "860b14dd-50ed-4d60-8ed1-d8c7c956b801", + "id": "dadf2afc-5b7e-4f48-8b5e-319127c50fd9", "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": "efd273ad-14be-47a3-8819-b4e89f5ee8f4", + "id": "d34626a4-43f1-4ef6-a2d5-9e33f47077d6", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -91031,7 +91031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2768193-d0e9-4876-a924-90e5a265b06c", + "id": "bfd719e8-ce50-42ae-92b6-fa543c0def86", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -91088,7 +91088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20b5a4d-5a89-4422-b3ef-4e67baa64fe7", + "id": "4db3ec3b-409c-497f-a0d8-62cb1a8ad643", "name": "Access Item App Response", "originalRequest": { "url": { @@ -91145,7 +91145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a06a2c-fcc7-4456-bc78-ebef172cd41c", + "id": "740f222a-c77a-4262-844a-df3366def445", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -91202,7 +91202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5be49e4-6820-40f0-822b-0512f4ba0da4", + "id": "117c89c4-9651-49f0-8b91-64a9b33711ca", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -91259,7 +91259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3912459-b715-4df4-aa90-30bd037f99eb", + "id": "24017a3c-e576-40fe-980b-cf24b2a9e3a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91316,7 +91316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ad0494-32ec-405d-ba9f-0ce8b1a40bbd", + "id": "bab20cc5-3ce7-435f-885c-b73bce2e0fc8", "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": "8852bb0a-94c3-46f0-9f5a-a2ac2e04b68e", + "id": "cc45239a-8418-47ea-9c94-dc6946d13ca9", "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": "a07d72ae-5547-4cb2-bf65-df6347701657", + "id": "c9a6a4b3-4451-4e5c-b543-f1a3b95c92c0", "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": "0a9b5bdf-6119-42e8-941a-a666899a82ce", + "id": "7aae4941-f84a-4381-a816-cec02623bfc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91550,7 +91550,7 @@ } }, { - "id": "33e5fe31-789b-4a6a-9367-38fb020bccd2", + "id": "3aa1a9f1-8f7c-4244-a0d0-3dc66ea9cd6f", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -91665,7 +91665,7 @@ }, "response": [ { - "id": "96ebc16c-db6d-4499-9d44-299ca9f3d835", + "id": "c0e5b48a-026e-4dba-8287-6c6f8ae349ca", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -91765,7 +91765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d925c03-a6fb-4be4-818e-a6f22499c8a2", + "id": "53247bb5-f881-415d-af34-c2c23938c894", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -91865,7 +91865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f48f9b3-4e53-4903-9e69-b25afbde53d6", + "id": "9be4c820-6cab-46af-995a-bd96d3441cab", "name": "AttributesChanged", "originalRequest": { "url": { @@ -91965,7 +91965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b380ce1-8f43-4d5b-9fbc-3dc9840c14eb", + "id": "7c4e6e25-2693-43f1-a9f9-4f524dfb74f7", "name": "AccessRequested", "originalRequest": { "url": { @@ -92065,7 +92065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb4477c-b8a2-4ac7-9fd2-ba41258589b5", + "id": "00140d50-b3bd-492d-bc44-87d82f710dde", "name": "IdentityCertified", "originalRequest": { "url": { @@ -92165,7 +92165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1537d0e8-60c8-46eb-99e1-69b7e877f627", + "id": "cbdc4b16-3a26-4b53-8669-dc271b5a1052", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -92265,7 +92265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8eb32d0-0dde-4bda-9721-814003b49463", + "id": "6e0a086a-18ed-4b2b-ba48-aa5a03f2acc5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92365,7 +92365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085b0d6a-3e77-4f29-be1c-a1b4d66c9031", + "id": "626edb1f-dbdf-4677-a64a-b3dff1caaabb", "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": "ada17ef3-997b-41f0-940a-f5e1dfdc7928", + "id": "47b311b1-3f89-46e6-a6e0-8c5caa48579c", "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": "3be8062c-4505-4ec6-b2fd-44ec20b843e4", + "id": "e22addfd-af86-407c-99f2-f89741e6debe", "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": "d5eebf7a-a1d9-4612-8220-16e71bab3199", + "id": "daa77778-e24e-45eb-9f29-6bb73329ba1e", "name": "Too Many Requests - Returned in response to too many requests in 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": "4897e12a-648b-4fce-9f5a-8e9d415ff6db", + "id": "7784beb3-56e2-412b-b9c2-c79dfc8d194a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92871,7 +92871,7 @@ } }, { - "id": "25acd3ca-cd6a-470a-bddf-69decb91de4a", + "id": "0d415846-4e41-4d43-aa7d-14c4c2246f24", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -92913,7 +92913,7 @@ }, "response": [ { - "id": "51979c40-3fdf-41c2-8d1c-8e152389027b", + "id": "c2967f39-3e11-4c78-ad6e-788f8bc652d9", "name": "The start date of the identity", "originalRequest": { "url": { @@ -92958,7 +92958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c82f14ae-72c3-4aa6-9690-5d9e7255a02d", + "id": "a24bc166-d2c8-449d-848b-8584c06dd64f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93003,7 +93003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3abbaebf-8f31-4361-9983-06cab5ecc9f5", + "id": "640de748-6aca-49cc-b508-48cb9a190d54", "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": "619ed7a9-e899-4c0e-9f82-c06edadedd96", + "id": "0376d3ae-ae73-491a-9cb0-3fa8dbe3f99e", "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": "46455720-d858-4897-ad69-2968c16615c2", + "id": "89722fc3-c35a-452a-8b1f-bc53beab4ff2", "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": "1e13c909-8f59-4fee-a84b-219cf3f9e713", + "id": "df18995f-55c5-4e0c-978b-367dbb587059", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93189,7 +93189,7 @@ } }, { - "id": "710a3d47-2c8b-4332-8be2-48bcccff9676", + "id": "520ac364-79eb-48a3-9288-e0f038e5728c", "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": "eiusmod veniam reprehenderit" + "value": "elit sit" }, { "disabled": true, @@ -93241,7 +93241,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93295,7 +93295,7 @@ }, "response": [ { - "id": "8a10bbed-9efd-4c19-a492-a754853fdcd4", + "id": "5a9dfc26-6c2c-4bbf-829e-da549ac0b4cf", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -93333,7 +93333,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93395,7 +93395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87bf8c5f-bef5-4b64-a737-834ad12e8927", + "id": "cb37a668-4083-4cdb-8a66-02c91b42c2bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93433,7 +93433,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93495,7 +93495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21cd7cac-d42e-41ef-8b27-8003af69f795", + "id": "2bbdb2f8-052f-4e43-8e72-c923f27efa94", "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": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93595,7 +93595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647b1216-8c49-45dd-9379-76b49337b10c", + "id": "da0580a0-179c-4007-8d7e-566659e59056", "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": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93695,7 +93695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621ce64d-8868-41a4-8e98-2965361e8ff0", + "id": "12adb245-cdcb-4320-8b93-35ab40641691", "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": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93795,7 +93795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5bee296-c1b7-4567-84d9-19abb089eae3", + "id": "0cdd09bc-84bf-4592-b23b-4ddafb058db0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93833,7 +93833,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip tempor labor" + "value": "pa" }, { "disabled": true, @@ -93901,7 +93901,7 @@ } }, { - "id": "0154c368-7c1a-4b7d-aa80-3daa583f162b", + "id": "21ef5eb5-7288-46ec-9381-daef0f069173", "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": "b4a5c662-629f-49ca-b179-77042c8c0b53", + "id": "80002e79-7bc5-477a-8fdb-216f03d67350", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -94114,7 +94114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fdfab84-b305-4762-a3bc-a5747926f868", + "id": "9b218616-a7ab-4ace-9ad1-31ad88132502", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94215,7 +94215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ec12b0c-1ef7-4294-bed7-75485228172e", + "id": "58ca3a25-f68c-4408-a172-68810cee6a10", "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": "a301bed4-57f4-44a2-81c7-7cc7602ed939", + "id": "cc60960a-2b93-4697-b22f-51dfdc74e329", "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": "e37703ec-b8c8-4104-b378-a0bcea3e00d1", + "id": "6d602181-b30d-4571-af9d-427b33a5c069", "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": "b4f4ba7c-3023-482d-a1c6-39be98890076", + "id": "71403d88-82ac-486a-a3f6-f48e2f941d95", "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": "1bf1d61a-0057-4e5f-865c-ca1632c5afda", + "id": "d202e0f3-590c-4e09-9075-7c3bd186577f", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -94706,7 +94706,7 @@ }, "response": [ { - "id": "deb6e3a4-a93c-4ecd-b6f9-2e4aa05f5536", + "id": "f7222810-c301-46ac-a4c4-86b7285e6972", "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\": \"68c8477a-3845-ab34-e70d-b8965bb4ea4b\",\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:43e97aa6-2f6d-2d89-7885-1f20e6643cd2\",\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\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2869dfd9-b2e4-4b4a-b9bc-3491cec42013", + "id": "e30928bd-2277-4657-8e34-84781dd00aac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94884,7 +94884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df789a34-54ec-4d23-86db-9c6a7805860f", + "id": "57e85c5e-8969-4a39-9e6b-5bc713d934df", "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": "5146cf0a-bd0f-469a-a106-d406cc3664c8", + "id": "2b3ff134-a906-4613-a016-5687a00fb123", "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": "21117db0-ae65-4de8-94a1-b1d137c4692f", + "id": "c6cd25c7-073f-495b-9efc-b51a601a5a7f", "name": "Too Many Requests - Returned in response to too many requests in 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": "5be61d83-074a-46be-bb78-3dc69e0c7966", + "id": "5f9ba089-593d-42df-9413-6221cc5b88a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95246,7 +95246,7 @@ } }, { - "id": "733c9bf2-002c-46d0-a3f8-8b68bc400b7c", + "id": "fac4e35e-26eb-400a-891b-dda4da181dbf", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95288,7 +95288,7 @@ }, "response": [ { - "id": "445cbac2-8e75-4074-9a66-9afc910cf954", + "id": "5a119a83-6428-495b-8a13-a7429f8f4d7e", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57715f21-156f-4b29-9734-d9229e951de1", + "id": "5a9ca087-00e4-47be-b754-8d2502673a0a", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95400,7 +95400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b57fabc-0de5-4c70-9684-b6510d0d7f36", + "id": "5c5cb468-aeb2-45b8-98a9-36c4bda6bd76", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95456,7 +95456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb46ef6b-5cbb-479b-ac26-f45e18837d57", + "id": "c19ef3df-18a6-432c-b559-a4c7faa30719", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95512,7 +95512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3423c3-5335-43ae-b1bf-205481f956ad", + "id": "59f01495-39d8-464a-ad38-0b1ad5fd6461", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95568,7 +95568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce1d5dd7-5ad0-4d6c-a24b-38ce05f33071", + "id": "b3a31625-5edb-4a04-8dc1-1b54662c8564", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95630,7 +95630,7 @@ } }, { - "id": "9e79c17a-d73d-4076-bcd4-2908d2540dfa", + "id": "5920bff1-3990-437c-8634-0be1a4170da1", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -95673,7 +95673,7 @@ }, "response": [ { - "id": "116eb796-151e-4b0c-b6f8-c0e7b5f9c47e", + "id": "1dd2b4e5-adc1-4157-a7a4-9dbe5f4f1d73", "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\": \"1973-01-02T00:31:36.836Z\",\n \"launched\": \"2000-03-24T18:03:44.399Z\",\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\": \"2020-05-31T17:58:37.498Z\",\n \"launched\": \"2017-02-24T03:50:33.860Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6a8a3972-2493-491b-b611-a0e1d18aa697", + "id": "3782a389-d5c5-49d7-b0a3-8ade92dd07eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95787,7 +95787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb2b1a3-0c5f-4dd2-af45-7016973e83c2", + "id": "1cdf18d3-45b3-423b-ba09-95cb71a973ba", "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": "810a5e3b-7622-4900-aa9e-02909ee5e214", + "id": "bac7f8cd-fb3a-4dfc-9125-f975e9e03e5a", "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": "8ccd7e8f-743e-4673-9bde-4f56d4a4598e", + "id": "3b084ee7-e3e9-40bd-a179-84e8881972e2", "name": "Too Many Requests - Returned in response to too many requests in 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": "914d1221-9b94-4c78-9e88-525d374bddd9", + "id": "b59d61a1-97f8-4ca3-ab5f-0361c05d975b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96021,7 +96021,7 @@ } }, { - "id": "8de6c38e-d863-47ca-9250-e1f78b8b1db3", + "id": "97e46c4b-342b-4165-bfff-8bf4bd6a5a67", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -96097,7 +96097,7 @@ }, "response": [ { - "id": "6005b3f1-42be-41b1-8a7d-72408ca02dc3", + "id": "e2c811ce-4460-4079-831c-d2f116bca750", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -96187,7 +96187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a4f433e-eded-4698-af90-2d5d8bc1b284", + "id": "467dbd8a-c05f-4e5b-b571-243f149b012f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96277,7 +96277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03cbdf6f-3fc7-44d5-8f0a-aa49a9edb50b", + "id": "f94020ab-99dd-495a-a85a-b24fbae8cd21", "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": "f56b7b05-26cd-4c1d-98cd-4ff6fadc416b", + "id": "af833938-5966-41cb-b286-06ab72971cfd", "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": "451c1948-89b5-42b2-8dd8-51e5d3ffd288", + "id": "db5faab9-9e42-4d81-a63c-52884d31ecf9", "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": "59482333-4c49-4787-ae32-1ee50a4f659d", + "id": "5c5b2c86-a288-4dd7-a68f-384f22c27b2f", "name": "Too Many Requests - Returned in response to too many requests in 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": "cd2317f8-f70f-431b-9955-b7367fbe682f", + "id": "3006d482-607f-49f2-98b2-de0c75820033", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96733,7 +96733,7 @@ } }, { - "id": "cd5eafe8-b095-41b9-997c-d8cf5a6bd0cf", + "id": "38e13b36-839e-4b95-a9b2-f0614ec23eeb", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -96776,7 +96776,7 @@ }, "response": [ { - "id": "368ff118-b0cd-4224-958b-79902055643d", + "id": "d75aa529-5ded-4e4c-933f-4593b3c804d1", "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 \"ullamco_a5\": {}\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 \"elit8d9\": {}\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 \"mollita\": {},\n \"consequat73b\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"laborum_a\": {}\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 \"mollit64\": {}\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 \"consectetura1\": {},\n \"ea_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}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "84034a4d-3af1-4b1f-9abd-022882406068", + "id": "004424de-1909-4f92-85e2-a11f10622be9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96890,7 +96890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9da21c89-c932-4a76-b09d-e6f5679941d7", + "id": "fef94d62-37fe-41cc-a472-494105dc1b18", "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": "e92fc051-d0ba-4f53-a292-3e6b45d2f642", + "id": "12be8da2-25d9-41bf-bf3f-70cde09ee049", "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": "b9859138-de5a-4f6a-85a2-2c417d7eae30", + "id": "a7cc62e3-a337-48f5-aa3e-9c8473e69dd4", "name": "Too Many Requests - Returned in response to too many requests in 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": "d825582b-8550-4045-8984-d6b96708a2aa", + "id": "064214e9-93f8-4c44-9b2f-4c8e48f6073e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97124,7 +97124,7 @@ } }, { - "id": "e211449f-db64-487f-9f48-8ff650a3e301", + "id": "f71d413e-ed08-47f3-a46b-4bb5473de22e", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -97156,7 +97156,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97167,7 +97167,7 @@ }, "response": [ { - "id": "240bf328-1cc2-4068-8fdf-6a5604ddaed0", + "id": "8af24782-6d85-4930-badf-8289930c0b79", "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\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97224,7 +97224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc46135-e64d-40f8-ba13-4dd45c043308", + "id": "a11333a6-d24b-4650-b328-acf9798496bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97259,7 +97259,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97281,7 +97281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "527cf7e4-4678-48fd-a67d-35e59deb7f97", + "id": "299993fc-82a6-42e1-804b-eaa02bc139c7", "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\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97338,7 +97338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d24089-67f8-45d5-ae91-cbed1acfd3a5", + "id": "dee27285-1402-47ae-b7c5-96f26c02c951", "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\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97395,7 +97395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d82d261c-f60e-4250-a536-fba621e212c7", + "id": "ec4ad2d5-3817-47f1-ab45-1178a2493986", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97452,7 +97452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b7648b8-b271-4555-aad6-8684ec2027df", + "id": "5d1d3c2e-f3a4-46e0-98b9-da1e1d000966", "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\": \"85475bf7-12ca-a51e-bd5c-a6430ed1b11e\",\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: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}", "options": { "raw": { "headerFamily": "json", @@ -97515,7 +97515,7 @@ } }, { - "id": "0f106b23-8eb1-45c4-8fb0-a59a26515f25", + "id": "124d3b58-4f81-422c-8657-4e3a66ebc45e", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -97556,7 +97556,7 @@ }, "response": [ { - "id": "30134076-7380-4347-b69e-d143536e0ac9", + "id": "e0a7858e-8385-4be4-801c-2cf6a3fcfd27", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "36e6f71b-1c8c-4359-9cf1-457fd7dd6c14", + "id": "b25eb755-9438-4806-8f78-7a53aaf0f311", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97644,7 +97644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a2d43d-5498-4f9c-82bb-8b561b22810b", + "id": "7b94c8d6-b548-436b-a4c6-3fc59ed9e82f", "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": "7d3b38ae-3719-4abb-9485-86807602fb2e", + "id": "51eecbf6-34ed-4a8b-89c3-6d00d594409e", "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": "8c969325-0e3b-4c64-b023-65ab8defc37f", + "id": "c00a27a6-44cf-4164-bacd-4c36cddf1f53", "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": "fab0276b-09d6-4d46-9155-0edfc4df2c4e", + "id": "3113a207-d3e4-4402-8458-cea12634863e", "name": "Too Many Requests - Returned in response to too many requests in 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": "263bf8a3-1586-4bf8-9d2e-6f1211ae0549", + "id": "9f920eaf-5945-4e13-9eef-3bcf7a4fbcc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97870,7 +97870,7 @@ } }, { - "id": "4d1fe358-61f9-4c92-b47e-da76d508253f", + "id": "b4a0d885-f9f4-40dd-bcff-3801dc8e784f", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -97911,7 +97911,7 @@ }, "response": [ { - "id": "1f0f5a2b-ca1c-4c97-976d-afd3e4fc658c", + "id": "0a4ce565-0d54-418a-8980-761ea9332f14", "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\": \"1988-06-29T00:42:36.635Z\",\n \"launched\": \"1997-08-29T22:21:13.965Z\",\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\": \"1996-11-30T22:08:31.667Z\",\n \"launched\": \"1999-11-07T23:08:04.596Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "01edabcf-9605-469a-b6b9-f20e1741b0ef", + "id": "cf167b78-1126-4f89-bb8a-3c94a2ca97f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97999,7 +97999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93cced6b-b6be-409a-b589-1d1b51ca0283", + "id": "10d80566-e22e-4aec-b629-39767302fe38", "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": "f2408b75-31b1-49aa-a5e2-70df129f10f7", + "id": "3bfb2ee1-9967-45e7-94a7-a03dcb97732f", "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": "a26f0f64-19b1-442b-b3c9-97571a1dda23", + "id": "c8e03ed8-b9fd-46e1-a5cc-88cab74983db", "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": "09a5b4f0-35ce-4b1f-9209-36919b844d26", + "id": "528d66a3-8281-4a11-9702-bd4ee7c7d3dc", "name": "Too Many Requests - Returned in response to too many requests in 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": "188bbfc8-8ce7-4c94-9a6a-973f20df756d", + "id": "14513f41-e406-4254-ad78-3e8c8ecebae6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98225,7 +98225,7 @@ } }, { - "id": "1dc891ba-e54f-48a5-91f0-25debc5f563a", + "id": "dca09a9e-1799-4b7f-902b-bf53b66af09f", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -98279,7 +98279,7 @@ }, "response": [ { - "id": "9f693845-9c67-418a-ba2b-26076e0c6484", + "id": "c69026e6-12e5-45c4-91aa-0c6986d2a4f9", "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\": \"urn:uuid:4fcc9a37-36fa-b85b-7f20-2f9cd124c151\",\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\": \"ae2c93ea-e461-f65c-9481-a0479d5c90f7\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89e61348-8fe3-46c8-9ac9-077c5af4f71e", + "id": "ee508248-6486-4b62-8c5b-037a28859ec4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98393,7 +98393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5296140b-3ae1-4c20-8c5a-16c2293ad829", + "id": "49230b2b-10a6-49a0-8369-22ba1032d955", "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": "ca4e881a-2727-49eb-89ab-bf6f9af9a633", + "id": "6f2344e0-71aa-4824-aa0f-031bde1e2793", "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": "3f0b54ad-f300-483c-810c-0449cb84f326", + "id": "515833e9-b4a9-4a86-a406-e3718bbbbcdc", "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": "7911d60d-996e-4321-835e-387027f79dcd", + "id": "6fd4cb40-e5c8-4a39-8cf6-e895f6adf14f", "name": "Too Many Requests - Returned in response to too many requests in 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": "a4adbf24-9c9c-45f3-9695-cc639c6633dd", + "id": "6bcd8d41-6919-4775-98f0-5c38b7ab657d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98684,7 +98684,7 @@ } }, { - "id": "c6c00e5f-09c6-43f2-be96-c94f754d115c", + "id": "4283bb82-c921-44b8-ad84-31d4c3daf699", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -98726,7 +98726,7 @@ }, "response": [ { - "id": "3f17be72-c092-496e-bb71-9d1f4cdec305", + "id": "f8c736ef-d50f-4ef2-9c29-197657b30c02", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -98771,7 +98771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26339cc-4cec-4c3b-a861-85af09c88623", + "id": "48dc1a0d-a7ae-41c9-bec2-bc9d16304d2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98816,7 +98816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62101e64-8a30-408e-b896-088bc254ee53", + "id": "59ac01f7-8b88-4dd9-b302-5543aa9011b6", "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": "7a91a50c-4ac4-4467-94fd-645fa0e0f9b4", + "id": "4d9cf3fe-1283-4176-b2c5-92267c816657", "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": "6c6df5ff-242f-4bb8-8419-4cf2bb393348", + "id": "0279c05a-2e83-4ec7-a367-342337f366a0", "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": "e2da0260-1747-4aa6-a7e9-d2abca4a2e39", + "id": "06d399a2-53d1-4f99-88e9-4aef4ec01333", "name": "Too Many Requests - Returned in response to too many requests in 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": "5d2f5017-7c43-49da-8f99-70d3d6f2b8d6", + "id": "b285bf60-1958-4fd7-9b4d-d4c3f4f38adc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99047,7 +99047,7 @@ } }, { - "id": "95f29f59-dcdc-4c04-a7b8-2898e6328421", + "id": "904fcd6b-0b7f-40c3-af54-34c53555e8fd", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -99089,7 +99089,7 @@ }, "response": [ { - "id": "bdd7d63e-a19f-4268-b380-e48471b977f7", + "id": "de0060f3-d4bc-4309-a89f-1d8da6a98e45", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -99134,7 +99134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d6c04c-b5a8-42db-a5a2-45c4f310c6bd", + "id": "f3f22265-f40b-4c3f-aed7-85fcd347f2c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99179,7 +99179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2c7641-9e4d-43b9-beef-c166117a61ba", + "id": "97bbaabf-bae1-460b-96e1-aea214b248af", "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": "7dc2b1a0-0907-4816-ba5e-dec3b74d60ff", + "id": "b992a114-1afa-4de4-9a46-1a76118c616d", "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": "151879e4-c4ac-409a-bab2-962dac414e1d", + "id": "e667cf53-06a5-4646-a426-50ec92f9355c", "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": "8c6be5ee-63a0-4805-a1a4-4ae8be44b74a", + "id": "0d46bc0a-01d3-4764-98a5-d0bf5e738ea5", "name": "Too Many Requests - Returned in response to too many requests in 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": "e5753ec2-2bce-4247-b660-0527220e1205", + "id": "144a7798-bd12-43d3-bcca-af7c38dff828", "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": "94594058-c03a-4928-915c-5e513c279ac2", + "id": "d54bc110-32cc-45a5-aea5-40983bed5562", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -99438,7 +99438,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "identity-profile-id", "disabled": true, "description": { @@ -99448,7 +99448,7 @@ }, { "type": "any", - "value": "sunt velit", + "value": "q", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99469,7 +99469,7 @@ }, "response": [ { - "id": "3c901f63-ec18-4d1b-af50-fd5a4afbc60f", + "id": "648fe67f-34a5-462c-9420-2117eed641be", "name": "lifecycle-state", "originalRequest": { "url": { @@ -99515,7 +99515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb7d907-9425-439d-bb3c-c8b2bd234ac6", + "id": "0c3b3f91-d2b7-4dfa-a3c4-c6b55214423d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99561,7 +99561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecaf19c0-ffa1-4815-b367-5f55252c2d50", + "id": "44f92ce9-abf3-4fc2-bcf0-168508669f23", "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": "3527beb5-6b89-4829-a23a-d668903f71f1", + "id": "628e10ac-3b4f-4e95-affc-2ad7e3156152", "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": "27a06c3a-d8cc-4e17-bd05-7b5df6c10330", + "id": "39207413-795e-49eb-9124-1c69da079faa", "name": "Too Many Requests - Returned in response to too many requests in 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": "9e827409-618a-4609-9171-767d20fde1e7", + "id": "da19dd58-f6f9-44e4-a8d6-188ed7ebf43f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99751,7 +99751,7 @@ } }, { - "id": "c1bb4e79-3616-4270-b81c-2076ea875230", + "id": "127c77a8-785b-4b08-ba91-873e2ba222ef", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -99773,7 +99773,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "identity-profile-id", "disabled": true, "description": { @@ -99783,7 +99783,7 @@ }, { "type": "any", - "value": "sunt velit", + "value": "q", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99817,7 +99817,7 @@ }, "response": [ { - "id": "8ba9a625-746c-4601-ae7a-97cb0b52b7f6", + "id": "b89d861b-cb0a-45a6-8c30-2baec9d91d21", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -99876,7 +99876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbba7d4c-565a-4f96-8dbe-e7d422eb7a58", + "id": "10fded75-b43e-4bb3-a87c-6b92e390b4ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99935,7 +99935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed3be53-fe27-4a6b-a8b8-f0b4cb9a47c3", + "id": "8cb37786-abfa-48da-8cfc-bcd0d6167c59", "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": "de30a5b1-8451-4a02-b932-da9e21032608", + "id": "5c771095-950d-4db5-89a1-271d97229115", "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": "ed4c4334-8660-479c-a00a-134211472357", + "id": "b1cfc307-4cce-445a-8cee-0d8503284980", "name": "Too Many Requests - Returned in response to too many requests in 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": "8ad68fcb-cd28-4944-9d92-ab699b5512a4", + "id": "4925de87-7d70-4296-8410-9daa93cf31e3", "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": "cba76246-2b90-4e7e-908f-10d6bb608917", + "id": "4b20f68b-302e-47da-8607-78f6f7401667", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -100235,7 +100235,7 @@ }, "response": [ { - "id": "d7c2f005-b81f-435a-80a2-7261f291389d", + "id": "fc37d8bb-dbca-4800-a7ed-3ae1d91caa82", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "40f3c9cd-88e6-4fc9-a7c3-7794b2c65b6e", + "id": "3c6bb8a2-e79d-4cdb-aa8d-e45e01ea8ae4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100345,7 +100345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6a1a95-4949-4383-911c-e79b06c980a0", + "id": "fbc89578-6ffd-4532-824c-5fdb463fab61", "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": "f54568b9-7d27-402e-a674-58d7b438dc79", + "id": "ff4bc3a4-8b4b-4a43-ad9c-63ddbf341e80", "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": "721ab9de-2fea-48de-99bc-bd25a63e4e07", + "id": "741f9b66-1b94-4031-bbf1-89145e08ecbe", "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": "5c9a8f00-3e97-4fae-8b0a-8246eb40d9d2", + "id": "53ddfeda-f50f-4eb7-afd1-512dd315ace7", "name": "Too Many Requests - Returned in response to too many requests in 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": "f36762e2-02ce-430e-bf5c-3b7476e170a6", + "id": "b63d6994-9d2f-45c4-a3d6-0fec6df07c91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100626,7 +100626,7 @@ } }, { - "id": "ffc03fe3-3a17-424b-820b-43806d269e43", + "id": "7c88c1b3-9c6e-4cc8-a368-9638c9041da1", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100681,7 +100681,7 @@ }, "response": [ { - "id": "83619cfe-bc1d-411b-9a1d-a825aafaa090", + "id": "ec3d1e46-8aaa-43ca-9e1b-6052f175b53b", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f6785e62-e821-4f86-b6a4-deb818933590", + "id": "3fda2bbe-5bac-4c07-90a1-1a695a6bca7f", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100797,7 +100797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280c62d2-e635-4806-873f-04939df8c56b", + "id": "8d254b01-f133-415d-a802-8f4c24fe1606", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100855,7 +100855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6448089-9d77-4242-9dc4-f97ec5617ed0", + "id": "30120a69-2a32-4fd2-9ce7-234be9bdc476", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100913,7 +100913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e998d6-b7d9-4c89-9087-a068798021f2", + "id": "a807d7e7-ca8d-4c80-b32d-2b2bc76366f7", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100971,7 +100971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab618ef3-ec14-476d-a44a-f3cfc0d7a58a", + "id": "85d5f954-946d-480b-9819-cef26aa2272e", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101029,7 +101029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d63b0d-ba4d-4704-a2fc-190541e56f5e", + "id": "9e6b85e8-e389-48f3-a032-8e2784c5a321", "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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"CONFIGURING\",\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": "e97d9b71-2642-4c43-800c-5082557469bd", + "id": "9590c4a1-258b-4829-98f1-1c2195e41946", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -101140,7 +101140,7 @@ }, "response": [ { - "id": "a2f33ef0-64e2-4f86-8c21-1581d4df6019", + "id": "03fbf586-bfb4-4fd6-b37c-4825f61ab354", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -101184,7 +101184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2fef1f-c8c0-428e-a4a0-19a14da8d17c", + "id": "27e38467-f95c-428e-9e71-abcfb82853ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101228,7 +101228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a33869e1-4ed6-4528-92ff-f19324420285", + "id": "eab341ac-5e69-436b-bc15-eac32bc024d4", "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": "d9c77530-574e-410c-9dab-8d6586703129", + "id": "87ab0616-e5f1-49af-b1dd-6f8ee6603686", "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": "2a75fc77-8c3f-41e4-9884-12144ceefc03", + "id": "24db888d-2fef-40f9-b707-03b39ab1b1f8", "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": "ac9d78ec-81a9-414f-afd3-865dd3785899", + "id": "0946607e-26b7-4731-92de-1189482eaba3", "name": "Too Many Requests - Returned in response to too many requests in 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": "90d104c3-e552-4be8-b3aa-3221c9d6dc50", + "id": "6721abe5-d9c8-4e19-ab3d-6e64904ef45e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101454,7 +101454,7 @@ } }, { - "id": "4dbf70ca-7f91-4e65-8176-59ae4c264609", + "id": "66917f9f-c183-487d-98d2-6419dd93a2fc", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -101496,7 +101496,7 @@ }, "response": [ { - "id": "781c72d5-7145-4c45-9620-c4b6b41f829d", + "id": "6446efc7-161d-4255-9e2f-45f3ab087fe0", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -101541,7 +101541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee03f2ba-7a5e-489e-918f-c7b302462d65", + "id": "58610c32-8f52-40fa-a88b-84113b03f6c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101586,7 +101586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f8e373-cc6f-4bb5-af90-1eadf142cd58", + "id": "b7908aa3-0b59-4315-9852-4a33aad413a0", "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": "50580379-bd2a-45c3-9822-394ae319a210", + "id": "f52df0d0-66bf-4fde-8fa7-79e7cf728f0e", "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": "fa484eeb-a318-4576-9ac9-32825eb9c029", + "id": "3fea1286-3128-485c-9296-0b0fa9e972e8", "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": "d18f03e2-84f0-447c-ad23-3c0a2626e801", + "id": "bcb37540-19d7-4224-8ef4-0967be8ec1ad", "name": "Too Many Requests - Returned in response to too many requests in 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": "e32f7db8-8bbe-4c87-bba7-bdc7a325708d", + "id": "c19de304-e782-411f-877b-f670a74f832e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101817,7 +101817,7 @@ } }, { - "id": "bbcbb9b0-4b57-4a96-a504-0dec1d954367", + "id": "b2a2b831-02c6-4bfd-bb82-0fb68100ad7e", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -101872,7 +101872,7 @@ }, "response": [ { - "id": "bb9d515c-c0c6-4cd3-ae75-bc587924e487", + "id": "cb228e36-d091-4e2b-a04b-f4ffaefeb34c", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -101930,7 +101930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a249d793-5ad8-404f-8e25-ffb56136237b", + "id": "278761bb-192f-476a-b25d-0e00298ab713", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101988,7 +101988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015d2438-d116-4ee1-a239-53cf88b08864", + "id": "1833c581-7761-4831-b41c-b8915cc74cde", "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": "d518b11e-3bd5-465a-992d-96060083ad0b", + "id": "f94181d1-1b2a-4e78-9afb-12ade1c6d8b4", "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": "8ef20aea-5c71-48d1-b7b7-65b05192d611", + "id": "02442a45-95ef-410f-bb67-f264a60ef14d", "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": "7befae1e-06c7-41d6-ac81-a516ddff8a19", + "id": "0ad3a70e-ec7a-47cd-96aa-25aa2f4f65c3", "name": "Too Many Requests - Returned in response to too many requests in 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": "aef6c63f-fb19-4e3e-8511-e9be5b38ff8a", + "id": "7f74e967-3071-44e6-9352-c6878bcd8c07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102284,7 +102284,7 @@ } }, { - "id": "5b80ea29-cc25-45a6-87c2-bcaa2703b518", + "id": "20aebd3c-021c-494b-83dc-e6ed65c8c345", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -102350,7 +102350,7 @@ }, "response": [ { - "id": "fa579dcd-953c-4f75-b567-eff885560de5", + "id": "a9d690b3-de9b-439c-8f80-ebfe8f69483f", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -102430,7 +102430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9faf0c-ad4f-470b-80a9-47feb81bbb9c", + "id": "f5ae03a1-ef4e-49d3-a300-ac8a249e3c9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102510,7 +102510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d21db9-a7bc-4d3d-854a-158bd74bf62c", + "id": "59a7017e-5a2c-4518-bf14-c0fa3630f1fd", "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": "06cc7d01-ff49-40ea-9786-dbc2d539849c", + "id": "3589b58f-0231-41cc-bef3-312fc8f5fdc6", "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": "45d132d1-90f0-47d0-9e46-e93add9f6936", + "id": "0bb75648-61a8-4377-aebf-80a3be516dbb", "name": "Too Many Requests - Returned in response to too many requests in 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": "21524742-59b4-41cd-a84d-aa4947cfee42", + "id": "480cabe5-6e60-4724-acf0-c33eb6e60fc3", "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": "5d7ca5e0-b38d-47bb-9b21-253af0f8a434", + "id": "7439106a-9979-4d7b-8de6-07c5405b14e2", "name": "CSV Upload to discover applications", "request": { "name": "CSV Upload to discover applications", @@ -102880,7 +102880,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -102888,7 +102888,7 @@ }, "response": [ { - "id": "30cfcf61-52da-40de-ad8c-edbb8eb95c8d", + "id": "10f1c323-cd2e-44ac-9992-46fbfa6848ec", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -102929,7 +102929,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -102948,7 +102948,7 @@ "_postman_previewlanguage": "text" }, { - "id": "284f62cc-23ad-4039-8e5c-133c434079fa", + "id": "9a22b8ba-a8aa-4142-9322-fb6a498565dd", "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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -103008,7 +103008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f8bab0-c6e5-4a38-8ddc-a503b8d6328f", + "id": "63bdd16e-fe7f-4d60-8736-ad2ef23703ca", "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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -103068,7 +103068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b57bc5a-00a5-4ea3-b28e-4a015540610b", + "id": "d6b93d7a-15c5-459b-a105-1f687d4fd9f2", "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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -103128,7 +103128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50f38a3-2b8f-470f-8b09-e72559f1732c", + "id": "3371786e-7e4d-4926-8161-91feffc61f65", "name": "Too Many Requests - Returned in response to too many requests in 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": "exer", + "value": "in ea occaecat consectetur eu", "type": "text" } ] @@ -103188,7 +103188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2550ff-f9e7-4047-a9ff-6866b7425fd1", + "id": "f57b71b2-ca2b-433a-a15d-f723700ddf2a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103229,7 +103229,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "exer", + "value": "in ea occaecat consectetur eu", "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": "bd24dd6c-0bc3-4345-aa9a-1ddd8c1ff05b", + "id": "3d8659db-73f8-4965-abac-8442b6c03984", "name": "CSV template download for discovery", "request": { "name": "CSV template download for discovery", @@ -103289,7 +103289,7 @@ }, "response": [ { - "id": "ad93866f-2a7d-4280-9c86-74f5bca6b94f", + "id": "72f1ee94-baed-4d68-aa0c-e271137ee763", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -103332,7 +103332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4d49ac8a-6b40-4847-a24c-9b8d3fa49a69", + "id": "bc25c49d-3850-4e6f-b249-30a4dd4ca5e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103375,7 +103375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff28d3b0-8457-4910-ba67-2f4ebabf6842", + "id": "dad84031-a575-491c-9882-ebf8048837c8", "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": "e41b56d9-0a45-4bd4-944b-5fbfbde7191a", + "id": "71558438-6c0e-4059-ba4a-b902f41f2319", "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": "0e49f64a-f2b4-4ace-87e7-23654b731761", + "id": "9e3aa0d3-a97d-4a0e-abd8-2cd69ec4bd26", "name": "Too Many Requests - Returned in response to too many requests in 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": "ae287404-a87d-4815-8203-4c6d4b2d36d4", + "id": "9a436fb3-5d9c-401a-8e21-33b70d54b338", "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": "4e5bd355-f159-449f-80e1-9b5d8db808af", + "id": "699adef6-3e4d-40ce-a482-3100ff855e61", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -103590,7 +103590,7 @@ }, "response": [ { - "id": "199b9954-746d-40ad-b28f-34c2c995c0c2", + "id": "0adb9795-c201-48ab-a75a-7dc4c69cf902", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103635,7 +103635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d946978a-0a92-4349-aa25-89004f0a5934", + "id": "4929a309-a549-4981-a32a-ff4a301d07be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103680,7 +103680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "770e8184-eed1-4a66-aa95-8f343c7a3799", + "id": "c74170ea-02ab-48cf-a0c6-bd6e329cfe43", "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": "952ec55c-c4c0-491f-b367-20e121739d74", + "id": "0bdc5304-7c1d-4029-beac-05159af2f0f2", "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": "af0a88bd-54db-47a9-8178-2742b08d2cff", + "id": "71cb2343-9b12-4c9b-92b6-0253e4ff5a82", "name": "Too Many Requests - Returned in response to too many requests in 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": "16c871d4-a176-4e31-9047-31aff7c84e4c", + "id": "fb1ec1df-fc66-41b7-bcd7-f9d2a6965bf5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103866,7 +103866,7 @@ } }, { - "id": "51fa46ee-3038-4322-9f74-09bdda91c4ed", + "id": "a9eb3a2a-eb30-452e-8512-8b5fe8e4c76a", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -103910,7 +103910,7 @@ }, "response": [ { - "id": "a499f618-2d78-4955-a444-2766dc3d4993", + "id": "44fda5c2-e21c-4fe7-9668-70c1f42a8148", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103968,7 +103968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53cbd5b5-1d02-4c4c-bc19-3b651f5dc47e", + "id": "a08c21e4-011a-41cb-8818-8ed43b3c34d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104026,7 +104026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a10dc4bc-9294-4f63-b85f-3f8e339937a6", + "id": "6f96a5b0-a183-4297-a474-a78b437dbe2b", "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": "094e20f7-da31-4587-8f89-e1ba4bea4ee4", + "id": "3123e189-6a5c-4158-bd97-33067d6e9f03", "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": "e8604c37-3bba-4a46-99a4-bb73b23237c8", + "id": "0eb93c6c-7c80-4638-acf4-725f481133a7", "name": "Too Many Requests - Returned in response to too many requests in 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": "a8b2f05a-68c5-4f09-a6df-b9544f2243d4", + "id": "53a014bb-c1e9-410e-847b-51e270bcb0f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104264,7 +104264,7 @@ } }, { - "id": "ae5d60bc-7157-46c1-ac78-e058abc84b89", + "id": "2afc0536-8581-4b24-894c-50d19192da1f", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -104295,7 +104295,7 @@ }, "response": [ { - "id": "e1586aeb-8d40-419d-974c-51529a302fdf", + "id": "be761ad5-ef71-4a6a-9a5f-897ec70d7848", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104340,7 +104340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf3a46a-45b4-4467-a995-6d8e99449f6a", + "id": "f10a37da-9436-4212-985e-a08cc0b9f344", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104385,7 +104385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f1529cd-6258-4a96-a879-1d2d9fb3121c", + "id": "397986ed-5ec9-46ef-aa0e-51e9c66c0b2e", "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": "37a8380b-527e-48bf-a706-76d6f9413a25", + "id": "b3661bf9-432d-4210-82cf-9cc3db60884e", "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": "c4661270-fa60-4224-9d92-9b978be923d5", + "id": "dbf71261-681f-4a4f-9067-aa4e3528fc8c", "name": "Too Many Requests - Returned in response to too many requests in 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": "3636dc08-32c4-428f-9899-5dcc19880b29", + "id": "6a80bd31-3769-4d2a-87ab-9fdbc01aca11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104571,7 +104571,7 @@ } }, { - "id": "0a8870dc-42d4-42b7-95da-a9285752611e", + "id": "7f6cc790-8d2d-488a-be7b-46fcdd25fc39", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -104615,7 +104615,7 @@ }, "response": [ { - "id": "ce52f72e-3e42-45a5-8fe4-4437f8a2a6f4", + "id": "e3e5aca3-3c3a-4c11-9a20-49429d58c2d6", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104673,7 +104673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5546ae1-8f47-4d54-9543-f4cde267a7d6", + "id": "9373b50e-b9da-414c-be6f-1426945cd6d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104731,7 +104731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14db8eae-fee6-4b6a-bfc4-41d77142fddd", + "id": "481433c4-ac68-411a-a696-07628073da98", "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": "3f3330dd-a505-4fa9-b9d4-ada6f84bfe0a", + "id": "0d95259e-8588-41f4-a4a4-b8f520aebf51", "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": "f3d7c184-b039-400d-91d5-49883526aff7", + "id": "3d90fdc2-c4c3-44bc-9292-072a94bfca35", "name": "Too Many Requests - Returned in response to too many requests in 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": "24eb9234-71f7-477d-afec-f0c57208a4c4", + "id": "d39b6e9c-7782-4231-9b1f-cef749ac288b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104969,7 +104969,7 @@ } }, { - "id": "a241232c-3bdc-4ed2-a675-4e9f2051d58c", + "id": "92d6d4f3-4e81-4ef0-967e-98767f64306c", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -105011,7 +105011,7 @@ }, "response": [ { - "id": "e299ed82-dabc-42c1-b10e-e6d8cb72dbf4", + "id": "3dc99913-f367-4134-be8d-bd54c8a047c2", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -105056,7 +105056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f47ca1f8-6b4c-4ff8-b38d-67056d7d4820", + "id": "4c676535-b863-46d0-9ff2-95a0ee5377d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105101,7 +105101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3319004d-5b10-4eda-a0c2-6299604f63d1", + "id": "cf8237dc-6a9c-4f91-904a-0e624209432a", "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": "acd859f7-a510-4759-8066-9e4ba12aa549", + "id": "10d8044d-9eea-4ece-822f-850b3b7d9f5b", "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": "2df48510-ab4b-4bcf-948e-8932fdff6b5e", + "id": "31b659fb-fa71-4907-b48a-a2abfc471535", "name": "Too Many Requests - Returned in response to too many requests in 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": "7838db04-7f5d-4c52-a218-478da9318996", + "id": "6aa11245-5e57-4a9d-bc32-506fafe093d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105287,7 +105287,7 @@ } }, { - "id": "ca69ccd0-1d4e-47bd-bff1-da09748f5bf0", + "id": "d67bc395-5751-4c97-83e7-6fd01f83591a", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -105329,7 +105329,7 @@ }, "response": [ { - "id": "1b2cf06c-ef7f-473e-b10c-24277662d73c", + "id": "ffbc0514-f036-474b-96d3-dcc3596cff5d", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -105374,7 +105374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20aeb89a-1a66-4293-95e7-95d04e5e0ada", + "id": "ca4b570a-a4ce-40d2-ae7a-9ff6b047bae2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105419,7 +105419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfed14ad-d1f4-4198-bb07-7b5fbce21e5d", + "id": "53edb1c4-a6b5-40cc-a906-b6e4418fe332", "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": "3fc878cb-dd1a-406a-ae5e-f9b272ca739e", + "id": "d2c3f48d-1a9d-4189-a026-6dd3bf9677c3", "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": "b7a8b699-451c-4af3-a61d-13e92ab0d0b3", + "id": "b0c2ac41-3320-43c1-848d-61c4fced150e", "name": "Too Many Requests - Returned in response to too many requests in 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": "b1fda5ba-dd39-4dec-8d28-7bd2f875bb10", + "id": "a3d56bea-e24c-469b-bd23-da1c96a2280b", "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": "a28f4105-8086-46d9-bc03-dde9ee062448", + "id": "e0a9b9f2-1a53-460f-ad74-10bdc533e42f", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -105655,7 +105655,7 @@ }, "response": [ { - "id": "5852d728-7b8f-43b3-aa64-e337405fa05c", + "id": "478ee7f5-4f27-4bfd-9d9a-f78a3a303387", "name": "The status of verification request.", "originalRequest": { "url": { @@ -105713,7 +105713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa12d0a-3eda-435e-9954-dc0f06588056", + "id": "13a66e2f-f57a-4784-b25d-7f372a3c6dac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105771,7 +105771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c12bc3-abdd-4072-963d-1d5023e96011", + "id": "4748b0b6-cadb-4841-a787-bd28cd01b6da", "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": "c69f4fc4-9014-43df-ac4f-17e3f5d85e89", + "id": "586fd5e0-40ec-4ee1-a521-7e60b039d475", "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": "c3494c29-c3bf-491f-9f9a-df5e940d61c8", + "id": "b2ff0371-3d29-4ff3-bf6f-8485fb4b51da", "name": "Too Many Requests - Returned in response to too many requests in 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": "f8f34e14-5d93-41b9-8dd1-d50181d8a3f9", + "id": "dee77273-c8a4-4ac2-a494-4341166cdcdf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106009,7 +106009,7 @@ } }, { - "id": "27843651-7517-4a31-ad6c-75fab2f47fb1", + "id": "a4ce9c4a-cf35-491a-931d-0e52b7f13858", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -106053,7 +106053,7 @@ }, "response": [ { - "id": "b1a34b27-2c3f-449a-95cf-97a21d3457c2", + "id": "f0bc2455-8e38-4a43-a073-1716e8cbed02", "name": "The status of verification request.", "originalRequest": { "url": { @@ -106111,7 +106111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7d9d132-dd33-4596-ac06-0c42214a9551", + "id": "3064d878-0d76-4767-a236-c55d95361256", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106169,7 +106169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "687a6252-509e-42c5-a4bb-dbe83a9ddb4c", + "id": "1ad0ebe7-cc8e-42f0-8de9-71fe25d9d4d4", "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": "717f46da-8cf7-4f4c-b066-8556cdabe78a", + "id": "286bac7f-1a8b-435c-a772-143eaaa00adc", "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": "151830f7-2164-4c0a-acd6-4becf5362dfa", + "id": "562d08ec-cfe3-4e72-bb89-598412c7ca91", "name": "Too Many Requests - Returned in response to too many requests in 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": "d186ef86-1bc4-4332-8777-5a9b5b830458", + "id": "747b61cb-6cde-4a4d-b7ba-fa517576ea11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106407,7 +106407,7 @@ } }, { - "id": "2b0b7a52-5590-456a-8192-01314cf1fb4a", + "id": "6c24cf21-2149-46aa-bdb9-2428d7c8b18c", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -106462,7 +106462,7 @@ }, "response": [ { - "id": "052e31c9-b0e4-4b2a-a3d3-6bcb9ea2499b", + "id": "2f124217-9fc5-4388-87ce-a47dc5725acb", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -106520,7 +106520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "305c5820-a96e-4142-976d-c043fa75681c", + "id": "14d14e21-86cb-4d7f-ab7b-ae1ff70ba2d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106578,7 +106578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9c44df4-227b-4d74-a761-0195ea8e63a8", + "id": "e6d677d3-7b92-4e73-a471-6d71a5f4cef8", "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": "5c7ce135-62cc-4081-934e-37624a75ecdc", + "id": "f72a98dd-b6bd-499a-b274-01dcda1829c1", "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": "02680f6f-d487-4361-9a4d-da215d97b1a0", + "id": "fded100f-e70d-4cb9-94f8-d2bc83cd1f96", "name": "Too Many Requests - Returned in response to too many requests in 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": "99f4d1dc-9341-4d0a-97b8-fbb3e96dc736", + "id": "1a62eda3-3a03-48ee-a49d-accc6b9d87c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106816,7 +106816,7 @@ } }, { - "id": "7b2fce17-ebc7-478f-85b3-1718f81fff7f", + "id": "125eb8ba-0d4e-4f4b-8b1f-fbe733d0659d", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -106860,7 +106860,7 @@ }, "response": [ { - "id": "a2893583-d98b-49ee-9c3d-3b02ffcf1284", + "id": "801f8520-e68a-4666-80d8-4c318b647f03", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -106918,7 +106918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45e19201-7722-44ea-99c1-6a4444edd742", + "id": "7943f6f3-72c8-437d-b203-5e4cfd6ff8a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106976,7 +106976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0674cf98-53d1-466f-96f4-7a0460d53b90", + "id": "79de07fd-419b-485f-8968-6b6a7965c897", "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": "b9813d6a-f15e-4d76-92c8-d76c598fc27a", + "id": "a99d5504-b86a-4677-bbe3-541a6e3a2715", "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": "f96e3381-2f3a-44b6-9473-c682800e7db4", + "id": "764b5ff3-b67b-4a66-b93c-91f54e3c4d3a", "name": "Too Many Requests - Returned in response to too many requests in 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": "e5c3c4b1-c3b1-4b58-91c2-3b6a78042113", + "id": "44ba9e54-2d6f-4fb7-8995-3c32d3b031d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107214,7 +107214,7 @@ } }, { - "id": "36715cbe-5fa9-4fc0-887d-23c9e32223fc", + "id": "58f23609-7f6c-4ba6-8b00-43fa18473d5a", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -107258,7 +107258,7 @@ }, "response": [ { - "id": "30700e54-e431-411c-9101-a868561d5794", + "id": "abaacfa4-8ece-4c97-abc0-4c0e71f0dee0", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -107316,7 +107316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6ea311-6643-4284-a270-311fdc0faf94", + "id": "c78ab9aa-44fb-4430-82a3-868fabf0cbbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107374,7 +107374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b54b7e-f673-455e-8010-34c4b9e21ae1", + "id": "8e8b89ce-5da1-4538-a304-34a422448371", "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": "e3af9b8a-4e8f-4358-ad55-b5af2bc80934", + "id": "efb17f06-1b01-4d57-9b18-29e7d0021b0b", "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": "afbad002-dfbc-4dc8-8c44-c1a267cd9451", + "id": "a03adf03-8a02-4b5f-8fe8-8ea291cf5b41", "name": "Too Many Requests - Returned in response to too many requests in 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": "c144fa5b-5240-4d7e-802b-a849ca0b7100", + "id": "44065ba7-2dec-4aeb-ae68-0f144e0602ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107612,7 +107612,7 @@ } }, { - "id": "1aa0b64d-7465-4edd-8ef9-cb612d31c39e", + "id": "feaa1c22-5ce8-4760-b895-9de500d9f7ec", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -107656,7 +107656,7 @@ }, "response": [ { - "id": "3b78ab1f-c5e6-4959-aa58-517b4fe25bce", + "id": "8b64a4b7-7f89-42cc-beeb-bea360e94ca2", "name": "Token send status.", "originalRequest": { "url": { @@ -107714,7 +107714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae96cea-11a5-46e1-bdad-0f7466d0e35b", + "id": "56ba562e-39bf-4930-953a-660c73a571f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107772,7 +107772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a3d292-2b28-4318-b0a1-4cdac4e2a639", + "id": "f0e14325-8a73-4f95-b474-8d8c7c8b602c", "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": "5636a723-3837-444c-b2a9-8242b3ebbdca", + "id": "291622d4-39c2-4caa-be61-479f35fca01d", "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": "4522ddd9-62ef-46a4-bc12-26f865a153fd", + "id": "6ff89ef3-6ce3-4fe0-af8c-ee108d207ee9", "name": "Too Many Requests - Returned in response to too many requests in 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": "b7f14b66-2ca0-463b-88ef-58b52bd7eb02", + "id": "e80a085a-74c0-4e62-8c6b-fdb8546eafef", "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": "4531b35a-678f-4ce1-8d3a-8a394cf7f6ee", + "id": "a6a98ef3-8f5c-49d0-a539-f9aca7d6100e", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108058,7 +108058,7 @@ }, "response": [ { - "id": "286f0375-dc47-4230-a78b-36a6c8b2cebe", + "id": "2d6e2f22-c9af-4d80-a807-6a2caab5a80f", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108109,12 +108109,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"nostrud aute sunt sit\",\n \"accountName\": \"deser\",\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 \"qui97\": \"Dui\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "70fcb80b-8e07-40eb-8a3a-5139f7ada25e", + "id": "6f1d3f4d-2a9d-4f62-9b5b-73dcd51926a6", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108170,7 +108170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414a99e3-b208-4142-8aea-17bafa6975cf", + "id": "0392b2bf-c892-4076-9250-c70fd7f6ec9c", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108226,7 +108226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deddb15a-c2d8-44ae-93de-5e148f4a953d", + "id": "6a580b52-8895-4119-b611-00488d7ade78", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108282,7 +108282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9781bdb9-67dc-4d9a-baf1-05fef53bc451", + "id": "7e7ead10-8302-48aa-b0b1-ca82aa71d2bf", "name": "Too Many Requests - Returned in response to too many requests in 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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108338,7 +108338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "233b7ff1-5c0c-4429-9a71-2687d1195383", + "id": "4e7d021c-20ce-4928-8630-4ec451caa034", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108400,7 +108400,7 @@ } }, { - "id": "0c400713-8f19-48ce-b6d0-97b93ad2c91c", + "id": "050e4590-a427-450c-aa4e-93ebd5054a27", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -108475,7 +108475,7 @@ }, "response": [ { - "id": "da32191c-a126-412d-af3c-2f5721680693", + "id": "3efd9444-31fb-4109-96c1-dae2dcd3eb45", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -108559,12 +108559,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"non est ex\",\n \"accountName\": \"elit ut\",\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 \"cillum88\": \"laboris quis aliquip\",\n \"reprehenderit7b\": \"\"\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\": \"ad eu sit eiusmod\",\n \"accountName\": \"esse incididunt\",\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_1e\": \"in ea reprehenderit Duis nulla\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", + "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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f3358907-ccbf-4666-9570-892d34d46fdc", + "id": "e7bdab9e-79b1-44c2-9cfb-517698c1049f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108653,7 +108653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "047b1865-e373-4168-b465-365130f7c587", + "id": "18157b3d-8556-4c67-b4fb-0f0d444248d4", "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": "87deaa62-1076-43bb-af88-c5d3f5edfff8", + "id": "7da03950-a718-45ba-84cd-2d3c4b5e9a26", "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": "b2aac447-481b-4ac5-8300-a9102c61dced", + "id": "4dc006f8-ba51-4bcf-bb5e-719a9e9b6719", "name": "Too Many Requests - Returned in response to too many requests in 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": "2e6d3c7e-e06b-442d-a4c7-7e35f387cf6c", + "id": "4a6fd17a-ca5e-417a-aff6-4d0c0afd9d2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109015,7 +109015,7 @@ } }, { - "id": "9a0c46e4-4ebf-4112-880b-33f6323d8c68", + "id": "eaad6d94-06b6-4bea-9a36-e588447d2e7f", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -109056,7 +109056,7 @@ }, "response": [ { - "id": "c1b41a9b-1f9e-4991-8aca-1f2d9ea96932", + "id": "e477cba6-6c19-47e2-b7df-5089a29a1b48", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -109095,12 +109095,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"nostrud aute sunt sit\",\n \"accountName\": \"deser\",\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 \"qui97\": \"Dui\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1840ff13-e0b8-4659-bb68-5311660a0bdd", + "id": "e61ceb60-b8c5-4d32-bf3a-f3061b4d8477", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109144,7 +109144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41f22739-70fb-408a-aeb1-66950e7f27b4", + "id": "608f7d60-49f4-41be-b5c3-48d6d6515f9f", "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": "2ff8390d-ac2c-4acf-a458-a1249417a3d7", + "id": "ceb011d8-23fd-4e41-9e89-c23789b9fbe9", "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": "5252d77d-54fa-43d5-97f2-e5fb195fb45f", + "id": "585143dc-29a4-4564-9ec7-8f63c40e80f5", "name": "Too Many Requests - Returned in response to too many requests in 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": "4822bb03-3ddd-4e83-9a18-2ac0fd5e3a9c", + "id": "bd908235-37b6-4f91-a891-8a8c283f7cc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109326,7 +109326,7 @@ } }, { - "id": "ebc8f049-0717-4d99-9033-1bfd84bdd9dc", + "id": "1586b431-75a7-4110-8a48-bda90cbb23f1", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109380,7 +109380,7 @@ }, "response": [ { - "id": "f177157d-2b0c-43f8-8026-1aa1fd2429d3", + "id": "e0115ac7-a0ef-48d6-b7b3-42af3ab5fe94", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109432,12 +109432,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"nostrud aute sunt sit\",\n \"accountName\": \"deser\",\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 \"qui97\": \"Dui\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "66fc4c6d-8cad-4c72-84c2-fd274d027e66", + "id": "a8bea239-d746-44be-b110-3db6e7af7c0a", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109494,7 +109494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d031b9-178c-4276-b3e0-3780283ed238", + "id": "7dd141bf-f517-4689-a382-1c9e6ebacaa0", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109551,7 +109551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e77353b-aa90-4d3a-a855-ddd253b57af7", + "id": "c16e44f4-c357-4db8-951d-154305a006cc", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109608,7 +109608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5589bb20-a0ea-4948-bdd6-2d529a0f7c4b", + "id": "88ef983e-7dea-4b23-8043-abc096315c29", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109665,7 +109665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8ab0997-08c1-47e7-a4cc-9744f9381e8f", + "id": "1e8f5174-488d-4fad-8298-b472c0fbf7ce", "name": "Too Many Requests - Returned in response to too many requests in 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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109722,7 +109722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab60c38-c11c-46f4-a806-51ec4da964db", + "id": "54358f96-7ecd-456e-820b-135489603c5a", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109785,7 +109785,7 @@ } }, { - "id": "b8f7fecc-6ffc-45c7-9512-1afbc902e196", + "id": "fbfdd99a-5fd2-4fef-9225-a407ae4afe8f", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -109839,7 +109839,7 @@ }, "response": [ { - "id": "57d684ab-2df7-4add-b3a3-772f66f22ee4", + "id": "b55f306b-f9b4-411f-8367-9309d0411e2a", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -109891,12 +109891,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"nostrud aute sunt sit\",\n \"accountName\": \"deser\",\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 \"qui97\": \"Dui\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ed3e02f-b170-42c0-8157-7e531891cc35", + "id": "bf420e61-853c-4890-aef3-b0e2e56d1383", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109953,7 +109953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc90ba0d-a651-4eb5-a01c-3c3d4e40bc75", + "id": "7ea1fe55-31c7-419d-a4a8-79c2d62cc76b", "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": "324e2fe6-9daa-4be9-bf64-2da068033dbd", + "id": "8690172c-b9cd-489f-9a00-5edec70ea3a4", "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": "051eff96-3109-465a-a09c-35e6613d28cf", + "id": "6b300a90-96dd-4b1a-852a-27a03de2a2cf", "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": "bc969ac8-0386-465b-8fcd-54ae2fd45931", + "id": "e6632f6c-61c5-49e4-8bee-e0ffd7781266", "name": "Too Many Requests - Returned in response to too many requests in 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": "e2ecff02-b75b-4dc6-bd98-7b4717b9c57f", + "id": "f9abc82a-5430-410b-820a-9448f01e41f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110244,7 +110244,7 @@ } }, { - "id": "5587f73e-f110-4870-809d-a8f150b757d4", + "id": "94f4a709-7631-46d0-8e9d-5c351eb045ac", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -110285,7 +110285,7 @@ }, "response": [ { - "id": "2e16e9e1-22c9-46cd-a041-7c09f0ec00bf", + "id": "2bd2032a-0cb7-4bac-91d9-78abe2c8f42a", "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": "72b9c045-3424-49b0-bb8e-e43cce15ee62", + "id": "c7e14d6d-229b-4a4b-aa67-88fadf3abf6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110363,7 +110363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d68d8a1-474a-4a9c-b325-c3d030078c9c", + "id": "a13ec102-5c6c-4eda-a407-0ed1ecfaaf6f", "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": "7544e6d6-ff44-484d-8978-67c6227c11fc", + "id": "1bdf730f-d5c0-44c9-8e7a-9c1eba0c2ec0", "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": "0958478d-993a-4656-87f8-869e0e227dfc", + "id": "25962815-6de1-4ed9-b836-ff95ba17437e", "name": "Too Many Requests - Returned in response to too many requests in 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": "86cdfd53-180c-4e52-9f5b-46e6ac9f6bdd", + "id": "e9b4829d-f6c1-42ca-ae83-27681fb54451", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110545,7 +110545,7 @@ } }, { - "id": "f0836d1b-5f90-43ce-a101-12b4425179ae", + "id": "fd87fa64-1fdd-4c44-8ecf-3073b18176bf", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110588,7 +110588,7 @@ }, "response": [ { - "id": "d4d2de64-b1a9-401a-a73e-7a9a6b06dc28", + "id": "19942558-6b82-44e9-9a91-02d415d6459d", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110635,7 +110635,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dd806930-2ccc-4646-b816-6b79f1d92926", + "id": "ef214198-e732-444a-a7ef-6e355ff12009", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110692,7 +110692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "903d5243-3a10-4566-9069-0e3ef9fdbe96", + "id": "49525831-bf4c-45f8-b290-8da2c0239a31", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110749,7 +110749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b37d5262-29c9-4955-ab13-b72ce7c84525", + "id": "d744ee36-a9fa-4b21-a18c-ec6acd8a5125", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110806,7 +110806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f11289c-b113-4a19-975b-4c413bfd0430", + "id": "86255f4a-b35f-484f-9e2c-e295c29f4f78", "name": "Too Many Requests - Returned in response to too many requests in 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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110863,7 +110863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e20d4db-89b5-42aa-8b53-87910016d85c", + "id": "5b9c4c18-92b9-4689-af5b-495acffd9c0e", "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 \"172171a3-2189-a9d5-df8f-731e08c1e542\",\n \"21f9a4bd-59ef-5106-913a-1ca2d6b7d193\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"a36fa05a-5e7f-a915-0be2-cf2875590b87\",\n \"6453b2ab-9964-e1c6-6dc9-6b42e87c16c5\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110926,7 +110926,7 @@ } }, { - "id": "aef0ead3-1185-4332-b104-3c73177f498d", + "id": "9cbcde11-76db-4422-92b1-89b0e56ba1be", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -110968,7 +110968,7 @@ }, "response": [ { - "id": "8d65ef64-d4b1-4abf-9640-1d05157a81ee", + "id": "0c266360-6008-4248-b13a-de9ccbd7d7c9", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\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 \"deseruntaff\": \"Duis proident\"\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\": \"occaecat Excepteur et\",\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\": \"nulla esse\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"tempor proident qui sint\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "84b6bdcc-7063-4e4f-af95-94c941fda2c9", + "id": "6693dccf-b461-4bc9-a9df-deadff5061b0", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111080,7 +111080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f52a31-84c3-402a-91ad-9667c2f65391", + "id": "bbb97469-9259-41d1-b45b-c07132f844dd", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111136,7 +111136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6891b668-82c6-4947-a150-d936062939d0", + "id": "e77ea1aa-95fa-4554-8551-42d5c0a8c518", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111192,7 +111192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a15a90cc-3263-4a64-bc1c-2a60e10ee85c", + "id": "855d7165-0b2e-4378-bb85-320f3971cccb", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111248,7 +111248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70efdc02-849d-467f-be6d-c308f08a5b42", + "id": "69d0371d-c0e2-4b21-a095-b67c4c1fe99f", "name": "Too Many Requests - Returned in response to too many requests in 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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111304,7 +111304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662bafd4-a460-4c7c-9a33-899c1c929d50", + "id": "5c711e62-875c-4f4a-92d7-8ca9a1c0cedc", "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 \"consequat_069\": \"enim\",\n \"esse5\": \"elit quis in officia ipsum\"\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 \"elit_f5\": \"Duis irure\",\n \"occaecat07d\": \"ut consequat\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111366,7 +111366,7 @@ } }, { - "id": "988b78d0-ad39-46e7-854d-67031be0c830", + "id": "ae6ea823-b34b-4538-a91b-a8581ac2c33d", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -111450,7 +111450,7 @@ }, "response": [ { - "id": "02e94ebf-7474-4d72-8179-e7efbc1bb2ea", + "id": "568590ae-4ad4-4e11-a520-352c77b1a4d0", "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 \"quis_e\": \"dolore sint\",\n \"esse_d2\": \"reprehenderit sed\",\n \"laborum6e2\": \"proident esse\",\n \"officia1f0\": \"dolor mollit Duis velit dolore\"\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\": \"pariatur\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"pariatur veniam reprehenderit sunt\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"tempor in ad id\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\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 \"et72\": \"minim consequat pariatur\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"ut proident veniam\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"Lorem\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"ut veniam in sed pariatur\",\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 \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9e919f4-d823-4a0e-9d99-79e8776de229", + "id": "c87dd3ce-ba7a-49d1-8e1c-df1764859526", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111646,7 +111646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35741b8a-dd4f-40ad-acf9-10322521590b", + "id": "71118fdc-498c-43e5-9fb2-1a92ba9b3429", "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": "7d6414b2-4151-4a79-b58c-6351348b5ed9", + "id": "f77161d4-d317-4836-8dcd-e6a1855d2ed0", "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": "cb7bc9af-3ac5-4695-89ee-1f814d46e6a6", + "id": "9d2f9365-6b05-4a8c-abd4-bf0cd0f7b1cb", "name": "Too Many Requests - Returned in response to too many requests in 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": "442faf68-1546-4de2-b57d-66f778c8ab6c", + "id": "34084536-aade-414c-a6af-98080ea1b823", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112044,7 +112044,7 @@ } }, { - "id": "532e6bc9-af5c-4f98-b893-0270f4679ef7", + "id": "63ff4440-f4a2-447a-8908-194a42b23057", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -112085,7 +112085,7 @@ }, "response": [ { - "id": "a98d10ec-999c-4db1-999e-a6760ffe9f16", + "id": "0a4c1997-d86a-435b-980c-63704a2e16b1", "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 \"deseruntaff\": \"Duis proident\"\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\": \"occaecat Excepteur et\",\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\": \"nulla esse\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"tempor proident qui sint\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e14d3b45-bc7d-4f35-9b6b-951fd38d9ee1", + "id": "295b9496-5b52-412c-b9e3-0367f5239952", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112173,7 +112173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37bec5a0-1833-462b-89b6-2a1a69873f94", + "id": "5fd07fc9-93f2-4815-ba34-771a63292df3", "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": "6f496bf9-f7e0-4017-9ddd-aad47ef91e60", + "id": "13b81b99-245d-4d1f-9fdc-1d531fa698fc", "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": "9d03e864-29b9-4fcd-84fb-e6f6bcdcf88c", + "id": "e3d6e5c1-8ca7-44a0-a478-ceb7828c7f12", "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": "168796d0-fb34-4464-9de5-fc517f49a9cd", + "id": "63da2f8f-29c5-4987-8e7a-ed39135ec821", "name": "Too Many Requests - Returned in response to too many requests in 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": "9284ea77-b559-4a92-a0d8-f8b674c24435", + "id": "2455b3c4-71b6-4397-8fb5-04cc64e5b087", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112399,7 +112399,7 @@ } }, { - "id": "573e5023-6d2f-4be9-ab0e-45b96d1ddce3", + "id": "803aeda8-bf25-405a-88ba-f55968178e32", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -112440,7 +112440,7 @@ }, "response": [ { - "id": "378af0fe-1706-41e5-a6ba-0ac0d0c31e4c", + "id": "38d90b39-690b-42e3-8df2-c49f6b9a0fc1", "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": "06e82a59-cc5d-446c-86f4-e133fa631c39", + "id": "a9b954c8-51c0-4805-85de-8c481878a517", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112518,7 +112518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc12bc12-4dfc-41d0-9008-55d9a1394a1a", + "id": "9a2ccdd2-6a14-418a-b548-dc250243a5b7", "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": "4a2b81e2-7ba9-490b-8c0e-7c71f2e2fc6c", + "id": "3cf5cbea-927d-453f-aac8-2764562d0412", "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": "aa4b374c-6dea-4a7f-a014-91e1cafb2fca", + "id": "dcd42e3f-b73a-4ddb-8756-0c035afc228a", "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": "36ee669d-3d0e-4433-b0a7-8c6987ea82fb", + "id": "8c3db191-319e-49f8-94b8-11d4a9d2986f", "name": "Too Many Requests - Returned in response to too many requests in 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": "dc3dee77-103d-4f7b-ad8b-4698720fc042", + "id": "f3dacf3c-893b-4f28-b7d4-5e6a47c015c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112744,7 +112744,7 @@ } }, { - "id": "2ee85c6e-5594-46c3-962a-9f85d01920ac", + "id": "5bee4c4f-d6da-44dc-86f8-bd0d452d5cc3", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -112786,7 +112786,7 @@ }, "response": [ { - "id": "ad18eaf4-8f9a-45c3-9927-d25cd4b9dee4", + "id": "5554a723-b853-4d76-a0ff-2b889714ca3c", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -112826,12 +112826,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 33955837.597953126,\n \"rejected\": -91269202.32169722,\n \"pending\": -18155370.033158258,\n \"nonEmployeeCount\": -757938.319435209\n}", + "body": "{\n \"approved\": 67786071.7483035,\n \"rejected\": -27711633.651470542,\n \"pending\": -89828064.57567869,\n \"nonEmployeeCount\": -32214607.707185432\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fe850992-138d-45f6-acdc-4ada83fbc8a8", + "id": "3e9f30cf-98b2-4e67-893a-6122a2e52fa5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112876,7 +112876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd17f741-75f4-4e99-b586-dd50090d5103", + "id": "a7357607-d033-4dba-8e31-2ad2727f01a1", "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": "1f9232ed-8e5e-4a4d-932e-7d095343d1e6", + "id": "6c64066a-5d98-4932-af51-8fd07f3e7664", "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": "c29e5810-2f79-417d-b76d-a5b9bf04f0df", + "id": "6d48f023-460b-4907-be3e-3bf938e5c164", "name": "Too Many Requests - Returned in response to too many requests in 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": "897ea596-2f8c-4e57-8155-f8618024849d", + "id": "642bd2d7-c992-420f-8553-6c2067b3b4e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113062,7 +113062,7 @@ } }, { - "id": "db9c08cc-1b8d-432a-8e32-04935a11d4cf", + "id": "ed007138-ccf3-4bc7-a222-4fe12119c824", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -113104,7 +113104,7 @@ }, "response": [ { - "id": "1b6378f8-3a39-4f93-9a7b-6e7ef18a955c", + "id": "c46e25b7-981e-4e17-82f4-d46deff68fdd", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -113160,7 +113160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e338187-0fd9-45e3-b425-86260c78be50", + "id": "37e254de-ca17-419a-817f-97518cc5e059", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113216,7 +113216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e577e443-772b-491a-8414-be6f60475dda", + "id": "38e0d3de-99e9-4012-bda2-9d8162758c7a", "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": "959f8860-060e-4e01-b66c-ed875594dd10", + "id": "3248908c-2cf5-4510-9e2f-2c56e3ddb21b", "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": "c12e0619-a713-454c-a371-2e608c59b569", + "id": "e8cdfc49-d272-4a4b-91c1-df8ec5eed405", "name": "Too Many Requests - Returned in response to too many requests in 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": "ddcd6106-d55f-4cc7-96f9-1cc591a1bdad", + "id": "cb4a7186-084c-4d7d-a5cf-dd08cc2bba0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113446,7 +113446,7 @@ } }, { - "id": "04d4eeff-f9a6-480a-87f5-62519c051e52", + "id": "ed2c249e-95fd-46e2-9912-34a0d0cdd097", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -113530,7 +113530,7 @@ }, "response": [ { - "id": "8ea48d3f-65e0-44b9-a59e-40dae14e7eee", + "id": "66109797-1be1-4e79-a671-de10963d630d", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -113628,7 +113628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4646c47f-7768-4605-a225-ac5fff6a3348", + "id": "49c4c5f0-785d-4612-8f64-1b2c8aefc130", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113726,7 +113726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815f2c6a-a86c-4c9f-8c80-67123b410e1a", + "id": "8a0da730-4f4a-420f-9d66-d88839179cb7", "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": "70102dd9-83e8-4ec9-8606-1ebd54f49d5a", + "id": "ed78ed81-acc7-466e-8a4b-36841aaa39b8", "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": "ff02171f-aaac-48e8-bbdd-ff1084be31c0", + "id": "17299f1a-8c4f-4ef6-af26-e1062abd836b", "name": "Too Many Requests - Returned in response to too many requests in 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": "6ee944ae-e8a6-46c4-9d0f-68e9b49d8fd1", + "id": "5414792a-3580-4c42-9ee3-a4e04de14ed0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114124,7 +114124,7 @@ } }, { - "id": "877ef607-6930-41d2-be71-688b2ed0dbf1", + "id": "e11a9b65-9f0a-4625-b28d-d3839d176c74", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -114165,7 +114165,7 @@ }, "response": [ { - "id": "9651bf80-2eb8-445d-a7df-249540c8ce81", + "id": "2567e842-3cea-4812-89b4-ddcaabd17b1d", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -114209,7 +114209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b1bf70a-67ed-4a73-a9ef-7129a8d81f63", + "id": "f9267313-6d04-4927-ac38-a382f9fd5806", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114253,7 +114253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3822ff-e385-4ce4-b6bc-7bec7d5af35a", + "id": "27a73e46-a25f-4b9c-90a1-1d8ac21dc011", "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": "24bfb02f-9227-4129-9915-239a863dfb4e", + "id": "4cbe66ce-65f6-4241-9587-4c2f8617b956", "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": "aa0b4497-b883-4e9b-abc9-b35790c9a86f", + "id": "fada73e7-a76b-4294-9e64-ab8709823781", "name": "Too Many Requests - Returned in response to too many requests in 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": "5b19800e-a556-41ad-afb4-e50eda8e650a", + "id": "922ffc5b-f8bc-4f1b-8d0a-babef35cfb0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114435,7 +114435,7 @@ } }, { - "id": "1d5082c3-5106-46be-8dd5-dcdd508baa0d", + "id": "437b43a2-5d82-42e2-b49e-ef920e4de797", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -114489,7 +114489,7 @@ }, "response": [ { - "id": "4217b21c-619f-40c6-90b4-dde5356f0789", + "id": "fc799ba1-f71d-4c2f-9826-f7d1c6e50058", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -114546,7 +114546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e573d47-3ebe-4a26-92b9-664780d4ccf9", + "id": "7aff7683-be5b-49f4-868e-371b66951188", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114603,7 +114603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2358ae-6d8e-4073-a36f-cfec589b9ca5", + "id": "4239497d-8031-4d14-a42c-73222327ab1f", "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": "cf38f048-e29f-4936-b973-bfa876766ed6", + "id": "ae49a86f-2b7c-4918-8e8b-f63400506b9f", "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": "0247bc25-d992-4c8c-a411-b9faa999e177", + "id": "ea6ef1f9-7ab7-4d26-9f1e-1d940dcb184f", "name": "Too Many Requests - Returned in response to too many requests in 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": "c72e0b55-c944-4d16-bcb3-6e653ddcf23e", + "id": "5d0085ae-0daf-4413-893d-b958e6ddf4f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114837,7 +114837,7 @@ } }, { - "id": "51a1def5-1ff8-47b2-853c-0920f9c27d4a", + "id": "ab52b304-80fb-4a85-a556-d6958b80669c", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -114878,7 +114878,7 @@ }, "response": [ { - "id": "66cf568d-4e4e-4089-82d5-6d4fde5ebf48", + "id": "e478d81e-a4ae-4f06-9914-4ed569039f74", "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": "7bb666c3-1478-4abb-941c-25a1f814aa47", + "id": "6e303ae2-1e75-4b3d-a473-66789d1d036d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114956,7 +114956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20756362-7dad-496d-b588-2c240caf9067", + "id": "fbaabe80-fb4a-42b6-b859-5afe63aa3e12", "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": "cff5024d-a92b-44aa-9622-01d00731d407", + "id": "365b11a6-b3c2-4997-aee9-a74878b27d85", "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": "d4aa2c61-165d-4840-954c-7df8f3092a4b", + "id": "2411cdec-43ce-45c1-89d6-cc1ab16584ce", "name": "Too Many Requests - Returned in response to too many requests in 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": "f9d2f6d4-64b2-4013-aa4d-8069eff60ddd", + "id": "54dd0961-ea84-467d-a34c-bb6c53f04c40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115138,7 +115138,7 @@ } }, { - "id": "94d7932c-d3ae-4b81-b9ae-14971300ce45", + "id": "63013b1d-e33e-4fea-bed5-5f0c88e68245", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -115181,7 +115181,7 @@ }, "response": [ { - "id": "8f08dc95-7bee-4429-986d-68f6dfffba7f", + "id": "162a4106-41e0-4136-a803-5d8d5c8de73f", "name": "Exported CSV", "originalRequest": { "url": { @@ -115227,7 +115227,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29b21dc2-05c6-4c1e-8d90-51dac1d256b1", + "id": "0cbb0ebf-648c-43aa-a505-9c3a28f96f32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115273,7 +115273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b752af43-ecb2-45a2-ad93-fe868ce26564", + "id": "e466cfbe-17ee-489d-bedf-ea4a27c37cc5", "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": "372f18be-6a11-4275-9d3b-4e6812fd8eb7", + "id": "59dac47a-2b46-43a8-a626-9ff9af79b73b", "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": "bccb25df-b227-44dc-a3bb-6f4d2681faf1", + "id": "d46b6644-8572-4bf5-a7e3-a95546408771", "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": "e7e7c4a4-9695-4dc3-9ff6-f6b94261b6d8", + "id": "d41199c9-6c5d-45bc-9e13-1a4ebdc65917", "name": "Too Many Requests - Returned in response to too many requests in 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": "48311fd1-849c-4306-8a65-45eeecf5309b", + "id": "805c57cf-33d9-47c2-878b-8dfaa0205436", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115509,7 +115509,7 @@ } }, { - "id": "742cd37f-7b59-4e65-af8d-ed77c0f70a40", + "id": "ebcd659d-45f2-48c8-90ab-798cd0f8d65d", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115568,7 +115568,7 @@ }, "response": [ { - "id": "239e68c8-1e36-40c3-8295-e864faae2709", + "id": "75e18975-bc53-455f-88a0-0acd53a45dc7", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115630,7 +115630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e381c856-0c4e-4f44-ba2a-ad9e2ea9081d", + "id": "23ff51a8-f937-4dd4-b488-9c4a25e1c40d", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115692,7 +115692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710483f9-6726-4b40-9c4f-79589153e23a", + "id": "883a5098-0a14-462f-acde-2cc4b4516476", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115754,7 +115754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1158b878-df41-4efa-a191-c39cbf17f85c", + "id": "507a18ca-16ae-4c88-8152-55887637475e", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115816,7 +115816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efad8dad-8b17-48d8-bb03-ff3a5ceb750f", + "id": "25a22fa0-c9b0-425d-97be-20205133b6c6", "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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115878,7 +115878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24588cf-7d51-4251-bba4-80d328e208e6", + "id": "bcebb70b-4e21-4137-b332-957e9a3aa5c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "ut ea ", + "value": "minim", "type": "text" } ] @@ -115940,7 +115940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8c9062-a6d7-4d01-adf4-bc3d1565eb1c", + "id": "cbcf7ce4-fd42-443b-bcc5-fa8a80f2fe8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115983,7 +115983,7 @@ "type": "text/plain" }, "key": "data", - "value": "ut ea ", + "value": "minim", "type": "text" } ] @@ -116008,7 +116008,7 @@ } }, { - "id": "e88222e3-b47a-4bb7-b8a7-1aa4a5d5743a", + "id": "ce5faa06-d529-4bba-a810-554ae0c6c35e", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -116051,7 +116051,7 @@ }, "response": [ { - "id": "1ab90bc0-9141-4d00-96d0-43ef47f37424", + "id": "fd3fd211-7ed6-41dd-b754-7fdb7a3b7d0f", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -116097,7 +116097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8306a64-4e96-4267-af59-593a6ff676bd", + "id": "8deeb9bc-1a65-4f77-b73f-a7f2f3c52b90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116143,7 +116143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e248dfbc-b545-43dc-84c5-a8276a452c10", + "id": "94f987a8-48ab-4233-bf62-266fa47b91db", "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": "cb7679ed-cc4f-4250-abef-a001d7e39ae0", + "id": "4d5558d4-4898-457d-a3cb-22cab8f81dae", "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": "14739e50-c28a-4363-8e99-4c3105ea5eff", + "id": "a2a48403-0cfa-4849-b3a7-0c575c0696a7", "name": "Too Many Requests - Returned in response to too many requests in 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": "25e1bb52-ae9a-4239-b6fb-d9263b5a2708", + "id": "07440572-13b4-41f2-a503-16fe149c3d75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116333,7 +116333,7 @@ } }, { - "id": "d96b435d-36e3-47a5-86c7-5f025b48b1f7", + "id": "45dc3675-ed84-4b0b-b3e0-ab4c832cc470", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -116376,7 +116376,7 @@ }, "response": [ { - "id": "4cff820c-a135-44a9-a6ad-d335c1cfda60", + "id": "506bb57d-c93e-4e2f-862d-461ed31f6483", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -116422,7 +116422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "942fb03a-5933-4f0b-9c8c-f8ff25e3ea9e", + "id": "e8653212-0133-4102-a0da-09b7123fb0ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116468,7 +116468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29d17f3-f43f-4689-92c2-cbdb0370920e", + "id": "a85601eb-d3d0-4ea0-a26d-4445729ff5a7", "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": "0e2c2e96-a7b5-4f6f-872f-fb7915feee27", + "id": "e2d6b42b-3c69-46db-b586-8c237d8da8fe", "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": "582943de-77e6-4df8-8770-a6928aa20bf1", + "id": "8db9bcb7-a190-4008-a68e-4817bf62f40e", "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": "1c5b4ca6-0ba3-4241-a8ed-40f2c094c6cd", + "id": "10e441f4-d3ca-4c78-9801-732959379158", "name": "Too Many Requests - Returned in response to too many requests in 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": "9feebfaa-cd6e-4076-835f-e3a769782320", + "id": "40f932dd-c794-4fa2-9ac9-f81392bd920d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116704,7 +116704,7 @@ } }, { - "id": "a6fe5b3e-4ecd-484e-b6cf-cb62db80e093", + "id": "bf1cb594-a631-4b73-9428-7b7bba8d7a26", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -116788,7 +116788,7 @@ }, "response": [ { - "id": "69f0b8a8-edeb-43dd-900e-7f363b605194", + "id": "42d4aa56-abce-4102-acbe-bf4c8bc51f69", "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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"pariatur non quis est\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolor esse\",\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\": \"qui\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"tempor in esse sint e\",\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\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37306445-0c5f-441f-88c7-0401320997b9", + "id": "8ef86f1b-2348-41ab-afcf-b4ffc5187833", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116984,7 +116984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f42f2d0-bb5f-4da3-9f96-f18d2a55084b", + "id": "7bdbfa9e-7204-4b4d-b40e-433988a12da4", "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": "f9c0e21b-db7a-4fc9-a821-f9d1765df18a", + "id": "db56234f-b096-4b29-a57c-ab0dc6229abb", "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": "2f26b44a-bcaa-469c-907a-dab25cc75c0f", + "id": "96d00729-2734-4549-9e08-1a468e027588", "name": "Too Many Requests - Returned in response to too many requests in 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": "940a9d21-0a53-48f8-9915-3cb8d4b58a0d", + "id": "9e8af724-002a-426a-ab55-1b5985facaf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117382,7 +117382,7 @@ } }, { - "id": "bd994cfe-6032-49d1-9559-99a37a2ae67d", + "id": "72d10535-e6f3-48d9-9e8b-8e4c3e6f59e7", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -117433,7 +117433,7 @@ }, "response": [ { - "id": "9a7e0fa7-f037-457e-a0e0-f0e9d57fa1c9", + "id": "0b6ecf9e-9de4-452f-af16-b8c251a21dd6", "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\": \"laborum sint\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"irure ut\",\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\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"minim_b3\": \"ut eiusmod ullamco sit laborum\"\n },\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"pariatur\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8534ec64-d20b-4ace-be06-2e60d3dfe8fe", + "id": "e14c3d33-b310-4dcc-8689-05e3516ae505", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117541,7 +117541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0c7683-3524-4f43-8eab-bcc603aba17f", + "id": "0b721e03-6c38-4af4-840d-a26032a320ab", "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": "bcae028f-730f-43e4-9f19-f1880a65a681", + "id": "0e08cf89-6834-4ec6-a841-d52c515d7a67", "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": "27810206-1e03-4ce0-a4aa-143ce417be2c", + "id": "57b711fa-f205-425a-9795-4238d4eb151e", "name": "Too Many Requests - Returned in response to too many requests in 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": "80d269dd-9446-4b0d-9d37-e0b12023f039", + "id": "4d73ca98-7540-4477-ad6d-412e51ed401f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117763,7 +117763,7 @@ } }, { - "id": "082fcbb2-8662-44fc-8876-12207423199c", + "id": "477f7547-6e1a-4dc9-874d-f53a5d0a2ab4", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -117784,7 +117784,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -117807,7 +117807,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117818,7 +117818,7 @@ }, "response": [ { - "id": "deb5dfaa-c516-4663-bed2-d40ad1b6ddf3", + "id": "e2778258-1379-48fa-babc-f9d2dd8e429c", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117854,7 +117854,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate nostrud velit officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore reprehenderit officia aliqua\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "25938e26-37ba-4044-b78b-8c2f0374fa87", + "id": "58e3e286-5660-48e1-adf5-d244ef886778", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117912,7 +117912,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117934,7 +117934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14df9892-70c2-4082-9a27-5c8cc1986f98", + "id": "d6f16dfc-1315-46e8-aef6-3e046c9cf9d8", "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\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117992,7 +117992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5754cc7-43b1-46a9-9d15-16a18231a5e7", + "id": "fbb93a47-2a97-4252-ac60-bb362c75111c", "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\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118050,7 +118050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818f81d6-2b4d-4dbf-b551-36ef0984ec5e", + "id": "64bf2363-3a57-4405-9c69-5c76b184e0a7", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118108,7 +118108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d400d619-bf00-4994-8c80-c7e04a1d988d", + "id": "c56bb1ae-59a9-40ca-8495-3e274dbca807", "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\": \"dolore\"\n}", + "raw": "{\n \"comment\": \"dolor pariatur\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118172,7 +118172,7 @@ } }, { - "id": "399f8b16-9a4e-4642-85e4-f6e27e1c1765", + "id": "3f63a104-f4b6-4641-887e-b24e2c2b49c7", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -118193,7 +118193,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -118216,7 +118216,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118227,7 +118227,7 @@ }, "response": [ { - "id": "1f788298-6e7d-48c0-ba8b-98e12311b387", + "id": "3282274a-c4ab-41f6-875c-cd4d51934c63", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -118263,7 +118263,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\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\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate nostrud velit officia\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore reprehenderit officia aliqua\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e94c3d8c-261b-4744-9490-8216966d3065", + "id": "96c55758-ebe8-4cc2-9bff-99672e8f1316", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118321,7 +118321,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118343,7 +118343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4977a753-a70c-4f93-9f17-9cbe6773e4c8", + "id": "c047589f-8e03-4e94-b693-e698d4b051db", "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\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118401,7 +118401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b3230c1-594c-4a4b-a58c-62079d24d1c8", + "id": "eb4d628c-707c-4915-a004-ab6036713679", "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\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118459,7 +118459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6ec0afc-7347-4ebf-a934-3d6615f11b24", + "id": "5a47c7f4-3afc-441d-ae7e-31d5c2b1174c", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118517,7 +118517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd277be5-c0d3-47f6-b6ca-89759366393c", + "id": "8a9afbc4-9e17-486c-bbe0-024cf242abba", "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\": \"in non nulla aute incididunt\"\n}", + "raw": "{\n \"comment\": \"ex adipisicing eiusmod\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118581,7 +118581,7 @@ } }, { - "id": "269d17a6-c1bf-4abd-b96b-d9cbb980e107", + "id": "c220205d-999a-4016-95d4-6ede22e3a49f", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -118623,7 +118623,7 @@ }, "response": [ { - "id": "46581111-04c5-484f-b997-1a5740b12f31", + "id": "a1760ee7-2887-4a49-bda6-bdfbb5f2525d", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -118663,12 +118663,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -46303703.34388485,\n \"pending\": 41394159.79537779,\n \"rejected\": -49210721.29482949\n}", + "body": "{\n \"approved\": 77878276.83260477,\n \"pending\": 38944978.17662364,\n \"rejected\": -46996260.03777282\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "91477d07-c7b2-4f57-8579-4401380aca70", + "id": "ad2cc61b-9b64-44cf-aaf6-6af081f63392", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118713,7 +118713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "349c86ad-935f-4a2d-98c6-b5f5aadff58a", + "id": "08c5232b-81d4-4700-88a3-62ba828767ba", "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": "30ed9a4c-47ea-4b08-8948-2e7432115da3", + "id": "30d8759a-55e7-413d-b48b-614f474fb1cd", "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": "b61528d8-43d1-48fd-92f2-587b450d3119", + "id": "e4554bcf-095f-4a32-af1b-75859c7da4c4", "name": "Too Many Requests - Returned in response to too many requests in 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": "38d44a99-1ade-487b-917f-4643fd166e5d", + "id": "2f81265c-c64f-4a16-8170-b028dc08904e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118899,7 +118899,7 @@ } }, { - "id": "76db0b75-8982-43e7-83be-060c8e5fc7b1", + "id": "60bf59cf-357b-49a6-a6da-14c6895baed5", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -118941,7 +118941,7 @@ }, "response": [ { - "id": "c7e8f33d-f7d7-4e1b-9120-2d86846451fb", + "id": "af933f7d-e4fa-4f22-80ab-ccccc826bb9d", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -118986,7 +118986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312325f8-6f6b-4510-b065-60cc5b9912f8", + "id": "9bd1a599-b459-4ea9-8d65-902813d7b854", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119031,7 +119031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7692d28d-d86d-4bd6-857d-f770d036ac71", + "id": "cf0fdc06-4b9e-4648-b77f-021a6bf1f06e", "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": "9569abcc-fd91-4c7b-9fcd-e88d2209d11b", + "id": "b99f2c5a-1037-4fe9-ae5f-8ae1b21cddd7", "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": "08952554-8038-40ee-acb5-7188440aefed", + "id": "f793e74c-b27c-416a-bdb1-e8ccba63ca05", "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": "53be9115-8750-4b83-87be-cdfb4fffc407", + "id": "ba729e9a-db55-4067-a05f-b5afdc433846", "name": "Too Many Requests - Returned in response to too many requests in 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": "d9260e39-3aff-47af-9112-162057a8ba9b", + "id": "7b2f0132-adb1-413d-84ef-db9d0d549d06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119262,7 +119262,7 @@ } }, { - "id": "f99c1509-e824-467f-b318-4574e6751022", + "id": "84332024-48be-4c3d-8248-304816c348e2", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -119317,7 +119317,7 @@ }, "response": [ { - "id": "cc4714ad-3a5a-46c9-8b4d-c78c99d03f62", + "id": "412f2c80-dde6-45ca-a12d-f6c13dfade5e", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -119370,12 +119370,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", + "body": "{\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6374aa6d-83d2-4780-88fb-2899a456c609", + "id": "ab219b31-901d-4f8f-adcc-8139953a39e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119433,7 +119433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ff96c84-2525-42f9-9296-b347b117be77", + "id": "99cbeb42-935f-403d-82cd-a07cc9e99aeb", "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": "33a2763c-b0db-4566-a3d6-edbfd6a6839f", + "id": "9fd01455-77d4-4b0d-8acc-ef732210f9c0", "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": "a7cc7466-1a24-4233-8290-9a36dc368f15", + "id": "7a6c05f8-e01c-4457-aa47-58f61d062d78", "name": "Too Many Requests - Returned in response to too many requests in 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": "4c9cc2c9-3762-48e8-a524-185e4635c617", + "id": "7f940197-41f2-4083-91aa-0431d8102552", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119671,7 +119671,7 @@ } }, { - "id": "72bd42e3-adc9-4d13-b308-88690556220a", + "id": "1085a872-db68-4551-96cd-87c757e8f7b1", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -119713,7 +119713,7 @@ }, "response": [ { - "id": "11b62432-1909-4781-b4e2-61a7be68d183", + "id": "e1fab841-1413-4e9e-8531-1d1e4e91ff4c", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -119748,7 +119748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4b92bc5c-1529-46b8-88ed-d9cb7b6f517f", + "id": "6f68ae8f-89e4-4d6a-853a-64c30c473242", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119793,7 +119793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc8164c-fe4b-4005-b16d-dde2a29b0c3d", + "id": "f6c744de-cea4-4929-afc6-00a88e474281", "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": "0a5bda71-f50f-4564-bd52-1a19ec4bdffb", + "id": "9109727d-5025-46ef-9bb9-9442f1487e6a", "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": "c1286627-d222-4b9c-b576-d3cc4c7dc60e", + "id": "ec639bad-3a9e-4f2f-bf85-dc550ad3c92b", "name": "Too Many Requests - Returned in response to too many requests in 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": "0280afc4-de03-42fe-a937-2da2965d63d1", + "id": "4aab012e-19d9-428a-9ac1-b41166242118", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119979,7 +119979,7 @@ } }, { - "id": "03805d3c-1bdf-4ea6-9387-a90b40b618cf", + "id": "48664968-751a-42bb-8b48-233e8dd9cac7", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -120032,7 +120032,7 @@ }, "response": [ { - "id": "6490d70f-452e-40ec-b617-9e6aafed3055", + "id": "908bccc9-b72f-478f-984e-d9db89cc01a9", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -120078,7 +120078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d83d2a8-deb4-4542-8a15-633fda8aba61", + "id": "d46bfb7c-9db9-4f25-ae81-8c29d6688550", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120124,7 +120124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65f75af-06a4-467a-9764-907413ed6a8e", + "id": "020a348f-0e49-4e25-8f11-9310953b5815", "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": "c80f3394-e0cd-45c2-8559-25d65a489708", + "id": "59663294-af13-4a57-9ea4-eaef00b5d7ce", "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": "ff8d0db2-bf47-44f8-a873-398f5b2e1d4e", + "id": "a8cdd8ed-c5e1-4188-b121-920dc39a0d10", "name": "Too Many Requests - Returned in response to too many requests in 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": "18f302ec-6c9c-4f63-a699-a321182559b5", + "id": "9e2a5d62-d725-42ae-8921-9cbd2d49467f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120314,7 +120314,7 @@ } }, { - "id": "ce043799-0eb7-4fb8-b382-c6e2cb41f82d", + "id": "d6119c24-f717-4e8b-a1ee-5eb4e2a4ab89", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -120380,7 +120380,7 @@ }, "response": [ { - "id": "63ba9fe6-b2a9-4e3f-a150-47bc412c03ce", + "id": "3c75a057-9e8d-4d75-a7b9-0095394be4c1", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -120434,12 +120434,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", + "body": "{\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1da237d8-a4fa-4c7c-b274-019f7356298c", + "id": "da680d3d-1ce7-45c0-ae4e-3a6e315aea11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120498,7 +120498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c896285-6f43-4e09-820e-7c803053573b", + "id": "315719ba-2fed-4108-88f6-6f1784189801", "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": "fcbc6391-57a6-46ff-b7ef-1d61093781da", + "id": "849e2c4a-f5dd-49e4-b857-538f15877b31", "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": "d448e0a0-1c5d-4305-92f8-496cf3a70c77", + "id": "68db1582-c762-4561-8284-caf3c1c9c5bd", "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": "e2ece73a-50a5-4e0b-bad0-924a888a1645", + "id": "0434e870-a376-4a89-975d-58b3e8b54d4a", "name": "Too Many Requests - Returned in response to too many requests in 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": "5ae52ac9-1630-4224-a7a8-c2900cd92c0e", + "id": "925abcb0-eb44-4044-a890-f3deb2b62913", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120799,7 +120799,7 @@ } }, { - "id": "9859af7f-7180-4d50-8370-c57b51528cfd", + "id": "a2055a8e-e1a3-4c99-a444-9733291a2bab", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -120852,7 +120852,7 @@ }, "response": [ { - "id": "34063993-77b0-403d-bb7c-b537de90e0ad", + "id": "83c11656-6ceb-4b1e-8373-38a5d656ce63", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -120888,7 +120888,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b6a01270-d35f-4cc6-b735-30f1f9f09cb6", + "id": "918f1acb-077e-426b-aadb-752f93b42022", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120934,7 +120934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2421b20-1bea-4e3b-bc6b-74d432159f9c", + "id": "ae616485-5ab4-49ab-913a-dfcb30ae8caf", "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": "d82a4424-e66a-4f47-b8bd-9c979d7a5877", + "id": "f8fb8fa1-3a06-4141-a314-dcdc228bcea7", "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": "b8737213-7917-4dd7-bc3a-911801f746d1", + "id": "35fbb2e3-e463-4b9b-9dc0-1efdca85394c", "name": "Too Many Requests - Returned in response to too many requests in 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": "25e54055-2ddd-4785-9a5b-1e6c66160375", + "id": "7d70e605-4d72-4bd2-9f4c-daf43fc05220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121130,7 +121130,7 @@ "description": "", "item": [ { - "id": "13a1c584-16dd-4eba-8c58-227fb262fc0c", + "id": "9acc2bd9-1307-47e6-974d-2eab1b204653", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -121172,7 +121172,7 @@ }, "response": [ { - "id": "24272bfd-e8ec-479d-bee1-cd31cd03f8ab", + "id": "d6664b81-197b-4298-b412-61a8cb4c4df0", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -121228,7 +121228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507ba72f-f924-4fc2-9ee1-31f69b7ad9a9", + "id": "9115e0bd-34d7-42e3-8377-6145e1ea46c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121284,7 +121284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4089d61-a64a-4a89-ae36-3cb5a9bfb86e", + "id": "91a74d70-ceec-4b1d-abfb-c03d3f8e35e4", "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": "b96d8b8b-cdf3-41c1-94e0-6d56142232ec", + "id": "2ec5c906-fc8f-4055-9cb8-592eb3c7b787", "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": "6b124375-6eb0-42bf-bb12-4d85398bd722", + "id": "cb428628-599f-4aa0-8a99-d679c7464073", "name": "Too Many Requests - Returned in response to too many requests in 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": "014777e8-ee63-41d2-8abc-13abea4b5210", + "id": "08fef2fa-6e56-4229-b97d-0ba7e21d4ed0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121514,7 +121514,7 @@ } }, { - "id": "dd11a88f-e8a6-4865-af27-c10c61200ba9", + "id": "c99458d4-9b42-4e34-9627-828e7cd87e35", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -121559,7 +121559,7 @@ }, "response": [ { - "id": "8cf71555-814e-4b7b-99cc-29065ffd460d", + "id": "8bd2fe84-044c-4a41-b2dc-81303812550e", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -121613,7 +121613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626a6a41-2578-4479-b083-61ce3e8ffca2", + "id": "a073915f-26fd-42fb-95e2-7c204d98b520", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121667,7 +121667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db2daeb-7f24-40e5-9835-d8b574fa2139", + "id": "645ef5f2-558d-47be-9409-612eeeed44e0", "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": "2b9e48ad-333a-4cdd-803f-82d181f6f3cc", + "id": "4d99722a-535e-42aa-82d2-c8b8d19c50f4", "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": "2013aeac-573f-435c-8e00-ba59f96fe53c", + "id": "4328cf04-cdc9-40af-a5b9-0125e7f81fd8", "name": "Too Many Requests - Returned in response to too many requests in 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": "f4500e3a-2bf4-4e7c-86d5-fdd28981280c", + "id": "55f4a992-a540-4951-9671-b599d650c1bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121889,7 +121889,7 @@ } }, { - "id": "fd7efa4c-9d19-45ed-b74e-d4f664e7faae", + "id": "2358c7d1-5371-432c-89d4-dd73fa779b51", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -121946,7 +121946,7 @@ }, "response": [ { - "id": "76f55876-1b7d-4aff-8d71-af38fd0200ea", + "id": "eda320d5-3b17-43f5-9fb4-c5cf7d1ce848", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -122017,7 +122017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14ac73a-9854-48d1-9e10-6297226113eb", + "id": "7d2dabcf-b346-43df-9f81-1e5f1dc31d85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122088,7 +122088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad3bd91-7d34-4e04-8a2f-c4bf8016b9dd", + "id": "0a004fc9-5730-4c57-9e13-8c4b3cae446d", "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": "93010e13-41fe-4a10-aec4-eb806a8b9de2", + "id": "4db924de-fd0d-4c79-bf3a-66e2a9116df7", "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": "afaae28d-d0d8-466d-b196-aa69b5186765", + "id": "6123a9b6-7323-400c-b6a4-563a79485dd0", "name": "Too Many Requests - Returned in response to too many requests in 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": "9f8182f3-22ef-4116-9526-5c81bb7dd4f2", + "id": "d3a754f4-831a-4f9c-a588-c87568565354", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122378,7 +122378,7 @@ } }, { - "id": "00ca3aa9-31db-4285-ad5f-b72e02f39796", + "id": "a08ae11e-87c4-4d87-b1ab-0a00a628b5d2", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -122435,7 +122435,7 @@ }, "response": [ { - "id": "2ca8a1d4-dca7-48ef-96f0-55222accb3ee", + "id": "7fffaa6f-5a4d-4c7d-9abe-26b220f82b4d", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -122506,7 +122506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5113dd59-1734-41f4-9e7a-95f154c040be", + "id": "f01a8d08-5a03-4987-badd-441a44f41f20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122577,7 +122577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7086d1ae-4c2e-4ed3-84b2-24f3982fad3b", + "id": "893b8b0d-b7a6-4596-b461-d84e3dc7a485", "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": "3cf4c1f3-eeab-448d-9237-fbae5e51227e", + "id": "a3877087-1439-4969-9540-5cd7aa4b43dc", "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": "4748a3c5-4633-4d6b-864e-a5bca16088c7", + "id": "5a4e0510-0dbc-46fd-b036-803da2128092", "name": "Too Many Requests - Returned in response to too many requests in 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": "195a7be3-711e-41c2-9ca4-60660066d6e5", + "id": "73c16f15-fc89-4809-b6c8-20bc3282dc7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122867,7 +122867,7 @@ } }, { - "id": "c66cbf58-2cad-4870-ba51-a996266b444d", + "id": "e5353681-5f4d-4092-983f-408dc543eac1", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -122909,7 +122909,7 @@ }, "response": [ { - "id": "28ed41dd-2c75-4a9a-847b-656353b43c4b", + "id": "4edc7b8f-81e4-4acd-93f8-2a3be348dcd2", "name": "A template object for your site", "originalRequest": { "url": { @@ -122965,7 +122965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b502cfe-53ab-49e8-ae45-b83bd8e6abe7", + "id": "0555bd24-3e8a-4ebd-9b06-9ef4dcc1173c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123021,7 +123021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "109e1184-3f76-46a7-8b65-bb873b6849fc", + "id": "01db68cd-534f-4c5f-acfd-782ecbc8f1a9", "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": "e1d30cd0-f4eb-4249-a333-b9c5360845c0", + "id": "df79c0b0-ef13-4d62-b582-233df32f0e1c", "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": "db81de66-0976-45f9-a6b6-69060655a1f6", + "id": "afeb87b5-82ad-49b1-8991-3df10fc14c7f", "name": "Too Many Requests - Returned in response to too many requests in 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": "9d352aa6-dfb6-4c2b-83b1-15703ce9e90b", + "id": "0d91aa76-13c3-4cee-b737-63ac2147073d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123251,7 +123251,7 @@ } }, { - "id": "3f5428aa-3c02-4f69-8067-b36ce4303177", + "id": "345effa8-75bc-46d3-8622-5eec0de62ba0", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -123292,7 +123292,7 @@ }, "response": [ { - "id": "c94a2030-fec6-47f1-a5d4-fa235dbd01f6", + "id": "3a6db66f-4e28-4c19-8cd9-ad669888fa53", "name": "A template object for your site", "originalRequest": { "url": { @@ -123336,7 +123336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2218b5d8-f105-4a5b-992c-135fe8cd2e82", + "id": "53cbed36-c640-4b54-8159-28211a64bfcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123380,7 +123380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f3ebdf-bedb-4761-b749-9cc22ecf45d9", + "id": "f8a05c30-7238-4b42-b3ad-0f032c929ce0", "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": "b8519f2c-f188-4eed-85bb-8793e38305cb", + "id": "5f84e7da-59f7-4e62-ae69-4166e98dd943", "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": "5c75fdac-a875-4401-815a-2a8334c98543", + "id": "6814301f-d66e-4d78-b32f-de42d21a0780", "name": "Too Many Requests - Returned in response to too many requests in 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": "084f6064-f68e-497b-a456-bb68c4e15dc1", + "id": "3689e873-cc2e-4de0-91c2-c5d49fced47d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123562,7 +123562,7 @@ } }, { - "id": "e2b81bbb-55f0-4ca9-b0cc-15959c59e7c6", + "id": "477e0fbb-7f42-4762-a30f-f5df444b4043", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -123605,7 +123605,7 @@ }, "response": [ { - "id": "3951aa52-0b9e-46c7-be81-fafa55501ea1", + "id": "b9484a2c-1f76-47f7-bfd9-b17a06023ff5", "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": "9d2d36e8-084f-4b33-a9e2-cbe770ac9439", + "id": "0b0dc876-3ebd-4416-9278-330e5e96459b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123709,7 +123709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d284a94-313e-474e-8cec-ff97d7b2334b", + "id": "086ce5a3-0964-4661-83ef-4ee2442b744f", "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": "c07f6f0c-027b-446e-b8b6-9ff320111152", + "id": "39a8dbfa-5581-443a-8790-957bed13090d", "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": "40c747bd-0094-49bb-addb-e6b626dbb63c", + "id": "0b87494c-b175-4ade-b27b-2d86a01aa220", "name": "Too Many Requests - Returned in response to too many requests in 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": "b4466157-a31c-4cee-a6c0-dc40dd548d8c", + "id": "5eaeac03-7eb9-4255-b167-8974dd1a9785", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123943,7 +123943,7 @@ } }, { - "id": "e8ed06e1-d44a-4c5a-aeea-aa92242f53d5", + "id": "3f122a5d-80a1-4104-a2fa-56d22c7bc536", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -123972,7 +123972,7 @@ }, "response": [ { - "id": "2134de99-7297-4ed1-89b5-4ab819ed8685", + "id": "5a691dfb-90ba-49ab-842f-718c001e7dd7", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -124015,7 +124015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99ffceed-ab41-44c1-b225-995edd6cee2e", + "id": "15bd7949-098e-4469-b308-868a9306e0cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124058,7 +124058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988580b2-7d29-4780-936f-359c751e8ae9", + "id": "3614a414-07b8-4ad8-a78e-9471602deb54", "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": "d1fafa83-36e0-4b9a-9334-7d5d8ff8d06a", + "id": "53016982-c048-401f-970e-cfa795df8057", "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": "d5c5428f-f004-4848-be96-25874dd0dd5b", + "id": "7d2a215b-fed4-4166-81b7-a1357df6da55", "name": "Too Many Requests - Returned in response to too many requests in 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": "f49dc37e-835b-4859-a031-5150ba8a002d", + "id": "f02e24df-dee4-4ef9-bb93-9d69836fa503", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124236,7 +124236,7 @@ } }, { - "id": "b5e47475-1f82-4be2-8872-94fe125a4952", + "id": "e2079968-6fb3-444a-8428-66427127c6f2", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -124271,7 +124271,7 @@ }, "response": [ { - "id": "12434b94-4315-4103-8434-4304d79ef735", + "id": "71452554-57be-46f4-a890-11e264d0d2b9", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -124315,7 +124315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c12e88b-ba54-42dd-9acf-12a315dc59a2", + "id": "0f13141a-7dce-433a-9854-a0ae6bb27bcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124359,7 +124359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef869583-3158-42d2-af7e-e327a78a6018", + "id": "6ad9125a-3bf6-4e4d-90bf-804bc48ca727", "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": "630fcb3e-62b6-4df5-9fd5-eba5bad2cb9e", + "id": "c74ebf4e-1c43-443e-8f28-2d53eddec9bd", "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": "0b432519-bcd0-4d58-abcb-d02a01568211", + "id": "a103edef-944e-4143-9297-4d50598fb5a8", "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": "054a07ef-0c21-49e1-864f-e2510a8e3b14", + "id": "8aeb288f-55fd-4ecf-bed9-890d6237596d", "name": "Too Many Requests - Returned in response to too many requests in 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": "61bd6023-f350-47ea-8e2b-e1c04e27b9ed", + "id": "0acc0b4e-287c-404b-b471-8aee3954feb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124585,7 +124585,7 @@ } }, { - "id": "a02dc592-d2df-4839-83dc-ff93a128f923", + "id": "582e5f82-fc18-4784-a174-1127c890058d", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -124627,7 +124627,7 @@ }, "response": [ { - "id": "50ff1f0f-a4fc-4323-b87f-4e71d5a29152", + "id": "9d543722-a5ea-47ff-9033-979f029df83a", "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": "0a8b18ed-7a83-4232-8109-633b78634965", + "id": "d6540133-05b5-4278-9e3b-9c09a49645f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124729,7 +124729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "392b086c-04f9-4c25-b754-efa0f41d93d0", + "id": "846b3546-8157-48e9-801a-d8c59856891e", "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": "a8d2db06-b331-4dc8-8296-c6f97d6f8b82", + "id": "10f5efda-35af-4dac-ad0b-eeffe9c3d252", "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": "e9d9e97e-20c2-46ec-a771-e4b350836c22", + "id": "c7ecb01e-0bc3-448e-ac6f-fbf7326a9f73", "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": "0ec24c04-9a09-461b-8f46-7b182e33d107", + "id": "5c5fe040-3346-46b2-884e-6a62dffc9ceb", "name": "Too Many Requests - Returned in response to too many requests in 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": "4e45ab9b-1b06-4368-a5e8-1cd3181669cb", + "id": "0ce3d1db-cd50-4900-be4d-dc703bad1cef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125015,7 +125015,7 @@ } }, { - "id": "1477d986-2add-45c5-a921-039807826eec", + "id": "4832d9ec-c00c-49b9-8bc7-9599212fa014", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -125090,7 +125090,7 @@ }, "response": [ { - "id": "a7f03922-db51-400b-a8e8-02099f9fa05f", + "id": "17f673b7-091f-4967-9444-17ab4e18efc1", "name": "List of Email Status", "originalRequest": { "url": { @@ -125174,12 +125174,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"id officia\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"non in eu\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n }\n]", + "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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4aa5fa8c-6132-4b64-8044-adbce788a9e1", + "id": "f3da797e-1458-4709-bf8d-2c206fba1166", "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": "e9c0727d-5a09-4007-8186-718fd7736868", + "id": "b3daac76-04aa-4780-a2f0-032717817c53", "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": "707c4052-ccb4-43d8-92f5-3a37fecd483b", + "id": "bd3da189-9223-43ea-b41c-d50dc95b9985", "name": "Too Many Requests - Returned in response to too many requests in 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": "96c1de76-e3ef-4f6d-aac7-28adff42fb6b", + "id": "6fa8ef38-1094-4f51-b861-566913fd4da1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125541,7 +125541,7 @@ } }, { - "id": "612b76b8-c170-4b5b-8610-ec64aa5de5b4", + "id": "0617509c-a30a-481b-a966-7cb604e87383", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -125583,7 +125583,7 @@ }, "response": [ { - "id": "e00daa33-97a2-4e50-b386-c6ce307caa11", + "id": "ca15d27d-66be-4f8f-b5bd-52e0da5ad728", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -125634,12 +125634,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"laborum sit fugiat\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", + "body": "{\n \"id\": \"commodo\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "60d72f43-cbda-4c57-b4d5-138fe9e4f56e", + "id": "debb2538-91ec-4e5f-9347-81f740e6aa47", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125695,7 +125695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13775001-5c2a-49cb-b3b8-68fa60e2ef56", + "id": "3fe645e9-849a-4bc6-b516-b7f08a7bcdec", "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": "4987243b-d6cd-4e9d-958d-d21b3e1cd89d", + "id": "704c524d-199b-45a8-b156-f43b87aa7cdd", "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": "d096132b-e23e-4ce1-8736-cb4bb35075c1", + "id": "88c1b6da-ca58-41e6-91aa-5d5742ce7ac7", "name": "Too Many Requests - Returned in response to too many requests in 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": "64d183d0-c3ee-4e20-83ac-a95368e179be", + "id": "35a95586-9203-485d-97be-361384d7235b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125925,7 +125925,7 @@ } }, { - "id": "711093cf-985a-48b8-9ae0-36aa56a53b35", + "id": "faa0d20e-26c8-4fef-adc4-087f393f5e34", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -125945,7 +125945,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -125966,7 +125966,7 @@ }, "response": [ { - "id": "b41ea22f-a5e4-4fcc-a427-18f7066d523a", + "id": "424e8e2d-56b3-4945-ab6d-ff4f5055f644", "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": "dc5e2da8-82e6-4cad-8f8f-22d70b75c131", + "id": "b03bca95-8871-4208-a1e9-f00d7ac23306", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126044,7 +126044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414ea756-5e4e-4d09-8aa9-8334f1030d92", + "id": "aaa3e2d6-882f-4574-a5dc-43c3dfd75932", "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": "14aab515-d864-4ca0-8db0-31335430146e", + "id": "a9ed7931-85c5-4030-b602-6070554a5bb9", "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": "50f4d0a3-d6ee-4da4-98d1-a8445539d043", + "id": "47b7df2c-adc3-457a-be02-f2f45bd6872e", "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": "10a69a91-3e9b-4db7-837f-6b2a441c6f9c", + "id": "29a4156e-256c-4f17-9d43-3153f59346b6", "name": "Too Many Requests - Returned in response to too many requests in 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": "d8d0dd5d-236e-4cd9-b8eb-9d209df18049", + "id": "b62b4517-36dd-4cb6-a8fa-f19c6d9d63a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126270,7 +126270,7 @@ } }, { - "id": "4a371597-54d9-4a94-b4b1-a2b3aa30c026", + "id": "7cad868d-8d60-42e8-8e4a-cfce3cbebd0c", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -126299,7 +126299,7 @@ }, "response": [ { - "id": "2215aac2-1d03-4ffe-8dfc-17d9e00b4596", + "id": "960888d1-e43b-4357-8799-ee52c2cd40b9", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -126342,7 +126342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f929a086-7039-45f1-a2e8-ed7ae22ae3a8", + "id": "8c2141dd-a801-478a-8353-85cc72439f68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126385,7 +126385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce270fb4-e638-431b-ae7c-4e30735b1adc", + "id": "3604c8fe-d37d-46dd-85fd-293a6a1ee2c7", "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": "4d1074c1-2417-4fca-8530-034856c3fef7", + "id": "84f0522e-1a53-4308-b288-1538d0aa6786", "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": "ffece677-d19f-4aa8-970b-760b185ae51d", + "id": "ff4b78f9-183d-452b-bf31-284bf67ab81d", "name": "Too Many Requests - Returned in response to too many requests in 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": "3a43b5dc-ac41-403c-aad2-9d93957197ce", + "id": "e4b245d7-7754-45cc-9af3-dffe5288132c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126563,7 +126563,7 @@ } }, { - "id": "6c9db124-ba2c-4321-9707-fe1337308b65", + "id": "9841613d-3168-43c2-bde7-448c92940ef9", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -126605,7 +126605,7 @@ }, "response": [ { - "id": "b49b40fe-0377-4c55-b32a-8847f23ebe07", + "id": "2d4301ca-d533-43d3-afad-fceeb75a97ee", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -126661,7 +126661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe2344be-f6c0-4a7a-a130-5fe6a4b219f9", + "id": "edde9011-b490-4d8e-a0b0-655e2c208184", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126717,7 +126717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeac7b6e-ac8a-49d8-86c8-4f0d38e8c606", + "id": "58f438ba-b427-4397-a5e8-e2755c731544", "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": "3e31fc5c-8a48-4a46-af84-6ca9236d9aaa", + "id": "5442aa57-9de3-42a2-8bf1-b0deba4d7b59", "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": "243921d8-db19-4e7b-b11c-17242cf02bbb", + "id": "cc6cef71-6889-4c42-9d6c-3b76dfb54060", "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": "855c822c-d994-4f57-9a9f-f222e166b616", + "id": "7360a1ab-9b2d-45fe-a5e2-b503db1b5f4b", "name": "Too Many Requests - Returned in response to too many requests in 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": "cbcba7d7-b6dd-4308-abd3-0d43fc1016b5", + "id": "046b02d3-b039-4a71-8962-964c8626a883", "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": "e15eb24b-8781-41f0-bb55-405a40d7e847", + "id": "94e4440a-4351-473e-b3c8-e5f556c8d658", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -127048,7 +127048,7 @@ }, "response": [ { - "id": "2daefbfb-f0bd-4e28-bc9d-3c276ed5a715", + "id": "b0efa18d-78a2-4c56-ac41-82db52bfef6e", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -127101,7 +127101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac798b47-8671-4629-b826-81ff069c901f", + "id": "11476f2e-94c2-4aac-bd5d-7a4b38737735", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127154,7 +127154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbfbf024-c3e4-4e96-8752-a53221382243", + "id": "cbfed046-dc8d-47e1-91b4-34ba862ee834", "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": "6b0068c7-c7e5-48ce-a862-8f2810a1254f", + "id": "fa9d55c4-889e-4ff9-9e1c-5abde736233d", "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": "25b898d4-105e-4442-8644-4a3d2adaf3e9", + "id": "04997b03-b695-4620-a2b2-f6957547aa2a", "name": "Too Many Requests - Returned in response to too many requests in 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": "4f96ccd0-3d49-4601-8088-a5b808c96d5f", + "id": "52ad6160-adfe-41c0-8eea-fb8e0368c380", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127372,7 +127372,7 @@ } }, { - "id": "5df94987-8845-47fb-910d-7a7205e66030", + "id": "1a765901-38bf-4cfc-831e-3c70e1aa0d99", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -127414,7 +127414,7 @@ }, "response": [ { - "id": "ab6b1ea7-980a-4414-bdd4-3e13cbc31d7f", + "id": "8700ff9b-8c14-4d57-ab84-8f214981a68c", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127470,7 +127470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d74669-5295-4223-b948-65e9775a66b3", + "id": "d94c2489-1040-4d81-846e-6beb9fca3a68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127526,7 +127526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d165f3-ea35-4459-90fd-be21d0efb3d9", + "id": "b0dc5471-8be6-45c1-b8e3-0c91563c93a3", "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": "303f5f73-40c3-47eb-8760-52296bfa7cd3", + "id": "b9a0dc0d-1e2b-4e93-9f7e-fa67598e63de", "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": "69ffc9b6-a4eb-44a2-9fea-c585b5820ac3", + "id": "7a445218-3955-4573-a471-492dbf2b1e81", "name": "Too Many Requests - Returned in response to too many requests in 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": "8eb1a69f-a0e1-4e71-9b48-512809e825ca", + "id": "0682db0a-c602-43ad-9a9e-4aeaa88a6ec3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127756,7 +127756,7 @@ } }, { - "id": "1ec06c0e-0212-4dfc-b538-6880c98fb3d3", + "id": "9ac95acd-be06-4068-8633-84f252051e7f", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -127797,7 +127797,7 @@ }, "response": [ { - "id": "69502c8e-888e-4282-bd35-57f6979e91d9", + "id": "978ff143-fedd-4ed8-851a-b8d4d293b6bf", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127841,7 +127841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee9e4342-64eb-44b0-ac85-a584ce23d4c3", + "id": "b997095a-3d24-4c89-a987-085858066e74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127885,7 +127885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e346120f-dcf2-4452-8e72-d1ef4b720a0a", + "id": "5bf647ab-61d1-4a83-8926-2e6195c45fff", "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": "d91b8b71-4a77-478d-a3e1-ce837ec2ce90", + "id": "8471dacb-2d2f-4574-9f26-3d29c8263b5b", "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": "310106cb-e059-46e4-b056-bf30a452e696", + "id": "c76f7714-415f-4a9d-a9d9-7ef327358c56", "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": "37d12cb7-26f5-43d7-98e6-ccd49ccbcb22", + "id": "1f5fe705-d1a3-43e3-9ded-815ac9ae9765", "name": "Too Many Requests - Returned in response to too many requests in 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": "920ed615-b768-411c-a7f9-93694a68d8cb", + "id": "bfe05bdd-8389-4ca3-80ba-662edceed86f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128111,7 +128111,7 @@ } }, { - "id": "9498a723-87e1-46ea-91b7-94d4d5614d66", + "id": "58f51e02-0218-432b-a40f-ffea4cd0a813", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -128152,7 +128152,7 @@ }, "response": [ { - "id": "a5571796-8534-488f-b7ba-558a9b6492cb", + "id": "2457d5ec-ce5e-4b6f-b222-c28f0e659011", "name": "No content.", "originalRequest": { "url": { @@ -128186,7 +128186,7 @@ "_postman_previewlanguage": "text" }, { - "id": "20fe7566-e036-4f42-86ca-e9c6c8024dad", + "id": "1fd77a0b-0835-4c38-ba84-1ab8886da064", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128230,7 +128230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d38c6eea-273f-4e14-acb7-aefbefe1946f", + "id": "224bae36-a502-4d7e-b55c-81e39ed02b8c", "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": "a8e34ea2-ebaa-4ca5-accd-035fe27db579", + "id": "ed606f0f-60a0-42a1-8de1-7c17818bb872", "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": "b60928c6-2391-4586-b5cf-b95d6e1d0988", + "id": "1d66f6f8-070b-4e02-b3cd-e771b126656b", "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": "a22a7953-32d1-4876-b05d-57808b14f145", + "id": "b00c152e-8d24-48c2-b9cc-53bf47829332", "name": "Too Many Requests - Returned in response to too many requests in 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": "97171044-1e01-49f7-b1d6-3448853dd3ae", + "id": "c4f8e714-55fa-438f-b41d-35addeb07ce7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128456,7 +128456,7 @@ } }, { - "id": "2aff776f-814d-4f75-aae8-b2aad1d18d4f", + "id": "e6232256-b4a5-4477-b25e-0125360d3ca3", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -128510,7 +128510,7 @@ }, "response": [ { - "id": "1be61fd6-f0a1-475d-b6f4-83f9b7427084", + "id": "40780b55-abd2-4ae9-8711-b8239a49655d", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -128567,7 +128567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1adb828-9f78-4d1e-b24f-2a6de4467aa4", + "id": "307dfe61-998e-4954-93bc-523c7e12f0d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128624,7 +128624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79f37fe0-294a-41f1-90d7-5e6198b2e302", + "id": "c892aa83-8d72-4a09-a045-3180e845416e", "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": "33a2a2e7-46f7-4d3b-9db3-fe72d29812cc", + "id": "a59c587a-e0cb-46fc-8373-09ef21a58eaa", "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": "9e6d950d-06f6-4ff0-88a5-4684b6f25cd5", + "id": "b5272f37-1ef3-4087-8f95-d7c03dedd020", "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": "53bb6ebe-4207-4dd9-aece-14afc085762d", + "id": "a281dfac-3436-45e9-86c0-3c9f3ae275d4", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a1714ab-cb0b-479b-9655-cad2eeb506fa", + "id": "385186cf-2803-4a57-bfd3-1d7957e4e03a", "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": "87ad34da-21dc-4042-90a1-4defae9bc63a", + "id": "3352e9fc-0ec9-4de8-b8c0-bcd21675ee28", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -128950,7 +128950,7 @@ }, "response": [ { - "id": "019de65e-a403-4665-9134-1dd8f5c50725", + "id": "84fa3fe4-87b6-45c6-a87a-79155f5adcc0", "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\": \"dolor incididunt pariatur\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4b7d322c-0247-49f7-abeb-d90ac24373e6", + "id": "b70339f1-70f0-4e04-9fab-1043834a2f1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129036,7 +129036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666807b0-d9d8-40e5-8718-d19c71c2fc6b", + "id": "970e7a05-b28e-4fa0-9914-82fe752eea15", "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": "8436a51f-070a-4c18-a8ee-3cd55c85b52c", + "id": "86eb4dd6-3aff-4f75-9d6f-3482fab04b6b", "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": "f211ad8d-7e3d-4760-ae6a-2fb291f5e382", + "id": "e3331b6d-3534-406a-b98a-89741e90f131", "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": "78ad5d0f-a183-42f1-a3a1-705dd6905a50", + "id": "ec363123-d89b-4cbd-8af0-e099e0bcccf2", "name": "Too Many Requests - Returned in response to too many requests in 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": "4b1b0eba-b9a4-4b55-abeb-49f59af17b34", + "id": "8802138c-4d59-4f1d-b628-600801fc384c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129257,7 +129257,7 @@ } }, { - "id": "58633dbb-f8e2-445d-955d-11b42a42bede", + "id": "20e58c03-d1e3-4e5d-ba93-f6dd833c0fda", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -129299,7 +129299,7 @@ }, "response": [ { - "id": "0768cb82-da4f-4939-aa36-265373326a48", + "id": "224f28c5-d3cb-4766-956b-590981b800e2", "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\": \"dolor incididunt pariatur\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4bec3fc0-832b-4d14-b240-2308f3ccba29", + "id": "e9ad0e0d-e320-4dda-b3be-bd6b8ef1c587", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129411,7 +129411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5406154-6526-4324-8d2c-65ff7b09de11", + "id": "9e7b9e0f-645d-4984-a578-1133bbf5fd3b", "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": "cc185e02-51ff-4b71-bb72-0dc151d84b1f", + "id": "d908ab99-9372-4563-a83c-ad53b25c6a45", "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": "3b4f3dbe-4641-4f42-bf58-7f4e8b417898", + "id": "01584ae1-d29c-4b3c-90f9-e0e70b9fe75e", "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": "82c873c2-03ae-4b68-bdda-76adda81c8f5", + "id": "b9aebd0d-4052-48e4-b589-6ddb085dd706", "name": "Too Many Requests - Returned in response to too many requests in 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": "55938413-00c9-4fd2-b25d-313850c69644", + "id": "025b6483-f9d9-40a0-907c-ec8abeca8fb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129697,7 +129697,7 @@ } }, { - "id": "3a14d729-305a-4a3a-b44d-02f1049b1f16", + "id": "c625f68c-b6cf-4c24-9d0b-326705022425", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -129727,7 +129727,7 @@ }, "response": [ { - "id": "687b0427-e811-4834-8ae5-d4eda2b0c113", + "id": "eaf34375-ca6c-4f47-8ad6-c1378260e958", "name": "Request successful", "originalRequest": { "url": { @@ -129771,7 +129771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c0476f-0c18-4b3a-81fb-8abc6f8947d4", + "id": "ef3ec470-da56-4d3d-8544-475c05839943", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129815,7 +129815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7debb33-226f-452e-b35f-c34c0509b56b", + "id": "9189b502-21e8-4e1a-8747-e924836077d4", "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": "9350b12c-e4f3-40cd-a50f-fc70050f430c", + "id": "370492c3-01ee-4e35-8459-fd3194e195a2", "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": "15595d2c-5c9d-43fa-9151-623559ccc32a", + "id": "8ce29df0-9acc-4119-bdf3-1cd01854396f", "name": "Too Many Requests - Returned in response to too many requests in 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": "60be6d4a-e587-4a74-9579-6b198ac057e6", + "id": "da1064df-641c-4da6-9315-4f287dc5cf48", "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": "8357660e-b48d-4e95-942c-eb03ed21d5c1", + "id": "84d54cfe-43b4-479c-b322-a2219ad1e41a", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -130032,7 +130032,7 @@ }, "response": [ { - "id": "aefa9868-75b8-48bc-9016-282d049a3a63", + "id": "d9cdff5e-6cd1-42c3-bd35-1a55326a2aa0", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130075,7 +130075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b7dd7f-3cfe-4276-a56b-e318e1ace278", + "id": "55fc52d7-1f4e-4f76-908c-a1fc74b05466", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130118,7 +130118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4c9e4e-16b5-4692-ad6d-7f35947922fc", + "id": "c3998c8e-da27-4d4e-a365-71501abc57de", "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": "b5cea1a3-6a3f-4f7b-9953-3e09c8aed725", + "id": "380dbe46-be0b-4cf8-8390-5f7286635180", "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": "5cb806b6-802e-4e6f-9172-505db09bb842", + "id": "b9879e30-917e-4dba-b09e-b038387c8984", "name": "Too Many Requests - Returned in response to too many requests in 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": "a8628fa3-d943-4d05-86c3-4f04becb2063", + "id": "8df287d3-4dcb-4fe3-a393-09c1c5919b62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130296,7 +130296,7 @@ } }, { - "id": "1deb0507-23b9-4707-920f-0df6c1d26a69", + "id": "57e219be-0547-4049-8664-baa8299b482a", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -130338,7 +130338,7 @@ }, "response": [ { - "id": "47dc3794-da1d-4c55-8a47-409b562eef7a", + "id": "da7ea2e1-3a41-4a61-b74a-806229a90a60", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130394,7 +130394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead254a7-3c74-4c29-ae6b-63d8a8a5e2ee", + "id": "8afa3046-00e3-4f54-b1da-4196a3d172a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130450,7 +130450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a4234c-9e77-4999-9c00-96759501e02a", + "id": "8726b7c0-e3bb-4e4f-8dec-235353c9af53", "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": "296e429d-a67c-420e-9ac7-372940c580d5", + "id": "4009aba1-da1b-454e-9356-0dd06061cc46", "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": "1f4439bb-a945-43fe-ab3d-ed53d27e19f5", + "id": "5c6ff200-f138-491b-beee-8f6f9db67179", "name": "Too Many Requests - Returned in response to too many requests in 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": "a55016f1-7fb1-4276-bc2d-a6fe51883fa4", + "id": "c39fe6ef-d4dc-41a0-8cb4-21c6567e29cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130680,7 +130680,7 @@ } }, { - "id": "2f477d7e-25cb-4495-868c-6f6038223206", + "id": "d4bfbb3a-4c3b-4a8a-9a4c-238c1ee117fd", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -130722,7 +130722,7 @@ }, "response": [ { - "id": "09e31b22-9d6a-4ee5-987b-fa8d7fdbb4db", + "id": "6bbc48e0-72a9-4b65-a735-65fdf8f0c945", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130778,7 +130778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50f543e-1995-49f3-a037-6c6935e54291", + "id": "3df761f3-1b6b-47d8-b1d5-f6702e24944c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130834,7 +130834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac9cd5b-6e7f-4696-9020-696da1f627fd", + "id": "da716365-9506-4acb-b667-94847ca23f7b", "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": "ec8c15b4-b178-4c08-b6a0-c7c6cc9c2046", + "id": "6c4b0188-a77c-4f08-aba7-7ecbd2b08caf", "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": "d6a85f03-2df6-4769-8a0f-366dc1ea6d5d", + "id": "b390f44d-2a28-4415-b2f0-f635788ae74f", "name": "Too Many Requests - Returned in response to too many requests in 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": "175d445a-1ed0-42bc-9c1e-2db38d6f80f6", + "id": "93828f4a-a5a6-47a1-9aac-72586171508f", "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": "5758fbc7-1965-43dd-81b6-2253feb871c8", + "id": "305894e0-127a-4311-8adb-23a6c333fd4d", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -131099,7 +131099,7 @@ }, "response": [ { - "id": "35d1909f-7c6a-40a4-997b-6917ef6501e2", + "id": "5cc04ccd-efd4-4271-b8e4-f5fe88dbd4fe", "name": "A password dictionary response", "originalRequest": { "url": { @@ -131137,12 +131137,12 @@ "value": "text/plain" } ], - "body": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "ed8b423b-710c-4da8-a0df-7d0db3c7072a", + "id": "1a110d62-f705-4403-896e-596658a3bcf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131185,7 +131185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667f8592-1f1e-4bc2-8a77-3e9d1cd1b705", + "id": "6c110298-008e-4bfb-89dd-2f65ad775bee", "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": "1341e52a-1e9f-4f98-ac5c-40e702f0f47b", + "id": "bc8293c1-6679-4e51-afd0-fab790ec957c", "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": "5af9f8d8-3de3-427c-abf8-e313d31fed2a", + "id": "e614061a-6930-45a7-be5a-8fe9d1937501", "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": "13b6e6ca-ec8b-48da-a2ce-f30a86700144", + "id": "ce0216be-0c2f-4855-8edd-5cab44ea5b58", "name": "Too Many Requests - Returned in response to too many requests in 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": "424659d2-0e58-4f2b-80fe-a7a99bbf2b9b", + "id": "f2928b88-a539-448f-a2d3-3668ee5e0a04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131406,7 +131406,7 @@ } }, { - "id": "bc19f713-18eb-4020-b3bd-7c5b455c5d5a", + "id": "65f84326-31aa-4442-affe-9158e9ddb6ca", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -131444,7 +131444,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131452,7 +131452,7 @@ }, "response": [ { - "id": "0a9a446f-0058-424b-9acf-aa4baa2d4f7a", + "id": "d0bbe35d-d967-42d3-9e8f-4e0ccc2acc81", "name": "Successfully updated.", "originalRequest": { "url": { @@ -131489,7 +131489,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131502,7 +131502,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4399f2ce-db97-4aa7-9b56-be9017ee9457", + "id": "a9f4913f-bba3-49fa-979b-35f125abae57", "name": "Created.", "originalRequest": { "url": { @@ -131539,7 +131539,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131552,7 +131552,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a2b468a4-1013-4660-98de-c6b5cc4b6d96", + "id": "c9e6f856-2c15-4284-8a47-8eae99de07a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131593,7 +131593,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131612,7 +131612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adc4fb2b-3823-47c1-a213-4d8b25e57104", + "id": "f1731233-9384-4f3e-9766-af8e5552580f", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131672,7 +131672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "198cee7b-017b-4c15-b241-050f8d6b3a0a", + "id": "10091ad6-da3e-44f6-8e2e-d0978d0fdbc2", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131732,7 +131732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04dfb2a3-4431-474e-bfe7-71773dfafe88", + "id": "b026bf87-c81d-4b37-8cb9-810be42cfb04", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131792,7 +131792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f1bd782-3740-4266-9297-beb96df4614f", + "id": "6eb16ac0-69f5-4762-85f1-a0ffb5f0b7c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -131852,7 +131852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc69574-988f-4a12-a059-062081ac345e", + "id": "99988346-42e4-4405-b157-f87e2a87a9bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131893,7 +131893,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "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": "f70c3e31-15c0-4d0e-9ecc-6890d5f4d68c", + "id": "711ed3e4-be29-4401-95b3-8143f5030187", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -131967,7 +131967,7 @@ }, "response": [ { - "id": "36ec6e38-4bb0-4765-9b7a-3beedfcb1930", + "id": "67557fa3-2ce5-481f-a3be-a92e2ce5bbe6", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -132024,7 +132024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6afef6-5ebe-4a94-a556-5cb8e815d890", + "id": "26463b5f-7556-4f7c-b222-2d2e2c655e18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132081,7 +132081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1094f53d-43f9-4071-93b7-eca820c7f87c", + "id": "220054c4-49fa-45fd-91c4-83fe6cb5d5c2", "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": "5455884d-394d-4622-9a49-a73aabbce327", + "id": "9cf13d9f-01b9-46aa-8127-0c6d2a9f66b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132201,7 +132201,7 @@ } }, { - "id": "5ee3dbc6-9244-40de-91ef-6c449ad406dd", + "id": "f5193ec2-8404-4b5e-94a7-755498860f0b", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -132243,7 +132243,7 @@ }, "response": [ { - "id": "6fbd75a6-993e-467f-b8a3-ec6445dcede5", + "id": "ef2dd2df-94b1-4de5-9629-8886c3ef9434", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -132299,7 +132299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b3461c8-9f8e-4d86-ba7e-1ef86d233862", + "id": "d04890c6-6a9e-49f1-9659-c50d01eb5187", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132355,7 +132355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "383fc395-a81b-4e3d-9611-708f36efc537", + "id": "4c966306-fd4e-4632-9254-7a41efee8b6a", "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": "d29e3950-e715-434e-9910-26ac1ef2985d", + "id": "51f727f4-3f87-4062-b7b1-478b5cb817fd", "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": "0e0514c5-9b6a-4ec8-842e-cb0cb66cb41b", + "id": "e4393cff-57ac-47da-9b6b-418cd89e5bc6", "name": "Too Many Requests - Returned in response to too many requests in 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": "04f955eb-52d8-42e0-bc04-b5661a0e95a6", + "id": "f5fe43bf-6fcf-494c-8167-4c16b704d70b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132585,7 +132585,7 @@ } }, { - "id": "cc31c794-b42e-43df-ac1d-800360dd3ee6", + "id": "306f7ff5-83d9-492b-9c90-eb38f3bdbae6", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -132627,7 +132627,7 @@ }, "response": [ { - "id": "f0e18d21-122b-44a8-b080-acd62c17f04e", + "id": "4d660b79-06ae-4134-aabf-600cc38cfbb6", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -132683,7 +132683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc76d66-2415-4756-ba02-45adec9d15d1", + "id": "fa7ba9b9-0d7b-45ac-8e1a-9b33b023b11d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132739,7 +132739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a1ffb3-4e62-4d5f-b255-3da21837bd8d", + "id": "e2b69687-fa3d-4fa6-a580-22ac568a6777", "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": "9c772898-c9af-42d0-bc21-8552244cd8dd", + "id": "65071cf8-6ce7-42d7-bb42-25b17799649e", "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": "8f888c4f-34a3-4fd7-b3b0-6e2661bc2d6f", + "id": "92a5d6b6-38d9-450e-8166-85ba571ab445", "name": "Too Many Requests - Returned in response to too many requests in 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": "6aa2a437-8e47-4a27-858a-c4a5b03621e9", + "id": "a636a926-b3d3-45d4-9532-7f85a572574a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132969,7 +132969,7 @@ } }, { - "id": "4158e187-e154-4ee9-b02a-ed92fa6e1fbe", + "id": "b2b8773a-9ecb-49e9-9c2a-fac7df4fd9dc", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -132989,7 +132989,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -133010,7 +133010,7 @@ }, "response": [ { - "id": "5b2a171e-b391-4f42-9771-44316753ce4e", + "id": "7d77c5f7-10f5-4c36-a317-45df8d0bc990", "name": "Status of the password change request", "originalRequest": { "url": { @@ -133054,7 +133054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0da3883-0024-4972-bb16-6f96bd018816", + "id": "a08c7e6c-a6ba-453b-81b4-e20ce517d8c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133098,7 +133098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef2691c-d3bd-4336-a21c-2369ee33f0d4", + "id": "75c363d1-0eaa-4030-8ccd-3ae6e1ad4d7d", "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": "adb74605-b31b-4367-bcf4-6cd38432663a", + "id": "44c721a5-5357-4570-b6c7-f4d67d517efb", "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": "b38b0149-c77e-4693-a0e3-e2660b2a8274", + "id": "73ceb82c-4cd5-4ec4-8713-236a70b4cc72", "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": "aa80718a-ba04-4f57-97d4-3f17eb9c4dfa", + "id": "35bceb69-106b-4cbc-abe0-93a6729633e9", "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": "55be0b6e-c682-41da-9c06-893f29a3985d", + "id": "5c204808-abdc-4be5-a187-b964c5d8e8ed", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -133343,7 +133343,7 @@ }, "response": [ { - "id": "5e3d9059-1fa3-4ed5-bfe4-a6b3e6df69ee", + "id": "8a3a1984-8dce-48fd-be04-8cce7cf34e00", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -133414,7 +133414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08aa57f5-b356-4acb-beda-6fe3a7c1009c", + "id": "172564b3-df7a-4d62-9ace-ee2b7b617488", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133485,7 +133485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67d3549-928c-475a-85ce-2bdc7119a796", + "id": "02122e39-c1ef-43f4-8b10-6a94de551252", "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": "529e6d87-bdb9-4a11-a347-eafac6c1d1a9", + "id": "61f698d9-d6ab-4a1f-a222-21da1fbb8f3e", "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": "80537792-a51d-41be-a1a8-287b0f2ca743", + "id": "d292d015-5eb9-461f-85e5-3cf4f4dbd904", "name": "Too Many Requests - Returned in response to too many requests in 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": "ee703e98-a89b-4e02-b6a7-7bd2b62feb67", + "id": "835ab74a-8679-4e20-bf55-0306f4a8452f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133775,7 +133775,7 @@ } }, { - "id": "0dfe6419-e482-4d16-9ab3-8496848a8179", + "id": "83d79951-5d32-4a89-84a3-1e59f2e4fe85", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -133817,7 +133817,7 @@ }, "response": [ { - "id": "2b59821a-14d9-4785-ba1a-1fd08f3e6be1", + "id": "9a07def9-c680-4f00-b0b0-974bdcbb129d", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -133873,7 +133873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b69eb68-c894-41b2-85a5-35e5e35e1f10", + "id": "667abd87-6ee3-47da-8e2c-333cf3f94794", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133929,7 +133929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb8fda8-6d71-45e9-b835-5c3cdea7a28e", + "id": "b02e4e03-7afb-4c1e-875f-df1a807b184d", "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": "c9c79d7a-bdd1-4f9b-ae88-1d189d879704", + "id": "53957592-1a29-440b-82cd-bd0cdb03b8fa", "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": "11766c89-4a7c-4ef8-9ca5-597b0b29c9db", + "id": "d31be62b-4811-43ac-ad0f-fe777c18793d", "name": "Too Many Requests - Returned in response to too many requests in 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": "c299ce6a-c60e-4166-b34c-29a54e3c90a5", + "id": "1886b16e-6c46-4a7e-97ef-7ccf8e95e591", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134159,7 +134159,7 @@ } }, { - "id": "f7425dd0-01f9-44dc-a2f4-05b7dd0e0d56", + "id": "649ac1f0-408a-4e16-9c1c-1d6a2e052432", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -134200,7 +134200,7 @@ }, "response": [ { - "id": "5fb777be-d7ad-4bb7-9980-0c0855031db1", + "id": "21c7edd6-7d40-4df6-8861-6d2e8a28af37", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134244,7 +134244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbf55be-f775-404d-a60f-6580a7a57518", + "id": "9db305fe-6a75-423b-9967-b3d5a8870d18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134288,7 +134288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea7c0dc-4238-474b-8aa3-882d982e6057", + "id": "8a0c9e32-927a-4a05-b30f-7d04c939fffb", "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": "ff6f256e-690b-4789-bbc7-9a2a0cb6fba0", + "id": "56c9c5e2-3bec-495f-bc43-60a795a3eba9", "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": "75f2a104-424b-49bc-a57b-2e3c38d01bfe", + "id": "930133f7-8381-49f8-a657-d5335d0bb6cb", "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": "2ccad134-c805-4d13-8324-c2de1bdb1084", + "id": "17d78571-ab4f-4f65-8dcf-9dd1e56f6e02", "name": "Too Many Requests - Returned in response to too many requests in 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": "0be51c28-09b5-4438-b98e-9ea3c59efc0a", + "id": "3c79f0ca-5d3b-4284-ad8b-187756014a14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134514,7 +134514,7 @@ } }, { - "id": "c1041f84-0ef6-4a9f-8d3c-8274770f508d", + "id": "6bd1020f-f807-45b5-a02e-1e4f89540bee", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -134568,7 +134568,7 @@ }, "response": [ { - "id": "1b1777c3-c714-49df-8efe-801a8d6301eb", + "id": "3f9d4320-5047-4ee0-b9bb-ff2d5c18cd8f", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134625,7 +134625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9bd74c-acf7-4ce5-9ecd-d05464834fda", + "id": "860aa061-f583-4230-bcdd-f784094b3da1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134682,7 +134682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a3aced-f44b-46d8-98c2-c05bec591d73", + "id": "6b963951-19ef-4f5a-aed1-b6ea622bd380", "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": "5c19cfe1-fb14-4b11-b2b5-9e8b745a92be", + "id": "45f9667f-6e98-4730-a1f8-06e466533e8f", "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": "8c773172-faac-4e5d-8575-6eb9a2f21fe6", + "id": "5e5673df-d40d-4109-92fa-c7028c98bba8", "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": "231f2890-a983-4afd-976f-1e3beac4a6e5", + "id": "b9740bcd-cd43-48ba-b9f1-72f5384d5fa7", "name": "Too Many Requests - Returned in response to too many requests in 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": "039b9b61-de3b-477c-b999-00dc0a4246e2", + "id": "f26314f6-9170-417d-afd9-98923f621f3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134973,7 +134973,7 @@ } }, { - "id": "84df7229-c494-44be-983d-a5a6b48fb330", + "id": "ed518e01-f64b-4b75-9af8-df74690e04db", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -135014,7 +135014,7 @@ }, "response": [ { - "id": "587dcf5c-5717-4937-b049-9c4a84b6f99d", + "id": "9377e3f2-57e9-4375-a54a-8a367676f570", "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": "3cb37933-fe40-4b90-b9e1-b0aacd78fb89", + "id": "127b6de7-1c2b-42ec-84fa-c99b4f7f4061", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135092,7 +135092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa443cf3-16ac-441d-8631-b3aef42619ca", + "id": "e85265d2-0478-467e-b9f4-300d74ea0989", "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": "00a2e2e0-a1f4-4155-8ddf-1c65d885aed4", + "id": "eaca3d13-9f27-4341-8a7e-d900dee9e668", "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": "a0b6e5bc-031a-4a37-8f10-98621f86d37f", + "id": "c8d1e0c8-dcd4-4902-a2fd-c4b4f778e191", "name": "Too Many Requests - Returned in response to too many requests in 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": "47c16228-c7b2-4411-b1ba-3648189bc860", + "id": "ea7a5edb-fd96-470a-a4b7-bc6f122d2886", "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": "ca90b4a5-7791-47ef-ae8c-1880648c378c", + "id": "66ec2d94-df86-45f2-9934-94fce10e0b85", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -135328,7 +135328,7 @@ }, "response": [ { - "id": "240f5d7f-f208-4ced-86bd-98307c5041b3", + "id": "6fe0147f-6f96-4f51-b7da-00ff9d2f4dd6", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -135390,7 +135390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3965c17c-d159-4c81-b63b-83aab19caf2c", + "id": "bf4bd864-0d89-4262-9d37-3267fe0aea60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135452,7 +135452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0c200b9-84f2-4fbe-b976-18e5685ecf5b", + "id": "4c20f8aa-d2a3-4cf1-b629-3cbce9cd1065", "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": "a58ba1b7-44ba-4c93-85ba-ca9302eee5df", + "id": "44720443-97e4-42c4-95c6-d7cfada7ebe1", "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": "326eea94-4a07-4ed3-967c-73944a6a74f5", + "id": "e08332fa-4638-44d9-ace2-b45cfdefed2d", "name": "Too Many Requests - Returned in response to too many requests in 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": "310bd15e-992d-4db3-9174-1274a9c69674", + "id": "d52301da-b021-4de1-90ee-138f528762e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135706,7 +135706,7 @@ } }, { - "id": "1854f552-bfc7-4e1e-be8c-c620adb9b952", + "id": "8aa6ea0b-55cb-4241-8809-14b0c8e7ddd2", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -135748,7 +135748,7 @@ }, "response": [ { - "id": "2445ee85-dd5a-4ffd-88d0-1c11fddda076", + "id": "d9a98844-3026-4290-8ef0-857450a82e3f", "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": "80b107fe-f6ae-4760-9e61-d2e528dd9076", + "id": "563be501-9f47-458d-8304-4574014e493f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135860,7 +135860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff7cd82d-03ed-428b-8205-65b5a9f5d428", + "id": "497bd69c-c1e4-4d73-b1ea-a0027436b038", "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": "bd8cf94b-1eaa-4c10-a4bb-547d371fb40c", + "id": "49ed76aa-b575-4b25-a73b-0f449987db43", "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": "c0106edb-e8db-4202-aa09-77675b6b7af9", + "id": "44acecb8-f93e-4845-b63f-d67c8a11290f", "name": "Too Many Requests - Returned in response to too many requests in 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": "a7fcbd34-5792-4406-af3d-ddece77535b7", + "id": "1a4269ef-1252-42b8-b7b4-3e2f9a1a4a52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136090,7 +136090,7 @@ } }, { - "id": "714bc783-12ed-4472-908a-55043936aa95", + "id": "9fc12511-a9e2-4a8e-97a1-00d846703218", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -136144,7 +136144,7 @@ }, "response": [ { - "id": "e39a2574-87ac-4794-80de-6480cf4e3355", + "id": "3078a45f-ca51-41b6-badd-3e12509f399e", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -136201,7 +136201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debd9f46-f889-4c16-aa3e-59edf1d81230", + "id": "f20cfcfa-7f10-4daa-b748-dec99fe42b49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136258,7 +136258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90cc2a95-17d0-4f94-8210-351eb56a0e32", + "id": "831a1463-b39b-4787-82bd-f5269c7ebd2f", "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": "e945fe2e-fb8d-48a9-abda-66a2206aecc4", + "id": "101bdfcb-78ca-4ff7-9df1-f0c7c6ee6a9d", "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": "c7b1e826-622a-4c00-81be-3f60a64859f3", + "id": "1b92ccce-8571-417b-aabb-9be23c0be772", "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": "dd826485-9f85-4da6-b7ea-e99f235dee43", + "id": "338e39a1-d1e9-4dd2-ad7a-b80b691b2dbb", "name": "Too Many Requests - Returned in response to too many requests in 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": "0b1693c5-2e97-4ebc-8614-5bef67b2b736", + "id": "a676ac9f-30e0-4e7e-ba8e-6a8c4da7ade3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136549,7 +136549,7 @@ } }, { - "id": "6fca4e74-7c37-4a59-93b7-cfe92490efea", + "id": "7cd5cebe-fc42-41e8-8839-79b9eb04dbd2", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -136590,7 +136590,7 @@ }, "response": [ { - "id": "1134dbd3-ec68-4358-ba57-9a70cdd1a381", + "id": "f4f7ea2c-c3ed-4f05-b316-2d1020d86d6e", "name": "No content.", "originalRequest": { "url": { @@ -136624,7 +136624,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d931159a-665c-4c80-8db5-b7a1e7210ead", + "id": "3795c451-6db4-4ab2-87d7-397e83fa600d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136668,7 +136668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef1d3b9-18a6-4d6c-9ebf-b39ced9e3e25", + "id": "2872bc7b-aa71-408e-8079-01d532239b09", "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": "b765435a-347d-48e0-9c97-7fd4dee3d2db", + "id": "c8c77ce9-d8b2-441e-a4fb-076637f7682e", "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": "2eafdd19-08eb-483d-9b8f-f6411cadb891", + "id": "876749c6-e08b-41a6-a2fb-f774f0a597ee", "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": "9aadf261-6401-42f7-8af3-7afa1eb42f79", + "id": "10394697-ffc8-4a30-a8df-1fa8e9d43adb", "name": "Too Many Requests - Returned in response to too many requests in 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": "420a9bef-38b8-4844-a490-28beb55fee8c", + "id": "22a7cd08-f4b6-42f3-9895-5b616959c733", "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": "62b10498-272a-4771-aa11-6918ac863660", + "id": "e05ba7d1-fa0a-43a0-a0f8-673fc7c1f2e4", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -136929,7 +136929,7 @@ }, "response": [ { - "id": "451155d5-f651-4ea6-baf4-2e774085c6dd", + "id": "19e4cb80-d0ed-484e-82e7-7434563c2d2b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -136972,7 +136972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea822d5c-d4d6-4a11-928b-e17981712ed1", + "id": "d5b98729-5230-4bba-8b38-48b618f9e9b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137015,7 +137015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f91065a-e565-4d10-9c66-d833ecfa9ca0", + "id": "a5117f49-e25e-4d47-b922-de275175b96b", "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": "b8f4cdee-b6d7-4a9f-9705-95e4ccc19379", + "id": "8057c364-49cd-482c-956f-72cb231bcbe6", "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": "a8a8fe22-578a-4e87-810a-6090da2a9a5c", + "id": "7796ac63-d718-4316-80b4-f531d4189d0c", "name": "Too Many Requests - Returned in response to too many requests in 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": "232d8a98-c5be-49be-b9b9-930f2e4e4e36", + "id": "a2cc8ed3-fa63-4447-98c7-736e89e44f28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137193,7 +137193,7 @@ } }, { - "id": "687b8c29-e179-461d-b61e-62e988c4d47a", + "id": "438d04f5-7778-44b3-a403-86bd25a1db2e", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -137235,7 +137235,7 @@ }, "response": [ { - "id": "a988b12a-233c-4edf-81dc-105c592a055a", + "id": "4e946298-b480-42d9-ac20-203551dca97e", "name": "Request succeeded.", "originalRequest": { "url": { @@ -137291,7 +137291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0828dcc9-3a17-4091-9316-f707f88fa4d1", + "id": "87dbfc01-2186-4c0f-bf9e-7a6c532c826c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137347,7 +137347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54a91291-fcd0-42d2-ac4f-ed8926065461", + "id": "601ba5e7-f632-4db9-a0c1-951142b08b90", "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": "67d1420d-0513-4069-b4c4-a6b2de406c40", + "id": "584f862b-63ba-4879-add0-d00f1bf0b7fe", "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": "a2261db5-a933-468e-bf8a-8d5da7163237", + "id": "d7962f72-708a-40c7-b1ac-89264cc84eb8", "name": "Too Many Requests - Returned in response to too many requests in 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": "7427422f-e39c-4556-a302-98644581a46c", + "id": "f7abe9d6-6541-4bb2-af81-1238dbcfcaad", "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": "e5b663ca-53c0-4c8d-8e43-07328509bb2a", + "id": "d677df62-d636-431e-af76-8f5ce821688c", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -137694,7 +137694,7 @@ }, "response": [ { - "id": "6f23a177-946d-4be5-8ee9-bec6b108659b", + "id": "fc1a4257-1d9d-4f91-9041-b108a4cf6baa", "name": "List of requestable objects", "originalRequest": { "url": { @@ -137819,7 +137819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31eaa079-2e1e-47aa-857f-2be7aa1a7499", + "id": "4474d222-3b2e-4333-b50a-e49b84187647", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137944,7 +137944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a66a91-50e6-43a8-8f27-1ea971a25319", + "id": "7c181e5d-c54c-404c-b8c4-ef218e1a015f", "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": "6de0c22c-e8c5-4dc1-94fd-5082507e5e35", + "id": "126574f6-ed99-4745-9a4c-4c19e61d0f8f", "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": "32697a14-9835-4c09-9d08-ea9749ca72c9", + "id": "b45917d6-2699-4a5b-8a09-63f3cebe86f9", "name": "Too Many Requests - Returned in response to too many requests in 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": "40d43336-12a5-4968-8f23-531f661b39eb", + "id": "a99f406d-e5d8-47a0-9bbb-6ec813af19ad", "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": "7aaa879a-abaa-409f-a0ab-a3c2ec943ab6", + "id": "9e6e649c-4898-4ced-b6a0-270dd1803f6c", "name": "List Roles", "request": { "name": "List Roles", @@ -138558,7 +138558,7 @@ }, "response": [ { - "id": "9201cc69-84be-4628-af4d-7a4b204759ca", + "id": "fe6e9088-674c-4ac7-be72-c1ed247cca79", "name": "List of Roles", "originalRequest": { "url": { @@ -138674,7 +138674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416de40f-dfef-4f76-b261-b27b25d96928", + "id": "824a58cf-c94e-402d-8312-5732b6523ec7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138790,7 +138790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd2d39b-e8f0-4176-a6aa-f9612af8cee0", + "id": "c693fb2d-4358-4029-bba3-a7490c3232ff", "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": "77a6556d-4fa8-4860-99ae-203ba0884520", + "id": "87b2a980-96a6-4e8a-8943-179f0ac38a91", "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": "853817a6-2d3a-4eaf-927c-b1f7982408ff", + "id": "24743c56-2e44-4678-be1d-a8bc857f69b9", "name": "Too Many Requests - Returned in response to too many requests in 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": "01359597-e080-40a8-9ce7-ac2e7294efca", + "id": "23356556-5b2b-428b-9d6c-33ae055d6d3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139260,7 +139260,7 @@ } }, { - "id": "33d58301-639c-476c-8db1-f6f14aa90592", + "id": "25532110-f293-4c4b-a2b5-d5c19a4389e7", "name": "Create a Role", "request": { "name": "Create a Role", @@ -139302,7 +139302,7 @@ }, "response": [ { - "id": "c8153278-7921-4f94-b6f2-adc47c242dca", + "id": "419c4dec-dce9-4bd3-b871-f880d00f475d", "name": "Role created", "originalRequest": { "url": { @@ -139358,7 +139358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e0a495-47ec-408a-948a-22698ba22cf3", + "id": "10f6c6c1-43da-479c-8cb6-078df0d0a4f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139414,7 +139414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582057e5-d840-4f0a-9ba0-8e61ffb29d16", + "id": "1bdb8771-0599-471a-b54d-f35f5ae6d33a", "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": "ff802259-6046-46ef-8724-d4542cc7d78c", + "id": "1f66f073-4739-4098-8067-d33a27a71f6d", "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": "b1221994-085c-448c-ace6-ba39cc565e71", + "id": "b90bdcca-9db8-4faf-8445-a7ead48dd548", "name": "Too Many Requests - Returned in response to too many requests in 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": "7a3c8660-7246-4c66-985d-dce50aacf65a", + "id": "72eb54a7-ccf4-42a0-a0cb-eafb66f0ae8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139644,7 +139644,7 @@ } }, { - "id": "e753becb-6278-4238-a040-7a2444a72f60", + "id": "7ca93bcf-62c7-4abc-8edf-c6ca38288e70", "name": "Get a Role", "request": { "name": "Get a Role", @@ -139685,7 +139685,7 @@ }, "response": [ { - "id": "e3ce3ca6-eb68-478d-a9a2-c6bee914adc2", + "id": "326b7ed5-5838-44d3-98ce-dc4310b89a1c", "name": "List of all Roles", "originalRequest": { "url": { @@ -139729,7 +139729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee8d03a-d0bd-435a-814b-a8c5c64da7bc", + "id": "20016080-9ae4-4a99-b201-6324474d8650", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139773,7 +139773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf4571b-7efa-4dd2-887d-2377d25b2623", + "id": "94b4f430-4874-4316-a6aa-b5f87f87c6f0", "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": "d05afbe3-6eea-4076-954d-2d10d31d6cf3", + "id": "d5a4cf61-367a-4abe-81cd-b7876847769f", "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": "218aa7a0-8d7e-4249-9763-f5a461315e61", + "id": "f07b54cd-267e-494f-a096-3bb385416031", "name": "Too Many Requests - Returned in response to too many requests in 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": "6f3eee37-17e3-4482-b451-b80a39f3f25a", + "id": "e34bb1ed-4bf8-4438-b557-edf652dcefe2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139955,7 +139955,7 @@ } }, { - "id": "9675479f-d4a2-4b64-aeef-33ed89598387", + "id": "2869ad12-286e-46e8-848e-14337459e570", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -140009,7 +140009,7 @@ }, "response": [ { - "id": "51fa258b-2941-4b60-a80a-41061ab0db1c", + "id": "fe25f478-da06-4a62-87d6-ea68cc13f973", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -140066,7 +140066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17b9675-5b19-4939-873c-44dd2cad02fb", + "id": "5027b9bb-3afa-4167-9fce-4949abc5198e", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140123,7 +140123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec78a4e-952a-40bb-adcd-abe42ab35fa0", + "id": "6798fbd9-e67c-420b-bda8-b912959fa157", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140180,7 +140180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c730db-ddd0-4c60-8df3-0ef3228356ae", + "id": "56a17fc8-d430-4447-bc17-1ebbeade602e", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140237,7 +140237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1156e941-aa39-4929-b063-243488f7c7c5", + "id": "63d55ccb-681f-4c01-a1a8-ca5ae9a9b551", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140294,7 +140294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3bb2c83-243c-4d32-b90f-20295e978aeb", + "id": "8ad80800-ac84-4f7d-aad9-1d04d22090e8", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140351,7 +140351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc4354a-03cb-4578-b40f-6f550e096f7b", + "id": "e4febd2c-cee2-4515-ae7d-5833b496387b", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140408,7 +140408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53da4761-c82e-4f3f-b8dd-e2d46d4c473b", + "id": "9a560b67-f1fd-4a39-aab0-defdff272599", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140465,7 +140465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f550b89-9774-421f-823e-fede54686987", + "id": "b3ef85e2-076d-4e48-a6b4-46c8ea4ec5bf", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140522,7 +140522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92cc871-23db-4859-9db1-da9bfa0def1d", + "id": "481bae8b-011a-4c6b-87c3-53cadb7ef761", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140579,7 +140579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e2cfef-6f07-4856-83d0-c99e7cc67cd5", + "id": "31310dca-abf2-4387-ad87-0a0b1bb38981", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140636,7 +140636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd3bd45-5269-4caf-9766-439b4fdea331", + "id": "22155067-d160-46dc-81c3-8c04693ed761", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140693,7 +140693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4adc4c4-2d37-44c0-8864-9f1ee9e13d89", + "id": "0f5d6017-a80f-4a89-afce-c82e390d0ba9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140750,7 +140750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df56683-b865-463f-9437-578352ac5713", + "id": "484ff509-f6b4-4f49-b573-7847851e89e9", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140807,7 +140807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "570adb60-4ddd-4d14-9c4e-e64b84d74195", + "id": "38009dac-e58c-4b8b-ab41-e919954ac3e2", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140864,7 +140864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d771a6b8-22e6-4f19-ac4e-0a365de8466c", + "id": "66b16c68-d866-445c-ba9b-0b9de32ea457", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140927,7 +140927,7 @@ } }, { - "id": "9a26353c-3867-4230-af35-95e06f9bb27f", + "id": "70c4a04b-0e72-4785-8447-cafd3a4f426a", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -140968,7 +140968,7 @@ }, "response": [ { - "id": "cda2ce38-8568-4ca3-9230-e3b4d869e4de", + "id": "0d964c15-5c95-474e-9ab3-027c4c98ca50", "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": "a64a0a82-4f92-4449-a66a-50a0c8e515ee", + "id": "2b5535f8-c5c8-4a2d-b4b9-c75055d86375", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141046,7 +141046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f81900-032e-435c-bfa0-e6bc821f8967", + "id": "72fed549-ba37-4e0e-85b4-a321eb2cf233", "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": "e2ddd8b1-5f15-4fa3-b599-7ae047fa6872", + "id": "e392edd9-bc87-4129-a015-df0aa0c21f5f", "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": "f5d37c7a-f324-4cd9-8ffa-a5a22b1b3bda", + "id": "2bf0e191-1bd3-4cb5-8326-7ad39d216b82", "name": "Too Many Requests - Returned in response to too many requests in 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": "98039e66-74f7-4bdf-8e80-b23b0b45618f", + "id": "a1a4dbb9-c6ba-438f-ad91-07878d0093da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141228,7 +141228,7 @@ } }, { - "id": "9da3ff0b-1c35-4f2c-b7cc-b309a78d154f", + "id": "5978a6d8-2572-4128-80fd-f43960b9e53d", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -141271,7 +141271,7 @@ }, "response": [ { - "id": "db4f0e7e-ca2c-4d6e-80c4-2d7f93bc1a6a", + "id": "0a62d73f-9080-4488-825b-70b6704fc335", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -141328,7 +141328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8821c7-f241-4401-8a37-78cecec1579f", + "id": "958321fd-2e39-4358-9d07-527690d4f641", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -141385,7 +141385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f1984d-d113-451b-9a52-1f1d8e08d12b", + "id": "e8fcb679-86cd-41a8-8877-d86e27039b75", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -141442,7 +141442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4475afd8-711e-4910-adf2-1645c918afc9", + "id": "f8a0cc89-2293-471b-9be3-acb4a7a45e31", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -141499,7 +141499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "205f91aa-6680-4976-a10e-9d030f2c03d5", + "id": "a5b6a537-7d0b-4473-b818-9f3f8e8ebafd", "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": "9b6ec225-5b72-4caf-bcb3-194acc1a16f6", + "id": "52ebc1be-fb6b-4b2d-9e8c-553703e5acea", "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": "b9a2dad2-9295-4ea6-9497-bb460e2864e9", + "id": "71c3c12d-a8db-4100-97bb-4436c95e4aa9", "name": "Too Many Requests - Returned in response to too many requests in 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": "9430de74-0d20-4452-b373-041f15d0a871", + "id": "f5fc8838-a590-4581-afb8-0f86e45ab371", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141733,7 +141733,7 @@ } }, { - "id": "1d68af48-6e9e-46f6-8021-aa986c6da6db", + "id": "d565fd60-2b96-4c40-b33b-a1ab75401231", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -141818,7 +141818,7 @@ }, "response": [ { - "id": "6ed0babc-21ce-4acc-9974-a7f6ab3f12e2", + "id": "04e906c1-e1fe-4dd4-9420-7f76b4be7476", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -141909,7 +141909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d3b8f8-172f-4661-8326-8ba8c9546d4e", + "id": "7983bdd1-553c-47b1-afe8-125b3e2290ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142000,7 +142000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b56c18-2abd-450d-af43-bc762386d017", + "id": "4c432726-b1b6-457f-95b9-0e51b7548c63", "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": "06554bd5-233d-451a-ad32-8639bd214570", + "id": "f659f9cb-a813-4d2e-a9bc-d596e4aaec3e", "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": "555c7cf7-7377-4fcb-9dfd-bf719e47b132", + "id": "ba4b7eab-ced3-4e93-994a-7da913963933", "name": "Too Many Requests - Returned in response to too many requests in 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": "3a995c68-c66d-41f3-94e9-086f4391b5e9", + "id": "145dbf8f-2f71-41f5-b607-6bca395e6b00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142370,7 +142370,7 @@ } }, { - "id": "58670646-7fe5-4901-9741-31f39c1e74b0", + "id": "c01b2291-57d8-47f7-b4b3-e8a0c0ee001e", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -142458,7 +142458,7 @@ }, "response": [ { - "id": "6b35e7f0-75ef-4d1e-872f-9d169617acee", + "id": "e511c055-dc16-40de-8278-222f1d8f8b65", "name": "List of Entitlements", "originalRequest": { "url": { @@ -142549,7 +142549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003c90a0-0f08-4267-b659-25554e8737ab", + "id": "8c185f36-c0e7-40db-85d2-456b4530b396", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142640,7 +142640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0626be-bd55-43ee-aa37-51fe7c3f6c31", + "id": "08756f84-3224-4588-b337-a769a24a7959", "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": "24770966-55d9-4cbe-a939-cc7718eda282", + "id": "fc936910-e5a4-4953-9fa6-b353200b9b54", "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": "ee0d20f7-8226-4cba-ba6d-012b9e7f5a84", + "id": "a0b3b302-f5d6-4d18-adb1-8dbe00d2e117", "name": "Too Many Requests - Returned in response to too many requests in 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": "ee27f23b-b30d-4a97-a87e-628e715a0905", + "id": "1e5d5ba9-0a97-4ed8-903f-06256c35b33c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143016,7 +143016,7 @@ "description": "", "item": [ { - "id": "d036df08-0a70-47d4-b8b4-f83b9c8933ce", + "id": "f1e167eb-3d11-4983-bcf0-26f2ef253b0e", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -143046,7 +143046,7 @@ }, "response": [ { - "id": "b52d4c46-bf52-418b-b659-2fa1b6caa88b", + "id": "9888d831-363a-4565-bc7f-b924db50a23e", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -143090,7 +143090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cab52f7-be8d-4ab2-9728-c202343e5bef", + "id": "7ce9af54-0709-47f7-9148-bb4fad789d06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143134,7 +143134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d88e9d-f4e1-40e7-a4a5-ca3e5b5ea25a", + "id": "c6fca9c8-4cba-4d0c-8775-da93a517ff7a", "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": "1e8ef0fa-2304-4043-a8f8-e7fd4cafdf2f", + "id": "37889a5f-b93a-4856-a100-4525e579a457", "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": "bf69682d-4fdf-409a-a344-9eb07d6e4851", + "id": "1562d1ca-ff30-4b9a-8fde-7ff6c2edb87f", "name": "Too Many Requests - Returned in response to too many requests in 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": "b516a221-3404-43b4-aea7-34ad10f108e5", + "id": "d50497ad-0352-4f63-81bd-adc6dc73f088", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143316,7 +143316,7 @@ } }, { - "id": "cb378b65-6377-4727-92e1-865b52b6d717", + "id": "c4ec4fc2-c004-4546-a3c0-70721436e46f", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -143358,7 +143358,7 @@ }, "response": [ { - "id": "42348b70-7603-4150-abae-843d959c3fcb", + "id": "d8564a1e-f970-4278-91ab-ec6a3583b72d", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -143403,7 +143403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5348a3-c806-4245-933e-bfe26969727c", + "id": "5427d928-a3f0-4bad-ab04-32e44fade058", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143448,7 +143448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b2a826-59a6-40b3-8cd2-accd742be586", + "id": "33008619-983f-4063-808c-a4d2762d6d72", "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": "88d70962-67fb-4924-b68f-3c798d8ec233", + "id": "30d38b8f-dca9-4447-920e-8312c1f7c8e9", "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": "b57a22aa-f602-4052-a6a2-59993f0a2b07", + "id": "b6842adf-5ae5-475b-9edb-7af6e7e8d043", "name": "Too Many Requests - Returned in response to too many requests in 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": "18edefef-131a-4b96-b07e-92e0124be558", + "id": "8231411a-f16c-48c4-a296-7ca4b10a0053", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143634,7 +143634,7 @@ } }, { - "id": "634e36f7-97f3-4cb9-813b-d74fc492582d", + "id": "57e7fc0b-9430-42c2-9d02-7681f4c48a85", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -143664,7 +143664,7 @@ }, "response": [ { - "id": "66f229f8-e504-470f-afe2-8d5d2c01555c", + "id": "44321817-b2a8-4609-bec9-e372c10f29e0", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -143703,12 +143703,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 99111096,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff767dc4-b994-47d0-a767-06d9d0e70381", + "id": "b4e2018e-235a-449a-9520-2cab3aa9f542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143752,7 +143752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a23b08a-2485-444b-b8ef-b77059dad800", + "id": "d072078a-1325-438f-b5a9-a941434ed052", "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": "09bc9128-d729-43ff-9cf8-6567f90efb1e", + "id": "4da6e694-7fd8-4700-9d9e-fd5f07b90e92", "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": "36a306a8-1170-4f9a-b361-a6906d9aeeda", + "id": "f2b52420-6a87-4da2-aa1e-dd1f9acc7c43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143890,7 +143890,7 @@ } }, { - "id": "7156c557-bc7d-49cc-a3ce-cc3882869e64", + "id": "1bfc5f18-dc09-4f8f-b4f1-0767f6e6f919", "name": "Get role insights", "request": { "name": "Get role insights", @@ -143965,7 +143965,7 @@ }, "response": [ { - "id": "7c83a0d1-d88b-4504-a09a-5405e84c56c2", + "id": "be05326c-359f-4e60-9765-9b092f8cb49f", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -144054,7 +144054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7bfee2-23a8-47ca-b730-e60f33b01358", + "id": "6fb4a4b1-38ef-4561-a889-32f3e3b6e1cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144143,7 +144143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "956351d4-684e-4d6f-8c31-7f9746aa2d5a", + "id": "73dc99c7-8942-46b2-ba81-ae11092d038f", "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": "a32d8ced-c4db-475b-9f60-0e6839789875", + "id": "157423e3-0fe0-4222-9989-56624e39ed76", "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": "db9d1ed1-66a8-4e3f-b005-832172b33426", + "id": "b205060c-dfaa-4976-9fc4-e6ff57ed73fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144416,7 +144416,7 @@ } }, { - "id": "305221d4-ca0f-4296-92e6-5425634f8ee5", + "id": "9b034527-12af-4a40-8be6-4dce254fdc60", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -144457,7 +144457,7 @@ }, "response": [ { - "id": "b36301c7-8d51-4130-a835-d59f45f9d0a5", + "id": "ffcf02f3-3378-4cfd-961d-1b575cf5517c", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -144501,7 +144501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c97aa3-af9c-488a-8c5b-38f7dd073181", + "id": "94468e99-7eac-4ad8-bd4e-094b4f52f1f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144545,7 +144545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efff558a-f6cf-4076-9e53-b6045bb0b69f", + "id": "a2dda893-7215-4f15-b6dd-6012e70be5ac", "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": "acfbe5b8-560c-4058-a6fc-6acb1299161f", + "id": "634376e1-288d-48b0-b4c7-6ca9375a3a52", "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": "b5f76bc2-2877-4a34-b32d-e35b9a1f05b0", + "id": "4ec512d8-0c01-4faa-8131-c56343b956eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144683,7 +144683,7 @@ } }, { - "id": "9dedf1b2-2e74-4408-a021-287c3bf4ad38", + "id": "56c97c43-79bd-4f50-987c-3ef50589d4b4", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -144744,7 +144744,7 @@ }, "response": [ { - "id": "c6810096-0a1d-4f07-a408-96c88f23ca9b", + "id": "a0ac2e4b-dd9d-4bc3-b724-ac4cf661f0e3", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -144803,12 +144803,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"ut \",\n \"id\": \"dolore amet id\",\n \"description\": \"esse dolor laboris id\",\n \"attribute\": \"vo\",\n \"value\": \"dolor nostrud elit\",\n \"source\": \"aute pariatur dolore labore\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"et fugiat nostrud\",\n \"id\": \"sed deserunt laboris exercitation culpa\",\n \"description\": \"culpa\",\n \"attribute\": \"dolor aliquip reprehenderit fugiat\",\n \"value\": \"mollit anim reprehenderit sunt\",\n \"source\": \"sint\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ce008be3-b5f0-4a49-bbb4-d52832247ec6", + "id": "6fa04580-12b4-4725-a12a-7afafcebb2f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144828,7 +144828,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -144872,7 +144872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8126413b-8ddb-406a-9184-47ab5c27a0d8", + "id": "52affc50-bd60-4850-a888-ce4347a15b83", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -144936,7 +144936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e335e87-6fa1-42d6-87a0-d153ff7f7cef", + "id": "b457f652-e371-4df0-994d-2236c3d24098", "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": "sunt velit" + "value": "q" }, { "disabled": true, @@ -145000,7 +145000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63fb10b5-d875-48dd-a374-6a8057e431a5", + "id": "690b645c-f627-43c6-987d-faaa73004830", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145020,7 +145020,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -145070,7 +145070,7 @@ } }, { - "id": "636e19f3-fd4f-4c56-a4de-378b31c14770", + "id": "8c44dfcb-91ad-4a3d-972e-f4a4d74e54a8", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -145132,7 +145132,7 @@ }, "response": [ { - "id": "b80b311a-6220-4cf5-b047-3b3f68c9189c", + "id": "41e1ed09-f3ef-4c34-ab87-55b1f7e8de76", "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": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "75acf623-265b-465b-9253-6ad0d2bbe478", + "id": "f6ee15de-bba5-45cf-81a1-f11df3255497", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145262,7 +145262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2b3d4c-38c7-484e-89e7-869910dda584", + "id": "cbe8aa68-e941-4802-8558-f37d85e3b1ea", "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": "3bcb9ad6-8287-4a5e-8c9a-0df45b951148", + "id": "9a80cffd-544b-4556-aaad-d204b03e026d", "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": "9032aae3-55c3-4f69-b1de-039bf4f28e8d", + "id": "fcd37a48-343b-42df-8506-48cd1b8ea7b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145463,7 +145463,7 @@ } }, { - "id": "626b3114-968f-4029-9f82-9b974ea60d52", + "id": "24563ba6-c62c-4713-a1fe-9131a24db9f7", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -145515,7 +145515,7 @@ }, "response": [ { - "id": "f780e455-0986-4f4b-bde8-9a4e585ea570", + "id": "c2aecb97-8b95-4085-9a3e-42a54c2a821f", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -145570,7 +145570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a203a225-9ad2-4140-84c9-1ea178c1b674", + "id": "b2d569e5-cb45-4b4b-99b7-bc12f707686f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145625,7 +145625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522d7905-1cb5-46fa-9f7b-d9a0157ec75a", + "id": "19877c0d-2ba3-41d1-9bb4-b7cb5a3a4db4", "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": "83393c36-b01e-4ca3-a820-ec066416fb45", + "id": "2de095b9-0e0f-419b-9029-b4dbe720493e", "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": "c3e2b0ce-dd0f-4eac-a2dd-7635f24b5cb7", + "id": "64975a0b-908f-4784-b1c1-070b0fa87753", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145796,7 +145796,7 @@ } }, { - "id": "26c56bc5-5b23-4502-95ad-30291b66d7f2", + "id": "545dfd91-5437-4545-adf8-80c05b9b79c9", "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": "6fd9cec6-ae09-4241-8e78-cafaf90fe3ac", + "id": "62288616-bb23-4633-b438-1caf45e95208", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -146007,7 +146007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4123f3de-61e4-410f-a4f3-cfc2cc254150", + "id": "8c49518a-91b9-49dc-916e-4f38d5eea60d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146109,7 +146109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c666a68d-403f-4215-8292-6e52ce93ecf5", + "id": "8187b736-856c-4bc1-b5aa-8b16a10129da", "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": "aabb3aa6-dd52-4b9b-ada1-adc555eadcfe", + "id": "bd60622c-063a-405f-ae03-e4d3b1449ee0", "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": "13f6beb4-421f-4cdf-8c08-72f7cc2dc879", + "id": "a2664987-a794-4e4c-9796-d9baaf456cfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146427,7 +146427,7 @@ "description": "", "item": [ { - "id": "3640af44-0803-4fe6-8f36-9c0af837aefb", + "id": "325fd40d-5936-473f-bc26-4d41f707ded9", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -146470,7 +146470,7 @@ }, "response": [ { - "id": "0255b747-5525-4418-9716-25807fb289bf", + "id": "508dbc05-c915-4de7-8f15-6f7c97d32dac", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -146527,7 +146527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d86186d-b1cc-4c6e-bc23-b873989e4c23", + "id": "afdec4f7-86de-46f1-832f-74caf1d10909", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146584,7 +146584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df50077d-2f2c-4625-8ed3-47c98dbf81d6", + "id": "bd07d1df-f67b-4235-a7cd-9eb2b6ddfacd", "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": "8d9d9124-9c45-43bf-98c2-6db60e31d407", + "id": "0151ff24-33e1-46ca-b092-b5fc5f79b87f", "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": "a171c701-40ac-48e0-bea0-86ab041daee1", + "id": "37695726-af4f-4fde-9890-01bce601fe51", "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": "69d783ee-cf75-4e73-bcb7-f7eb50f9b9ae", + "id": "3451c2a4-3f97-49ba-b54d-cc7b04877a72", "name": "Too Many Requests - Returned in response to too many requests in 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": "f57c82c7-aa8e-48dc-98f7-8642b9423425", + "id": "09918c3b-3c42-420e-b3b8-3891bf6fafa0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146875,7 +146875,7 @@ } }, { - "id": "7a922022-c0f6-490d-8140-5114bb629529", + "id": "8c590bcb-e202-4702-b73f-2d890059ecca", "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": "a9dd1f33-16f4-447d-b772-69e1ea1ae273", + "id": "e9c55004-d6c5-4911-abf0-6326cbc0f9e8", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -146949,7 +146949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f18cf7ba-6a3c-4dec-a134-06f07874e061", + "id": "d8cb37b2-421a-4154-9782-f10cbe3f6bba", "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": "c8a8fbb4-0167-454b-9044-327f2da1ea01", + "id": "2b750ceb-78af-422b-b6fa-430cb2833581", "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": "80e607c1-d062-4e3d-897b-c156842d444a", + "id": "64eba723-eaa1-44d4-8d41-0b59f82d83ab", "name": "Too Many Requests - Returned in response to too many requests in 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": "a0d77107-f5ee-49dc-84e7-140d8c65be3c", + "id": "a211ac71-0172-4818-b330-ab19ab794079", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147131,7 +147131,7 @@ } }, { - "id": "351ea78d-f69d-4941-afb8-bbbde0246c87", + "id": "68402d96-4550-460f-887a-b92bbed71525", "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": "ec35bd49-e397-4d20-8523-04d60c34f34b", + "id": "6faa1dbc-cd7f-4b79-a774-4478b25ef115", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -147218,7 +147218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb2ebaf-2ded-4c24-8350-eacdfb9eae4d", + "id": "ab3eed75-1bff-4212-b645-78a5445f81e4", "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": "b73f6156-99a6-4ca9-acda-c5ed44d64724", + "id": "de954435-7712-4816-9799-3ff1529451d9", "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": "7182ffe5-5df0-4e46-b9f9-3586e3e43502", + "id": "d4d97406-f563-4fc8-bbd3-ac2f77203e1d", "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": "6a7073c6-dcfe-4e8f-ba0a-0189ba2cbef3", + "id": "539497a9-7c64-4a11-b216-9585c0d5db3b", "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": "ed534aa7-c050-444d-bed5-f007dbe6d71a", + "id": "5be76111-5247-431c-b6e6-fec9ae48b46e", "name": "Too Many Requests - Returned in response to too many requests in 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": "ebf03d50-62b1-4787-b98a-3751aebb294d", + "id": "b34484e9-571c-451d-a022-a816985ff2a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147484,7 +147484,7 @@ } }, { - "id": "733ad7ee-d785-462d-aaaf-20794eb290e1", + "id": "93f4e197-1b89-46f3-b5d6-2e9c7cf0d750", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -147526,7 +147526,7 @@ }, "response": [ { - "id": "b38033d1-db70-47e9-8faa-bc57aa5f115f", + "id": "b79f6963-6e42-4a94-a489-3bf717819f2f", "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": "4b54a7a4-e811-4632-a02a-8cc89193964f", + "id": "b90b7df5-f67e-4a1f-9e0a-e7da91e575a7", "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": "c3e0dbaf-d7cf-42f8-920e-52872bd9a5c9", + "id": "008bdba2-cf24-47d7-a90a-323ae428f838", "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": "2fcaca89-c999-4d1e-a578-4ffb9aeaef88", + "id": "32cb99fb-cbd4-4a52-a98a-564b3f96b41d", "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": "4307765d-5c99-4ad4-a527-0cc912ae072d", + "id": "35d3eef3-fdc3-4655-9fd5-f84620f56d22", "name": "Too Many Requests - Returned in response to too many requests in 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": "e776842a-9087-40b7-867d-fbac22320516", + "id": "71a50508-6a81-497f-be7a-7b5e76a67224", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147792,7 +147792,7 @@ } }, { - "id": "6136f70a-1db7-4e9d-bea0-482d0e8721ac", + "id": "32683f24-60b4-4b78-add6-df9bda589b20", "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": "6ab34076-56fb-4f9f-b663-8fe9226d4863", + "id": "e6657cfd-02f1-47cf-9481-975eacc8776e", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -147905,7 +147905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb65576-c21d-4628-a59e-8192c394e976", + "id": "868bec70-e615-4d51-b560-5cf391c6f164", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147963,7 +147963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d07c5f19-d4f0-4c80-8c31-5d9e68bbd230", + "id": "e4f22f86-b60e-4c90-a589-9f8d15065d36", "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": "18f1b2cf-214d-4317-a479-1a390e731a21", + "id": "118a41ae-7537-4792-96e3-e38c24e5288f", "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": "b5e2abff-1e2c-4b17-9e59-fef2b1a86baa", + "id": "a88b7b88-d625-43d0-ad48-89775f930e8d", "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": "0b6336b6-d29b-47b7-8ef1-c2e82eb7b975", + "id": "be3eed30-cb5a-4f8f-ac39-077e5331d41c", "name": "Too Many Requests - Returned in response to too many requests in 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": "237d01e7-118e-4c9a-a24f-c5bbb7ee2a51", + "id": "4e43d5db-2eb7-46dd-8915-69cd4b6cb199", "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": "8f79e1af-58b0-48d8-adac-a0c27f1e7e2b", + "id": "5a3eea2a-eba6-42f7-9db2-45a3af6d3439", "name": "Create Segment", "request": { "name": "Create Segment", @@ -148307,7 +148307,7 @@ }, "response": [ { - "id": "3415b037-a984-470b-83a4-f220c8b50fe8", + "id": "a3342b8c-a320-4571-9bb7-02cc63666cfb", "name": "Segment created", "originalRequest": { "url": { @@ -148363,7 +148363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6768d11-2be1-4719-9119-817798b48b71", + "id": "3a452cb9-cac7-46fd-8b62-ad240f63c1fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148419,7 +148419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3713ae-3707-4863-a512-b8a31e754cef", + "id": "55c16029-b537-46c7-bac4-9dc3fc69f2a3", "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": "2da4103c-4503-46f8-9006-29bc7b714dbf", + "id": "87475909-4eff-442e-bd72-e1b5e2c2c104", "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": "28be86ad-1924-4791-85c5-c8e8d25dab9d", + "id": "5e735a10-53b7-448d-b973-355f666a2d7a", "name": "Too Many Requests - Returned in response to too many requests in 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": "f623103c-7357-4c21-8239-60d0687703da", + "id": "bd0603cc-3249-4e8e-a1e2-9c3dc7f23565", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148649,7 +148649,7 @@ } }, { - "id": "3258e80c-e78c-48df-a8cc-be2cfb7fe3aa", + "id": "4f2e13da-d091-4489-97bf-80d3d1995dae", "name": "List Segments", "request": { "name": "List Segments", @@ -148706,7 +148706,7 @@ }, "response": [ { - "id": "a17ad4a9-231d-4977-b28b-3b729e8e4706", + "id": "ab191de5-b390-4bfa-9183-9fc8c9f65285", "name": "List of all segments", "originalRequest": { "url": { @@ -148777,7 +148777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdc062c5-d5d0-47c9-861b-3c7494032a7d", + "id": "79aeee68-1302-4079-95e0-954507b49505", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148848,7 +148848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cfb0a28-4ee2-4b1e-9e4a-ad030e315aff", + "id": "7fd140aa-3664-45e6-b4b1-5bba6147d854", "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": "fb2fb6ee-f345-4429-97f3-425b9695b38d", + "id": "b3e22695-886e-4357-b5b5-76aaf8b99b84", "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": "b749ad79-7cfd-4e25-90f5-b207d8c6dae5", + "id": "6f2f39a4-0b3f-40df-bc40-7f93b7fad49e", "name": "Too Many Requests - Returned in response to too many requests in 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": "980c9e8a-ee9f-4cd2-a83c-d36b904d678b", + "id": "0f1f38a4-fb2a-4217-afa6-5abd2efe5dc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149138,7 +149138,7 @@ } }, { - "id": "3f52e3a0-53be-49d8-bed7-7eeb45a13427", + "id": "42a22dd3-b7d8-46ef-b44a-075556c93574", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -149179,7 +149179,7 @@ }, "response": [ { - "id": "05a2c5a8-1c37-4ab1-8a5c-b7ff79df8f42", + "id": "d6e04c7d-b44d-4091-a5bf-5e4b1d7c45a8", "name": "Segment", "originalRequest": { "url": { @@ -149223,7 +149223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e4d62c-04a6-4068-809f-f2dbd2749959", + "id": "61a4f02c-a2e7-4ccb-a3a0-0b7c8097a850", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149267,7 +149267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff0f0edb-9dab-4732-b448-6b652bd1ed3e", + "id": "c7f756ce-8de8-4a7f-8c09-176d7e7d94d3", "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": "58437b59-5db8-4b6a-a1e0-2742a85be11f", + "id": "8f7de6ac-1145-47f9-af6a-854a7fd85177", "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": "4c68d97f-ec21-46c4-9a4a-f4666afc1781", + "id": "bbabced2-7369-491b-8ef0-a72c34e00ac1", "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": "fec58f0b-2424-4389-bf41-2e16bbd5d2bb", + "id": "aa1a02cd-eb67-4443-8e25-1f86b386abcc", "name": "Too Many Requests - Returned in response to too many requests in 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": "3dfe5cf6-e4a1-4a15-85f6-8060684d97cf", + "id": "3d16c6ed-acce-40e4-b0d3-ddcbd4fd7fc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149493,7 +149493,7 @@ } }, { - "id": "41047aa1-3818-411c-b2bd-2ae871520d1e", + "id": "d23b4b7e-9249-41df-bf55-cb8b4fe76e86", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -149534,7 +149534,7 @@ }, "response": [ { - "id": "f3cfc5be-df0a-40df-9229-88e50ed79ca3", + "id": "4387e757-abcb-4494-8a42-304ddefe3fff", "name": "No content.", "originalRequest": { "url": { @@ -149568,7 +149568,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1a76e0d1-6150-47b7-aa10-7a4ebdd98155", + "id": "91eaa9ed-4f57-40d8-9817-b6dbca2850fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149612,7 +149612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce4ed28-8324-4b93-80f0-b0fc2e3bae58", + "id": "2c4f6b79-8d05-42b3-a17b-bd032b6b9718", "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": "c8e21d48-8bd7-450d-af71-6254d6cef67f", + "id": "58bfde8e-ba67-45fa-8d1c-1e8120ba43c0", "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": "623002fb-7158-4882-890e-7e6ddf90bc2c", + "id": "2dcf9293-1d13-484f-8318-53799f339e84", "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": "0b4fe690-6e53-4d07-bf06-422946e4e4b3", + "id": "5bf5bf86-569d-4a39-b77a-f428a105fc48", "name": "Too Many Requests - Returned in response to too many requests in 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": "0246dfd6-ae31-4b19-982f-d9814b44dea0", + "id": "7c97e8f4-47e2-4b12-8ae0-9f0a5fa619ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149838,7 +149838,7 @@ } }, { - "id": "d7314649-122d-4d9d-b788-ab843a4768bf", + "id": "c9674b8a-a33c-457b-883d-61fda4fe0204", "name": "Update Segment", "request": { "name": "Update Segment", @@ -149892,7 +149892,7 @@ }, "response": [ { - "id": "29430439-26ac-4554-b5eb-2a0aa012d2db", + "id": "1509d768-bae2-4bc6-9eb6-dc7b5aa95c24", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -149949,7 +149949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca52f7de-0404-49cc-b6ab-870a0397dc39", + "id": "d7d88e92-0529-4f84-8ba2-afb74000bdf2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150006,7 +150006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ddb683-fe10-4047-ae90-9261b012c3c8", + "id": "b9167915-04ae-4918-b95e-825473896dfd", "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": "944cefb5-d43c-4323-ab9e-f88f00aef604", + "id": "020687d8-a8de-441f-bacd-4e6346284a2c", "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": "397d5cf6-ad4f-4f6f-b786-a0ae5a7a8a0d", + "id": "09919df9-c021-4a9f-8e3f-459a328701de", "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": "6c5a3337-56a1-49ce-b809-c33340d0a327", + "id": "d3fee4b7-ac68-413a-bd66-75c94a9f5fb2", "name": "Too Many Requests - Returned in response to too many requests in 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": "e6b5ffd3-1614-471d-aecd-c58d9e77bd9f", + "id": "4ea63a4f-e86c-40b4-95ec-0405bed2573a", "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": "9683c049-0776-4622-a0b6-546fbac48c69", + "id": "3ec5ccfd-60fd-4749-a1b6-4fbafeaa8da6", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -150378,7 +150378,7 @@ }, "response": [ { - "id": "37fbd6b9-2649-4c7a-8de4-79a263529598", + "id": "7f41b92c-2e97-40b1-9167-bd8a45412025", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -150467,7 +150467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a582940-b319-4185-b032-ccf35741733f", + "id": "17ba272b-7dd7-42f2-90c7-e8c32d587176", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150556,7 +150556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cecbceed-f335-4ff0-a689-40d6ff146679", + "id": "2b53a169-16c0-40ee-8f71-353527e84036", "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": "3e733dce-668b-4636-9264-20a4a73388ab", + "id": "bf045566-4f8d-49b2-aa92-edfec4235821", "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": "cbcdb7c4-947f-40a4-8022-9b0397eccb76", + "id": "182b7bcc-6a06-4fba-8f30-6bbf9626e537", "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": "e7c3c192-f19c-4b89-8776-8047d5365bee", + "id": "cd311cfb-fd5a-492f-b4ca-86972fe71162", "name": "Too Many Requests - Returned in response to too many requests in 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": "5108a0a4-9c77-44bf-a705-6521877e266e", + "id": "bca977f6-f321-46f5-9d31-f63e030c4d79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151007,7 +151007,7 @@ } }, { - "id": "6681e35a-c55a-46d5-9789-3e04dbfee57b", + "id": "3244c08c-9923-49bf-9eb0-a3baaa68ab45", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -151049,7 +151049,7 @@ }, "response": [ { - "id": "c6169b96-53ca-45f2-8342-442d57322984", + "id": "4d8e233f-7afc-4b11-8081-2b3d326d25d3", "name": "details of the created integration", "originalRequest": { "url": { @@ -151105,7 +151105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6145c314-ad29-418c-a67a-a3b89d4a063b", + "id": "8e8379f9-3faa-4626-9bdd-a491fc089180", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151161,7 +151161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14a5c1a2-0c88-4f71-8673-bd609960ef6d", + "id": "8f141b51-5b89-4951-8a05-69bf9a75eb2d", "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": "cc1329bc-2965-46d1-b5dc-9629312a1c23", + "id": "6ba02017-594b-45ff-8c6d-01fabfbdb295", "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": "f036f9eb-fb81-40c3-8163-7ea8a8e28989", + "id": "b47b9ae6-0f20-4881-b098-f912f2f00272", "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": "58cc1a8e-b30b-4cb0-a757-31a832bf03e4", + "id": "565db0ef-af9b-48c3-ad19-997af0c3bc7b", "name": "Too Many Requests - Returned in response to too many requests in 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": "ec9b0b16-a1e7-4bc3-825a-61e467879ba4", + "id": "5d89c154-9a77-4fcc-8932-f6cac2a6d2f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151447,7 +151447,7 @@ } }, { - "id": "e58b67c2-227b-4071-882e-cdafd225b917", + "id": "0069fc8b-72e7-4753-8cea-82144f9883f7", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -151488,7 +151488,7 @@ }, "response": [ { - "id": "fcc9a3e9-6794-435f-b28e-8f9d558904c2", + "id": "ad69ff1d-0c12-4ef2-932a-0de33bce9d0b", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -151532,7 +151532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e6ea1d-bdbf-46bd-a8da-929e8877a330", + "id": "2c72255e-d21f-4f99-9e5c-d596d729590b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151576,7 +151576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29272143-d519-4461-a2de-fa2a9e382582", + "id": "c83ea187-7d38-4fb1-bf65-0988f67bc024", "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": "830e8071-a7ae-4e93-b0b8-3b8aa0d8992c", + "id": "47689cd7-4bec-4086-a7ad-5c547b3e2b65", "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": "3813a7f2-ca8c-4885-9257-a26f3b0c439c", + "id": "25573dbe-1677-4178-b425-d9997a9e2d7c", "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": "ae6d61a4-ffc5-448d-ae32-1ec9f94b3800", + "id": "c1809452-0b23-4aa2-8cae-c0a28b652aa8", "name": "Too Many Requests - Returned in response to too many requests in 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": "f1457674-cd81-4e2a-b37e-04ad6ab78daa", + "id": "0e13077b-596f-42c1-8000-59c00e9e22fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151802,7 +151802,7 @@ } }, { - "id": "073d9d32-68cc-44fa-b9dd-96b46ab6ab41", + "id": "13920b04-2cb9-4f2d-8dbe-ccf01e41443e", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -151856,7 +151856,7 @@ }, "response": [ { - "id": "31753fc5-9e7f-47d3-a8ee-71f017584cdc", + "id": "ee5f1571-edf2-411d-b350-4440788e9594", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -151913,7 +151913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26d36d7-7ef8-4d4e-bfa0-3542d4f8f67d", + "id": "8953bd4c-8caf-431c-9199-78f3ab2adf1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151970,7 +151970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04be5c28-71f2-4d65-a3db-1d41ddc2feba", + "id": "add8daa6-7fdf-4945-93de-7f0317a64649", "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": "1a7baf50-34ae-4154-b26c-3840ae5fecde", + "id": "0db60955-7e0c-41e6-a184-c13610f55096", "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": "11160d3d-1248-4865-b193-80d26d5df82a", + "id": "7a5b2a49-f5b4-4c6e-b1ae-a5aab2fcfd64", "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": "90ffac57-ed47-41cd-9922-c2a60e0b257b", + "id": "07583414-13f4-4b70-8c20-b4e8909bfa59", "name": "Too Many Requests - Returned in response to too many requests in 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": "f5b5c290-7811-4692-af4f-91e8812ca48e", + "id": "ba746f94-2841-4e29-bf3f-4ec6db4b9994", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152261,7 +152261,7 @@ } }, { - "id": "85d9508b-76e5-41d0-8e6d-8eeb8d95aa67", + "id": "171bbccc-900d-400e-b69e-ba384c8f3325", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -152302,7 +152302,7 @@ }, "response": [ { - "id": "7622908e-47c9-4305-8948-d310f31d6de3", + "id": "cf7b345b-3517-42df-99ca-deffc3215b5c", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -152336,7 +152336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "506176f9-82a5-4d31-a0b6-8a8c059cad70", + "id": "2977b9d4-4d4e-4733-a989-908b57b3489d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152380,7 +152380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6228b327-6b68-408d-9017-bcbdc03afb32", + "id": "cd1478f0-03a5-4f58-b7db-3c6e94825ef0", "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": "32d9eb14-1455-413a-a917-8c218f51081e", + "id": "b9ffacae-52b9-4bf3-bdf5-3e8d64d8ddb2", "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": "057f7478-be85-4ade-afe1-4e2882a92dcf", + "id": "5b9c6d21-cb15-4c31-b61b-a3c0b35ec835", "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": "c234c9fb-ae53-4d44-b909-5e5d44410200", + "id": "56c95370-3ec9-4f29-8dfe-206473fe14f9", "name": "Too Many Requests - Returned in response to too many requests in 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": "568bc86e-fb01-4744-9c4b-1c744852c0aa", + "id": "33fcd56e-544c-494e-9428-39eea6e6d03b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152606,7 +152606,7 @@ } }, { - "id": "b7acf83e-f208-48da-806b-37cdbd12880b", + "id": "65ee6054-8249-49fd-a876-fa7e36d5de6d", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -152660,7 +152660,7 @@ }, "response": [ { - "id": "58b414a8-5ee7-4da5-812f-8f016d06bc72", + "id": "41f4de02-e66a-4ab3-9f59-bda2804738c4", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -152717,7 +152717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e9a06f-2981-482c-b694-bfbfc6cfa793", + "id": "efce496f-585b-4a90-9bcb-eeabf4adaa97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152774,7 +152774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a58f5a4-176b-4e9f-ba8e-2b715b67fd0f", + "id": "736e537d-dfff-4825-b35b-1849ed5fc741", "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": "21064e49-3441-4ce7-b827-208e13cfd4ef", + "id": "65a4abc5-ca39-41fb-909d-b2a366a10b19", "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": "93df453a-33f8-42b4-a807-59a38213522a", + "id": "d889e5cd-2484-4c22-914d-d836b12cc6da", "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": "6bf7738d-eba2-4d56-89c0-0038ac1ce0c2", + "id": "7f52c6e0-385d-41b2-ac77-6236d0449c22", "name": "Too Many Requests - Returned in response to too many requests in 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": "e2f90da8-407e-42a2-b7aa-b9ade6698a67", + "id": "69b85371-c572-4376-bb2d-49caa34cbf77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153065,7 +153065,7 @@ } }, { - "id": "a0eea055-917d-44fb-8800-35c9ffff9ae7", + "id": "06f46670-1ca6-4092-ab4d-8510e5397e86", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -153095,7 +153095,7 @@ }, "response": [ { - "id": "3584c428-0171-4f15-9d6e-ac0000a3522b", + "id": "219b0001-0876-4ab3-9f1c-ac74135589f2", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -153139,7 +153139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000d5ab4-4c52-4ead-8a87-b33ca3cb8e25", + "id": "129fdfed-af2d-4422-a786-a21f41c6ec21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153183,7 +153183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40fba6bf-30fe-465d-8b0c-ef254c7a36b6", + "id": "92e8c5ad-5609-4f55-87a8-512f1050588e", "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": "87103e1c-1d4d-4489-b4a1-3740040f4deb", + "id": "2ec00e68-abe2-4ebf-bc21-3ccc2fa62326", "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": "4983eea7-52d3-4041-a2a4-91869ad62f1a", + "id": "7084c2f7-1abb-4dd4-86de-6120f78ea149", "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": "7dd43997-d155-46b1-b9f4-4087da2fc895", + "id": "3bdc3d7c-a1cd-4e1c-b9a9-e079d367535c", "name": "Too Many Requests - Returned in response to too many requests in 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": "bcb435d0-9023-4610-b7ce-c4afa7e79731", + "id": "58eee5dd-98e1-4846-b448-6cf6ae72480d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153409,7 +153409,7 @@ } }, { - "id": "96aa6c3f-7818-4330-b963-6c5ca4518e06", + "id": "9c543cb7-b62e-4afb-acfd-42c8f48f2a8f", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -153451,7 +153451,7 @@ }, "response": [ { - "id": "c8011b60-829f-43a5-ad66-391b21ea988d", + "id": "0e5f79d6-fb37-4f7e-a4ba-491761489988", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -153491,12 +153491,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"ada8\": 6921095.815986082,\n \"consequat09c\": -40780248,\n \"inc2\": \"irure amet dolor qui\"\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad3564d1-5c9e-48b8-b8f7-3a1a556cb65b", + "id": "e9510186-fd12-4873-a85b-30071ef1e1ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153541,7 +153541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65651b9c-74c1-4382-9a43-687d827fb602", + "id": "e72a4028-3cf9-4d37-b94b-fb59e8c8302d", "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": "1a098c06-c6ca-4ca1-b8da-26ea9ff60a0e", + "id": "bd34a61f-ea02-4299-8f30-871d249ef31b", "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": "cc9ab20c-4d0a-4d50-b023-29a0423fda39", + "id": "bab62d21-e620-44c2-821d-93fd545674bc", "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": "37cd4a98-746d-4910-83d8-5c7017a23edf", + "id": "bee64171-7424-4e08-92d0-a1bae6fad1a2", "name": "Too Many Requests - Returned in response to too many requests in 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": "44142fdb-1429-429b-b581-115b2dc33b26", + "id": "4cbc4e7b-1530-459a-8534-5f724f015292", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153772,7 +153772,7 @@ } }, { - "id": "b175d262-9f7d-4f9a-8261-345f3435e470", + "id": "211e09fd-ce96-4982-a15d-e9970b8adc77", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -153802,7 +153802,7 @@ }, "response": [ { - "id": "15ebff50-b243-4a40-ac05-8b9134749561", + "id": "2665994c-4994-47af-ba40-bf410dda89cd", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -153841,12 +153841,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "514c5401-c38f-4b8d-80cc-a04615743fe8", + "id": "a1f55bd9-7a7b-4ed4-a84b-192a1794f263", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153890,7 +153890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922a9f0f-6228-4be8-a1ee-b9db4ba99425", + "id": "4605d5b6-0d14-48f3-8a9d-3d3585964f62", "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": "eeaec596-3890-4a53-8cf7-eaf0963a1fc2", + "id": "56944bbe-7d56-445b-852b-93446921f192", "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": "5048765d-db90-4d01-9b50-e108a2f0c830", + "id": "b8bfc919-361a-4560-a381-5462b779f4d8", "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": "a758e1b3-609a-4798-8fd0-79a74c02732e", + "id": "ce96e5a6-d325-4678-8bcd-9b10138a16e5", "name": "Too Many Requests - Returned in response to too many requests in 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": "02784882-a901-4878-9861-83d181b3cf17", + "id": "fa75936b-1ef6-4af6-a026-83ab84800c51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154116,7 +154116,7 @@ } }, { - "id": "61b49aca-ade8-4310-a245-1f7d5ab48d2c", + "id": "243d3a4a-b177-4350-bc00-c462f945ccfe", "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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154159,7 +154159,7 @@ }, "response": [ { - "id": "8ac30325-bbb2-4d65-858c-3e10c7a05221", + "id": "746d26d8-3d61-4b02-89b1-e89e96ce7cec", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -154194,7 +154194,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154211,12 +154211,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c934b427-b2ad-4820-bb18-51e902b03867", + "id": "5bbbdcb9-d984-4663-8bc9-822d8b1a9b3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154251,7 +154251,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154273,7 +154273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89eadc8-4ba3-43fc-8be5-eccc6e0df7ec", + "id": "c00ef2e0-ad9b-4fc3-b9e5-93de316554d2", "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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154330,7 +154330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ce0b4b-6744-46d2-bea1-28d92feb53f6", + "id": "929f99eb-23d1-4c8e-ac6e-8128c12feea1", "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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154387,7 +154387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c865ddf-d0ba-419b-a41a-cd9acad8e38b", + "id": "d9666c09-ab61-4bd3-9624-c0ea3d59745a", "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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154444,7 +154444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcdf1a7b-9657-4205-ad9e-bf51c386f5da", + "id": "031db1dc-16f7-4147-8eff-7aec2934eade", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154501,7 +154501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65ee9da-f9f1-43a4-9d71-8f888fb890b3", + "id": "85b20141-6bd0-4e2c-aaa0-21b32182f725", "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\": \"amet esse proident\",\n \"provisioningMaxStatusCheckDays\": \"id in dolor\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"eu nulla do culpa ea\",\n \"provisioningMaxStatusCheckDays\": \"nulla culpa sit\"\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": "0c657510-0faf-4838-84e7-94d0ad909179", + "id": "408a495f-80e4-40be-b340-bea16712c54a", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -154618,7 +154618,7 @@ }, "response": [ { - "id": "0962d7ef-4331-4cc1-a6f2-e97fc8b01c9c", + "id": "50a05977-47fd-4a68-8fc8-f0ca5989ee2f", "name": "Violation Contexts", "originalRequest": { "url": { @@ -154675,7 +154675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aec87d3-f329-4251-906a-c1dc73233403", + "id": "6f16ca94-b806-4c47-8500-4e163d4653da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154732,7 +154732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c32571-67f4-4bb9-8a68-0fa1ace3460f", + "id": "6363ce54-a580-4ac1-b5bf-8bee6aa63bcb", "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": "7a095107-6edc-413b-a16a-56b6c8a4a0a6", + "id": "600be0cd-c328-4f07-b6df-b96b120045f0", "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": "537fa88d-5681-4032-b742-4d3564d4ddd9", + "id": "e863610c-8de2-4359-920b-2780470cadfe", "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": "3cd4e134-a77a-4bf8-9ad5-9fa44d0cdca4", + "id": "e934d40a-f877-42dd-814d-c2c82958d3e8", "name": "Too Many Requests - Returned in response to too many requests in 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": "5c523223-2de7-4dc6-90de-3e4befb5d52f", + "id": "876a8d76-ce62-4764-a960-f5c709409337", "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": "7ad380ef-fd6b-4bd0-a1e8-f89786f9cab9", + "id": "9f6712cd-d801-4c62-9e2b-ea3368bc2745", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -155113,7 +155113,7 @@ }, "response": [ { - "id": "d967e435-1b3f-4b99-8ab7-0b4b16688ed5", + "id": "de1dd87b-132e-4ac0-8a3f-41750d10a3cd", "name": "List of Source objects", "originalRequest": { "url": { @@ -155211,7 +155211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba03c255-f357-4457-b80f-709707184eb0", + "id": "28325266-e0e4-4555-84bf-abce1a056ed3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155309,7 +155309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b86833a-8512-4421-951e-697999183330", + "id": "8a1ff889-2ec3-4ef3-9273-e76d5b37b27d", "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": "d54a4ce6-b0b2-4adc-bbd9-7f670512e49e", + "id": "d5ddd75c-4af7-47d0-8919-6f5e466e1245", "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": "3bbae926-ba2d-4e6e-8a33-fa7861ae7eff", + "id": "bcba3c2d-9341-4085-8a51-a466e68ac621", "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": "d09fd59e-dcc2-451a-b4cc-9ad570c4f5c4", + "id": "7f77bf54-5635-4a59-8b25-48c93fef644c", "name": "Too Many Requests - Returned in response to too many requests in 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": "532a1aa7-c37f-4d9f-bf1d-72cea00ac7ae", + "id": "ee04c557-5cfb-454d-ae6c-301963bb0a71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155805,7 +155805,7 @@ } }, { - "id": "49c00149-1101-4d8d-a697-c283b720d4e9", + "id": "5ad2da53-0866-4e23-8e6b-3be73bddf32b", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -155857,7 +155857,7 @@ }, "response": [ { - "id": "43ddd956-9691-4af4-986e-19832ff080a4", + "id": "91b7fb25-4ada-4893-ac6e-12d6cb10cbe2", "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": "434cb1d6-8ffd-4724-990b-d79c6560587b", + "id": "12f15a83-ffc2-4618-949f-60f3f66bd83e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155989,7 +155989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad283c41-6b91-476a-9c31-866ddf60d3dc", + "id": "cbceabd4-48dd-4168-a918-c2219274e7e4", "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": "0fb8c6a7-cd2e-4b55-a419-cfd1b158df3c", + "id": "ace37dbe-bd0e-47cc-804a-0cb2d876eee2", "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": "0545f2f7-8aaa-4063-87cf-747d6e706a53", + "id": "3f75015e-4411-4986-ad7f-8768ddcda274", "name": "Too Many Requests - Returned in response to too many requests in 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": "d4938f91-b44a-4d89-9c32-c03d1edffdc4", + "id": "3d19ac78-ec0b-4291-95ce-49a2c38be8da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156259,7 +156259,7 @@ } }, { - "id": "607d8d99-7705-45e9-a772-88c5a8f43846", + "id": "02d1a338-eea5-4b4c-94d2-05a4e7782ad6", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -156300,7 +156300,7 @@ }, "response": [ { - "id": "897adc10-a869-44bf-859c-7fae74e55be5", + "id": "06d1a847-8a55-4777-ab32-54942a216537", "name": "A Source object", "originalRequest": { "url": { @@ -156344,7 +156344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4753e99-33b1-42b9-a9f4-5bc0c3ba5159", + "id": "74fb1812-091d-4b26-9c3f-73bd9a7caa64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156388,7 +156388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e663e4-100b-4032-a801-fcc98db6b946", + "id": "bf081cde-a88e-4086-8998-133c3b41c112", "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": "c658d50f-bfd8-481d-9da5-562dc67c9ca7", + "id": "2d94b8fd-64b4-42af-a67e-5399c129d9d9", "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": "992e48bd-3f32-4c7a-8b0c-bde11d2e3ec7", + "id": "c7ce1a5f-a5c4-4584-ac1e-59a223c0541a", "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": "53870361-d4a3-4718-b601-415d63bec2de", + "id": "8ef123a0-c58a-4be3-afbd-b567634ca7d2", "name": "Too Many Requests - Returned in response to too many requests in 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": "549f59fa-f538-42d4-8694-97675fa53ae7", + "id": "7256888f-cc39-4c72-9628-e7c097c988e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156614,7 +156614,7 @@ } }, { - "id": "f499c530-a908-4602-b957-3650147c59f8", + "id": "471e750f-d7aa-4de9-976b-6d65bf0af2a1", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -156668,7 +156668,7 @@ }, "response": [ { - "id": "a2db98e2-cb9c-4721-8f50-db6535ca6369", + "id": "20a8bf91-920d-4354-8541-bd2ff0720dd1", "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": "37c00bb1-8d79-486e-84a0-3f23ee146be3", + "id": "5581990a-19ca-4570-ab09-c0c37de77f4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156782,7 +156782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3817dbc1-651f-4ddf-8817-57247e16832b", + "id": "2db04fd0-fa7a-4d86-bcb9-74503e5be00f", "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": "7f754b98-8ffd-4e88-a0f6-2030f3fda0a7", + "id": "e830c3e2-dd2f-4fdb-8b1d-5aa839285b59", "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": "1863d0ba-c9f5-40b9-a811-d690275fd5d9", + "id": "89921624-d932-4727-9012-363f249f9662", "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": "16fe70b4-547b-4346-a75a-32b2aa25cec8", + "id": "12f4e2bf-e957-4445-bf38-213d292010e7", "name": "Too Many Requests - Returned in response to too many requests in 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": "ee6e69b7-0380-4746-9366-509269f3456b", + "id": "53526025-ec81-4553-8cc7-04f55fcec6d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157073,7 +157073,7 @@ } }, { - "id": "a7749f24-e362-4b18-83fe-9d2c030b2d27", + "id": "afbe674f-86aa-4577-b5bc-6f69fabe5acd", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -157127,7 +157127,7 @@ }, "response": [ { - "id": "77ab7c83-fafa-46e8-9503-e5156075c0e6", + "id": "e6461d4b-c873-4ba6-85a5-5549e6d39298", "name": "Edit the source description", "originalRequest": { "url": { @@ -157184,7 +157184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a65c82a7-cf6f-4f3b-88bb-bca1a72c4e5d", + "id": "bb0f04c0-8c1d-4bc4-9c2e-08811d0795a4", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157241,7 +157241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "894917ee-cca7-40b3-aa13-953001fe25a9", + "id": "7788c093-a5af-48ef-b677-120ef7b398a9", "name": "Edit source features", "originalRequest": { "url": { @@ -157298,7 +157298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47208d55-e369-419c-bae5-bab4f66fbf42", + "id": "68395d93-b020-4612-84e4-159d6eda858d", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157355,7 +157355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "532409fc-afdb-4936-b926-1bbdb8b35796", + "id": "756ee8a4-7ec7-4448-b7bc-912dcb52496b", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157412,7 +157412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec68f7f9-9757-4d4e-af0a-6d23a4f45e7a", + "id": "f2c1ddb9-748e-4c51-9b25-ec5a59c13917", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157469,7 +157469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f79fc3-1c43-43d6-9a17-855f76719eba", + "id": "8b7c43b9-48bc-472c-b6ce-2961897781ae", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -157526,7 +157526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21439dc3-2977-4cc8-97d9-1f8f40c954c1", + "id": "f4b15e97-d0f2-4770-86ac-1b006e74579a", "name": "Edit source features", "originalRequest": { "url": { @@ -157583,7 +157583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be3681c-ecad-41c4-922c-75f80ca50149", + "id": "78b4584b-3561-4b49-9e69-5338270bae61", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157640,7 +157640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf67555f-7b21-40db-9515-f5f677c30ec9", + "id": "a0355cd1-d489-4b48-9aeb-7519085ef14c", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157697,7 +157697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "162a07f8-c857-4c1f-a791-1b04aad112ee", + "id": "a67ca34b-172b-421d-9e20-707c0fd0c109", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157754,7 +157754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57f95895-e34c-47e4-8135-cd41c2d568a8", + "id": "7b49e99b-5185-4391-9c9f-af79866151a7", "name": "Edit source features", "originalRequest": { "url": { @@ -157811,7 +157811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2df69c6-12c0-4ae0-a485-7522672dea9a", + "id": "9d2b4bd5-8b20-4468-b940-38c61d7ba2e6", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -157868,7 +157868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be0579e-e6c5-43af-a8d0-9df06542a964", + "id": "8d0330ce-ef63-4709-a790-c361873ab709", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -157925,7 +157925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7308b8be-9ba2-4390-b82e-e44d3009fada", + "id": "17ec5aaa-bbb2-40aa-895e-25311fdb23a0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -157982,7 +157982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6321ea1-678e-4e07-8062-84bbb8eea149", + "id": "816258d3-6049-4f21-a606-183c28ec8d6e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -158039,7 +158039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d213fe88-d77f-4d83-bc36-a7161a4d7d18", + "id": "92304255-c8de-4b0a-9c14-4361286d634c", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -158096,7 +158096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be7a72f-d244-4c36-9990-d99d32dbeb67", + "id": "39a811a1-a53e-44dd-812a-16db57b45d48", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158153,7 +158153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "568245c1-f2ff-4023-9b0f-0338b72672c7", + "id": "f9fea3e3-9ae7-4127-9562-b542d369aa3d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -158210,7 +158210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d163526-5080-4eb8-b1a4-8e9df3a68571", + "id": "b3fe8e36-c84a-418d-ac43-d4afa35ba15b", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158267,7 +158267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de30afd7-0b29-495e-b16b-b0b74f2fc0ee", + "id": "178432d1-1d02-48f8-8615-bd4083990821", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -158324,7 +158324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc3163d-f3a8-40ab-83ce-8da73a2fec60", + "id": "32eaf4a5-9554-4b14-bfd1-a8164b2f8283", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -158387,7 +158387,7 @@ } }, { - "id": "56ec694b-27fb-4bea-84b1-9b2b08d6fd2c", + "id": "966a90de-6d67-4538-8ca4-b08fef354192", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -158428,7 +158428,7 @@ }, "response": [ { - "id": "5f687f91-02cd-42cd-8ff1-72dc4b17161f", + "id": "bdea6057-f360-4927-bb53-2214a44e29af", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -158472,7 +158472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac292b2-434e-495a-9e7c-0814ffbd7be0", + "id": "deb7b378-4fd7-46c4-9d7b-cda20e23fa5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158516,7 +158516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa65c5e-5675-4a3b-aa0f-d49ffa0602f3", + "id": "d6087048-1a5b-4af4-bc69-8b2c24f20e00", "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": "520ae464-f104-4018-8454-2200750834bf", + "id": "88ead6d6-8a0b-49a9-9989-60b7a1497ced", "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": "a3e87323-a7c1-41f6-9c9d-8fd4839ab011", + "id": "dd9dc081-cb7c-44a3-8baf-e59708b7572a", "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": "07771a25-f45d-4ce0-bd46-8607fb7755b7", + "id": "58c6bfb6-c941-417c-b504-1d85e698e4db", "name": "Too Many Requests - Returned in response to too many requests in 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": "ec249e91-988c-4111-8b39-a3868a691226", + "id": "fc730432-3b53-4d39-8224-39803afbb16d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158742,7 +158742,7 @@ } }, { - "id": "6cc6ada9-e8ec-44d5-bb33-db6103db1716", + "id": "01c6841c-f8a9-4bfb-bf51-8d315652fd62", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -158784,7 +158784,7 @@ }, "response": [ { - "id": "4374a687-b5ee-4078-bc77-1fdd5802128a", + "id": "314360a8-f94f-4f15-8fff-8e00989a1a37", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -158829,7 +158829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "accb1bd1-51e7-445c-8e4f-bd787b6cc5d8", + "id": "3f94c75c-d355-440a-80ac-e3f5b6a1062b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158874,7 +158874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a8d4d4-3652-4fd7-918f-f933ae738dc3", + "id": "691e560d-a830-45a4-9a60-77064e029a57", "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": "cb3a0995-ec39-4e16-9daf-fce64838b90b", + "id": "31ce81e6-2daa-432e-aff5-b4d95c3222f1", "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": "49b04983-3fb3-4b79-b803-aab60ea301f8", + "id": "403a9d8b-7ebc-4f74-a5d8-eb4307d4fc85", "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": "d7f76b8a-625b-4ee7-bfab-7090dfd0a28a", + "id": "0d480d01-e0b9-4966-b4e4-917771325a3e", "name": "Too Many Requests - Returned in response to too many requests in 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": "2bd50f06-524c-4f05-a03f-a0ab01bc3ba9", + "id": "a592cdf7-bd46-41ac-a0cb-91bec7bbd7d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159105,7 +159105,7 @@ } }, { - "id": "53474516-1ac9-49be-9502-4a831ee14304", + "id": "0e5140bb-9fb8-4fd1-847c-7f6cd46809ff", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -159160,7 +159160,7 @@ }, "response": [ { - "id": "7a9942fa-ca9a-4092-8aae-9f72fc259faa", + "id": "a958682c-20dd-486e-bb9e-f836da73f988", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -159218,7 +159218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1490a28-2286-4dbd-bcb8-4726dea16533", + "id": "5ed0e337-ffda-447f-b6d1-6bd84e0d225b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159276,7 +159276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3803644-202e-4dd9-861c-f9a5a032e15e", + "id": "65e55c46-f170-4850-84be-af2d9a4506ca", "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": "404d433d-1d51-4a37-b6e1-9b5d147b5b7d", + "id": "5fd7b64d-8ae3-4e93-ba1e-1467db75b87c", "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": "6292cca3-c0b3-4827-8030-c1d541ed614b", + "id": "ffc71580-5079-4693-a56a-f042476f543b", "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": "049865de-9bba-433d-942c-ead921720cdc", + "id": "b4e23fd3-7abc-4778-811f-4b5801ebfc21", "name": "Too Many Requests - Returned in response to too many requests in 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": "55ba6739-dff8-44d9-9c23-5e1378eaefe6", + "id": "2077cf7c-cba4-4fb0-b676-875f01746422", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159572,7 +159572,7 @@ } }, { - "id": "cb60a4f7-5a13-47d2-b642-96e157b8507b", + "id": "96d27e0a-070a-443c-9cc8-cface7e86e66", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -159615,7 +159615,7 @@ }, "response": [ { - "id": "0a147623-8a1d-42c5-966e-f5962c2881b3", + "id": "85076135-f407-4321-9e8e-2a42e852c33b", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -159661,7 +159661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12a1b54b-5cfd-412e-b3c6-95ac08629583", + "id": "693eeb3c-a5a6-4b3c-a691-77ad84b84896", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159707,7 +159707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "060c6ad8-c155-4a7d-a269-38af8fa71465", + "id": "61c37ef9-8e01-430b-80fc-1e1ba7dc72d4", "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": "636ff8fd-9f6e-49ab-bbbc-cf4f860e8027", + "id": "e66a5c21-ef50-40ae-a0d4-7da278cdd008", "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": "64a38ffd-d4d0-4605-ad28-49313adf168e", + "id": "7e42d5c1-c2e8-40d5-8df2-78a52ee728cb", "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": "de9b8068-6b05-4953-a14f-7f82650ffd7c", + "id": "07c24344-ed13-4ee1-becb-6e13d9259a84", "name": "Too Many Requests - Returned in response to too many requests in 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": "47eeb7af-0430-40cf-8957-b95c7750de07", + "id": "1de50d19-2982-4ec5-a700-aee19e59eb33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159943,7 +159943,7 @@ } }, { - "id": "16ce952f-0037-4a90-bca1-0aadf91db611", + "id": "e7fea151-92dd-47bf-b0a4-e524c8dc639d", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -159999,7 +159999,7 @@ }, "response": [ { - "id": "c009ce23-0e1b-4241-981e-a5a9c7114071", + "id": "e47ab461-445e-4570-b879-fcc08a1b342f", "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\": \"in enim do\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"aute mollit Duis\",\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\": \"laborum cillum\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"irure 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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7d3e401f-cf20-48fd-ad85-0f35cc866f98", + "id": "7e434f06-8353-4b1d-8846-9dca3b38cc2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160117,7 +160117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39bb178-bb19-4476-8185-654a523e796e", + "id": "c86b322e-02c3-4bbc-96ac-e074dc67c88f", "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": "751c6a8c-e326-49fc-aa71-691ad563e122", + "id": "754a9f1e-025d-4367-8791-a0ee029aa7a6", "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": "7b07a21f-b07b-40d7-bec3-8dda1926b653", + "id": "f0d66ad7-5fee-46a1-93cc-9677f407ce48", "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": "0c7611dc-1d04-42df-9fb4-77dc0230811a", + "id": "afc7b183-42ed-4982-88f3-380ee7354774", "name": "Too Many Requests - Returned in response to too many requests in 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": "386807f7-32ec-4890-89a7-6c73b163014c", + "id": "dbd2b57f-2164-44ce-b158-13354d1a1947", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160418,7 +160418,7 @@ } }, { - "id": "4232eec1-87a4-453e-b855-5489b31d8749", + "id": "da6ce2c7-f2e4-44a8-9778-d57f9014b29d", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -160461,7 +160461,7 @@ }, "response": [ { - "id": "06d50a8f-368b-4f7d-9c16-0471fb429371", + "id": "a01d5cd6-3386-4f8e-a21f-2df3e7ac4197", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -160507,7 +160507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee96007-6574-44f1-8729-b6c63c840a2f", + "id": "a5253d08-ca40-4223-9ee6-8dd23e43bb5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160553,7 +160553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5519709-b629-4412-8169-f4be0cf93ce4", + "id": "7a6363f7-4a29-4128-aca9-2e8d83216fbb", "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": "545d990d-c6c4-4cb1-b386-000d37646b94", + "id": "15ea2c58-feb6-44c0-aba3-91482c92090a", "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": "1ee47b4e-d81a-44b1-89a1-1b10f3e3fe8f", + "id": "65ee75b3-66fe-4724-abb8-507580af34ed", "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": "9976d5d8-6a9b-40ed-94af-316e568b9859", + "id": "a7c48a4b-15f2-4afd-9b47-bb1a4f4a044a", "name": "Too Many Requests - Returned in response to too many requests in 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": "44e3e57f-133a-4854-907d-f804e03f3845", + "id": "607dae59-3f62-4b57-92ff-9b3a2a1fd1a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160789,7 +160789,7 @@ } }, { - "id": "f7763956-52e9-4873-aa26-6b4bde5024b6", + "id": "f4751e84-e7fc-47ab-a73b-35350bc7063e", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -160832,7 +160832,7 @@ }, "response": [ { - "id": "bdcf0a62-03f9-4a93-ba08-77a531260b66", + "id": "3d48d160-8605-4ab6-a0df-b3ad4389f0f9", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -160878,7 +160878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a624c01-1e7f-4a56-8079-5789838238a4", + "id": "77efc000-564f-459e-b30e-30dd1d985f46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160924,7 +160924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986c3dc1-8713-48fd-b869-7712532fc5ac", + "id": "2cf81faa-81e5-4a33-9e38-f755de6be8b3", "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": "05419921-d701-4ac0-a8be-43468e5e643a", + "id": "78daaa4f-e511-4a32-8f02-e5e78908786f", "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": "86458ef3-262a-4261-91ad-9532fee1e4f3", + "id": "ad665305-6460-4162-86ff-a3cb49e7c80a", "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": "afd736fd-e6cf-4437-bd99-595781d86abf", + "id": "422761a4-16b6-4459-b0e1-0866f92b502e", "name": "Too Many Requests - Returned in response to too many requests in 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": "0e6c2a04-0d8f-4980-a558-6dad3ee7ab54", + "id": "0713d46b-579c-4834-b019-5c60987696f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161160,7 +161160,7 @@ } }, { - "id": "56796bca-726a-4405-88b3-69972740a496", + "id": "9f7d650e-e33e-42a2-92a8-f44bca8974ce", "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": "ko" + "value": "ja" } ], "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -161213,7 +161213,7 @@ }, "response": [ { - "id": "ffec5e99-1050-4eee-ae0e-18effc6d3c0e", + "id": "61796355-47eb-437c-bd9c-9dd5e902616a", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -161234,7 +161234,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ko" + "value": "ja" } ], "variable": [] @@ -161264,12 +161264,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"cillum Duis et Lorem\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"ut Ut\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c77f501-c970-4209-b364-6f41f87a1747", + "id": "94cc1a5e-f790-4e8d-a589-5dc958cbfab3", "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": "ko" + "value": "ja" } ], "variable": [] @@ -161325,7 +161325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c73e39-12b5-46b7-8a7b-e0d89e229c01", + "id": "a0c65b24-c4f6-4df5-8567-0e5e8e0a6438", "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": "ko" + "value": "ja" } ], "variable": [] @@ -161381,7 +161381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7982a4b-3631-4d63-b957-d881c196483d", + "id": "bae63d87-a134-4262-b318-aee107383664", "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": "ko" + "value": "ja" } ], "variable": [] @@ -161437,7 +161437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831db22b-0f17-4ca5-bcea-e1a3c2bd9265", + "id": "517fed33-e4af-4ac4-8b62-da77286de245", "name": "Too Many Requests - Returned in response to too many requests in 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": "ko" + "value": "ja" } ], "variable": [] @@ -161493,7 +161493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa10fde-73be-42bd-a2a7-593a4b86a64d", + "id": "de3d000d-a9e9-4d6d-bbd9-b03ea88a28cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161514,7 +161514,7 @@ "type": "text/plain" }, "key": "locale", - "value": "ko" + "value": "ja" } ], "variable": [] @@ -161555,7 +161555,7 @@ } }, { - "id": "085ee3e0-7520-407e-b97a-770480e91180", + "id": "aa4096aa-c155-4ece-95b5-f429b65900bf", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -161601,7 +161601,7 @@ }, "response": [ { - "id": "641e49c7-cbe0-4ca2-ae73-8eb0697c21e4", + "id": "94bd2a10-fa0b-4917-9a87-5b613c574f23", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -161646,7 +161646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e191b77-1890-4379-bdb6-eb8923a13919", + "id": "7f189a72-deca-495c-995c-be1f14f87892", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161691,7 +161691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "631e01d7-32e0-4261-9176-a87b25f0846c", + "id": "9fc58504-024b-4bc1-bb81-c961a532edf5", "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": "f7cb9065-cc9f-4c20-bff7-4ec9641571bb", + "id": "4d7aa18e-899d-40fd-91ca-66c870c5455a", "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": "6f5039d6-1f04-446f-92ed-c9d61c0e3a9d", + "id": "658e4e7b-05d5-4ae3-95e6-544042da1e57", "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": "2a74dd3a-3764-4278-9ac5-4a039167dcde", + "id": "a4cd9e85-dbae-4d08-829f-160d20b5e4f2", "name": "Too Many Requests - Returned in response to too many requests in 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": "40b3cb98-f383-477b-84d2-70a4ad63c53b", + "id": "30657224-7620-4d70-a10a-0444959313b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161922,7 +161922,7 @@ } }, { - "id": "591111d2-0b81-4702-9d7b-b9113657f398", + "id": "4a7b2b74-0b1b-43b1-9587-f74a11f6f8a8", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -161981,7 +161981,7 @@ }, "response": [ { - "id": "7a79802b-10b4-4296-9054-d6686a95b0ab", + "id": "a6f1ad40-6b5d-40a8-8203-ff184cf2863c", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -162039,7 +162039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c285cb-0e22-49fc-91ef-404095b7275b", + "id": "8355c904-e7c4-499c-8735-8d026d90c64f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162097,7 +162097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c8a80bf-fab0-40f3-9bd8-ed7a6adf9e4a", + "id": "642ba745-c583-412b-ab16-db62638ba386", "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": "4a0115fa-8dc3-42ab-8f75-9275376db21c", + "id": "938e2142-f973-46e9-95d8-42f5bc56dbcf", "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": "e0cdf81a-c751-4ed5-8e72-3161a1499639", + "id": "9e9fdf81-4636-41a7-88f8-ec631133dd04", "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": "a178f4ec-0ba0-4f0b-90d4-2ee36f9a7d40", + "id": "9c8b510d-735e-4cdf-9400-a539efd65e9a", "name": "Too Many Requests - Returned in response to too many requests in 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": "b96c5fce-8990-4eaf-9271-98e195b9e1bc", + "id": "a887438a-46b1-4223-808b-fc6510fe9d46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162393,7 +162393,7 @@ } }, { - "id": "4c58ace6-b8b7-43e7-94b3-fd9d1a49d1ea", + "id": "7c60871d-f7ea-47bf-a80f-d0835c96b3ca", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -162439,7 +162439,7 @@ }, "response": [ { - "id": "646e37a8-6dd4-4d7e-aecd-b6c86ed12f43", + "id": "0ba30d9f-adf9-4d00-9544-2554be6f65b0", "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": "3966f095-06c4-44a1-9611-f2895bf6435e", + "id": "d9b15d6c-4efd-4b14-9953-0d0fc80cf97c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162519,7 +162519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "347bec98-da7f-4870-a5da-e6c546affa93", + "id": "16fba823-ed62-48c6-8bed-63ad4b5e034d", "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": "e241436c-c233-4848-962b-dc2906786ebf", + "id": "8d0134e0-5dfa-4bb0-9167-cc89710e4320", "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": "cc12386e-3e76-4404-b506-89e3b3b01ee3", + "id": "1cddc0a4-0146-4dba-b42a-a9fe70b6c3a7", "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": "15930544-e7cd-4023-b077-98553b32d28f", + "id": "e3680829-e237-465c-8090-372d83faa743", "name": "Too Many Requests - Returned in response to too many requests in 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": "89a37c2d-ae45-4f9f-8f14-a06b48120226", + "id": "83919111-53ad-4c15-b07d-cfb4f5896f93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162750,7 +162750,7 @@ } }, { - "id": "d44f5773-6370-4761-9f26-2388a516229f", + "id": "27e4cf7f-c2bc-4ef4-8e1c-4d8bf67032b1", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -162792,7 +162792,7 @@ }, "response": [ { - "id": "0129eb49-2107-48aa-8242-61e1fbeaec50", + "id": "ccd18241-808b-450c-b5ab-1235a0c635c8", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -162837,7 +162837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74019842-be33-413c-aa24-a359feb9cbf8", + "id": "5a2f25de-b15b-4b75-890f-a80cc600791f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162882,7 +162882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd6dc82-2447-43c6-a9f7-f1e4d4ade109", + "id": "425622fc-9e92-4fa7-ba10-8fbae5a85202", "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": "9d56e098-feb2-4ed7-9d42-3747c0837f62", + "id": "f3e0aa62-0906-468b-8071-e3c217131e52", "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": "3fbb2e0b-f2fe-4ce6-89c3-b7cc75883c65", + "id": "6bc54af2-9d03-42f4-956d-cef88ff36bdf", "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": "58bf2b22-44d2-48ee-b729-ea48f84cb791", + "id": "1530f7c5-16a9-4ed6-aa56-d0fa356030cd", "name": "Too Many Requests - Returned in response to too many requests in 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": "27cb8b5c-7180-4c10-ba10-f251377ba49c", + "id": "a2f5d537-032f-4ffe-b33f-8aea429339c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163113,7 +163113,7 @@ } }, { - "id": "13b8c520-a5a1-44a4-b0be-cf1add1c3bcd", + "id": "02134a6e-b1db-4608-915d-c37dc91af362", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -163168,7 +163168,7 @@ }, "response": [ { - "id": "a9d55610-f958-4591-8959-7a0b6c4afd5c", + "id": "70ee12ca-4648-4985-98db-e9b7993c1be5", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -163226,7 +163226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9906066-101b-4525-babe-652fb3da1606", + "id": "be5bcc3b-382e-4c31-b1f2-77bb887420d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163284,7 +163284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2612fdbb-ca04-4970-9d49-1a987c1401e3", + "id": "d2d1fa77-846e-4423-9747-b323022a9339", "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": "5162cf73-9ab9-4cd4-9f28-197c2d38f223", + "id": "51d146e8-a2cc-4500-a60b-132deb07926c", "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": "0509f3c0-9523-4ab6-9ecb-a4a8eecbe549", + "id": "69b9e8f9-190b-4b0b-b47f-574b7f98ceef", "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": "e3951e1d-9d3c-40b1-bf1b-42249f587dfa", + "id": "cf164490-94c5-4762-93ff-917b80d1fc62", "name": "Too Many Requests - Returned in response to too many requests in 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": "9d8f506d-204f-4bf0-a846-dd37aa8184ba", + "id": "683d5cb5-1eda-4240-953b-558479661c49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163580,7 +163580,7 @@ } }, { - "id": "2ada0a40-f897-4321-8b42-8195c738e50e", + "id": "8ac502a5-8eef-4139-9341-11e3e70dbe96", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -163633,7 +163633,7 @@ }, "response": [ { - "id": "dc59f6e1-e982-4965-9f3a-961dc0b28a14", + "id": "b0b19789-e038-40f2-9f5a-bbba58b9b42c", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -163679,7 +163679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ce3dbf4-1fa3-438a-8a23-5a42e73b0af9", + "id": "8c42c366-dfa2-46bd-abd0-7494d68b78b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163725,7 +163725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd1915df-7c32-4942-ba54-268abc606252", + "id": "d6f8dcc6-2e61-42ef-8182-9825b58e4426", "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": "cbd64310-f865-4a9c-a9ce-03d676171709", + "id": "d087eeaa-6eba-4587-987a-43ef2495425e", "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": "a2cd052c-86fe-4369-851f-4574c26be001", + "id": "ca04984c-1034-44f8-9a71-1aba9ca6955b", "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": "bd9d3d7a-d77b-487e-b208-2761719d0e79", + "id": "c3968a34-3ac1-470e-9b6c-d7ad2c6e9e7e", "name": "Too Many Requests - Returned in response to too many requests in 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": "2ce6a6d3-227f-4105-b26e-76eb56e4d96a", + "id": "288a1983-0973-47c8-a914-31bc1af641c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163961,7 +163961,7 @@ } }, { - "id": "69a35fbf-c64a-4aa9-b31d-6e8dc8838ffb", + "id": "990cae73-1b98-4aad-b83a-b321257adeac", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -164027,7 +164027,7 @@ }, "response": [ { - "id": "9d22c1d3-046a-4aa4-a036-81c96a169345", + "id": "d3cd5544-5626-4681-9ef9-2bb90505c14b", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -164086,7 +164086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121cd262-4662-4460-aebe-558eff8fc0c6", + "id": "7360e8e5-9e12-44e2-b386-c51a2f0fac1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164145,7 +164145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c63a984-0991-4676-991f-5744da33f015", + "id": "84191b9c-c223-418a-bbc8-5114072918e3", "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": "385fac1c-b8ae-4809-b35c-c04e0a1a11e7", + "id": "b56956fa-cf69-4bfd-92eb-e3f181a749f5", "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": "ae150eb6-479a-4b1c-bc8c-86f120697287", + "id": "b2127004-3d98-4fea-9d6a-0c84a4c12d8d", "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": "ae650b5c-0c13-49ed-9abd-dfcfcbb700c7", + "id": "56eba5cd-d451-4bb3-9ff0-68d700b3f9d5", "name": "Too Many Requests - Returned in response to too many requests in 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": "17128400-a7bb-407d-b373-e7864c053326", + "id": "3ba0d8f6-1f29-4631-b92c-3e477fb3e24a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164446,7 +164446,7 @@ } }, { - "id": "a71e6877-6af0-44e6-88bf-05ebf25133f7", + "id": "1251d8c8-ba37-4a8d-a576-5ad197e06fdf", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -164512,7 +164512,7 @@ }, "response": [ { - "id": "256d1814-1513-4a59-bb19-2b4966a5011a", + "id": "568ebda2-d355-4b5f-a7ef-b465cb801a41", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -164571,7 +164571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95422f60-8fc0-4fa5-bc35-8a809a1f1383", + "id": "6e292e91-5c56-44b3-8539-7c00128ed09c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164630,7 +164630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d51fae-9f3f-41fa-9a70-7a0cd4af1c88", + "id": "1fea6ba8-f670-4576-b3f5-8480d7580f88", "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": "54bce330-43c7-4e6b-acd5-80da0bb8b838", + "id": "5927804d-70bd-4279-9a57-07e1e9ae5457", "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": "e169ccc9-2aa2-443d-af99-77e2e373caca", + "id": "a778820a-9ebf-4329-9c65-0e612064b276", "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": "5dca4038-d235-474e-9d94-bd8e55327fe8", + "id": "63418911-ffd6-46bb-8e11-b0147d2f29c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "581e7724-d365-410e-aae8-b6a731f45383", + "id": "84b3f739-9bf0-4936-a17f-25b123770bb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164931,7 +164931,7 @@ } }, { - "id": "74689cb3-328f-4dab-afa0-094a921e8dc4", + "id": "14a74b32-4c57-41a9-9331-1c11ff1879fc", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -164984,7 +164984,7 @@ }, "response": [ { - "id": "0d2f3ff0-7468-4279-a1af-c3854000a276", + "id": "6f59d7e2-a8b6-4241-92b1-11ce1a435b12", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -165020,7 +165020,7 @@ "_postman_previewlanguage": "text" }, { - "id": "007df9a0-4a7d-417b-82e9-1ce06a83968d", + "id": "9cc0cb00-be13-4c0a-9194-c05cc494ba80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165066,7 +165066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b644b3-fe6f-4eae-8aba-4e5f9909915e", + "id": "26d372c4-30d1-4f14-9377-36b6596e5486", "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": "46eeb088-1078-410c-9517-7cf013608675", + "id": "c9ea6111-c19e-411e-a115-463ed8015d1f", "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": "10ae7dfd-6a9b-4c9f-9e05-6c36a4e9461d", + "id": "fbbceed8-4b25-4850-beea-30859b7a6dff", "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": "668a228f-bd47-4b9e-aa40-24364b93280e", + "id": "c84cf60e-b79b-466e-ae9b-550cfc885b57", "name": "Too Many Requests - Returned in response to too many requests in 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": "4c8f353f-44f5-4275-be5e-baf497b5cbc3", + "id": "f5b9f92b-7449-4603-9d08-a652b54f97be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165302,7 +165302,7 @@ } }, { - "id": "d0920b45-9e98-4aec-904c-1f42d252f5b9", + "id": "a3e8a5b4-7373-4685-8ebd-af3c3368b7db", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -165358,7 +165358,7 @@ }, "response": [ { - "id": "ff52ff5f-552d-482f-a65e-7b16c8118ece", + "id": "9065e9a2-2388-4520-bee5-99926bb7700d", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -165417,7 +165417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7833c405-f9e5-490a-ba84-10917726feae", + "id": "743a9d22-4f0d-4f8d-8ce0-ade5efb0c656", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165476,7 +165476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74325006-6e6a-4c40-8de6-1e12c9f8cafc", + "id": "b6521bfe-f6cc-436e-bec4-ddece5e30515", "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": "a6ad8f73-70c8-4bcf-b822-07480e421314", + "id": "25f119ad-726d-430c-b885-95e14b2001f5", "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": "2c54aa28-62f2-4f81-8cea-97b5baeb499e", + "id": "4146beab-1129-492d-8521-c91416b16fb9", "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": "2f236f25-bbd1-4501-80a5-790ec516a764", + "id": "02a2bbe9-824f-4003-81eb-de5151d52143", "name": "Too Many Requests - Returned in response to too many requests in 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": "dd54deed-daec-4c2e-866c-031999ce95fb", + "id": "3b71d5a2-af90-40ef-b506-4ce317ff2648", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165777,7 +165777,7 @@ } }, { - "id": "c38cdbdd-0e7f-48b5-a9e3-9abef7f3e246", + "id": "b70c3738-857b-4f34-8722-f379b129766b", "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": "b650da58-9a29-4415-9f57-e1e37002111a", + "id": "937e052a-11e4-452c-89a7-3334bc4d42a6", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -165881,7 +165881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed2b9bed-c9d7-4b7f-8bfb-01f63e462070", + "id": "58d6a9f9-6732-4ace-a038-52a8c5e096b4", "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": "94406b67-f4b9-4e67-b0c7-a3e631a76cff", + "id": "9ca947a9-8fe8-4835-86ba-53208ccfe5e9", "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": "b60e774f-55de-4199-9d45-6a928946c098", + "id": "7f8565c3-e74c-4691-a146-a6b798a22d55", "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": "2dfe47e0-274f-4e48-a2ce-0b3ff9900c96", + "id": "ed24dffe-0d24-4a54-a3cc-a34361a9b373", "name": "Too Many Requests - Returned in response to too many requests in 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": "726c75bf-4789-43eb-ada1-21a83f85ba49", + "id": "f1f62b41-63f7-4a43-8fcf-18466205c236", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166162,7 +166162,7 @@ } }, { - "id": "807aebb9-95dc-47b1-ba3a-35f42a211547", + "id": "81ce4502-596c-4ca4-8f5f-3b2b32f3a60c", "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": "c69266ec-6db8-44f5-ac56-10e55daa46e5", + "id": "13566fa8-d834-475f-9cbb-02fbc9cea20c", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -166272,7 +166272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debcf5ac-d318-48a5-8947-30acf9f1d326", + "id": "d181e26a-c8ed-4801-a25c-fa21fc0112ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166330,7 +166330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef39597-5d8a-4e86-8a26-21caa5bccd2d", + "id": "0ab81a4a-a8a6-4e7c-baf0-96e780485ffc", "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": "16885e86-3b93-45d9-a1c8-a46f6d344d10", + "id": "5145c888-eeb9-475b-98f7-2e2d0edbed93", "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": "960ee0f6-b6f7-4107-a2a9-6d82bd55f019", + "id": "8f328f64-bc62-4cdb-9a7f-0c7f1f3f3248", "name": "Too Many Requests - Returned in response to too many requests in 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": "cebbc260-5681-45a8-a0bf-91dbc5afa9cd", + "id": "c3f8b407-f6ad-4312-b8cd-2d5c3e480819", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166568,7 +166568,7 @@ } }, { - "id": "c1c77b8a-42a1-4c75-9ef5-ef1435215869", + "id": "5c544c9b-b7ad-455b-b8e8-eded1f1fb4b6", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -166621,7 +166621,7 @@ }, "response": [ { - "id": "b52bfdc0-4c73-48e9-8521-a954bc3b77a1", + "id": "f98938cd-75fb-4022-9f80-ddb05e3d1b25", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -166667,7 +166667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b36db0d-14bf-4e05-92bd-bfb28ec46738", + "id": "b54c9271-671d-47bf-b24f-a062fc0bca17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166713,7 +166713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b564070-ee8c-47a4-8473-0154d385976b", + "id": "e3c403a4-b8a2-44ac-958b-eec78d2b7406", "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": "a4124a19-c142-455d-98a8-28a6f155015f", + "id": "f71dd0d9-a7f3-4f32-b90e-627b53353c44", "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": "424169d5-1f88-4d61-831b-1c33cd0b4d2e", + "id": "9ee0eafe-8cb5-424a-bf35-9de67980a866", "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": "d28badca-6ad5-42dd-958f-228552ac0e1f", + "id": "3692229d-7db6-4d25-8d4b-b4be981a151b", "name": "Too Many Requests - Returned in response to too many requests in 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": "0a176a63-11e2-4d2c-9baf-1ccb1245ddae", + "id": "87387ef2-b8d3-41ee-9254-1f6fd60f1b5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166949,7 +166949,7 @@ } }, { - "id": "1f34ed75-2c97-40c0-8cfd-1250e69a74af", + "id": "e47dfed0-5475-40a2-a6ed-8eae23b26d1f", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -167015,7 +167015,7 @@ }, "response": [ { - "id": "60750968-1863-4a36-b2b4-2a2ab2f534b2", + "id": "5392c35c-d7c6-4b70-8a4c-96f4bc93d7fe", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -167074,7 +167074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8a6b704-cee0-499d-af52-3fc050a66cde", + "id": "4f9d0bda-722e-4bf7-9cdb-789a2db1e0a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167133,7 +167133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e15946-a83b-4dff-995d-c5e3caac2c34", + "id": "20358dcd-bab8-4388-8166-53fede03989c", "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": "98d63e5d-b36c-4cb8-8643-f7e72a2b57f1", + "id": "7840342a-8f93-4671-803c-fb0e8c60d427", "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": "e5a3f8a3-9331-4c79-ae68-dfea259a14c0", + "id": "a7e2cbf2-2b63-49a9-9f80-eeb61bf7be40", "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": "0e19ca16-2d52-4a70-abc7-b8352c5cf646", + "id": "ffafcf53-9405-46cf-a69c-745d23b2b47b", "name": "Too Many Requests - Returned in response to too many requests in 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": "e9c4187e-d3b1-4d46-93c9-25726c10359a", + "id": "f9fd27ec-9dcc-4cea-9ea3-6b92aaf35fe5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167434,7 +167434,7 @@ } }, { - "id": "1ecb9c71-7deb-4018-a1fb-8e82c503f64c", + "id": "d87c1d8e-c678-47a2-a150-bccf2453bd8d", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -167500,7 +167500,7 @@ }, "response": [ { - "id": "6d030e33-e0c6-4bb4-b066-3bdacf4b58c9", + "id": "68f0d6f2-2426-4d1a-bf2e-415bcb48f856", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -167559,7 +167559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "968500c3-567e-4365-a415-8c8fbac4d639", + "id": "8b026460-c056-4248-9e1b-8572f185602f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167618,7 +167618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd2d7274-7897-48c1-bbed-55f11d28a1fa", + "id": "80500560-41f8-4cd2-8162-4f892bd79131", "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": "d265be4a-c84c-4d77-9609-753fdab9416b", + "id": "21998add-cbb3-4f3e-bf10-35ec3f8aa9d2", "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": "896234bd-a509-4929-aacb-3ae772170210", + "id": "7f8397ff-60c3-4a08-a9e5-6b561e926b8a", "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": "2dd77679-e80e-4999-bb94-c35d8f86f994", + "id": "27eb2754-2b1a-4a74-8f3a-8a4583031516", "name": "Too Many Requests - Returned in response to too many requests in 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": "73691305-2b3c-4986-b23d-242a80ac9bbf", + "id": "0cad859c-d28c-45e2-8842-9bdc8d9b1ecf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167919,7 +167919,7 @@ } }, { - "id": "e1ff168c-1269-41b2-b4f4-90b8c4e3bd13", + "id": "c880d6d4-7f5e-4302-9225-62e797edcb66", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -167969,7 +167969,7 @@ }, "response": [ { - "id": "d2fad0d4-86a3-452e-9039-b676d7ff12cf", + "id": "4d499d2c-be40-4766-9302-d0276f601078", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -168005,7 +168005,7 @@ "_postman_previewlanguage": "text" }, { - "id": "534fe4ee-2a9b-47dc-99bd-adad988e1a39", + "id": "b321e603-8333-4968-84f7-fce680eef5e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168051,7 +168051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b4c2b1-c6d6-44e0-a0fb-1afc4ba126e1", + "id": "32a351ae-173f-461a-85fc-a40a978fd6ee", "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": "e5b459bc-7284-4cf7-af61-77e388bc701f", + "id": "03140a4d-659b-4cd6-825a-deb678950f9d", "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": "2904ddcc-2172-4661-ba26-54bae3eff1a5", + "id": "a62e3bff-ba8c-4e20-970a-854bc733ef69", "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": "6aa32c08-ae39-4b65-b95a-7e61bc206c61", + "id": "bdd63111-1445-4262-a579-7ada2c9380aa", "name": "Too Many Requests - Returned in response to too many requests in 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": "11cbb852-f4bc-4964-b818-c673652aa04d", + "id": "42bde500-1c8b-4048-9a36-e583552497c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168287,7 +168287,7 @@ } }, { - "id": "3f047e9b-62d9-4b3f-b491-7b0e4e4f290a", + "id": "d4805be3-c89d-4249-8544-0eb7803a4714", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -168327,7 +168327,7 @@ }, "response": [ { - "id": "cf615cbb-4dbe-4911-9a8c-d5c0e1196339", + "id": "e1fa61a9-ed31-4409-80cf-e4882466a339", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -168373,7 +168373,7 @@ "_postman_previewlanguage": "text" }, { - "id": "19927cb9-452b-4234-91b6-68466533a1c7", + "id": "b9f9923c-daae-4da6-b6e1-6a816e8a06e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168419,7 +168419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2566edac-bedc-44c6-9110-7e612a1de079", + "id": "df4502e6-69b6-49b5-b55e-107487e6c4e4", "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": "47cab645-55eb-4fbb-a04e-39468b71de23", + "id": "6a108eea-c0f5-4b4f-8911-e897d8d4d232", "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": "81d839c4-79a6-4394-8a6f-b0b1400a86e0", + "id": "3d7bf18f-139f-4747-a149-9e5c9cfc2bd3", "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": "ab2bde7f-85f0-4c51-a2ea-cb839611b7ce", + "id": "1805bc8f-4561-4fb7-aca9-1cf5e604e80b", "name": "Too Many Requests - Returned in response to too many requests in 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": "287e4f51-a91f-4e81-8692-97a9c47f8920", + "id": "b68b8286-12ed-449c-9ced-dbf606663e04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168655,7 +168655,7 @@ } }, { - "id": "72bbd52b-58e3-4287-82b8-aa11bc8a3eb7", + "id": "3add5177-86a1-4801-8288-2d2f323969d9", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -168707,7 +168707,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -168715,7 +168715,7 @@ }, "response": [ { - "id": "0fc69de0-564f-46a5-b84f-7c6498f6a664", + "id": "be13c114-0c5a-4419-b4e3-b1d368f6bf59", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -168759,7 +168759,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -168778,7 +168778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd29a4b5-bad7-4d11-a93e-fe6f00fe3fb0", + "id": "a8d4c657-d465-411c-b938-28aad31d5c10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168822,7 +168822,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -168841,7 +168841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81143cb4-3358-4782-9d44-2f33a6bbfe5c", + "id": "bb79fb4d-2e26-4b02-93ad-23e1c786113e", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -168904,7 +168904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa58ef17-c62c-4257-a88f-adc7b9773373", + "id": "9abb84dd-3b6e-43cd-b1b7-3f3b1506ff5d", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -168967,7 +168967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad385d5c-6a36-4c4d-a616-25150bb4e491", + "id": "0fb08405-c9b9-487b-b29b-73b891a8ddfe", "name": "Too Many Requests - Returned in response to too many requests in 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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169030,7 +169030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a1e016-bcbf-4404-bb94-574433501555", + "id": "767e1c9a-9566-4e1a-8fd3-fe671e9fbb36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169074,7 +169074,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169099,7 +169099,7 @@ } }, { - "id": "e6572365-5d1a-4048-a8c0-2d47e7b025e9", + "id": "3fe1bdf6-2690-4203-b9c6-854f9bf486d0", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -169149,7 +169149,7 @@ }, "response": [ { - "id": "ad5956dc-32c5-4b19-aa79-1f240e870b85", + "id": "9f20045c-5085-45f1-b4c1-a722bf1b32be", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -169205,7 +169205,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c8603618-7f30-4f5e-a0a3-75dfdd13abdd", + "id": "eb546cab-9e91-433c-986b-f88cf28f29da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169261,7 +169261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e46e24a5-e1e3-4ac3-950d-39160a617613", + "id": "bcf8a237-d033-4675-8318-1d2273b9044b", "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": "d1f2c9ba-3bc3-4ee8-96e6-16690005dfb7", + "id": "18f371a2-4677-4518-823b-8565c07e0d67", "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": "84054958-44e7-4f46-90bd-599156bb7664", + "id": "6a66c7aa-6607-409e-aaf5-a6d9dfedb064", "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": "320ca4c5-a9f8-4bc6-a464-56e119d9b423", + "id": "f7fdfaed-cdeb-4c9c-b8c6-18839f35c2e5", "name": "Too Many Requests - Returned in response to too many requests in 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": "e1eada98-3fa9-45b5-a2dd-d68af6faeb9a", + "id": "80bbf23b-9f00-4077-b8a5-450fe2fd9ff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169547,7 +169547,7 @@ } }, { - "id": "830cfece-f7bc-481a-97af-5ed452afa68e", + "id": "99351eac-9444-415f-a0a5-531a0305c839", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -169609,7 +169609,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169617,7 +169617,7 @@ }, "response": [ { - "id": "629b26b6-e414-40ff-9293-1424d8914365", + "id": "48a056ef-b1ef-4226-b27e-30087092d011", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -169671,7 +169671,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169690,7 +169690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1139fca9-1440-429d-8ac1-a869b606cf23", + "id": "756e8d4d-1a34-4778-ad26-57d71c0c73bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169744,7 +169744,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169763,7 +169763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6aec2e0-b69d-4f51-ba52-1b8ba3465109", + "id": "52b300df-9905-478d-8174-ffdb62d0a7c6", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169836,7 +169836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c12ac93-7be4-4ae5-9f4c-f3983f865b85", + "id": "cb72ab75-eea6-4a3c-be81-fad0ad417f29", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169909,7 +169909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7f08db-7cc9-4956-a332-622091fb0340", + "id": "994eb24c-6125-45f1-bb0f-f61161c34595", "name": "Too Many Requests - Returned in response to too many requests in 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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -169982,7 +169982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67ee048-9f17-4b07-ae12-d6080ea6b940", + "id": "ef27246b-a259-4297-8e0e-5b4256fb5979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170036,7 +170036,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170061,7 +170061,7 @@ } }, { - "id": "5ff35aeb-39c5-4d4b-b203-a733e6a0accf", + "id": "9d770b1f-aff7-4cea-8028-d1cbf68349eb", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -170112,7 +170112,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170120,7 +170120,7 @@ }, "response": [ { - "id": "f5098511-f3f5-40e2-b1a6-30ad48a38d71", + "id": "b2b8ce09-f648-4a65-a69d-4b669b92aa24", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -170163,7 +170163,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170182,7 +170182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57f6494e-4939-4947-8ddf-22b8751661f1", + "id": "eb0b7c7b-ed56-49c5-a6ab-150133ba7ef3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170225,7 +170225,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170244,7 +170244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eb872a9-ca3c-4cbf-b859-32a671ec9e51", + "id": "deed83a6-0de1-45fa-91c0-ff46274ae6d7", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170306,7 +170306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c319037-2a43-49fd-bc52-2a2140e90295", + "id": "b09ac90d-7a7d-4fe7-9033-69e3f61a180e", "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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170368,7 +170368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edc192bc-0370-4a73-909e-d99b9bf7650a", + "id": "d283d980-8ef6-4893-a077-653e78a3be1e", "name": "Too Many Requests - Returned in response to too many requests in 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": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170430,7 +170430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57dc5639-d7e3-405e-9bfd-b6fea2a8d799", + "id": "68285466-58f6-48b0-8340-876f5da15b26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170473,7 +170473,7 @@ "type": "text/plain" }, "key": "file", - "value": "eiusmod", + "value": "tempor", "type": "text" } ] @@ -170498,7 +170498,7 @@ } }, { - "id": "7e942199-1119-45f2-8aec-99df97ebaa0e", + "id": "a24e6ea1-2dbb-49ea-9bbd-bcf8c0a38270", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -170519,7 +170519,7 @@ "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -170540,7 +170540,7 @@ }, "response": [ { - "id": "8930fa30-76ca-4b17-8c6e-2037c8111ecb", + "id": "a06077ed-052c-4fd6-a4b4-f48a96141b75", "name": "A Source Sync job", "originalRequest": { "url": { @@ -170585,7 +170585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e0bc3-40a6-44ec-81cf-0df22aacc700", + "id": "425af283-63ed-4a5b-8e1c-d2886d72bf47", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170630,7 +170630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b622af9d-cc87-4b9a-bea4-8f61913bebbe", + "id": "6572f74d-8840-497a-9222-3c9418c21c5a", "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": "1a243da3-ebd4-4073-bace-11d91df2be1a", + "id": "de96bfcd-37be-4f64-a0b3-96c1e25690f0", "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": "80689252-70f6-4bd4-8e2f-708fc5d5c5d2", + "id": "2ef4704f-8d77-44c1-af7d-3dd793e78f46", "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": "92065913-2603-4721-b985-88f053a3f2d4", + "id": "2dc365c2-c3dd-4580-a26d-9d67a2f69913", "name": "Too Many Requests - Returned in response to too many requests in 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": "feb1381a-f389-448e-a496-18e4c872a747", + "id": "72d25e98-362c-428d-825c-b1e86e7bdf78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170861,7 +170861,7 @@ } }, { - "id": "ab056e24-b01e-45e1-80cb-498fa0706ca0", + "id": "73ab50a3-7d42-4067-937c-07420159d064", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -170897,7 +170897,7 @@ }, "response": [ { - "id": "7f958829-7f06-4c23-8849-0e4d252d80fd", + "id": "e9717f2b-31c5-47a8-8e0d-e781189d9cc9", "name": "Get default config", "originalRequest": { "url": { @@ -170942,7 +170942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e1d564-012f-450e-9e16-3ee9102574c3", + "id": "b692c6e6-a791-4640-a4eb-292b503200b0", "name": "Get config with one approval", "originalRequest": { "url": { @@ -170987,7 +170987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c83cbacf-d823-4ddb-8a4f-21a28effb79d", + "id": "ad363c06-d5b1-4f1d-a6b1-9f7c6db8d8d5", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -171032,7 +171032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77217a06-c2ba-4b8a-8d0c-2c2c786c7fac", + "id": "021613a7-85e8-450b-8ebb-1c7007fd6673", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171077,7 +171077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b98a34d9-7c39-4ed4-8485-e3c8d149ab32", + "id": "a23db1cf-ffab-4b1c-b8c5-caac5095f831", "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": "79133063-93c0-4714-a5ee-16f15c9ee7c6", + "id": "bb2b08e0-0fdf-4415-b513-7395870512e8", "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": "265e6827-3b21-4f19-a515-a18d5d140966", + "id": "e26aff41-e10e-421a-aad2-0d78ef232fe6", "name": "Too Many Requests - Returned in response to too many requests in 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": "7926e39f-fb4d-4d0e-b0f8-bd348e46387f", + "id": "bef99929-71e2-4b9c-aca5-f50646c4a27a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171263,7 +171263,7 @@ } }, { - "id": "b620216f-b347-48e8-815c-12bfb6bcb013", + "id": "936e0609-a276-4f8f-9d67-d6233d08f434", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -171312,7 +171312,7 @@ }, "response": [ { - "id": "7ffa4bc5-63b0-4c59-92a2-5df85016231b", + "id": "5ca5b30a-ba6f-46f9-9315-7ff8bec14ec3", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171370,7 +171370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "027ed132-0927-4bb8-b31e-7b60560c27ab", + "id": "639a2579-c4e3-45b9-bd4d-e5bc1f0cc90f", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171428,7 +171428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d1273e-9e1d-41e6-bc04-5342f5b21f3b", + "id": "34e22b10-fd94-4dde-a6e3-661f218675ff", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171486,7 +171486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f21ec1-3181-428d-adcf-3023956371e3", + "id": "1195d00a-1b13-426e-a598-81bc011e55be", "name": "Set config with one approval", "originalRequest": { "url": { @@ -171544,7 +171544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c5be08-4b33-4bda-b171-c210c47dd4c9", + "id": "e432af43-7fc8-4989-bba2-de8eef05329e", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171602,7 +171602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a239ac-84c0-41e0-93eb-503da038b0c3", + "id": "355b3c48-c0b6-4ba6-b11a-1e4c468019ad", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -171660,7 +171660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "024ced7e-bad3-4e75-afc5-ca1c215f9a96", + "id": "99bb05d7-4359-4bfe-a89e-f3f98b3fc39d", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -171718,7 +171718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188115e8-ee37-4a25-96a6-6e430df86c12", + "id": "0a958e27-b1e9-4ada-84a4-1d52e9a929a8", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -171776,7 +171776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20f4af65-c3ca-489d-9672-9e5069b01d46", + "id": "bd9fb4bf-15f5-4e78-9729-c6c4b8566921", "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": "79a21999-4022-4ea0-b06d-dd8ccaaa0977", + "id": "8cbf5cda-5c12-4abc-9e27-6f70448e4f1a", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -171888,7 +171888,7 @@ }, "response": [ { - "id": "0b2de2a8-593e-47a3-8e4c-619185054ad5", + "id": "9e27d288-5f3d-43d4-8165-d69641a033ea", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -171933,7 +171933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fd72b4-6269-45e5-aeb2-b3f173592baa", + "id": "1e48821b-8e8b-4f78-9576-52889f03ea09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171978,7 +171978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dade2dc-78bd-4079-b86a-a63ac1d1d92c", + "id": "56faf061-ae63-47d7-aa2a-d02c6f4663c5", "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": "8b939b46-965d-43e7-90f0-e3586d51c9ef", + "id": "712c2050-e713-489f-ac68-2d6a7bb4f826", "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": "f85cb1cb-ce73-4bdc-b3aa-c8c7942eec5f", + "id": "7fac1bfa-6abb-4f41-b1d4-d47441279628", "name": "Too Many Requests - Returned in response to too many requests in 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": "d9af34c4-270f-42a2-9123-b32c51a1a1c6", + "id": "84667433-7908-454b-a5ef-88dac215d5c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172164,7 +172164,7 @@ } }, { - "id": "b25d0385-20ba-41bc-8093-5d1b954740c0", + "id": "6a71dfde-85e9-4fde-891d-2a1fb200cfec", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -172243,7 +172243,7 @@ }, "response": [ { - "id": "5553e090-fc60-416d-b784-705c3d670223", + "id": "bc67b7f2-d7e7-4b73-91d0-bd3bcfbd2e58", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -172325,7 +172325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0984b628-73cd-4641-86ac-26f2bebb71f5", + "id": "6f0ce622-bd36-4702-9b6e-361febf696e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172407,7 +172407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc9ff1b-ded1-4f69-abb8-d82d952d2255", + "id": "5ff15268-94e5-486e-8531-95346e609df0", "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": "7067b3b2-3ba7-4708-9af2-3de9432b00e6", + "id": "ed69651e-ca7a-434d-afe8-8af125110b58", "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": "aa4d1f98-ed84-4fe4-8d1c-2b522ec99302", + "id": "b208c509-46f5-4e97-82a4-772b2064b408", "name": "Too Many Requests - Returned in response to too many requests in 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": "9121103a-2526-4900-a076-a74994fd72c2", + "id": "9506e74d-7cf6-4bf3-a51b-fc4e58d24223", "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": "0801bf3f-881c-4308-be1c-94e06015910a", + "id": "73064f17-3ec5-4fd8-933e-194328b9b8d8", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -172790,7 +172790,7 @@ }, "response": [ { - "id": "1ab7532c-1fc6-469b-805d-7f6cb8a26e85", + "id": "28f48f89-634c-4f91-a5af-b075c112aaa1", "name": "Export all objects available", "originalRequest": { "url": { @@ -172847,7 +172847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a0e66c-7616-4f9e-8076-595073c841d3", + "id": "32693eea-d771-4c92-aaad-081ec29bcb9f", "name": "Export sources by ID", "originalRequest": { "url": { @@ -172904,7 +172904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb25144-80ea-4648-8783-c74c356208e8", + "id": "23521472-7954-4dd8-8f50-8104c045ac0c", "name": "Export transforms by name", "originalRequest": { "url": { @@ -172961,7 +172961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36dfce07-0c2c-48bc-8cee-524d37fd3e7b", + "id": "5834ea85-fed9-4604-bd79-784c73c33754", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173018,7 +173018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36cbac8-5a37-42a0-956c-bd489cf9917a", + "id": "0af8278a-740c-4a1b-94ef-78a382711efb", "name": "Export sources by ID", "originalRequest": { "url": { @@ -173075,7 +173075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d840d6b1-4e68-43c6-9672-c7f02bc39b3a", + "id": "166a59bf-8b3f-455a-b967-55ba92ace8e0", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173132,7 +173132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05069aa7-fff7-4fec-b825-769ace55a427", + "id": "a6536897-bf2e-4798-b059-c548599fbad1", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173189,7 +173189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92687e3-2474-4990-b8fa-2d646fce138e", + "id": "88f43a94-0388-4786-baa7-a1c200e425d2", "name": "Export transforms by name", "originalRequest": { "url": { @@ -173246,7 +173246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded54a8d-9144-45cf-9cc1-0cd885b79763", + "id": "e2e56fdf-3645-42e6-a902-e49767b50f8e", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -173303,7 +173303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782b9277-4a6d-48f0-90a9-956f0186da88", + "id": "08855551-783d-4c50-98c0-726463070ff0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -173360,7 +173360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a85e48f-fd01-4b2b-82ed-83be76b5160a", + "id": "deb58c16-e3ac-4c48-a087-8d818940b010", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -173417,7 +173417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83722f2b-03a8-45e2-8647-371c0cea489a", + "id": "1c96a7cf-288e-49b0-be82-bf248eb77ea3", "name": "Export all objects available", "originalRequest": { "url": { @@ -173474,7 +173474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b03d643-1569-4171-9fdc-11014410daa5", + "id": "36f90d3e-a0db-44ee-ba64-4ad0ccdbb6d8", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -173537,7 +173537,7 @@ } }, { - "id": "fec93549-5691-4459-9f5f-a948788776f1", + "id": "53cb847e-dee3-49c7-bc59-449634aa970d", "name": "Get export job status", "request": { "name": "Get export job status", @@ -173579,7 +173579,7 @@ }, "response": [ { - "id": "6edef7b6-5915-427a-b77b-413ed9782d38", + "id": "22e3948d-9f12-4428-b0cb-114b773af4b2", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -173624,7 +173624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d4e1ae-345a-459a-bb89-812d7e7b6cad", + "id": "4eab2ea5-803b-499a-8f8b-a8884c314264", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173669,7 +173669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c0697e3-6c99-4243-969f-2bea1952b7a6", + "id": "cbb7cf01-dc77-4974-8226-ff01b5192e54", "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": "560e7638-90c6-4a8a-8333-03e3bbd1223c", + "id": "a0a16f1b-af36-415f-afca-2bfccb684da7", "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": "884d8450-3dad-4a7b-86e6-01583eccd273", + "id": "8cd6d678-1923-4edd-a531-fb39205b4543", "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": "49680583-968c-42e8-96a0-77f924850764", + "id": "b8320026-1a3f-459d-a973-c7d99622846a", "name": "Too Many Requests - Returned in response to too many requests in 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": "3c0e9dfc-3418-45e8-b39b-566d1a90ffce", + "id": "2ef6040f-eae9-4088-9619-ff65755314c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173900,7 +173900,7 @@ } }, { - "id": "f6e08785-0c30-4db6-9b95-d2ab9a3c0af8", + "id": "71b9804e-e2c9-4d68-82b4-470813dc2015", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -173943,7 +173943,7 @@ }, "response": [ { - "id": "4e626ae9-125f-44f6-b017-c30663dcf0e7", + "id": "883647f5-7c98-4fc7-a11f-a30d31f67764", "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 \"in_22\": false\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"Excepteur_00d\": 93588241,\n \"enim22\": false\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fd6cb0c4-f6b9-42ce-af8f-37751bc46df6", + "id": "9602dfdf-9743-4475-86ec-d3ec35e97335", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174035,7 +174035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7af1717c-310a-431f-b393-e9e214e8e4be", + "id": "0f72f77d-9218-4654-8465-d176dc2b2ec7", "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": "420525d6-9b48-424c-a94c-521ed47e8df6", + "id": "2735a0a6-4b39-41c5-b37b-920136860e69", "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": "1c6fddac-ea29-46f9-908d-501ef6b490be", + "id": "b4d6648e-10a4-4308-a953-71365db64c37", "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": "6269f8ac-397a-4254-9774-e53eaccbd711", + "id": "2ca08050-7aec-4da8-b8a9-063d4ba42e18", "name": "Too Many Requests - Returned in response to too many requests in 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": "322c8ff3-fff5-4ebb-bc8a-7f802a902472", + "id": "49fdd302-43ad-4e7e-b830-579fc93e751b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174271,7 +174271,7 @@ } }, { - "id": "a4d6ec99-89fc-428b-9574-9958599b9258", + "id": "22846f99-4ef9-44e0-b921-55ecf060b91a", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -174320,7 +174320,7 @@ "type": "text/plain" }, "key": "data", - "value": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174337,7 +174337,7 @@ }, "response": [ { - "id": "31c40cd4-85df-4dc4-9a4e-4ce8cd6d3925", + "id": "af5f21c1-c0f7-4d60-bf85-3c8b377a2c08", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -174389,7 +174389,7 @@ "type": "text/plain" }, "key": "data", - "value": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174417,7 +174417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78fa6bc5-0f40-41d1-9d47-55493a360b01", + "id": "cac2716a-d819-4a82-9c3b-f68794aa5b63", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -174469,7 +174469,7 @@ "type": "text/plain" }, "key": "data", - "value": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174497,7 +174497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f359eff-e70e-495a-be59-e55b0c7936d1", + "id": "cdd62f61-00ee-4b25-8844-0effcae94da0", "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": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174577,7 +174577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b6bce0-c768-4bfb-866a-8bd9ce51bb48", + "id": "9c08fe0b-420a-45ed-b837-9a788ee90a39", "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": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174657,7 +174657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f404dc69-33f0-4471-9f40-7f78cc41af03", + "id": "b28d5334-78e3-4a7c-bc83-2ac3c51a8dfe", "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": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174737,7 +174737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce3cf4c-459c-45fa-bf26-ff071ba8312b", + "id": "0e8d8f12-e5c2-4ed6-b25c-891594ead46f", "name": "Too Many Requests - Returned in response to too many requests in 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": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174817,7 +174817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12fd6542-97e0-4e45-8eba-afd2b8e2b7ad", + "id": "cf7fb155-0b37-431b-ae78-b89058fad52c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174869,7 +174869,7 @@ "type": "text/plain" }, "key": "data", - "value": "qui quis", + "value": "irure laborum", "type": "text" }, { @@ -174903,7 +174903,7 @@ } }, { - "id": "902a904e-eb3b-40af-a235-b041a595304b", + "id": "7df2d97a-1c76-4295-84ce-b1fa8c9f80d5", "name": "Get import job status", "request": { "name": "Get import job status", @@ -174945,7 +174945,7 @@ }, "response": [ { - "id": "b4e75c78-d9f0-40fb-a8ab-73ce3a6c8910", + "id": "11e1183d-9cd5-4262-9fe9-1198fb06c4a3", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -174990,7 +174990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9b023a-3ab8-4346-ace7-667004388fbe", + "id": "f66b9bfd-b706-4e58-b425-2bf0f13ae20c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175035,7 +175035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "274c5882-50d8-45e4-a476-dbca4f7476bc", + "id": "df77ed87-cffb-4f47-93ac-567f48fe0925", "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": "612db10b-9a21-4ab2-b788-cd08c14e766f", + "id": "ad9356cf-7b65-436e-bc5e-dd3deb308bff", "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": "fc8e4133-a941-411c-b60b-43deacda6df6", + "id": "e5abe0b2-735c-40ad-8ed2-d24f4a9e0d55", "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": "add03964-5a9e-4464-b7ba-33472e141532", + "id": "fd0b8610-3e0c-4c69-88e5-db03cebe0b9d", "name": "Too Many Requests - Returned in response to too many requests in 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": "ae986fd7-c929-4ec1-b155-a41ccedf621c", + "id": "1bd3f1ad-a790-407b-8bfb-244fc68a1ddb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175266,7 +175266,7 @@ } }, { - "id": "b3d4e0e2-dc36-4cd7-8309-22492dde53c4", + "id": "4837e253-a802-49d3-8b53-ff21c3aecb32", "name": "Download import job result", "request": { "name": "Download import job result", @@ -175309,7 +175309,7 @@ }, "response": [ { - "id": "e1b564a8-067c-418f-b19a-322dce72283b", + "id": "4a4b401c-b823-426d-a5d3-89b99d79d823", "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 \"nostrud6\": {\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 \"est7\": {},\n \"laboref9\": {}\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 \"eiusmod_b\": {},\n \"id_5\": {},\n \"aliquip_cd\": {}\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 \"sit_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 \"minim_2_\": {},\n \"autec8\": {},\n \"id1\": {}\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 \"enimb1\": {}\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 \"labore21e\": {},\n \"eu_a42\": {}\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 \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b9131d60-6a26-4845-94b4-ea9fce0270c4", + "id": "3b83a8b1-16e2-4d34-ac65-d6ce23e025b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175401,7 +175401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24190ad-d866-4580-816c-8f7502c41a7a", + "id": "6ada9c0a-2aa7-48bc-b82c-738807dafcfc", "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": "1d3406a6-dc7a-43f0-93ca-52196fda987f", + "id": "69174f34-bf97-4a8c-86e0-c89a747bf511", "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": "43e154dc-c9df-44c9-955b-e72ca887cb1d", + "id": "47c03729-fb07-4bc5-9e7e-7d8188c038d8", "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": "4e94ef59-e135-4458-8c7a-c54a5565f9c3", + "id": "65196dd6-efdb-4d35-a595-a67db7f5e356", "name": "Too Many Requests - Returned in response to too many requests in 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": "51e5b946-f04f-42a6-b5c5-a418242298f5", + "id": "9c16ce7c-fe67-4fc5-b43d-f7c6c814848e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175637,7 +175637,7 @@ } }, { - "id": "7d34c02f-02ba-4b9f-a5b7-c114c0c08ae2", + "id": "9a376d50-097c-42e3-85bf-7bd0b0429aee", "name": "Get config object details", "request": { "name": "Get config object details", @@ -175667,7 +175667,7 @@ }, "response": [ { - "id": "1e4e1fe3-104f-4741-bce2-05fb2948f948", + "id": "d69f2fd5-9768-48aa-9fb1-408dbab635f7", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -175711,7 +175711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "074e92fb-439e-4dff-b529-09f8b1251076", + "id": "50c478c0-d232-4d78-b587-2e51e891b383", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175755,7 +175755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf1c6cff-4b61-4a06-a305-af2dc10d48ff", + "id": "ed9f0796-a34c-4e06-897c-3bbabfdf0715", "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": "306c6f23-1cb7-4184-8ebf-b6331e3e7e7e", + "id": "56a398e2-ed4e-4d6f-b268-5b56e1ba50bd", "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": "e5c91ea2-90d3-449d-a505-3d2fb2d5495d", + "id": "ea92700e-bcf6-4958-9d20-e536cc5e965b", "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": "8ac52ec8-c92f-449d-a436-fc3a96333dbe", + "id": "28926738-bdc1-4459-b35f-8393dc9a0c82", "name": "Too Many Requests - Returned in response to too many requests in 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": "b08eb21c-ffb3-4a71-b612-bbc1c90e3fb4", + "id": "dd42a67c-2e9b-467a-acd6-2003c1395bf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175982,12 +175982,3264 @@ } ] }, + { + "name": "Suggested Entitlement Description", + "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", + "item": [ + { + "id": "169b3388-a534-4afe-8240-86ad45673b7c", + "name": "Submit Sed Batch Stats Request", + "request": { + "name": "Submit Sed Batch Stats Request", + "description": { + "content": "Submit Sed Batch Stats Request.\nSubmits batchId in the path param (e.g. {batchId}/stats). API responses with stats of the batchId.", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [ + { + "type": "any", + "value": "8c190e67-87aa-4ed9-a90b-d9d5344523fb", + "key": "batchId", + "disabled": true, + "description": { + "content": "(Required) Batch Id", + "type": "text/plain" + } + } + ] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "4d4d3b2c-6139-4d70-9085-e7f5267557ef", + "name": "Stats of Sed batch.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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 \"batchComplete\": true,\n \"batchId\": \"762b84b6-c37d-a003-e9df-8463881ebe12\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f90fee45-a7a6-4321-be24-fd3d8dbc8545", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "0b5e6f8e-0971-46ac-88fb-be60556c523b", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "c665f8e2-f4c4-422f-86d8-28a28bbabf89", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "417da451-d256-49fb-87fe-ea739476192e", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f607ace5-b268-41a8-98dc-3ca9fd7c8c23", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "bfb6d40e-0416-4b1c-882b-391cd991791a", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches", + ":batchId", + "stats" + ], + "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": "4a2f41fc-92a6-4dd9-a42b-858eac349f69", + "name": "List Sed Batch Request", + "request": { + "name": "List Sed Batch Request", + "description": { + "content": "List Sed Batches.\nAPI responses with Sed Batch Status", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "89cf16b2-fbaf-4e4a-a62b-bfa8d0b808fe", + "name": "Status of batch", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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 \"status\": \"OK\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "088b507a-4e35-4b4e-85e9-abb954198c3a", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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": "b393dc4a-5928-4169-b2a4-825894c7f88b", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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": "d0f88679-d7a8-432d-bf03-1778b213a9aa", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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": "9967e300-9f79-4110-b093-88b3c6f6c3d2", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f0c3ca85-1e5c-416d-94be-68d4f9aac541", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-description-batches" + ], + "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": "b3687f46-22a9-43a1-aeaf-bb22e0617e04", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "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": "60b82200-398b-4a92-9b4b-c45fbe80a2ca", + "name": "Submit Sed Batch Request", + "request": { + "name": "Submit Sed Batch Request", + "description": { + "content": "Submit Sed Batch Request.\nRequest body has a list of entitlement Ids that user wants to have description generated by LLM. API responses with batchId that groups Ids together", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\n ]\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "a72bf921-c753-4bdc-94ad-d29211b4d279", + "name": "Sed Batch Response", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\n ]\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"batchId\": \"71724fb4-e16a-f499-3acb-c64ee0851502\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "0631d386-8935-451a-bc7f-a624e176f439", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\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": "321104cc-b7aa-4ff9-947f-588d30edfb98", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\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": "4e31b9a4-c56e-4e4d-97c8-eaf6b3652b8b", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\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": "9acae45b-55fc-40d1-986c-f7d2c1167579", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\n ]\n}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "7d93a11c-af76-4ac3-bf09-20e890f1550c", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\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": "4d41bb1d-27b7-4949-8c94-88de232ef42f", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-batches" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "{\n \"entitlements\": [\n \"016629d1-1d25-463f-97f3-c6686846650\",\n \"016629d1-1d25-463f-97f3-c6686846650\"\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 + } + }, + { + "id": "0bf9e84a-0c9e-4651-b0f1-697d739e40a1", + "name": "Submit Bulk Approval Request", + "request": { + "name": "Submit Bulk Approval Request", + "description": { + "content": "Submit Bulk Approval Request for SED.\nRequest body takes list of SED Ids. API responses with list of SED Approval Status", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "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]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "ad462995-059c-42b5-a7f3-aac0db244603", + "name": "List of SED Approval Status", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "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]", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "f2648d05-f361-4c45-ae34-71f0b137d452", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "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": "54fd824a-dc58-4787-a345-e8b39da86255", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "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": "9281097e-e003-4450-90c6-b19c83efef9e", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "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": "a26494c2-b285-47c5-bd32-fc812c9490e1", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "4e10a8ef-5a2b-4f6f-88cd-d308c6fc88f2", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "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": "41a645b9-855b-4684-a054-63d28f5b1b86", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-approvals" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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]", + "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 + } + }, + { + "id": "fe0d4c76-821c-48d2-9e86-feff7eb8cff3", + "name": "Submit Sed Assignment Request", + "request": { + "name": "Submit Sed Assignment Request", + "description": { + "content": "Submit Assignment Request.\nRequest body has an assignee, and list of SED Ids that are assigned to that assignee API responses with batchId that groups all approval requests together", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "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}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "ab17038f-73e9-4984-8333-db3db6b4f031", + "name": "Sed Assignment Response", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Accepted", + "code": 202, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"batchId\": \"urn:uuid:8d11ae00-bc28-1a3c-5ee0-8b38165457ce\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "a0461633-93c3-4aef-8b95-6b71eb4e6b2b", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "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": "261a419a-fdab-46ff-a087-6d2554e812a1", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "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": "b4d87939-2e5a-4aea-8d7f-2c6354ba37a4", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "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": "30e9b64b-41a5-49db-b956-cab1b14172f2", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "4c92de3a-725d-42c4-9e66-7192041a156b", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "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": "e8c67379-054b-40ab-8ee6-beed91ebdaed", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-description-assignments" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "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}", + "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 + } + }, + { + "id": "f76e0111-7ffd-4339-bd61-c53063014b19", + "name": "List Suggested Entitlement Description", + "request": { + "name": "List Suggested Entitlement Description", + "description": { + "content": "List of Suggested Entitlement Description", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "bff9afdd-d323-4c34-ab05-ce3595696378", + "name": "List of Suggested Entitlement Details", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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 \"Name\": \"BatchInvoiceProcessing\",\n \"approved_by\": \"2c918086-76de-afbf-0176-f6d28f65565a\",\n \"approved_type\": \"admin\",\n \"approved_when\": \"2024-03-22T16:32:16.308Z\",\n \"attribute\": \"Role\",\n \"description\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures.\",\n \"displayName\": \"AWS-Cloud-Billing\",\n \"id\": \"ead281ee-12a9-40ac-9534-36b5d7d65d53\",\n \"sourceId\": \"103f567b93ee49b991c40f9412f87643\",\n \"sourceName\": \"IDN Salesforce\",\n \"status\": \"suggested\",\n \"suggestedDescription\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable\",\n \"type\": \"group\",\n \"value\": \"group\"\n },\n {\n \"Name\": \"BatchInvoiceProcessing\",\n \"approved_by\": \"2c918086-76de-afbf-0176-f6d28f65565a\",\n \"approved_type\": \"admin\",\n \"approved_when\": \"2024-03-22T16:32:16.308Z\",\n \"attribute\": \"Role\",\n \"description\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures.\",\n \"displayName\": \"AWS-Cloud-Billing\",\n \"id\": \"ead281ee-12a9-40ac-9534-36b5d7d65d53\",\n \"sourceId\": \"103f567b93ee49b991c40f9412f87643\",\n \"sourceName\": \"IDN Salesforce\",\n \"status\": \"suggested\",\n \"suggestedDescription\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable\",\n \"type\": \"group\",\n \"value\": \"group\"\n }\n]", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "2d423bcd-2f11-4e3e-9380-f41fbf15f061", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "4023c8f6-8693-4244-a6d6-a48c372fc3e9", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "16bf0e09-79ee-4929-b429-0f5ca13a1975", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "19ade890-59e6-44ba-bd71-0111f460cd3d", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "9f065504-f720-460c-82b3-e62474a00712", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "0246a5e1-6cea-4c65-b546-2ca1df46089e", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Integer specifying the maximum number of records to return in a single API call. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results). If it is not specified, a default limit is used.", + "type": "text/plain" + }, + "key": "limit", + "value": "limit=0" + }, + { + "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**batchId**: *eq*\n\n**status**: *eq, ne, in*\n\n**displayName**: *eq, co*", + "type": "text/plain" + }, + "key": "filters", + "value": "displayName co \"Read and Write\"" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored. \nThe standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results).\nSince requesting a total count can have a performance impact, it is recommended not to send `count=true` if that value will not be used.", + "type": "text/plain" + }, + "key": "count", + "value": "count=true" + }, + { + "disabled": true, + "description": { + "content": "If `true` it will populate the `X-Total-Count` response header with the number of results that would be returned if `limit` and `offset` were ignored.\nThis parameter differs from the Coun parameter in that this one skip executing the actual query and always return an empty array.", + "type": "text/plain" + }, + "key": "count-only", + "value": "count-only=true" + }, + { + "disabled": true, + "description": { + "content": "By default, the ListSeds API will only return items that you have requested to be generated. \nThis option will allow you to see all items that have been requested", + "type": "text/plain" + }, + "key": "requested-by-anyone", + "value": "requested-by-anyone=true" + }, + { + "disabled": true, + "description": { + "content": "Will limit records to items that are in \"suggested\" or \"approved\" status", + "type": "text/plain" + }, + "key": "show-pending-status-only", + "value": "show-pending-status-only=true" + } + ], + "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": "e71b9ab8-170b-44b7-82c4-afd200978384", + "name": "Patch Suggested Entitlement Description", + "request": { + "name": "Patch Suggested Entitlement Description", + "description": { + "content": "Patch Suggested Entitlement Description", + "type": "text/plain" + }, + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [ + { + "disabled": true, + "description": { + "content": "(Required) id is sed id", + "type": "text/plain" + }, + "type": "any", + "value": "ebab396f-0af1-4050-89b7-dafc63ec70e7", + "key": "id" + } + ] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "PATCH", + "body": { + "mode": "raw", + "raw": "[\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n }\n]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "b865e285-2b94-4f24-a719-2fb8b7625b1e", + "name": "detail of patched sed", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n }\n]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"Name\": \"BatchInvoiceProcessing\",\n \"approved_by\": \"2c918086-76de-afbf-0176-f6d28f65565a\",\n \"approved_type\": \"admin\",\n \"approved_when\": \"2024-03-22T16:32:16.308Z\",\n \"attribute\": \"Role\",\n \"description\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable procedures.\",\n \"displayName\": \"AWS-Cloud-Billing\",\n \"id\": \"ead281ee-12a9-40ac-9534-36b5d7d65d53\",\n \"sourceId\": \"103f567b93ee49b991c40f9412f87643\",\n \"sourceName\": \"IDN Salesforce\",\n \"status\": \"suggested\",\n \"suggestedDescription\": \"This entitlement allows automated processing of invoices in batches on a scheduled basis to streamline accounts payable\",\n \"type\": \"group\",\n \"value\": \"group\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "0716783e-3e98-4538-ab58-0ffb00dd234a", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\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": "3739ce03-de39-443d-9d4b-e4bffa235238", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\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": "6e7b5198-d9d5-4bbc-9a67-5edc442b92be", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\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": "b9148a30-a3e0-45dc-8180-4f7bd8232c38", + "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n }\n]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "Not Found", + "code": 404, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"detailCode\": \"404 Not found\",\n \"trackingId\": \"b21b1f7ce4da4d639f2c62a57171b427\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"The server did not find a current representation for the target resource.\"\n }\n ]\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "9f61cafa-0825-463e-a4bb-9e7600047b13", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\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": "e733bd72-e4e4-49d8-bd63-df29974108eb", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "suggested-entitlement-descriptions" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json-patch+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 {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\n },\n {\n \"op\": \"replace\",\n \"path\": \"status\",\n \"value\": \"approved\"\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": "Tagged Objects", "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": "c6ac0a54-41df-4c8e-8448-da7c29c1e5b3", + "id": "6a64b2d7-91b8-49ac-8986-0e218f4ae5ac", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -176053,7 +179305,7 @@ }, "response": [ { - "id": "c948b234-1bbf-448d-aedd-49374a5a9e14", + "id": "9a6bd147-3232-42d4-bbeb-927ee62e1844", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -176133,7 +179385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c06841-91af-492d-9412-96cf9a845a08", + "id": "15d4ff79-a207-4620-b1e0-07afce07d83c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176213,7 +179465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0ac6ce-2e7c-4b00-b975-f04830dfe289", + "id": "2501fe22-f894-431d-9595-18c68592f084", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176293,7 +179545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93af9d56-865b-4876-9713-f315015d578c", + "id": "5bdb17b4-dd24-4629-84b4-6cad4c3d8d8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176373,7 +179625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78f92de3-e5b4-462d-9060-dd15139c5d3a", + "id": "f2c0661e-724a-4709-8f35-27b125dbb8dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176453,7 +179705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595b99c1-b531-49b6-a10b-1b4c6d59666d", + "id": "adcb0aa7-ba8a-4dec-91f6-543e9c14c75d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176539,7 +179791,7 @@ } }, { - "id": "865d6835-2ebf-492e-a0e1-1cd3d2ebaeee", + "id": "9c72e6c5-84de-48ff-817c-39d59992bd3d", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -176581,7 +179833,7 @@ }, "response": [ { - "id": "c27e56cb-f297-483c-b2c0-a4fa5c79b3e6", + "id": "059b8fd6-9d01-4571-8255-7c800008fd41", "name": "Created.", "originalRequest": { "url": { @@ -176627,7 +179879,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cbe5d531-3579-4300-ac3d-a91fc19432f8", + "id": "711ac897-58f0-488a-8dc5-dfbb533032b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176683,7 +179935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8234b716-c4ae-4bdf-bf17-32c4cf6868fb", + "id": "8743098a-f8e2-4b04-8857-0bfddf3ff522", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176739,7 +179991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0355097-1cba-49b6-b0f6-37446c3f440f", + "id": "30da5efe-7f2c-4403-89b7-7c7047aa48d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176795,7 +180047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "526d3fe0-df66-44f3-8152-e8ea4a6c5778", + "id": "0816b232-ee3e-4ed1-af51-9d4b568a94e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176851,7 +180103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24256ac4-6792-4e81-af62-e003afa7f302", + "id": "393edd54-7ccb-44a6-ba8c-11cf0a741a1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176913,7 +180165,7 @@ } }, { - "id": "6ffceef0-2514-43b4-a378-bcc67bcb1b35", + "id": "cd6f3dee-1df4-4ed7-a4cc-f1ed24b9f17c", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -176991,7 +180243,7 @@ }, "response": [ { - "id": "54c38784-e58b-45b7-9625-3ed642bcb739", + "id": "72509d01-a83d-4d54-9f3b-65f1a389d0d5", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -177072,7 +180324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc53be0d-0a07-4f1b-873e-ecd0a05364a7", + "id": "4066e232-8bf7-40a0-903d-1390790466a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177153,7 +180405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e89328d-c644-4f2c-8fba-f8fae18f707b", + "id": "53005363-b217-4f57-9a5a-1bb7d7fc6078", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177234,7 +180486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5963bb2a-6369-4245-9e05-c835b9db5084", + "id": "65d00ea1-8c23-4e5e-84ca-5c1497b1bc11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177315,7 +180567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d803a4a1-1446-4d70-bbaa-a68b6981d783", + "id": "96f34580-d9ee-4cfe-ae6c-f72e758a3581", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177396,7 +180648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad6df408-ccf1-4dc2-9093-982c65f23b7e", + "id": "c3f7df5d-4972-4fec-b3c5-6cfdbc41405b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177483,7 +180735,7 @@ } }, { - "id": "3916963d-1adc-47bd-bb1d-d51a09cc2b4f", + "id": "14c65cf7-2bfe-4c04-8318-b7c330205d75", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -177535,7 +180787,7 @@ }, "response": [ { - "id": "37d4bec2-d70d-4966-a2f7-6b31f178ff1c", + "id": "38c6c966-4ada-48e3-a4c5-1e45db5f2a21", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -177580,7 +180832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11908a8-d4fb-482d-ad65-105d3dfbbc68", + "id": "706cc645-c9b7-4b77-8be1-d8975509658e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177625,7 +180877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ded8fc-f07b-44bc-94c9-670fe22b38c2", + "id": "f700c9c0-1241-48a6-99bb-89a02247475d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177670,7 +180922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62406bf9-9a65-4570-bd79-eaea6f6bf87b", + "id": "ad329477-6a64-4f39-ae59-a0f1200dcbc1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177715,7 +180967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be919b96-8639-49c4-86ee-ceffe855396e", + "id": "9fe9968e-c00f-4f13-ab9e-025ae6fed32e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177760,7 +181012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d6e75b-0378-4d37-8e2f-76261ddb320c", + "id": "c40c4543-c5d2-47c1-999b-71c2573e18dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177811,7 +181063,7 @@ } }, { - "id": "bfa7bc18-9646-4045-a20b-4c8d69006865", + "id": "cf356321-a1f7-45f8-9cc1-678bbdb455e0", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -177876,7 +181128,7 @@ }, "response": [ { - "id": "83425429-9733-4759-bc42-f596e4a91ff7", + "id": "b84adc1d-3cc0-45e7-ba30-805c3066abca", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -177934,7 +181186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3536bf01-f5ca-4184-86d2-cac53329bf99", + "id": "4b150308-adce-4c16-bc65-f239a55a29c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177992,7 +181244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3cc5ae-117a-4881-acfc-cddb8e547466", + "id": "9a656834-f938-42cc-ae02-3f0bd38763af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178050,7 +181302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a724b8f-93d6-4684-ae1f-26226bd8ca4b", + "id": "0ac0b89f-7871-461b-82c0-3c0e1c6bf553", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178108,7 +181360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94f0e373-9f0f-4a8d-bd60-8e13526b19e7", + "id": "7321c052-e251-4a65-a15a-aa77af3637a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178166,7 +181418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986854e6-bba3-4711-ab92-1b7997f965ea", + "id": "4a31a17c-23d4-46a2-a7b5-69ca0e1a27b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178230,7 +181482,7 @@ } }, { - "id": "c6fc3355-0784-4787-a0d7-37be4b18cbfc", + "id": "f21d905c-1042-4540-a8f3-93544a0a406d", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -178282,7 +181534,7 @@ }, "response": [ { - "id": "8f5e6702-0795-45f8-8c82-4a83fc79b467", + "id": "8142620b-ce84-4cf8-a7b4-cf9e972ac710", "name": "No content.", "originalRequest": { "url": { @@ -178317,7 +181569,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4b5f3982-36c6-4de2-87d6-b76244afbe86", + "id": "76597651-09a1-48b3-8233-0804741d8d74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178362,7 +181614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed5c775-3aa5-4930-a272-f6537eae5fa2", + "id": "06700241-028f-49cd-9213-6e84443ef251", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178407,7 +181659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037a6394-f117-4ba6-861f-126cdfcf034e", + "id": "dee90f3b-1d2d-4167-a72a-7064addd29b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178452,7 +181704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee380126-cf96-4487-831c-aa97286f32cc", + "id": "c493efdb-8331-4d17-bf22-ca74c364d02b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178497,7 +181749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11f4b9c-3c33-4de5-90c3-a738863721d1", + "id": "c75493eb-722b-4418-b6b9-27f6d61e7adc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178548,7 +181800,7 @@ } }, { - "id": "2408644d-b8c6-48f3-abde-8903ed1e3a6a", + "id": "30077746-1de5-402f-b3c0-c088d1d1fe2e", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -178591,7 +181843,7 @@ }, "response": [ { - "id": "7f695c52-bcce-49a1-9d85-991a943d1072", + "id": "9f1eb29a-ef8e-4bb0-840c-372ced741984", "name": "Request succeeded.", "originalRequest": { "url": { @@ -178648,7 +181900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f6b6ef-a96c-47ee-bd46-dcd0de77f1ac", + "id": "dbbfb2ef-c046-4356-93df-54ae69444b23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178705,7 +181957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26b456de-0824-47de-a8ee-86afa7332680", + "id": "ebb8b3c2-eb51-4c54-80ac-8712394acfeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178762,7 +182014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c31448-57c6-4d95-92bb-08bacead2ea6", + "id": "682ec780-82bb-4aa5-8d39-e6d7031f76ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178819,7 +182071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a794ade7-de02-4549-930c-708d01368c7f", + "id": "9369a18f-8709-4570-bbbf-847568b83098", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178876,7 +182128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45d2c738-afe0-49b2-a3fc-7e4d744a1c1b", + "id": "741626eb-51e7-4099-8198-d7e13b947910", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178939,7 +182191,7 @@ } }, { - "id": "d7efd5f2-d8b5-454b-a05f-139a9987e097", + "id": "23622a6b-e417-4a54-ab69-42a156bb2514", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -178982,7 +182234,7 @@ }, "response": [ { - "id": "2f79c74b-fdda-4f71-9ab3-389fb7844c83", + "id": "7e8aeb51-dc1e-43fc-a135-f036c839cd8a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179029,7 +182281,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a05f770d-58fc-4a59-bd29-97c0491e9940", + "id": "3d3d297d-95c2-4bcf-b032-54d52f555526", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179086,7 +182338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6c8476-c271-49a6-8ffc-2a71d32527c2", + "id": "00ff767e-c736-4b4e-93e6-834478d564c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179143,7 +182395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc21ce25-5116-4088-b194-c6f0c476e2b1", + "id": "13babc54-3be2-47fe-9fec-1c989fadb762", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179200,7 +182452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "294b3baf-274b-4376-b70f-c15463fe3eb6", + "id": "a4fc5ff4-8293-4284-aebf-a5ba8feeac32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179257,7 +182509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ebe36e-6a2d-47ce-b562-dd444e6459a5", + "id": "ccb174de-5866-4ab4-9a6a-dcd5bf756a19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179326,7 +182578,7 @@ "description": "", "item": [ { - "id": "e82cebac-2b83-4872-9c33-dddcc8bc4835", + "id": "cafead6b-77a9-41e6-b4e0-e245b458bf9c", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -179367,7 +182619,7 @@ }, "response": [ { - "id": "02d6ae61-1b73-4fc7-850c-ea0d77eabff2", + "id": "cfb72851-77ac-4258-8c15-5d2ddeda5004", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179411,7 +182663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0debcf-6ad6-4be2-865a-ea8f57c3d79b", + "id": "97df8914-0807-4211-a22a-3ae975631c0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179455,7 +182707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "762ac6e4-d93d-4f4b-9822-9d5e09b91904", + "id": "55645d6d-6ae5-42e7-ba51-a6e3a61362d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179499,7 +182751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0e3d3a-d286-4719-b202-02b528b6fea4", + "id": "1505296d-36d9-4c7b-802c-b7cb13f7c482", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -179533,7 +182785,7 @@ "_postman_previewlanguage": "text" }, { - "id": "76269eb7-c0bd-499d-99cb-f8a0d2887e14", + "id": "5ad8e899-b3a2-48e9-8c2f-b1fd8fcad31a", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -179567,7 +182819,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5d7b2668-880e-4aaf-9c40-7668a7b42b63", + "id": "ec223a38-2320-4248-9d7e-56e19a1d680c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179611,7 +182863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54bca0e7-fc7b-4e1a-9fd7-b27f87ee7233", + "id": "09e0aaa3-ca73-47b2-89c7-c3e46678e211", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179661,7 +182913,7 @@ } }, { - "id": "595e0f4e-ebf9-4e6b-82d3-3b40eb828d62", + "id": "48a95561-d905-4138-8c82-8a2c2a7998e9", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -179715,7 +182967,7 @@ }, "response": [ { - "id": "c12bd682-1d60-4917-a881-eeb6fb84d902", + "id": "ae817ede-99fd-459c-92f6-13e52175f6b8", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -179772,7 +183024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1068432-e7c4-43ac-9f16-0d6e31586433", + "id": "64080d27-bc4c-43a9-b747-5ab90d8bf652", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179829,7 +183081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9ab098-7a97-4d96-abc6-6bef98713e28", + "id": "efa3b81b-32c7-4d69-ada9-c04802e7fd6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179886,7 +183138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845bc026-7d5c-45dd-ac42-fb7e88902c8f", + "id": "468c1226-0e8d-4bfb-ab1c-f81aebf47e9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179943,7 +183195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36910f1-551f-4d7c-a0c8-f07260f68727", + "id": "2222ea3c-662e-4acb-aab2-bbcd5441622a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180000,7 +183252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eee50df-0292-4fe0-ad7d-6e1f52cbca0b", + "id": "bc4f25be-02c3-4c00-be1f-f6a21465f83c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180057,7 +183309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c676e237-1349-4861-99f5-5bb746265a67", + "id": "e1602656-7ab5-459c-999a-71c77dcb2afb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180120,7 +183372,7 @@ } }, { - "id": "3f8df4a7-79e2-4476-80cd-0b5b187f780b", + "id": "05e186fc-01c1-4b81-92ae-af9aaf8b5560", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -180195,7 +183447,7 @@ }, "response": [ { - "id": "d663ce54-aa87-4d76-9005-ae1166b99faf", + "id": "086481e3-2021-4d48-87e5-bb2087c479d0", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -180284,7 +183536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50338097-4f6a-4c93-9e8c-1ca3ea534d20", + "id": "73f1336f-04f7-4e6e-bbae-7cfd37779321", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180373,7 +183625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551babe2-1d11-4d53-9624-4a6cf67097fa", + "id": "1587a0e5-022c-4731-80fe-96e519e798bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180462,7 +183714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063c5abb-53df-4673-b75e-c6f5ea7de156", + "id": "f021a6d1-2ed2-4ee8-b5b1-def65b72b5b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180551,7 +183803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "440c19ca-1668-4d90-9f3e-ced64dae7bcd", + "id": "e0c5b052-6e2c-4c75-9076-eed85c78baef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180640,7 +183892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8ea50a-66b4-42e0-b986-e7f9728c6930", + "id": "927e9e17-bb11-4f0b-8ab9-79204cf9b226", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180729,7 +183981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de00c9f9-5c7b-4cfa-8c4a-09f4bc93e370", + "id": "46cbae5b-bc2d-4c0d-82c9-918b717135bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180824,7 +184076,7 @@ } }, { - "id": "4581698d-55de-4a4c-8585-0f8fbb9a2f69", + "id": "7839ee82-925b-4f16-bc0f-7f15d4f91497", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -180882,7 +184134,7 @@ }, "response": [ { - "id": "61228621-f33d-4d72-aacd-549da695946d", + "id": "f66e72c8-1f0b-4a7a-b215-9238d38bad85", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -180954,7 +184206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6475d1-43ca-48dd-8398-c30ac01fc4e6", + "id": "b148182a-c4ba-4459-988d-e594a7c11b94", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181016,7 +184268,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5b178635-fc15-441d-ab87-4954bc9c8a8e", + "id": "fc33c8ad-c2c3-4e03-b364-0e93f475a1d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181088,7 +184340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9726522-b950-4934-b776-dbe1115bcbbd", + "id": "9a5bac96-6b73-44c8-b099-8d697e0a7692", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181166,7 +184418,7 @@ } }, { - "id": "6bc057c3-25ea-406f-99be-f3a78d7b3e9f", + "id": "aaea7d5e-5dfa-44fa-95f4-04dfc251f9b8", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -181224,7 +184476,7 @@ }, "response": [ { - "id": "1caf8fdc-4ba5-451d-8669-66ccf8662f54", + "id": "fc92d611-d1ee-47c1-b7f2-f08ef9353e4c", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -181286,7 +184538,7 @@ "_postman_previewlanguage": "text" }, { - "id": "79a68a53-c758-41ec-84ab-b640c1328f4d", + "id": "c412dd85-6d97-4145-adf0-12e87d608054", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -181348,7 +184600,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3358918a-3752-4362-a8a3-d8c39e6cd5f9", + "id": "7ca4efe8-59f6-4af2-8044-aced0c84c08f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181420,7 +184672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9127fbab-071e-493a-b30b-060955aba309", + "id": "29ab9ff2-c681-4262-a883-bc41bd546059", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181504,7 +184756,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "24c26c53-f8f6-4e00-a564-e580cf32b0cc", + "id": "0293a714-faa3-4a32-8056-3cec82937ecd", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -181533,7 +184785,7 @@ }, "response": [ { - "id": "87989627-ba2c-4c92-92d0-9b1442ec55d3", + "id": "4947ac50-8fa0-4618-bc7f-d7894d64f0f7", "name": "Tenant Info", "originalRequest": { "url": { @@ -181576,7 +184828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8437022c-7590-4ecd-92af-54271500c030", + "id": "75e361f2-a917-4861-8b02-9c79dbd93626", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181619,7 +184871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32929925-c5b7-4e4b-9cbb-7d7ea48dbfd2", + "id": "3ded5223-ec16-47be-b5a8-b1bafb31f82e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181662,7 +184914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56cd502-710d-4e14-9b2e-04dee1480630", + "id": "c5cb3311-a8be-4c27-97b8-ea0384b17316", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181705,7 +184957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d41238a-619e-459b-b9a3-10917660d66d", + "id": "0bd609bc-1eaa-44ca-aadb-9274bdc88702", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181748,7 +185000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd8d00d-382e-4d4a-8ed3-c226721b7801", + "id": "a7e07e2b-b043-4f72-8507-84673d1ec576", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181791,7 +185043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32aaa1c3-11f6-4cac-9a3b-a689fb0d72ef", + "id": "3b9afd9b-9bb4-4a7d-9e19-76d81a39f202", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181846,7 +185098,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "c7da1868-fb36-4695-9e50-b7bad91837c5", + "id": "249f234f-20db-4a02-ad5d-eedc42a83148", "name": "List transforms", "request": { "name": "List transforms", @@ -181921,7 +185173,7 @@ }, "response": [ { - "id": "fd3e3941-0a59-4e46-b692-92c0ee1564ac", + "id": "4c77ae90-6d11-49d8-9146-b684e2098730", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -182010,7 +185262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7bd1682-ee96-4bfd-94b9-059773addd27", + "id": "79abd804-51f0-46f8-9cf3-fc8a1d18fc17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182099,7 +185351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baaed0a5-e4a4-4675-8944-bbf9e4b10fca", + "id": "6b154cfa-e13f-4721-8b9a-3e6a12461ab7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182188,7 +185440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9531df21-4022-43df-8111-56db79086f0a", + "id": "e192b47b-1a5a-46ea-8992-b3c1981edfab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182277,7 +185529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3cebba-750e-4f2f-b63f-30858388ebd2", + "id": "fb465140-22cf-4d64-b696-34fce3a7c9c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182366,7 +185618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fe16dec-79e1-495e-bdf3-fd16f8c49c76", + "id": "ac8f6858-48d0-464e-8ae0-0ab7b08ab6ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182455,7 +185707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a9a665f-818d-4fff-8f1b-da9560e2a962", + "id": "f30f4760-5198-4a3e-a070-7feea63c0a5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182550,7 +185802,7 @@ } }, { - "id": "65b084a2-f0db-48f1-b280-ffefca30c505", + "id": "5cbe4c79-0a22-43b1-bbec-76f5fd53b060", "name": "Create transform", "request": { "name": "Create transform", @@ -182592,7 +185844,7 @@ }, "response": [ { - "id": "f5bae2c9-0a2a-4060-9b1b-5385e1483566", + "id": "152d907e-9482-45d2-b3ff-fee9e704d53d", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -182648,7 +185900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3112352d-2102-4a4a-813a-bfbfa98421ac", + "id": "e0f7c201-135c-44d1-8cf8-f146f0a7da53", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182704,7 +185956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab857cea-7765-4acd-b538-67872a474a44", + "id": "59dda2af-ae3c-4888-b886-a073550ab185", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182760,7 +186012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f86da31-0ec1-4e62-b3d9-384d919bcd08", + "id": "3b425749-b8d7-46a3-a94d-282f1c796d51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182816,7 +186068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88be67f-527d-4953-b1d2-ab3999dd980a", + "id": "692a3bb7-2049-4ae2-b61c-05c02ab4226c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182872,7 +186124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ea4ac5-c81e-4ce8-9317-1094c5316b76", + "id": "6d78fe56-33a5-469a-b85d-922e0d4a8206", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182928,7 +186180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236e1bd9-3154-474c-a5fc-c8b77b907458", + "id": "b16450ee-d45d-4d82-917c-b6101e0e7e0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182990,7 +186242,7 @@ } }, { - "id": "d278df20-9229-45e0-8e14-a967451f03c5", + "id": "22fd7b1d-0c54-47a3-8276-b6111e980d43", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -183031,7 +186283,7 @@ }, "response": [ { - "id": "fc726744-b39f-4284-8917-3d4ce996dba0", + "id": "79e1a718-00c1-49e9-8a55-b5b447202b58", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -183075,7 +186327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9600f70e-9c5f-4355-8ac4-ad901413ff38", + "id": "decaa3cd-4934-45a4-977d-90c16302e85e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183119,7 +186371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c57c5a5-72dd-4ea8-bb88-c82bfc7d0aaf", + "id": "69ed7115-6912-4447-973e-e01853c962d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183163,7 +186415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ceb7e1-52c6-4c32-adf4-76ad8fa5b3a9", + "id": "fdc5f868-2279-4818-9372-0ed545f93941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183207,7 +186459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4dd49fc-1118-480a-9b8e-c398f42a575b", + "id": "e4af4c06-2318-4912-b562-8118ea01c337", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183251,7 +186503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92d2d64-9eb5-4899-9fb7-4b9ce241f453", + "id": "475ba6a5-5b5d-4969-a3ea-b4a586fc1904", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183295,7 +186547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ce8f30-05e4-437f-8bb1-955014940a53", + "id": "d4e6a485-ed99-4876-966d-b5260c6d4049", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183345,7 +186597,7 @@ } }, { - "id": "40045e64-9281-42a5-8a76-7143fe89b69f", + "id": "318c7c88-8e78-4c5d-bc31-c33d5bbcfe3d", "name": "Update a transform", "request": { "name": "Update a transform", @@ -183399,7 +186651,7 @@ }, "response": [ { - "id": "41adce92-fc19-40b0-99a5-af781058cebd", + "id": "2965d805-dd62-479b-86d6-584311a14f1c", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -183456,7 +186708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d144157c-81bb-4355-beda-81e37aec410b", + "id": "a8227279-cf92-4f41-be66-9ae872f18081", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183513,7 +186765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa666c2b-1103-4c75-b7da-b02e17240fea", + "id": "5f69b89d-48e0-4094-8d74-f7192ee36a99", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183570,7 +186822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9c5c93-799b-4c93-bc4b-daa767c7697b", + "id": "3ad84a66-0bcc-4078-8cac-75c72a356bec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183627,7 +186879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec14d89-2db7-4abc-878d-fcbddf79589d", + "id": "6f11e65b-4331-4572-8547-7a3fbb213c26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183684,7 +186936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa21ec6b-e730-492f-9e10-435fc4caa92f", + "id": "cdd16862-b31b-435b-95e0-a498e920cf9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183741,7 +186993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a925851-bedc-4c9c-8291-eb907a511563", + "id": "0b0ac986-8d0a-4265-ab63-99d529765938", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183804,7 +187056,7 @@ } }, { - "id": "76be065c-9c31-459e-926a-8a1954ce6291", + "id": "d242985c-a8eb-453c-8411-8a5d5291b360", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -183845,7 +187097,7 @@ }, "response": [ { - "id": "ae97e9f5-aacc-45d5-9d81-3496b8b2f415", + "id": "77f5bcbc-4432-4e02-bafd-6451053e34e9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -183879,7 +187131,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e7b95dd6-b8df-42d2-8159-51d66bc89df6", + "id": "a2fe3e1d-2705-478c-b20d-85b0334981da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183923,7 +187175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2816d97e-1095-4e3b-98bc-35cd672775aa", + "id": "2c9eade4-bbf6-4fc7-bee8-2eee36f58fd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183967,7 +187219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5d8eef-4926-4b13-9891-09cbd8b325c4", + "id": "b0bff4d7-2794-4e94-9b3e-8469605e8b2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184011,7 +187263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c326459f-0ee0-4dfd-bdb9-f199a1607e8a", + "id": "01c3f88e-3f5f-491c-8620-9f65ba5b3cef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184055,7 +187307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f0fe57-f3cd-4dc8-8747-bc24e6232f7f", + "id": "54ec778a-2ce4-4da6-ac0b-cc3af00df263", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184099,7 +187351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281e893e-8d82-4847-a4f3-0d30e8bd2b5d", + "id": "155e5157-5671-4d6e-9803-8056d6c355fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184155,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": "081ab6e5-2732-4e5f-86f2-69079bfe244c", + "id": "f3426133-a187-4158-9036-47b97e6a66a9", "name": "List Triggers", "request": { "name": "List Triggers", @@ -184230,7 +187482,7 @@ }, "response": [ { - "id": "712185df-fd9e-4de2-96e2-3a9609e54c57", + "id": "273aa682-bd07-4843-8f14-a6018b7588bd", "name": "List of triggers.", "originalRequest": { "url": { @@ -184319,7 +187571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b640f6-4d36-45d3-ab50-d14576dd9c8d", + "id": "4a46a01e-c573-4322-b131-a63472ccda3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184408,7 +187660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99bea667-2d06-4c20-a074-44993e2dd4ff", + "id": "5200c3ee-3bd2-416a-b7a8-394c2ad47e5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184497,7 +187749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f21ecf50-55ac-4433-b152-e04383ff6432", + "id": "29cbf87f-56ac-4728-b89b-b27d46c853fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184586,7 +187838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09db3d51-b288-4a84-945b-7440f41a7c26", + "id": "1b4b720e-df4e-4018-9845-eacc8493a38c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184675,7 +187927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf976ef-a8a0-4d57-aea1-8b0d4da6ec47", + "id": "c94df49e-7cdd-4811-8211-9f8ddeba3021", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184770,7 +188022,7 @@ } }, { - "id": "c64e0993-ae9c-48bd-8843-3c38b72c9b0e", + "id": "ed97028b-8736-40ec-84bd-25dc76bfb323", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -184812,7 +188064,7 @@ }, "response": [ { - "id": "51c5430f-2e86-43b1-b114-061cf6f6f3f7", + "id": "b421c7de-c54c-453d-923d-9d1e2ff71660", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -184868,7 +188120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9b403d-bc0d-4cb3-bd73-f19fb88382ed", + "id": "f35a7061-7f20-4799-acba-2f02b2c0da51", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -184924,7 +188176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "169e70dc-f210-4968-a087-5719d03b6ab2", + "id": "b92cbbfe-c13b-4eb7-aa99-6c44a2c2739c", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -184980,7 +188232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b1880d6-e52c-4c86-9c9a-297705db39b9", + "id": "21c86589-c6f4-41d9-a9be-5c4fb58e77bb", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -185036,7 +188288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8008d2-c19e-44b6-b0ee-8f4921e3587f", + "id": "c6b92130-002d-4fb4-836f-2adf3f4c73db", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185092,7 +188344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "403c3ba5-fd7e-45bc-b7ca-bf8db236e204", + "id": "9d56d228-eabc-4438-bb0d-b28602a8988e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185148,7 +188400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9333632-4c53-456d-9841-516837276d75", + "id": "b29573d2-2d4f-46ee-92bb-a9357554c879", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -185204,7 +188456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afca6d14-1a8a-42a9-b940-e4c266185199", + "id": "2e49ca79-5b05-439e-934d-0b8f01eba2e2", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185260,7 +188512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab0449a-67ef-4ad4-bf5c-5ed7310b32d5", + "id": "889af296-c8f1-474d-ac13-aa248340cfcb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -185322,7 +188574,7 @@ } }, { - "id": "eb966360-9631-4399-9fd0-acbb9fb49fce", + "id": "22821b71-b8e2-419b-bcf7-4c3cbee82fc1", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -185397,7 +188649,7 @@ }, "response": [ { - "id": "3021226f-132b-4570-b01e-98344c3330e5", + "id": "5005ad9e-d145-49d9-80f0-c6d3582cf29d", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -185486,7 +188738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b265f9-5762-40d6-89fd-e0b5b7e13da8", + "id": "e08d7d2c-bd8d-4f87-a87b-886cb0c250fc", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -185575,7 +188827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3ed6df3-261e-4725-bd08-652118747d18", + "id": "78683819-ca91-48d4-bd74-c1c5e9bfad27", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -185664,7 +188916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6352c567-4113-45ca-b2d9-d619dc8041c0", + "id": "433f5b77-2dd3-4d2b-ade5-2c9a1e19e8d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185753,7 +189005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6618217b-e79d-439d-bd4e-7dd548568d27", + "id": "e9b4d5e6-7d73-4e20-a765-0f7c10371918", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185842,7 +189094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f567ee1a-7c16-4455-83c8-342a7534575f", + "id": "ed51e747-0749-4ea0-996d-84c28913f513", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185931,7 +189183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ba08be-02ad-4037-ba00-1c983cf80564", + "id": "743e394a-f6dc-4b5d-a627-31f5de9af4c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186020,7 +189272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca8b3add-0253-4283-88c8-9629fb318423", + "id": "78ae106a-8056-4f2e-8515-3b541a88d45b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186115,7 +189367,7 @@ } }, { - "id": "5b299c49-d424-4368-989a-416f0e8a92d9", + "id": "3209704c-0acc-42ea-960c-124b88ffe57e", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -186169,7 +189421,7 @@ }, "response": [ { - "id": "9d7066f0-cc8c-46fc-87b5-ce010a9972dd", + "id": "818241d6-d1ea-465c-9bb2-3157a9bad7dc", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186226,7 +189478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e835f682-0363-48c6-bce8-aa732ff6530c", + "id": "5b04972c-4510-45eb-a684-f9862689df27", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186283,7 +189535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4bd1cd-0719-4ef0-8973-ba8de03e0358", + "id": "f6968a1d-7cc1-4855-88c6-05fecafa587e", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186340,7 +189592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7456a69-096d-40a0-b4af-8231e899db3d", + "id": "7204ec8c-f9aa-46a0-81aa-f791c9d0065c", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -186397,7 +189649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f03e43b-57ca-44df-a770-6fa84cf5debc", + "id": "8d0499cd-bc30-42be-a31a-af28c050554a", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186454,7 +189706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee7269b-5d7f-4d85-a6d0-bd88e4ed2526", + "id": "a6c8465c-55b6-4aa9-8b37-e1e1841d5fcd", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -186511,7 +189763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e45576-fb2f-44c9-8a42-ef84f4b85adf", + "id": "2c4c258d-7351-4e83-9b83-51281bf87d0c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -186568,7 +189820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e08d78-89a6-4284-8cfa-4ca2dfabef9e", + "id": "0dd1bc90-77c9-4565-9a7f-ef270b00dfb4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -186625,7 +189877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "122bb648-59ec-4cdf-9e41-f9596dd30044", + "id": "4abec136-faca-4f39-b134-dd609ce7d7bd", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -186682,7 +189934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2846ee7c-8b38-4232-8649-0c81d87d1488", + "id": "0c737f5a-2bd1-4aaa-a0ba-405dbaffefce", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -186745,7 +189997,7 @@ } }, { - "id": "e048babb-3e97-40ca-8572-329424d27f00", + "id": "1261e2ca-a613-4bcc-a2c9-8ef9d3148558", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -186799,7 +190051,7 @@ }, "response": [ { - "id": "0215f417-d4fa-4a8d-aaa6-a2dba58a530d", + "id": "f714221a-4798-4486-bf21-12f596b6de1c", "name": "Updated subscription.", "originalRequest": { "url": { @@ -186856,7 +190108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e67e661-a6c4-4e75-9b47-ea9f3993f561", + "id": "497eb9f9-e5aa-4343-b0ac-12b8e3fe3b7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186913,7 +190165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a789845-f165-4274-acbe-08082a49d859", + "id": "ca3155cc-052a-4393-9d38-d780bc17fd37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186970,7 +190222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "258cba90-1079-41d6-9fa5-464f4e69ab60", + "id": "0e3d4e4c-9bdb-43cd-925c-5ddee474e654", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187027,7 +190279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2cb8989-9844-4ae3-a55b-5468589019d8", + "id": "991b8e40-5a54-4ae1-ae9d-e6aa650204ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187084,7 +190336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68e65e41-10dd-4015-87a5-da5299b52aa5", + "id": "a228e1f8-34a5-4bbc-b48a-014e100586c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187141,7 +190393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56388a36-090c-4e94-ac88-69bb9ff1a248", + "id": "a03f5f2a-f236-404a-8d53-a9c688a6b21a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187204,7 +190456,7 @@ } }, { - "id": "1ac46b97-a3a0-421b-88ec-c655a384279f", + "id": "1f6cb662-db6d-400e-aeae-c38a06a24ac6", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -187245,7 +190497,7 @@ }, "response": [ { - "id": "3608b962-380c-41f2-9f4d-2c298caee39b", + "id": "4087d97e-abcb-4a7b-b021-767f4fac7646", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -187279,7 +190531,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41ba0761-b393-4ef7-a669-0f52dffdbe24", + "id": "e4c8001e-1a61-4aa1-bc5e-1e7206a55e12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187323,7 +190575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56e752c-ce57-47f0-a7a5-bab060aea4e4", + "id": "ada5caa0-59ab-4b1e-ad28-674fac2a84cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187367,7 +190619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f7bac8-30cf-4acd-afbe-6b217382c2fa", + "id": "19a297f0-16a6-466b-bf03-06a7390e739a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187411,7 +190663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc5171a4-d4c9-4973-8b5a-4322bb7fe319", + "id": "59095d8c-efbf-4e8b-b062-ab76ee7d450f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187455,7 +190707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ea1f04-1752-4af3-ac2d-e2ae4ab18301", + "id": "6a067b5f-5385-4c08-bc39-7c8ad15a3e24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187499,7 +190751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0b2cbe-3b0e-431d-84ea-39e23a22b951", + "id": "a22af6e3-aec6-4f93-8708-d9559a2a3963", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187549,7 +190801,7 @@ } }, { - "id": "fa769747-b0e1-421b-a21e-1d4c414ee7f0", + "id": "1318c731-cea9-4fc5-ba4e-594f36f83b60", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -187592,7 +190844,7 @@ }, "response": [ { - "id": "f3247ff7-4c51-4794-8d04-8828ff5040f1", + "id": "2f04f84b-2eb2-4154-9995-a5868d86f000", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -187649,7 +190901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421fd6ff-1641-4090-b41e-7f66a0ffda51", + "id": "1149527a-40b8-4346-ada7-67fbd29daeab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187706,7 +190958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e0d1c4-c303-4e89-a13f-60e70a5e2ff8", + "id": "d7a060ae-7747-4cb0-bc95-f62682d71aaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187763,7 +191015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "941e5911-eee3-4c44-8b6b-01b435fdc865", + "id": "d9f724cb-4ed9-47bc-b0a2-91976bcc1941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187820,7 +191072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7d61e2-c453-4cd3-98d0-5cfd428dbfd1", + "id": "83a124a4-9722-4b0f-a819-39c0aa1d0a16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187877,7 +191129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2b48de-f0cc-47a6-8fde-9d07cb14e870", + "id": "b5eb62b7-81fa-474e-9815-f49839130024", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187940,7 +191192,7 @@ } }, { - "id": "c2fff5cf-ccb5-4cce-9bfe-c2b88c399dd5", + "id": "02a56764-2882-4ebd-8133-aa67ad7c99e6", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -188016,7 +191268,7 @@ }, "response": [ { - "id": "e3803cb1-bbe1-47d2-b77c-1008cc99b3d5", + "id": "380f8021-677d-41ee-9376-ca0d4eac51b3", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -188106,7 +191358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680418f2-e4d1-43b0-af7c-8c98fcfb4a67", + "id": "ca09c717-4d84-430e-bc6e-9cd1a2248b29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188196,7 +191448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11fad9e5-623b-4b3f-b24a-9b6d98645070", + "id": "57d9345c-c10a-44a2-8924-8e22da649a61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188286,7 +191538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07818d9d-465b-416d-9126-b73ad1e96e27", + "id": "47c5a106-a0de-4738-b232-8ef9af734553", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188376,7 +191628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669446f0-c88b-4373-b660-736821b474a5", + "id": "64d13c08-8fb5-4646-b029-65298e0ea2d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188466,7 +191718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a666a4-7a7e-4e7a-ba4b-09ed3c9bbf1d", + "id": "eeb3896c-42a2-42a4-b4e3-e2c70246e812", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188562,7 +191814,7 @@ } }, { - "id": "efd4e652-b091-476c-bc6d-d3613944b76e", + "id": "c819bd32-4669-4ae0-8783-f19f6b492b64", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -188617,7 +191869,7 @@ }, "response": [ { - "id": "38dbf1c1-fed0-42be-ac0e-fe7e4bc0ce95", + "id": "8940394a-2bd3-49c5-821d-523f6dfd6a23", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -188665,7 +191917,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ef3cbc94-62fa-4687-b57d-fe4aa99df41f", + "id": "0794e8bd-2b34-4952-be86-2ffea9855849", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188723,7 +191975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26491725-694e-4bf4-bd9a-0a7f5f8c49a2", + "id": "0fced131-15d3-4a9e-8e93-f38d248a8b28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188781,7 +192033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb727195-c492-40d3-9eba-3e3611ea1f0e", + "id": "b6a8556b-23f7-411a-b1a5-133385a3cc5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188839,7 +192091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3256fc0-2b1d-4c44-aac2-2dd7109d3444", + "id": "9c5f922e-d780-4d3c-96b8-8aa01c48af67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188897,7 +192149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "805d8ac7-5945-47eb-a640-05e5aa330d5b", + "id": "364e1ab9-67a1-41d7-8463-1d8c92b9f9c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188961,7 +192213,7 @@ } }, { - "id": "8d49efd1-d344-4481-b2f4-e729ae254cd4", + "id": "09f1203a-8380-4345-a1f3-a90dd7408a3d", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -189004,7 +192256,7 @@ }, "response": [ { - "id": "4a183849-8b2c-4273-8623-1b348bcc9ae0", + "id": "08ffc455-5bf6-41e3-aca3-80b94d4be47c", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189061,7 +192313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41fb19b7-6848-4603-a5e8-6842203bbcd1", + "id": "331d41be-7479-4901-8996-b2525bd629ca", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -189118,7 +192370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27aa3ff0-9f08-466e-b0e2-c7784a9f650f", + "id": "6348bde9-8a5d-4ebc-84dc-d067a5822630", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -189165,7 +192417,7 @@ "_postman_previewlanguage": "text" }, { - "id": "42ee5ffa-1065-41f0-849a-1d9c9b8a4d84", + "id": "2806534a-de7c-4dcb-b880-a89911260934", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -189222,7 +192474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c26fe5-f15d-4197-86bb-44a7dfb9b42c", + "id": "df914465-06ab-4394-af4b-222f52b4f804", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189279,7 +192531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfe600a9-efe0-425d-8492-3c26b156e9be", + "id": "9839e2ae-c144-40bc-8bb6-d67c2cffb54c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -189336,7 +192588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9c27ba-e4f3-43ca-add5-baf3c9bbda6b", + "id": "7c046331-b0a7-466e-aeb8-bf49d6d79150", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -189393,7 +192645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1f12cf-ce26-46b3-a271-e11a8ee60dcc", + "id": "ebfdabe3-2782-401a-8400-6ffe7af34db7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -189462,7 +192714,7 @@ "description": "Use this API to manage mappings between various SaaS vendors and Identity Security Cloud (ISC) connectors.\n", "item": [ { - "id": "90dc5eb5-a9e1-4377-81ed-769db0438cdb", + "id": "50eb3c09-f013-487f-aeb7-93b286fa1c37", "name": "List vendor connector mappings", "request": { "name": "List vendor connector mappings", @@ -189491,7 +192743,7 @@ }, "response": [ { - "id": "e19beb1a-94f7-4e79-929e-12a84e9a89f5", + "id": "12dbd7fc-6584-4246-8d8d-43f69ff37f91", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -189534,7 +192786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90acbf4-b661-4fb0-9258-512b1c04fa3c", + "id": "22eebcd1-f306-4991-8593-f1a50356ce27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189577,7 +192829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7575ed2-4eff-4b7b-a768-c4938a195041", + "id": "ea0bd99f-e24a-41c1-bfb1-0b4eb266837b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189620,7 +192872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb5864f3-08ef-43c8-bf43-4c00e293fe84", + "id": "004b0ec7-018b-4c0d-bd89-a36ba0e7c1b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189663,7 +192915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e44b0f6-86fd-466e-9276-14c66e23d7b8", + "id": "8f7ff957-0222-46b1-b289-bf9ab2e4cb45", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -189706,7 +192958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30c3c733-7fa8-4031-a1f5-16373854c671", + "id": "c241feaf-8ee7-4d70-940c-592f505e69c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189749,7 +193001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d74cac1-496d-42fb-bedf-0b861176f3e4", + "id": "4be0ae32-4219-4f73-a93d-c2fe467541e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189798,7 +193050,7 @@ } }, { - "id": "4101afd8-498e-4d81-84dc-b41b7ccc57d0", + "id": "38e872ed-870f-4532-ade2-e237f7ce1daa", "name": "Create a vendor connector mapping", "request": { "name": "Create a vendor connector mapping", @@ -189840,7 +193092,7 @@ }, "response": [ { - "id": "b2b52e6b-966e-4941-96a5-964dd86c4b42", + "id": "e0ed293c-d8b8-4ea8-b8d5-40f929b3c248", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -189896,7 +193148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77302342-4bbc-4e2a-89b0-f98c118ac91c", + "id": "67b3a52c-afd2-4427-84ac-ef916acad7e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189952,7 +193204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc89bfe9-26a2-422d-99cd-52781e62aa77", + "id": "677494c4-b9a7-4feb-93c6-2e4eda8b7d7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190008,7 +193260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c56e991-8506-45e4-8177-de70f34b38f2", + "id": "61aaf6fa-9295-4034-8947-d7f30e9a89e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190064,7 +193316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44da514b-8716-4c6b-bfa9-f2fe9695354c", + "id": "ec118578-b3cd-4c5c-b27a-0335c462c496", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -190120,7 +193372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b8671f-f464-4d5a-9a26-0fdc87af0d92", + "id": "043a86f8-2bed-4f1b-8cef-3e7bb9e81cb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190176,7 +193428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f87d654-d2d5-4827-8309-6d7397a3d6ac", + "id": "5d911f4d-daaa-4111-9552-1021b531f1e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190238,7 +193490,7 @@ } }, { - "id": "8eefdacb-439f-4161-af6b-6fb70fede1ef", + "id": "89f7e014-c455-428e-b558-6928f32647c9", "name": "Delete a vendor connector mapping", "request": { "name": "Delete a vendor connector mapping", @@ -190280,7 +193532,7 @@ }, "response": [ { - "id": "3a27ce7d-1de0-4a5f-b6a7-4b170a50ec35", + "id": "063edb3f-ddf0-44bb-92dc-e9ebbde29434", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -190336,7 +193588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0536f647-0396-45e4-b623-81f013a6a473", + "id": "b0ae4043-fe5a-47f3-bf7b-25b24cb4ae44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190392,7 +193644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0f34d2-bf88-4de4-b9e1-09a1a31adc14", + "id": "9291b3cc-d6e8-4356-9615-79514d329968", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190448,7 +193700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2139df0-79af-48a3-b334-5c8caad154a3", + "id": "12f5777a-59cc-422f-8ac1-2adea0eb6b1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190504,7 +193756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ceff01e-7b28-404b-8c52-ac97246ffe09", + "id": "98b89711-ee3a-4a9f-b70a-8fb211bda06f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190560,7 +193812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7d7f4d-60d4-4ded-9477-71ab6a51d5c8", + "id": "7a76420e-c827-4431-adab-339ddc10997d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190616,7 +193868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46eeed70-23dd-4b77-ae23-90affa9f20b2", + "id": "2b102e78-3033-43bb-8a09-455be73e2258", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190684,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": "5e2d34a8-5442-4a83-a4d8-3af869dc714e", + "id": "0a4e432f-ba0c-4a2e-88d3-a14513e2c5ce", "name": "List Work Items", "request": { "name": "List Work Items", @@ -190734,7 +193986,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -190750,7 +194002,7 @@ }, "response": [ { - "id": "96eef448-a82a-45d0-9d7c-d8cf0d788e98", + "id": "014a1f59-78e5-4f05-97ea-615934a057d5", "name": "List of work items", "originalRequest": { "url": { @@ -190795,7 +194047,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -190830,7 +194082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e779e6-8d52-407c-b872-700eea93464c", + "id": "ec9504db-ad50-495e-aaff-a0d11d08222b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190875,7 +194127,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -190910,7 +194162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3943dd63-0651-48d5-9f0d-a0c54bf9e437", + "id": "25746114-ca86-4303-a995-33a76dc56c49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190955,7 +194207,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -190990,7 +194242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886d28ce-510e-481b-b862-70ddb3510de7", + "id": "438b425e-a646-47f8-8eb4-ff1f352f9c3f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191035,7 +194287,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191076,7 +194328,7 @@ } }, { - "id": "1395d207-bd6a-4377-98c4-24b7a29a04df", + "id": "8915227c-c24c-470a-83f3-30aace9e7c20", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -191100,7 +194352,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -191143,7 +194395,7 @@ }, "response": [ { - "id": "380fe381-42f5-4173-8314-327cc5cf633a", + "id": "42597b51-5494-4607-ac65-9bdd72ae44ec", "name": "List of completed work items.", "originalRequest": { "url": { @@ -191162,7 +194414,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -191224,7 +194476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f25e8cd-51f5-43ca-9485-7186fb04444c", + "id": "ea7427ff-36a9-4011-8486-a39053d29a77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191243,7 +194495,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -191305,7 +194557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df82711b-0035-4745-9ca9-1883ff93575e", + "id": "811cb871-245a-46ec-8636-2e5f27eead7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191324,7 +194576,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -191386,7 +194638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e6009cd-3d4a-42e3-8336-07e6b363886b", + "id": "280053b3-8ccd-4140-b9c3-95ac405b0c61", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191405,7 +194657,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" }, { "disabled": true, @@ -191473,7 +194725,7 @@ } }, { - "id": "d57cc20b-393d-45c1-b15e-e6a809d65630", + "id": "15e16929-dcb9-45e3-ae6f-f9e2f10fda7f", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -191497,7 +194749,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191513,7 +194765,7 @@ }, "response": [ { - "id": "12598e6b-93f5-4694-8b8e-f945312abceb", + "id": "da03d011-978d-47ad-b283-7b00775f2c91", "name": "List of work items", "originalRequest": { "url": { @@ -191532,7 +194784,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191567,7 +194819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "196de51e-82ed-44e4-9d4a-f94b1b6b4492", + "id": "47f7e582-8065-485c-9651-bf59a93456c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191586,7 +194838,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191621,7 +194873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfbaf76e-9b60-4ed3-b4b2-7f699698df12", + "id": "97d25029-7019-429a-a6ac-740c8e54bf8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191640,7 +194892,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191675,7 +194927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3049ab1d-ae44-41b9-a500-91265368909f", + "id": "97e36cde-3c28-438c-b765-6ed4abdfb1c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191694,7 +194946,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191735,7 +194987,7 @@ } }, { - "id": "8d1c867e-34ca-4ef6-95c5-2aa5170b35cb", + "id": "e95949e7-11a6-4384-aa40-3ec36b6db4d6", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -191760,7 +195012,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191776,7 +195028,7 @@ }, "response": [ { - "id": "db5c2167-4dd2-45bd-8b45-44802d7b4a5f", + "id": "ad87a5bb-fcad-4cdd-9291-967467fae974", "name": "List of work items", "originalRequest": { "url": { @@ -191796,7 +195048,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191831,7 +195083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fba52b-9c01-4e40-8498-cd4cd5204680", + "id": "b6a1600c-28ea-4817-84a8-c77624908995", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191851,7 +195103,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191886,7 +195138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a3dc683-245b-4214-8750-e4ece5e729dc", + "id": "d00ac690-38f5-42f1-b562-9f856e4ca2e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191906,7 +195158,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -191941,7 +195193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72e247f0-e507-40b9-8d3c-d8ce77104a28", + "id": "01c32956-ae4e-40db-95e8-675259aa0423", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191961,7 +195213,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192002,7 +195254,7 @@ } }, { - "id": "bdfe4346-269d-4dac-bc05-a54666140cd7", + "id": "9b565590-ab41-4c58-8521-04d1611b22d0", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -192026,7 +195278,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192042,7 +195294,7 @@ }, "response": [ { - "id": "9b1031f7-9755-4464-8d0f-4d1cc90e640d", + "id": "d9fd79a1-c3c2-4d94-9d35-ea2e628083fa", "name": "List of work items", "originalRequest": { "url": { @@ -192061,7 +195313,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192096,7 +195348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df9ed88-df08-497f-ba9b-05916ae07e28", + "id": "90431837-1d19-45d0-ac34-c982d4a4de4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192115,7 +195367,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192150,7 +195402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d388fccf-3f0e-41bf-a10d-c20f7f0357bc", + "id": "227ff6b0-9d64-4153-8e3c-2e3b95d4e157", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192169,7 +195421,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192204,7 +195456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5a00d2-edc7-4fb0-b033-7a21f970c713", + "id": "ed8ce197-9b71-45ba-a1c9-ee31fdb34897", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192223,7 +195475,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192264,7 +195516,7 @@ } }, { - "id": "afef2382-aeb6-440c-bb37-b4d34b532e07", + "id": "fa4f1a8c-55dc-417d-8dca-d7e5bf7ad77e", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -192288,13 +195540,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [ { "type": "any", - "value": "sunt velit", + "value": "q", "key": "id", "disabled": true, "description": { @@ -192315,7 +195567,7 @@ }, "response": [ { - "id": "6379d046-b074-440f-98ed-b9f1f77bd3ae", + "id": "376a1297-628d-4090-8862-643afa5b032a", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -192334,7 +195586,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192369,7 +195621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e512e591-c621-491e-badd-2b8d73150cc5", + "id": "88a1199d-dbaa-405d-b03f-ff056cf19d67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192388,7 +195640,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192423,7 +195675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5a7533-ef09-4949-94c0-257c3d12160e", + "id": "f196595a-07fe-4c8e-b77c-2376f1b19e9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192442,7 +195694,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192477,7 +195729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1505192-3408-4aae-9061-38087d46b0ba", + "id": "25d2a049-0399-49bf-a9b5-52421f327945", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192496,7 +195748,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "sunt velit" + "value": "q" } ], "variable": [] @@ -192537,7 +195789,7 @@ } }, { - "id": "4e3c3f9e-ef7f-480a-a3a2-88e9b35a7c0c", + "id": "c04bb73a-9ff5-449c-b19d-1c787f1c8938", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -192578,7 +195830,7 @@ }, "response": [ { - "id": "f1cbb91f-566b-4aaa-8052-30db0c98fa36", + "id": "396d9fb5-d9e3-412b-8300-eab98f16efbc", "name": "A WorkItems object", "originalRequest": { "url": { @@ -192622,7 +195874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25675cc0-a330-42fb-b322-c42c63ad45cb", + "id": "078c0476-55cb-4aa8-9faa-aea48b982583", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192666,7 +195918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f37cc0-80e4-4de7-9ec9-eb6f37934992", + "id": "999f4646-d9b7-4a79-8a6c-bc35c523def9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192710,7 +195962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef60a58-823a-403b-8d51-dc0ccb0dbe07", + "id": "1919da1d-085c-4213-99bd-0bef2b3f16ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192760,7 +196012,7 @@ } }, { - "id": "2fae507b-7062-424c-a0a2-a6b182b0ae8b", + "id": "bbe83a58-2e60-4dcf-902a-26e1089d2dc7", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -192815,7 +196067,7 @@ }, "response": [ { - "id": "3696596b-398b-401f-9430-53f7ff605544", + "id": "e68c9b44-1b9d-4318-ad58-7d3e8b87a749", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -192863,7 +196115,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dbece023-c59d-4e04-b679-4f225bfa2265", + "id": "f44f9d64-fa19-4415-bf3c-ab2af1db4761", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192921,7 +196173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c7a6ce8-7baa-4e4b-8e00-a6935dc797a2", + "id": "ee31c2ea-263f-4894-9e4b-b62d319d13e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192979,7 +196231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4028cf88-ac77-4b19-8c07-74ceafdd949d", + "id": "48975914-3fb9-47f0-bc4f-e6a377eae3b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193037,7 +196289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fce6c8-2847-4678-82a6-bee425a46500", + "id": "d2d4e1f7-2384-4762-b513-92f2d18852f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193095,7 +196347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385e56ba-174f-443d-8534-646c53bf41ad", + "id": "f0d59c32-041a-4cbd-9c6d-dd27354bc041", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193159,7 +196411,7 @@ } }, { - "id": "e231b035-7561-4b30-a913-58d9d03dd0ce", + "id": "3898e59c-4f7b-4a15-881e-52fafd853f5f", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -193212,7 +196464,7 @@ }, "response": [ { - "id": "fe54469e-46fa-4dd7-9be1-e8a3643aa476", + "id": "7f2a7cff-28fb-4385-93b5-9fef16234017", "name": "A work items details object.", "originalRequest": { "url": { @@ -193258,7 +196510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6809c548-8393-4235-8e3d-6dd27b604494", + "id": "fd0ce765-55c9-43b6-9c93-05b2e33abc3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193304,7 +196556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4322b7-27cd-4701-93d3-604580066274", + "id": "2becfaba-f573-4a3b-bfe0-4493e172ebe8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193350,7 +196602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "634a4baf-cff9-45e3-85ae-ae82e28eddf2", + "id": "df0456fa-a3e5-4628-8f05-7eb2062dd188", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193402,7 +196654,7 @@ } }, { - "id": "5f9dbea4-eb72-461f-8ed4-23732cd9d38e", + "id": "c59738b5-fec9-46ce-abe4-187c32c2bae2", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -193455,7 +196707,7 @@ }, "response": [ { - "id": "684b588b-b4ed-44e9-b979-bfbc57278cb2", + "id": "78bf3c72-5b04-489d-8817-8c7cd28b9a14", "name": "A work items details object.", "originalRequest": { "url": { @@ -193501,7 +196753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5db9d9-0c2b-4fd5-a66a-34b1fdf59ce0", + "id": "2fc1cc7e-88ce-4a1c-83bc-2daecdab78c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193547,7 +196799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d02335-5e51-43e2-ab1f-eb4b0d7d6807", + "id": "81b61f65-d0e7-4753-9880-88b261602dd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193593,7 +196845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c6990a-f95d-489d-84ea-041b5986a14a", + "id": "6f414e4b-4cf0-4112-a401-2655c30f02e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193645,7 +196897,7 @@ } }, { - "id": "09dca3e2-cf01-44e3-b9aa-07c14e67dfb4", + "id": "b3949a15-33f9-4d69-baf6-f2b447f28228", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -193687,7 +196939,7 @@ }, "response": [ { - "id": "957f3b64-141f-47aa-a7c9-eb38a3a1b785", + "id": "f2cf16d1-bba6-4fe0-b6da-30714c0a4f73", "name": "A work items details object.", "originalRequest": { "url": { @@ -193732,7 +196984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba08c0f2-21b5-42f3-886f-686c496eb7b1", + "id": "c8b442b8-601b-4674-866d-fc4ddb7c20ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193777,7 +197029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53714834-568e-4050-8200-8f1b616b29fc", + "id": "993f70e9-82ed-4433-8305-106e4ee7336d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193822,7 +197074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2c819e-8f3d-4cf1-b90e-2379e6563605", + "id": "b5ebbba3-02ac-45be-ab58-e36a5e9f463c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -193873,7 +197125,7 @@ } }, { - "id": "016b01c4-19e1-4f84-bdf4-fdcd29129f5d", + "id": "b3b49d19-7e94-4925-b610-cefa75715f76", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -193915,7 +197167,7 @@ }, "response": [ { - "id": "337ef93b-d4ea-40e8-aea8-f7c2fb54e0f5", + "id": "d7e25893-2e5d-476b-8d49-655983e76dca", "name": "A work items details object.", "originalRequest": { "url": { @@ -193960,7 +197212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da70ff78-8910-4672-9466-617f801e8280", + "id": "3944255c-e6fa-4f05-8552-01c465794e10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194005,7 +197257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "866a5d34-fd70-4747-84ed-068e042469d2", + "id": "311aca24-f77b-4fdf-a090-bcde79f25bf3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194050,7 +197302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0e8f787-e3c0-4f4b-a617-950acb5ab455", + "id": "9ba84ee4-ab68-4e3c-bb65-c373bb0bf58c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194101,7 +197353,7 @@ } }, { - "id": "a9de34db-f5e7-4ff8-b118-861a01ecdf63", + "id": "fcc276fa-dbd2-46d3-9ec1-97c22137a51d", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -194156,7 +197408,7 @@ }, "response": [ { - "id": "372bfe75-278b-4df5-bd48-9a80e1f58081", + "id": "2ad1327c-f29c-43fb-a258-7f369fd9994f", "name": "A work items details object.", "originalRequest": { "url": { @@ -194214,7 +197466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9807adb-43c7-4271-950e-b3cbc865f4d2", + "id": "d539d777-674a-4d84-9b38-899184003f40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194272,7 +197524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcefeab7-9c09-41fd-9bb2-a78d35f929b6", + "id": "862e709c-051a-4803-a767-ceab5631c589", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194330,7 +197582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbc5d8f-ae90-4918-87d0-4605d6ca6b86", + "id": "29b0608d-358a-4e81-b340-9b07ad0d9bd0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194400,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": "408b01c7-99d7-4013-98d6-4b7753851e6e", + "id": "b99423e9-8636-4d56-b2ae-a800c2afd185", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -194430,7 +197682,7 @@ }, "response": [ { - "id": "9e7c092f-6821-4018-b423-5511ecf649b4", + "id": "75926f1d-53d6-4dd5-ad67-7daec17fb724", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -194474,7 +197726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66718a25-9057-4804-b44b-20fc14958dc1", + "id": "d6bec733-648d-4516-84dd-e2b69eed838b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194518,7 +197770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c43483c-276b-4c44-a69b-974a4c490bb6", + "id": "1fdc667b-9de4-4de0-931d-789e80dc4a86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194562,7 +197814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdf2836f-03b8-4dc1-a5d6-2599db233714", + "id": "715a85d9-9d27-400e-9c35-94a6ee77577f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194606,7 +197858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd729b3-6ea5-4363-ab5e-235f76cf10cd", + "id": "02ad708e-a667-4f8c-8338-feb25437bcf5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194650,7 +197902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19eda91b-19eb-4b65-a6b3-10c7395cf3a2", + "id": "ef643636-1e3f-4363-9ed2-92cf4ccd0f4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194700,7 +197952,7 @@ } }, { - "id": "5fd347f3-f483-4b76-ae21-a267bdea7cba", + "id": "a2e7c53d-9455-4e75-9b0c-a4f561bd7e40", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -194729,7 +197981,7 @@ }, "response": [ { - "id": "75835f13-2140-4612-88a1-88bcd63c7313", + "id": "6c748811-0b17-44af-9526-320ac9de8446", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -194772,7 +198024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "090258e8-3f3c-43ae-8d81-04bd1080e68a", + "id": "14ef99a3-494c-4427-bcae-9cdaaf9b59a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194815,7 +198067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f566b28-4597-44ea-8a2a-f0dc869bc97f", + "id": "fd6257b0-5001-4e71-a84a-dd53676eae8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194858,7 +198110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89bcb78d-debd-4829-9ecd-989938885a8d", + "id": "a897de90-d71d-4e60-9962-6f4e1543748b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194901,7 +198153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87294e2f-7c97-4c82-99e9-9484484af5e5", + "id": "42ac936b-bd4f-406e-8152-c72302c7cb07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194944,7 +198196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3f6292-2670-464d-aa56-03aae95f5198", + "id": "d83ae98b-1129-4480-9a1f-ac8cce974a97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194987,7 +198239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02fefb9d-7420-4cba-ba7b-4a9a5fa405ba", + "id": "7bc1023d-e8c0-4a26-853e-82b162367704", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195036,7 +198288,7 @@ } }, { - "id": "329f1623-e4f2-477b-b77f-0607675816e5", + "id": "5fd68ce9-1212-4f9c-8f60-88c60df12a71", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -195078,7 +198330,7 @@ }, "response": [ { - "id": "6e2c7def-9c8d-4ffb-a8a8-3788acbb4f27", + "id": "74cfd665-c7a3-497e-a597-d4711cec7cfc", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -195134,7 +198386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9437de-7855-44ef-83a4-9d23402516d0", + "id": "988797f8-2b98-4b89-89ed-1bb27797d9b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195190,7 +198442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "861c551d-dcb2-4ebe-99e3-5233f1c0347f", + "id": "84ac444d-795d-42f7-81c8-0dd123dbadd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195246,7 +198498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91bc1080-34ec-4445-82b5-590f3db3e88f", + "id": "59a93f31-bbba-4b35-9a39-4fe51373374f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195302,7 +198554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6e4716-b72f-4a8e-8d28-f2c0829bb073", + "id": "5d2a6144-0d04-4b9b-ad3a-4ad0c8f388e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195358,7 +198610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0bea0f7-3cc6-46dc-9d17-98a9745c784f", + "id": "cacca733-1080-4820-bd7f-028df5131c53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195420,7 +198672,7 @@ } }, { - "id": "2f9e1e46-8034-4418-a180-5c8e3e5c98f5", + "id": "fa5332cc-aa50-410f-88c6-1f0a5e25571f", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -195461,7 +198713,7 @@ }, "response": [ { - "id": "0ccddfe6-6049-4ea1-a6d6-813a7dd5cd39", + "id": "eb6ae18f-664b-422f-8a44-ad8dda9dd206", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -195505,7 +198757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddbf2a9b-17e8-4443-a40b-31297c06bede", + "id": "9db6a2ed-0032-4c03-9542-015b9644bc6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195549,7 +198801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016838c7-b6c3-4356-a34c-7f37b16ff405", + "id": "196bd73d-9a2a-4933-a9cb-859fe9e517db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195593,7 +198845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a593c3b7-f03a-4ca7-9ddc-27978ec90a59", + "id": "06d91c0c-bad2-4652-935c-e4e2e9620f3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195637,7 +198889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c9e1da-a07c-40f0-b971-d4adab34c672", + "id": "0158e352-9784-4a39-96da-e4606924128e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195681,7 +198933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b52ef0-cc59-43e3-8f12-4f33aa1778e5", + "id": "3be66165-9f26-4854-acac-3e516663d969", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195725,7 +198977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a281107b-5952-4f92-bd76-572479cf9d3d", + "id": "a6921960-009d-480a-aca4-3cb5b6df5ca0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195775,7 +199027,7 @@ } }, { - "id": "d053f7bc-1192-4e3e-95ef-8ca5c30dba61", + "id": "23e9a729-d106-45b1-bc0f-efa148a099a6", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -195829,7 +199081,7 @@ }, "response": [ { - "id": "6d0d0312-6076-4c97-a437-c1437ea28a20", + "id": "3c5a6fa5-6ba6-42d9-aa68-0a0998c326e0", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -195886,7 +199138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c95448-57ee-4295-b3c9-d027ee50db20", + "id": "681c7302-ea85-467e-9abb-cfe9862a377d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195943,7 +199195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50fc9d42-327d-4ee1-a734-3171fd1f16f5", + "id": "61536d1f-57cb-43d7-9317-38f1f1f001ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196000,7 +199252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61310ea3-f92b-4baf-b655-ec6460c4f7f4", + "id": "2205fa43-01f6-4172-a183-3a2396fbf4ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196057,7 +199309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005b0da9-7036-42b9-a140-85b68a61f2e4", + "id": "21005acf-6047-44d9-8892-f3d3e6e75119", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196114,7 +199366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef16701-1572-4b25-8df2-d12f8bd7cdc8", + "id": "d88bdfb8-58e1-4679-baca-2aaa896103a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196177,7 +199429,7 @@ } }, { - "id": "16bb2746-781a-4bef-b2bd-801c9711358f", + "id": "ad039ba9-acef-4c84-96f5-d59dc372f0be", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -196218,7 +199470,7 @@ }, "response": [ { - "id": "8dc7690f-9ed2-4e59-aee5-f2a455bae0af", + "id": "0b70d802-9956-4804-b928-6bde8f9dfd6e", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -196252,7 +199504,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3ddff29e-dfb4-4583-8f2c-4c23259cf9f8", + "id": "7980a714-4294-451d-b984-cde3f9ed1d0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196296,7 +199548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c7b2ff-f4aa-41d2-9ed3-9528733a3753", + "id": "802ad2bb-bcae-4888-b8d9-bc094f21fc71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196340,7 +199592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39fdbd4f-4fa7-403d-b443-869e339f0b78", + "id": "a413d559-a82c-4402-943e-55b1653883a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196384,7 +199636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e561ba6-c408-45b1-9979-3d0492693bcf", + "id": "2d041921-967d-4deb-96f1-9ee08dfc642f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196428,7 +199680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d85645-501d-47af-90eb-07a160f757ec", + "id": "7d4c2e30-e4d1-4a08-8a32-9f18a45a5b58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196478,7 +199730,7 @@ } }, { - "id": "75dc5825-9c5c-438a-806f-8233ca4a07f0", + "id": "5abc5569-eb83-4400-acfa-7ee3c117614a", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -196541,7 +199793,7 @@ }, "response": [ { - "id": "cafa2300-4384-4bf8-aac6-572ccc1c8e1b", + "id": "cc682856-2d10-42c7-a232-3f2c2c1ff3f0", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -196597,7 +199849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78f8e7a5-2862-4a4e-a0fd-c9ec4201b4e6", + "id": "f4881d52-4d3b-4935-bb59-2e4c13796b6b", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -196653,7 +199905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feea60b0-5765-4d70-99da-0a299371bb23", + "id": "ec6a40ef-542b-4e09-9437-b1e7ed975cc9", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -196709,7 +199961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4bfc8a4-8efc-408e-8cd1-533bc339960d", + "id": "d10fc0fe-900f-4f27-8c0e-f155ba3c4e5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196765,7 +200017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "133b9d35-d830-4494-a77f-fdbd549f574a", + "id": "976173f9-45a6-43cc-bd22-85f256b11096", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196821,7 +200073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace6184d-4ef0-48b2-b2ef-a74cb6caed45", + "id": "1cfeaa07-dca6-4f95-bdf7-34b909d13559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196877,7 +200129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad05b158-b79e-4915-8d51-2c0246a5b921", + "id": "c85f5ef6-026d-4d7d-9fb1-74b68de4c33e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196933,7 +200185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8b14fb8-54ba-4236-8ab4-ca4768b40fe3", + "id": "e9183335-a8e6-40e5-84c5-b20b0bc33b56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196995,7 +200247,7 @@ } }, { - "id": "75a7a026-aeb9-4ea8-8c40-1ba77c82d6b0", + "id": "ac6180cc-eb0b-485a-97f8-1ebaa0189ccd", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -197025,7 +200277,7 @@ }, "response": [ { - "id": "bae39f11-35f8-4f13-a9fe-dc55042f532e", + "id": "518fe559-58bd-40c8-8b32-52280c824e59", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -197069,7 +200321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c5435b9-8e04-49d6-addd-2775548dceff", + "id": "ce430a6b-2c24-48e9-ade6-f2965ead0583", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197113,7 +200365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1c2b2c-733d-4c55-b2fe-f86d94483308", + "id": "77e2e844-03ab-48aa-ad77-6e4c5644118d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197157,7 +200409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcab5e3b-7f21-4356-8989-05884deef629", + "id": "924943aa-b67a-4b48-acdc-620b7f5773cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197201,7 +200453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e75276-9f42-4426-a437-cbb533214fe5", + "id": "c752b6f3-768b-4e03-b56a-86104e3916a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197245,7 +200497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63cc292b-0f84-49ec-87af-5191f871aa37", + "id": "70dd2ab9-8363-4e3c-b4f3-ca89d73743a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197289,7 +200541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14ef5ff-1b7c-46ac-9dca-8a94e1077a9d", + "id": "9299ef03-75b5-4df0-873f-727006e68b62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197339,7 +200591,7 @@ } }, { - "id": "3aa2bf97-1fa3-489e-8326-7342780fbeb5", + "id": "b9afa244-b0ac-4962-ace3-490f1567eaab", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -197382,7 +200634,7 @@ }, "response": [ { - "id": "f1311b19-d7ad-4b41-a22c-479c2d391330", + "id": "777ecc55-9302-44e0-b0b8-82aa8075b21e", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -197439,7 +200691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b74f55f6-6323-4d86-a450-3188fbb09c2c", + "id": "5634a113-2e59-46b2-b763-36fc32291826", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197496,7 +200748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c1da61-b45d-4f36-805b-9b61eb20bcf7", + "id": "214edfe4-240b-43a5-ad29-a1c24b026219", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197553,7 +200805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "723dad4e-4994-4940-8dff-111ef9c8861b", + "id": "3f7e8488-b9a2-4094-bc4c-008505f3b74e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197610,7 +200862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfeb3017-2ae9-42eb-8e08-98b529d23389", + "id": "40f1e5b2-f140-454a-be68-d6acf4b295a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197667,7 +200919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bc8c8ae-b4a9-4ad4-b26b-bd70f33fe15d", + "id": "724d3c34-238a-4d03-871c-ba0e10e7f691", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197736,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": "193fc6e9-9e22-4583-8577-06b555e5d48a", + "id": "ccae2098-2f71-4c0d-abb6-24734da91071", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -197778,7 +201030,7 @@ }, "response": [ { - "id": "d140d32e-cebd-4436-81a3-ae68feed46f5", + "id": "76d7f5ab-8380-4bba-86e6-04e2cf11476c", "name": "Event Trigger", "originalRequest": { "url": { @@ -197834,7 +201086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1efb5e4a-5282-4fb7-9257-0af2df3216e3", + "id": "ecff2d2f-9389-4e6b-b6e0-e2e99328226c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -197890,7 +201142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3d74a13-c780-48dc-830d-414895f59050", + "id": "4b37daf1-e7d0-4099-a7ce-700eb4869cdc", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -197946,7 +201198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944cdb34-4239-4fe7-84a9-d13ef834fc95", + "id": "f9146593-1702-4d8e-bc2c-63b1bf19de3e", "name": "Event Trigger", "originalRequest": { "url": { @@ -198002,7 +201254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdfea4c3-5b8b-43a5-b6fb-ad4fc144b303", + "id": "ed23100d-582d-4e16-b9f3-3983fd448e1b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -198058,7 +201310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d5e1ba-70b1-4527-828b-7ea87f08f5fe", + "id": "548ccbe0-a322-4a49-b2e3-dc74fdf8ade2", "name": "Event Trigger", "originalRequest": { "url": { @@ -198114,7 +201366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61af57f1-206e-4965-87fd-a12359bb7b3e", + "id": "b085bc19-5de9-4075-ab37-809c3f0fa578", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -198176,7 +201428,7 @@ } }, { - "id": "583b24f6-ada9-4a91-b870-4e3d3f74a8f7", + "id": "1f45ba62-0c09-482f-b18c-62d31133992c", "name": "List Workflows", "request": { "name": "List Workflows", @@ -198205,7 +201457,7 @@ }, "response": [ { - "id": "06081ed9-e562-4a3b-803a-753fb56c690c", + "id": "d3665ad3-a50c-4b3c-8bbd-d63d428b3f5b", "name": "List of workflows", "originalRequest": { "url": { @@ -198248,7 +201500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b155602-3dfa-4424-8f42-9898dd873e42", + "id": "09e93ce0-7c09-43ce-9f24-6ca5de79d714", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198291,7 +201543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5fa9ae3-9a76-4d33-b97c-d7fc3e4858df", + "id": "da5bb8b1-f849-43fe-aabf-aab9641b6624", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198334,7 +201586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8158415c-0b88-4590-aab8-fd13aee182e8", + "id": "53d7f0be-0768-4b00-ae4b-821395e2b8ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198377,7 +201629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7059200-d51a-433d-a041-06d6f0c241e7", + "id": "43b04719-4dde-4f17-9030-2368c2785d50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198420,7 +201672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46403368-e95d-4658-aa72-ed4684e85e45", + "id": "6178fae4-3774-4e35-ab0a-fcc2b21d9306", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198469,7 +201721,7 @@ } }, { - "id": "907348fa-34d6-4c37-aae6-cfd7e4239d76", + "id": "75b515a2-025e-48d0-9f7c-5284022d3345", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -198510,7 +201762,7 @@ }, "response": [ { - "id": "f2d9cd22-d9a3-4146-a320-ad04c0cb7c3b", + "id": "796c4550-70e9-4c88-8ba9-82f253eb16a5", "name": "The workflow object", "originalRequest": { "url": { @@ -198554,7 +201806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10194990-d350-438f-9f10-0a808ca62bc4", + "id": "6b5a726f-acc0-4ac1-b629-f854b899f73a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198598,7 +201850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd8cde3e-2d2b-4ce2-bfc3-3378644f3cf6", + "id": "a02dfbdc-c560-4e70-9ebd-fd7b32d388ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198642,7 +201894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75601a9e-3442-4210-9c86-9b8e2fd10110", + "id": "137e2247-7592-4a48-949a-0b63fcaf610c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198686,7 +201938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a118fabb-eb4f-48ce-851a-82cc34cf53af", + "id": "169dcc80-534e-4aa7-a7ab-bf3bb23b92f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198730,7 +201982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2085d2a7-2d58-4e5c-a5af-b31fa680c8a6", + "id": "ebd66f47-e7e0-450e-adf8-bc4416917cc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198780,7 +202032,7 @@ } }, { - "id": "c9adcc74-6e39-41c3-bf73-9f1193b5a7b6", + "id": "6a63f025-7bee-4c19-bacc-0720654fb0b3", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -198834,7 +202086,7 @@ }, "response": [ { - "id": "8ba39ace-60ea-4ecd-a5c7-7d8962baa722", + "id": "9060ec95-4954-4387-ad1e-891fdfc57071", "name": "The Workflow object", "originalRequest": { "url": { @@ -198891,7 +202143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189ed8e0-028f-40ca-aab3-a34df4c9ae60", + "id": "d52c6b76-a6e7-4f53-a6c7-8175b6e06c8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198948,7 +202200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c88792b-9398-4d67-8c06-91367f8a79d0", + "id": "b194b055-ba31-4815-a646-0305923af80e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199005,7 +202257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0c17ed-2ab7-4bb5-874b-2e7c298f01f4", + "id": "cad370dd-cb2a-464d-92a2-ed4fcfea613f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199062,7 +202314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d02c0e0-b347-4959-80b1-ee1742e5f083", + "id": "df52b9a4-6392-4e46-9877-d1d31e461f04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199119,7 +202371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8940de4-5fa6-4a9a-8e76-dcaaaadc175b", + "id": "6469e990-a36f-433a-8276-10ae593cd9c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199182,7 +202434,7 @@ } }, { - "id": "8baf2642-d60f-436c-b3a9-2a4a3626a05e", + "id": "b7b6a1be-1f7b-4e18-8149-cdd9c97ce60f", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -199236,7 +202488,7 @@ }, "response": [ { - "id": "9c454c95-77f4-43a0-ae78-1b130db6f81c", + "id": "76c2b053-6b7e-4275-93c6-d2493a628715", "name": "The Workflow object", "originalRequest": { "url": { @@ -199293,7 +202545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30ea5f5-c0e4-4925-8fda-a237334d57f3", + "id": "c7189e39-74b4-4709-9d92-c9b6f17ffa1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199350,7 +202602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35edd513-27c1-4332-b0e1-f8b135f52ee5", + "id": "6c1358f5-3520-4aa5-838e-059bb14cf6ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199407,7 +202659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa1612b-d22b-4ad9-bc8c-aa37f322f329", + "id": "22358004-d452-4a1c-89f6-3cbc2f98f40b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199464,7 +202716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d20952-f7fe-41d5-a338-4814c9da9f49", + "id": "6fef332f-557d-4122-8c68-85aed3258e69", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199521,7 +202773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84624106-2627-4242-bf78-9f7424228c71", + "id": "d1d5bbe8-5345-48ac-ae88-7d2c75a1f7e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199584,7 +202836,7 @@ } }, { - "id": "8935e911-0412-49e6-94e3-9ab8ed09a1d7", + "id": "0314f120-e5ef-4e6e-a043-463bc0daffad", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -199625,7 +202877,7 @@ }, "response": [ { - "id": "1caecf04-78ab-4cd3-af4f-23d8bb0a2f3d", + "id": "5ebefa5b-f6c8-4735-802e-e1a2709906ad", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -199659,7 +202911,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e3679f83-53f6-452c-8b51-145622e82c76", + "id": "1143fb09-3353-40f3-bcee-c8a57fa2b769", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199703,7 +202955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e810cb24-2c01-45a0-9f36-eaac6a0ebca2", + "id": "7286c2e8-2004-423f-ae67-ff123876f0ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199747,7 +202999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8173bc64-611f-4812-a020-97eb3d37637f", + "id": "9dfd70ce-ba31-43d7-9f07-717c67724a1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199791,7 +203043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0148f9a-4e9a-4f24-8e82-173a14d5493b", + "id": "7b4af799-3954-4bfa-bc25-17c16ab7ccec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199835,7 +203087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d17033ec-1651-476a-80da-abf16515dcca", + "id": "0cb7c05e-89e5-40c3-9aae-237bba4f8441", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199885,7 +203137,7 @@ } }, { - "id": "c9ac5eac-c2de-43c9-b4b4-9fc1d80fdb99", + "id": "16b4c4d4-d120-44c7-93f2-a9a7873602ba", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -199940,7 +203192,7 @@ }, "response": [ { - "id": "17c8ef85-317c-4dfd-a8a6-13b236637f7d", + "id": "f08c0409-72a6-4260-b1bb-e1b145a79c80", "name": "The Workflow object", "originalRequest": { "url": { @@ -199998,7 +203250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5e5cee-0c90-420e-8c2b-2887fb299905", + "id": "3a74d25d-565a-4b7a-ba3a-0f3d361fe53f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200056,7 +203308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c48f7f-432b-4748-b4c8-eb8c554b56f5", + "id": "0396bd99-7c0a-4de7-bc9e-a25d3ae6c175", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200114,7 +203366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaca7f73-74a9-4b64-9763-a867bc06bb91", + "id": "9f1d01f7-2e41-4f87-acae-4b7f37e2077f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200172,7 +203424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4558e19f-2f60-4db3-90ff-3815351dbbe7", + "id": "14dbff06-5b7f-4aeb-86b4-5324e3fe93e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200230,7 +203482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757972bd-97d3-422f-8cf8-8dc6357d2292", + "id": "4920b5d9-c5a9-4f25-ae77-3b11973eb9cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200294,7 +203546,7 @@ } }, { - "id": "306b85b9-2436-4e25-a824-b1b1ac08cfbc", + "id": "fd9fa508-9f84-49cf-8b3b-b3b50468d9b8", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -200373,7 +203625,7 @@ }, "response": [ { - "id": "f39c0c3a-52de-470d-90ba-68a751f4eef2", + "id": "f3e833a3-dc51-43de-8382-1744ca55123f", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -200455,7 +203707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b14cb0-e827-4c15-9105-ce887b088332", + "id": "6a492b43-5a8e-45a4-95ae-5a900bb1f2a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200537,7 +203789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7450d5f7-a424-4dbb-877e-cb47bfbc0b84", + "id": "d6716bc5-0622-4ac6-9594-01cdef21e4f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200619,7 +203871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9df50f-d832-4420-87a4-a9f653d01625", + "id": "a6379983-d410-4514-802a-015f0ebfcb59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200701,7 +203953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ebbbe6-4e70-472b-8ad9-27ca7835a1e8", + "id": "4a472fe1-b4a4-4394-ad1f-fecb41fa4038", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200783,7 +204035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba6cc8f4-9bd7-41ed-94f7-8907d25f6b28", + "id": "803332ae-2f9e-421d-a77d-4e660d2549c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200865,7 +204117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74cc9f5-f539-41d2-9ff8-f86f506caa79", + "id": "590929c6-b000-4746-b73e-062b3d86edd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200953,7 +204205,7 @@ } }, { - "id": "ef2be7ab-c6c1-4c4d-9926-947806736fec", + "id": "b55f16f9-342b-41c6-97f7-69d48bfb07d6", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -200994,7 +204246,7 @@ }, "response": [ { - "id": "3c435f37-bc5e-42ef-9617-da716f64dc59", + "id": "9ba412f2-28a7-4173-82b4-88cbd91211d2", "name": "The workflow execution", "originalRequest": { "url": { @@ -201038,7 +204290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994be73d-d31b-4baf-a066-8b8b29610e71", + "id": "26eba5c5-a41c-4280-a4d3-05b3392f6ea4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201082,7 +204334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ddfd5d5-c4ab-4689-90c0-bd1749236c8a", + "id": "cc02d648-d84d-4215-aaf0-d763b4d36437", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201126,7 +204378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87bd5d65-d40a-4423-9cb7-a05814dde1c8", + "id": "92684bb5-b356-4532-92e7-af6283e39643", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201170,7 +204422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b14f52-f6bc-4cf3-967b-656d26286361", + "id": "27030dce-996e-4a25-99dd-4b7281d785e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201214,7 +204466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b835d6f-22a2-4bfa-99ca-d5a21cb50358", + "id": "c0205b29-c6b1-4d87-bd44-42be0dec92b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201258,7 +204510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063d5f73-ecff-422d-9889-a1083d890331", + "id": "cbd4d69b-26b5-4244-8a9f-92a65bf918e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201308,7 +204560,7 @@ } }, { - "id": "14710873-cfb4-4967-be75-1d8198c74c3f", + "id": "5b7c74b2-e356-4a4f-97cb-33e75b663920", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -201350,7 +204602,7 @@ }, "response": [ { - "id": "707606a0-5a06-49b7-999d-e1958083fa40", + "id": "2cb67619-f770-4229-9ab6-0d332c871713", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -201395,7 +204647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96e36508-9c78-4e6f-b194-c833793b8953", + "id": "595ce8ba-a58b-4656-9bd1-955ef92e6883", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201440,7 +204692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b10493d-c694-4945-8f8e-daf5dcee7b98", + "id": "dc715581-acf8-4452-aa61-7c7a80c45dfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201485,7 +204737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3ed718-6b98-4376-80f8-0c1fef51c513", + "id": "306886dc-6414-4863-bd2e-161f0565b4a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201530,7 +204782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b37e7c6a-a6a0-4116-98e2-da00bd4a7469", + "id": "1cea2aac-71f4-4950-a0c3-e993130e59aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201575,7 +204827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aadb27a-3ae4-4519-ab38-ef6bc0986b0c", + "id": "6a9961d7-3899-487f-beca-0ee9ce3af7ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201620,7 +204872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab1a7d4d-abac-40cc-9c18-16802de5c46e", + "id": "f613b6a2-8986-4251-9c2d-684381bfe62f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201671,7 +204923,7 @@ } }, { - "id": "524ebac8-4634-4ddb-b983-6899771779fc", + "id": "1650fb98-964f-4ab6-b26e-fc6b2952f35d", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -201713,7 +204965,7 @@ }, "response": [ { - "id": "4275fa69-db08-4adb-a93d-2515f9f5d8e0", + "id": "0ed9ad2b-2806-40d6-8373-b96ed4367ae1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -201748,7 +205000,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f0ab0a44-f27a-402a-939e-7fd43ec9c122", + "id": "a3feeb3f-11e7-4840-bba4-30879460b994", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201793,7 +205045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77224cd0-a9d5-43d8-a3d1-2314be2f109d", + "id": "a5b800c7-6e53-42e5-b59c-e424eb48d5f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201838,7 +205090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c67e7c-629a-472f-bbae-28f1be62e550", + "id": "39c4bbea-9801-4fda-a1e6-7e638a7da4ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201883,7 +205135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2322ec9f-7f20-4df2-bc4b-e45512fc876f", + "id": "4576af53-f538-4439-8227-e0e7f5062bb8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201928,7 +205180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a87e457-e861-4734-af16-ecef2b219722", + "id": "165afd96-3c47-40ff-8f1f-dc1c8afaf57d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201973,7 +205225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d6bcbad-4b5f-45d1-b356-cc7890d4ba4d", + "id": "a84a7d76-0172-4f3d-9b07-19dcbc43583d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202024,7 +205276,7 @@ } }, { - "id": "d697995f-7c82-4540-a484-00136fca39cd", + "id": "71be43fb-d9be-4341-b310-c47b086adba2", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -202072,7 +205324,7 @@ }, "response": [ { - "id": "aa067374-672c-4b05-8ff1-f0e219d747ed", + "id": "feedb59d-64ae-4371-b44b-a0de2394ed44", "name": "List of workflow steps", "originalRequest": { "url": { @@ -202134,7 +205386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bacc4a-f8cf-4a43-99f6-5c99c5267379", + "id": "642e55d1-aa96-4a60-931c-02fba8e8d26b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202196,7 +205448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4538acdd-622e-4964-8cd7-862d65fd42c5", + "id": "3af10bd5-0fe3-4e40-8926-c6e73d36deb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202258,7 +205510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a569f87e-df44-48d5-8efe-25765507bcb9", + "id": "472a0938-2ba5-427b-b877-ad6f27639f67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202320,7 +205572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0ebbd0e-65d6-47ee-8e2f-d69fa6a59ef3", + "id": "d1522ee9-24bd-47ce-85a8-91a9c4852742", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202382,7 +205634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b842d08d-1b28-4213-a7d7-c1a43d857bf1", + "id": "3224696e-c443-4f67-82b5-ca284e5b8220", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202450,7 +205702,7 @@ } }, { - "id": "b62b1f22-9ea2-483e-b045-4048b5cdd7f8", + "id": "a6583efb-dc9c-44b4-bbdb-0e262eca3d6e", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -202508,7 +205760,7 @@ }, "response": [ { - "id": "daac0583-f244-49db-8d8f-2adc8e5d0fff", + "id": "d6226bd6-821a-4e8e-90fd-87e888d5b7a8", "name": "List of workflow actions", "originalRequest": { "url": { @@ -202580,7 +205832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e609bc1d-a55b-44bf-ba6b-5b8f5885b46a", + "id": "695d24bd-02d5-400e-9405-274e4f9c5a31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202652,7 +205904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73589c08-9969-4745-a795-15927826365c", + "id": "30ebb700-4bde-42b7-b096-fdac942db476", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202724,7 +205976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe186cb0-72c9-483f-ad50-ab06a82e4052", + "id": "ce71babc-116f-41ed-81ff-36e451c9f602", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202796,7 +206048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2e29960-283e-4a31-b84d-2e1425653a90", + "id": "398ac09b-f61c-4993-ba2b-8877614408ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202868,7 +206120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9feb5eb7-f6e7-4b59-9f3c-19f1a98da68a", + "id": "255ff208-f31f-4edf-8e49-93f33a351400", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202946,7 +206198,7 @@ } }, { - "id": "e0a94659-7bee-460d-95e2-fc268a17d895", + "id": "e49e7fc1-2158-484f-ade4-df05b54e788b", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -203004,7 +206256,7 @@ }, "response": [ { - "id": "b671d5bf-2569-4b7c-9166-fb37498aba28", + "id": "d87bd521-79e5-489b-b2e2-fcb0d9444d87", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -203076,7 +206328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bcd6220-f26f-437b-8eb6-ec94fb2870fb", + "id": "20dbf3c6-30ca-4b0c-a8e9-e39d1d68a130", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203148,7 +206400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535c0a29-b677-49a9-9f22-f1fdd843a919", + "id": "4fa1e08a-7701-4165-a8b6-083773e00d74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203220,7 +206472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd042b81-7b35-4f09-8f71-c1918ab449b1", + "id": "65b274a5-eb62-4964-83bb-8cd423178e90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203292,7 +206544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a141fb8-30eb-45ef-becd-534275bea42c", + "id": "ce5e2df2-690b-4c2a-9173-99691ed78f10", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203364,7 +206616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a541824c-15a1-4260-ad79-2ba3309ae9c7", + "id": "5d6458b1-7c2a-497e-a9be-95ceb1324ac8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203442,7 +206694,7 @@ } }, { - "id": "b9e66a42-5058-4c32-a791-c94a9c420bdd", + "id": "1b63ac88-66a0-49b2-89c9-288b85ddba74", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -203472,7 +206724,7 @@ }, "response": [ { - "id": "e3126871-9144-4dda-8a6a-a0a5c098956a", + "id": "44a24a7f-c395-490d-a29d-8e491392eb68", "name": "List of workflow operators", "originalRequest": { "url": { @@ -203516,7 +206768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f11695-8ffd-4bad-964d-24fc2e38d4b0", + "id": "d16798f4-70f6-49b1-b80c-eeec05345b7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203560,7 +206812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814d1363-11b2-4cb1-a34f-eccd0d72c102", + "id": "44d37732-7f50-4dee-8930-8a763151879b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203604,7 +206856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefa8d7a-7f4c-4433-acfd-61cf4932e01e", + "id": "325c5cc4-6857-4ba6-8762-f7d9107f556f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203648,7 +206900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eaa5d21-095d-4824-9c66-0beef5b38307", + "id": "49c2b90e-ee0e-4978-a07a-d95c33f923ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203692,7 +206944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5c27b4-a736-4df6-8099-bfc76ca7c772", + "id": "80e181b3-d6cd-4d12-83b3-473c4ae597fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203742,7 +206994,7 @@ } }, { - "id": "0ef529e6-b320-4716-a974-09da17196c66", + "id": "82435134-04e4-47ca-9477-1f3df6b3d7f7", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -203785,7 +207037,7 @@ }, "response": [ { - "id": "3f0be038-ae23-4d95-a55c-bed8688543eb", + "id": "3e366914-f0e6-4f3c-9e1a-a0f28ffc5fd4", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -203831,7 +207083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d65e507-9a52-4e26-a6ed-0ddc590ed151", + "id": "8580e4e7-41e5-477b-87ac-e51b4c500a33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203877,7 +207129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe5005a-e099-431c-92ba-872517b3ce0b", + "id": "22c1ebf4-b025-47d5-8a83-af70d3b0f97c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203923,7 +207175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcdffe35-6074-4ccd-80dd-2519067de013", + "id": "dbd5ab93-f87f-48e0-9790-e9c852dec716", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203969,7 +207221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f540d1b-0744-46d2-bef5-de8029b6465d", + "id": "0e327638-d411-45ce-bc59-e017d7818063", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204015,7 +207267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f4feaad-53d6-485b-9dbd-f20a449c554f", + "id": "88da7e55-4e04-4801-818d-86703cc963cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204067,7 +207319,7 @@ } }, { - "id": "206da0c1-5e19-4c98-a4ba-aa142c3cd006", + "id": "e4b372eb-7b59-4cb1-9276-9d6441e24fbd", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -204123,7 +207375,7 @@ }, "response": [ { - "id": "c1d7593a-ce7c-4c9d-a53c-f3f79193768b", + "id": "8f28e685-b6c2-4edd-b706-cfecb20033fb", "name": "The Workflow object", "originalRequest": { "url": { @@ -204182,7 +207434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aeecfda-d989-41e2-b394-726ee4910742", + "id": "d6355b6c-2960-41bb-985f-d07849d055f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204241,7 +207493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd2062b8-895e-4ada-8cff-f8d01e1ab3dc", + "id": "76bca5f8-5599-455c-86db-c5588620dae4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204300,7 +207552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de7518e0-4ceb-426e-bf92-2b27a7a7eefc", + "id": "39a214d5-4605-4d83-b608-f25b7a75faf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204359,7 +207611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08d305f6-b04e-4bba-9b85-b15c0012bf71", + "id": "0127e036-69c1-4062-bf67-7c4d8ef808bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204418,7 +207670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922fae92-692e-45ad-ad44-af8424368e0b", + "id": "f808bfe9-e68d-4e53-b7a7-e52599b40e52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204483,7 +207735,7 @@ } }, { - "id": "277e0814-f799-4b37-8503-2258df92f428", + "id": "29331fa1-8130-45be-b809-5aa060f59bfb", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -204540,7 +207792,7 @@ }, "response": [ { - "id": "e193bdc4-b55f-43a9-be20-7f65083b08f3", + "id": "350cd1e3-6cf9-4e5c-81eb-ba60b328c649", "name": "Responds with the test input", "originalRequest": { "url": { @@ -204600,7 +207852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c80f944-bade-4a98-9b9d-683bf30dcc8e", + "id": "5dc475a0-5951-4197-9075-b90883a1cdf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204660,7 +207912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d835b50-15cd-41d8-9c4a-8e1c2df0db46", + "id": "c810f117-9616-4750-8b27-082c0aa65712", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204720,7 +207972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15304757-4a7d-4aa9-b143-0ee46d5188dc", + "id": "0af23924-2710-469b-8ed9-886dc63b5e90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204780,7 +208032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b1492d-4e34-4cde-980d-7ff257d3e695", + "id": "05e5be61-f030-4703-b20a-d9387fc24c4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204840,7 +208092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d0a7e6f-7f83-4a02-9b30-1d41f5d0ca77", + "id": "97a65e4e-b505-4af1-afb9-b0a964842f50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204912,7 +208164,7 @@ "description": "", "item": [ { - "id": "880612c4-3153-48a8-beea-eb80118acbdb", + "id": "721ab41f-df88-4c6f-9896-b4a9f864c397", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -204954,7 +208206,7 @@ }, "response": [ { - "id": "9e9a4196-4a30-48d2-a201-0f1ea2f26837", + "id": "c1e6ab5f-d559-4bc4-8f27-fc0e53a9de26", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205010,7 +208262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f82ef77-a4a1-4724-ba53-d00404d9415d", + "id": "9732f5d1-79ce-44c5-a27f-6a174a189e07", "name": "General Policy", "originalRequest": { "url": { @@ -205066,7 +208318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a6fc4e-6f34-4c05-8ef9-6828e028f217", + "id": "af4b1897-2bd7-460f-9b55-b934e0eeecf5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205122,7 +208374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1fb9f4b-b65b-4770-ace1-c4f35e7da2a7", + "id": "1660ce25-bf15-45a3-b0bd-964a975a67a6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205178,7 +208430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af356175-922a-4793-8dec-d711026a89bb", + "id": "05990c3c-4a7d-4ba8-8f05-79ace964db50", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -205234,7 +208486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f75670c4-8a9c-49c0-99f1-e72a2ffb354f", + "id": "75f0cc09-b903-43a1-a20d-4c22b85191ec", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205290,7 +208542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abbf253b-c4c8-4408-9b8b-7a9bc9cbf2c7", + "id": "f6edf76f-33b8-404c-a2c8-74c760952071", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -205352,7 +208604,7 @@ } }, { - "id": "8abc3948-988e-4390-a5af-5994645a51c1", + "id": "799bfda2-7e69-4566-a50d-29d646f5b924", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -205418,7 +208670,7 @@ }, "response": [ { - "id": "4b8f1253-daea-4481-8c07-c63b01d6478b", + "id": "0ece1ea1-87b3-49b2-8eca-5f50ea37aada", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -205498,7 +208750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55458853-4fd0-4332-81bd-7c96cd60a3ed", + "id": "3601a78b-0e9f-4cb2-8dba-ceb0ea62124a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205578,7 +208830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ba5747f-f2b8-442d-8f5c-171a76a42f70", + "id": "380ab314-422f-4e92-a12b-5c2020106219", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205658,7 +208910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ad6081-ad97-4b02-bc9f-79f47b1da9bd", + "id": "3726c33e-e999-441a-96c8-59467110b3a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205738,7 +208990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab656b7-4331-4d37-95c7-34d589d76dd0", + "id": "58cd39ef-ef78-4c2c-8c10-14e4325da53e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205818,7 +209070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb95ab92-feb0-4b3c-b7ab-81bf32b0ad79", + "id": "ef0f0dfc-548a-4a28-b8e6-2087ae9a19a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205904,7 +209156,7 @@ } }, { - "id": "304e8e77-8a2f-4c23-825b-52040ef724e0", + "id": "ee91daa8-9026-43d4-a207-7d9d2ec1a3fc", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -205945,7 +209197,7 @@ }, "response": [ { - "id": "1c38adba-1c5f-4cc8-b8ae-89b9c3c36615", + "id": "d180d08e-371c-46a6-8d24-136c5275530b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -205989,7 +209241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a4bdf0-9f05-4227-9479-2e3ea45d47ab", + "id": "1dc69f07-c6b9-4fb9-914e-3def857ad460", "name": "General Policy", "originalRequest": { "url": { @@ -206033,7 +209285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcbd330d-a6e4-49aa-a4c9-d0a7a57966fe", + "id": "88a7fa14-a52d-4585-a9fa-0e661d19b714", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206077,7 +209329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a63e6f9-784d-44be-8ddc-34c9a849a3e0", + "id": "3e422ce2-4b3d-40f4-b0d0-dd290078163b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206121,7 +209373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bd4eca7-1d94-4813-a7f9-488024102f92", + "id": "09791fb8-65a1-45fe-82c9-1d810f2b1dc6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206165,7 +209417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8488587e-c804-4f31-9d43-58f0f6e63dd7", + "id": "82a8c2ee-61ea-427c-b287-85568bae81e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206209,7 +209461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67bf452c-22a3-4ddd-9b5d-ccd36e537a46", + "id": "6a48560a-80c5-4d39-afba-b37c2d4d2194", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206253,7 +209505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cad11f3-71cc-4c22-b4e1-811c06888c3e", + "id": "1286ef0a-aa6f-477a-bac3-69d915fde7d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206303,7 +209555,7 @@ } }, { - "id": "3a4e5c2c-65dd-4bac-97bf-211cfa9ca727", + "id": "6508266e-29ae-4970-8ab2-1653b34651c4", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -206357,7 +209609,7 @@ }, "response": [ { - "id": "b784500b-7f58-4067-b5f6-c75084860f61", + "id": "73b5171f-e1ac-4643-92b1-839d6a7c3d7f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206414,7 +209666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3fe4354-fc40-4a39-85ad-9b4b34967dc0", + "id": "59463f73-4c0a-4bca-9804-2952f4fcd55b", "name": "General Policy", "originalRequest": { "url": { @@ -206471,7 +209723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500db54e-8754-4632-90e3-4a95f4e0facd", + "id": "3c470f05-56f7-4404-b36c-90a4f0ee669d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206528,7 +209780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3884910d-3712-4719-a164-74539421b495", + "id": "5d52cdbd-17ba-4b61-8002-3fddbd953954", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206585,7 +209837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219b138e-8fe9-4ea2-a724-69154aba3a6c", + "id": "e29cb0dd-4a6d-401a-89e1-22c2acb24176", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -206642,7 +209894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20f02192-7d3c-4df7-bae4-47c8caf3c7b8", + "id": "bf0ad352-1520-4b1f-950e-5c8c3c5f8568", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -206699,7 +209951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aafd923d-ca28-4ebe-b1ee-8215b9dbbd7a", + "id": "8542a781-a3b0-46a0-83bb-ee8dcc10c05e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -206756,7 +210008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c83f1af-d9d1-4c28-b62d-19126fc50346", + "id": "7fdc4875-cf24-4996-a64b-1c33e0ce2a55", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -206819,7 +210071,7 @@ } }, { - "id": "29f37968-0c59-4cc4-b2ea-9dc2d7ed249b", + "id": "72304cc6-780d-4bd3-8652-6c4f79417ed9", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -206870,7 +210122,7 @@ }, "response": [ { - "id": "d3ac7147-58c4-442e-917d-f27ef78d220b", + "id": "baf9e686-36d5-45de-b5ed-a4a79b400e34", "name": "No content.", "originalRequest": { "url": { @@ -206914,7 +210166,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1f6359f1-3266-45e3-b856-c735fc1eb92d", + "id": "94877038-51a6-422d-bc11-3cf0cf3763c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206968,7 +210220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89476f8d-97dd-46bb-b52d-229ef045db80", + "id": "59fe1214-cf27-4373-ba42-38071caf206b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207022,7 +210274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7322c13-7185-4412-8a40-8b7453b8c20f", + "id": "978cecc2-92fc-43a0-99a1-08e341435db5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207076,7 +210328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60d8080-990a-4283-828b-f4596e8bc51d", + "id": "d04c67d0-9948-4483-9a58-7987c041d4c0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207130,7 +210382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782a335d-1c2e-4d7b-b695-19ef82e9361b", + "id": "c610fe62-123c-4409-bd81-44230e0a114c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207184,7 +210436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f4e6e99-56e7-4b0d-9b51-78b77b3a00da", + "id": "a402f8d8-bb2b-492c-8947-18280bd8b8d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207244,7 +210496,7 @@ } }, { - "id": "3b152a57-efab-446f-8c70-06e345742d37", + "id": "7e34cb32-64d3-4fde-8104-52699dd6cc7a", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -207298,7 +210550,7 @@ }, "response": [ { - "id": "553a0d4f-369b-4145-9789-cc6c87369a1d", + "id": "35536549-a860-4618-9e22-1e82ffa92a11", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207355,7 +210607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a88e012-ef8b-4e72-8402-5ba63148a298", + "id": "45bf5ce6-2894-4c78-8b3a-af537b4758ee", "name": "General Policy", "originalRequest": { "url": { @@ -207412,7 +210664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6c35a75-e512-481b-b32a-4a6e14cd1b9d", + "id": "86f66c8a-5f6a-4f11-9311-fa39dddacf5b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207469,7 +210721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed188e4-d6c2-437a-9c41-cc11b70eee97", + "id": "c7524b6e-0fc5-43a5-91af-5e0a8298de59", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207526,7 +210778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a3a9b57-b75f-4ec0-84cc-78191ef30a89", + "id": "b1cd772e-addb-4ff6-a537-23a9cb68ed90", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -207583,7 +210835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aeaf992-e276-4dce-8443-7a6f4158958e", + "id": "1bc37526-9802-4a56-a993-463aa9955920", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -207640,7 +210892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70ad53f-f618-4de7-9f7a-39bdf63855cf", + "id": "dcb70b8b-b16b-4d17-856f-7bd78ed329cb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -207697,7 +210949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca8b570-46f4-4c7b-9db9-d43451a19f34", + "id": "a8edc504-eb79-4dde-8ad0-39d40e58b1af", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -207760,7 +211012,7 @@ } }, { - "id": "fa136b40-dffd-44a8-92f9-ccbe26d9c82c", + "id": "985e6fcc-6bd1-4f14-a3db-35e098950489", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -207802,7 +211054,7 @@ }, "response": [ { - "id": "ca8e2424-5ce3-47e8-a58d-d02c5fffc768", + "id": "d42cf865-ad61-4a74-b647-db83628d9111", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -207847,7 +211099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0067fd96-4908-4ab5-8653-21716a890dff", + "id": "ca6a023f-0bf9-43a8-8e26-b127bcad1f67", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207892,7 +211144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60586286-3a20-442e-820f-f08a16f27bc4", + "id": "79b3e1f6-e5d9-4f3a-b672-b8e783e06681", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207937,7 +211189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfcbf1b2-a321-4de2-a1f1-363da81520eb", + "id": "fbc1d9a8-6855-4316-b3ff-188096400412", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207982,7 +211234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9805766-c4b9-4649-af51-ea7be23f7649", + "id": "d7b22009-18f7-40f4-9a86-2998fcb46f03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208027,7 +211279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362caac5-5710-4dfe-a15c-c1c6cb5161ec", + "id": "74dcf6ca-ab6c-4bf6-b5ea-2b128ee1d295", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208078,7 +211330,7 @@ } }, { - "id": "c58e416d-7046-4a54-9901-a5a1811edc2a", + "id": "a756ece1-edf2-4ab1-85e9-dbbad7d8ca58", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -208133,7 +211385,7 @@ }, "response": [ { - "id": "be454e21-537c-4f9e-b689-85cffefab35c", + "id": "e6797177-507a-4492-8b66-866cbec1031e", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -208191,7 +211443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8222457-d7cb-48c7-b9bb-60a4323e462f", + "id": "0c8ec4f7-27a1-483b-bf5c-302ba7bcc996", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208249,7 +211501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2d8908-2b29-4cb5-9f83-1472781cf584", + "id": "bb04230e-9447-4b6d-84e7-e1c6ef136f5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208307,7 +211559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ee2d01-a01e-410b-9d9c-079e9ae81f08", + "id": "ffc0eaf7-0203-413b-8541-94f979700c17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208365,7 +211617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9bb12e7-32ac-4f30-a0b9-d8422b4dbe75", + "id": "7f596488-0176-405f-bf48-c2aef7a4fd5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208423,7 +211675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7bc9b9b-249a-4b86-b1a7-21dfe631a446", + "id": "976c3243-df04-4738-b9bc-68b8929f3c2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208487,7 +211739,7 @@ } }, { - "id": "56a284d3-efda-4fac-94a7-2260513c6744", + "id": "d9b89ad2-dcf0-405e-ba60-97f52cd7cc08", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -208529,7 +211781,7 @@ }, "response": [ { - "id": "93954c08-486f-418a-8716-3d6f8ac51f30", + "id": "230b3c60-3cf4-417d-adde-53a655a69e27", "name": "No content.", "originalRequest": { "url": { @@ -208564,7 +211816,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f6f34ef6-4fd4-4cb5-8710-744537a392f3", + "id": "49117afb-6f2d-449e-b04f-96ec17558307", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208609,7 +211861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9eafc4a-4410-4f2f-9d2e-c0342ca98897", + "id": "def55eac-e454-439e-a1cb-d9ea2e500e1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208654,7 +211906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa143e12-c7af-4625-9ce4-5eeee23ea2f9", + "id": "bde0ee5b-6c88-4781-8192-7539083100ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208699,7 +211951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7049c8cc-ae3a-4f0a-9039-157898498acf", + "id": "32f56ed6-416c-41f4-b6e6-04de3cefc007", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208744,7 +211996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513f107d-980e-4c0c-9a0f-e76338ef4be6", + "id": "11174a45-0ddb-4a44-8447-26db186f3ee1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208789,7 +212041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1680c89a-864e-4a7d-9404-412fbb5373e9", + "id": "34b5bbc6-a373-43e8-b40a-4e9a4783d5a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208840,7 +212092,7 @@ } }, { - "id": "3beeee65-3695-4684-8dd0-259cd9853a7d", + "id": "a4db7f51-e683-47df-81f6-9a151681f41d", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -208883,7 +212135,7 @@ }, "response": [ { - "id": "cc2d3cd0-0337-4511-bf52-f8ca2b0ecafe", + "id": "22a8c40a-29f9-4275-86b3-663d9e4d2bb6", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -208929,7 +212181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "780177f5-87ed-48ea-85fb-be289ca54021", + "id": "52d0f55f-1203-4ba4-91ac-34920c4f57d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208975,7 +212227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebcbfe83-1d65-476e-95c4-22b3be3e14ec", + "id": "490c9dc8-3505-4fd5-9943-b373c0a50654", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209021,7 +212273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57a51bb8-d9a0-4dea-a616-e0e2846c5001", + "id": "05170c02-1fa5-4a23-96d9-b4f0d8bcc373", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209067,7 +212319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9b20ac-3b21-46b5-903a-75059b1d7d04", + "id": "69a952a3-94d7-4f85-b18a-20a90edfd897", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209113,7 +212365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc659322-828d-4bfe-92d4-09f05624a03e", + "id": "4daaff8c-b100-4855-b0ef-48c8ce702430", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209159,7 +212411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e137dc-4bc9-41b2-b161-9e08ec72bc7f", + "id": "76189674-aa35-42c4-876d-5bdd7bc6c2c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209211,7 +212463,7 @@ } }, { - "id": "a8309020-733f-469b-bfe6-3c2588ff17bd", + "id": "daabc941-5305-4ef0-b026-b53806a12819", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -209253,7 +212505,7 @@ }, "response": [ { - "id": "781cf307-f532-40ac-9f04-28ec40342b62", + "id": "6bebbd0a-54a3-40ba-a7f1-54cbe6d404c5", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -209298,7 +212550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60976c99-8a52-4380-bd04-02c2f18a7175", + "id": "554370f7-fb81-4289-b638-87b1b2ba3a42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209343,7 +212595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e0ea473-e765-48f3-bb7e-5129f31fdee1", + "id": "65773a77-3ae1-469d-b836-bd84a2215d4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209388,7 +212640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3735805-d8b9-4d43-b843-36b0df403eae", + "id": "32e4f1cf-a444-4a5a-8ed4-1036b80aead5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209433,7 +212685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33b9077-d5a7-4c97-ad08-9e51f3014e92", + "id": "71679382-b3c3-4bcb-937e-e7149f8176ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209478,7 +212730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d418375-ddc2-463d-b88b-21732f1e059b", + "id": "b86aa0c2-5a7d-43fb-b389-358edb9b3f20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209523,7 +212775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d08bb57-eb4e-49f0-9828-c589897efd9b", + "id": "de12964c-0f3b-41d9-a365-9bc22966b2f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209574,7 +212826,7 @@ } }, { - "id": "f81c0fca-4b0b-4691-84af-a2f9b809f89c", + "id": "75c0117f-01cc-4d9a-8681-841e781e83c4", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -209616,7 +212868,7 @@ }, "response": [ { - "id": "3250db3d-f21f-4327-8d6e-cf952e0cf060", + "id": "35337090-3110-4d45-aff8-e37937805a74", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -209661,7 +212913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0280900-c0e7-4934-ade2-0f58f64fe6bc", + "id": "09053304-767b-42cc-ae28-f0b5eb52a292", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209706,7 +212958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad0335e1-3331-43d2-95a3-1885d624647e", + "id": "de67ef87-a6da-49a7-a269-33d7d9130e93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209751,7 +213003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333b9b8b-d9ac-4484-8359-3e2cc34be27d", + "id": "3e93b32a-114a-4632-a358-89204db68ed3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209796,7 +213048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bea43378-eb08-4985-b486-3a7e94709633", + "id": "d44173ee-fbe3-4462-9b42-b3afd6cf01ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209841,7 +213093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "862960fd-6ec4-4950-a67b-5e3a373772cf", + "id": "ad592188-b752-4d2b-8977-bfae0c6a379a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209886,7 +213138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cdfb56a-30ff-496b-b41a-e4d48eee09e2", + "id": "52dcff81-18db-4273-ae17-b62c9db7faf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209937,7 +213189,7 @@ } }, { - "id": "983ee130-4b8a-40bf-87eb-f1d82121045b", + "id": "4c461c00-0000-456a-ad9b-0a72e7f23df6", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -209980,7 +213232,7 @@ }, "response": [ { - "id": "fcaac68b-5fc8-4113-aa4d-ad896b231eac", + "id": "84dac894-a152-48a9-a690-a964362bccba", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -210037,7 +213289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de95af5-4199-4f42-8275-8829a1b139df", + "id": "9626080d-d2ec-429c-b8ed-8dbaea035cd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210094,7 +213346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23dd419d-babd-46fd-99d2-3168aacfd215", + "id": "3fa48f44-1c4b-4ed8-8047-63309d4d4769", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210151,7 +213403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f905a05a-f251-4d2b-9a26-d451709d31e3", + "id": "448a513e-30f6-4ef0-9c7e-8a0470e4cd10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210208,7 +213460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b78bf4-a06e-436b-b7f1-608eda56656b", + "id": "570fe374-d0ca-4e4e-88c3-60cb5054c1c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210265,7 +213517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8593991a-40f5-401e-86df-8389c65e0784", + "id": "2753bb74-bb51-459c-9628-110fc40a7af4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210328,7 +213580,7 @@ } }, { - "id": "861c2b7b-9120-4200-89a6-514619a35fb9", + "id": "752032ec-3e18-4862-bff1-e71ea17077cf", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -210357,7 +213609,7 @@ }, "response": [ { - "id": "585a6e40-4594-4e73-833c-6fff0a19981e", + "id": "aebc5fbb-88c1-411a-b216-f49400f14cc1", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -210400,7 +213652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91bb4b9e-acfd-4ca0-9ee5-d97f0e6a2688", + "id": "a4a8935c-f01b-4a6d-8c61-7224408bc3ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210443,7 +213695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfef710a-fc8a-42df-8ce4-b723545127b8", + "id": "d67dd1b8-82e8-45e2-9563-3a5988483a59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210486,7 +213738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23bb8427-6e7e-4bb6-83b4-e3a7d041e03f", + "id": "277be9ca-b067-4d10-8130-84118810cadb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210529,7 +213781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5cc7ba-7173-4cde-8e61-3c2f2a231f08", + "id": "91f54305-4769-4469-9cfd-3f0e19776124", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210572,7 +213824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7efe1235-1e3c-45a5-acf9-a7a9d1a78bcf", + "id": "504047e6-060b-4818-aa1a-2f57d0f14d82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210621,7 +213873,7 @@ } }, { - "id": "af79cf3d-7b4d-49fe-b054-ba2367d61616", + "id": "4185bfcc-1ad5-4a59-9544-93112ba4de1a", "name": "Download violation report", "request": { "name": "Download violation report", @@ -210663,7 +213915,7 @@ }, "response": [ { - "id": "997be286-8914-448f-b74e-8c05d90a0c93", + "id": "2088e1db-009a-45b6-bdec-12a9ec959f00", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -210703,12 +213955,12 @@ "value": "application/zip" } ], - "body": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "5d1a8fc3-c0c3-44cc-8e96-0e44dc88b9be", + "id": "fe619dfe-5d9f-4501-8eae-15b6392c6eeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210753,7 +214005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aead65c1-632f-48d0-b412-5cbf33a2d351", + "id": "b2fd8be1-fc51-4ae7-9d9b-0117032d0c1e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210798,7 +214050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4797f74-93e2-4d2e-838c-fc63c34cd4d2", + "id": "6962e395-7371-4117-8584-be6ffaba129b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210843,7 +214095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7242895-3b97-48be-bee4-9ae2cc1feb4e", + "id": "4cc083bf-cfe0-4e86-9ce9-0ae6cdd914f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210888,7 +214140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434ca903-9cf7-45fb-93b4-49d1341a0791", + "id": "75ad2b89-a93a-439c-87c4-f97644c932ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210933,7 +214185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ada2e32-9dfc-4127-afd1-5003143a7c60", + "id": "ddbd51ff-830d-48b7-8a2a-0e75266d86ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210984,7 +214236,7 @@ } }, { - "id": "067cb46c-1079-405b-981e-c1a235befe3b", + "id": "6460741b-e42b-41de-a231-b39216fd8c8d", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -211037,7 +214289,7 @@ }, "response": [ { - "id": "5fcd0a3a-3918-4da4-8988-6bc1de58886d", + "id": "25e88a08-5cd3-4631-8d6a-f90f6c8c355b", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -211078,12 +214330,12 @@ "value": "application/zip" } ], - "body": "sunt velit", + "body": "q", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "849ed131-86a2-4576-9712-97761e337883", + "id": "08803b01-bf95-4794-b103-e0d50068ef60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211129,7 +214381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca048572-5ff6-4cde-8dae-712eb239b16e", + "id": "b51ac3c5-ec66-4fe6-91db-934f68f1e967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211175,7 +214427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80023b44-d7d1-4a18-8d3a-5113a00c1194", + "id": "f63fe20a-4c3f-45f3-bcf7-1a317399571a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211221,7 +214473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a03debad-b136-41e0-8756-7d9aeaf5e23f", + "id": "b4fade77-c558-4ce1-8a47-1ebdb522efd2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211267,7 +214519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e47c40-0d90-41a5-bfdc-154489864c76", + "id": "27140e35-9560-4896-b440-7b736e448b1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211313,7 +214565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fcc2955-bf33-4ad0-a734-fafac2cb3c3d", + "id": "b0e3aedb-8476-4a0e-a0c7-43af1e8d31b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211445,7 +214697,7 @@ } ], "info": { - "_postman_id": "4e4a61e7-129f-4d52-a5dd-93983cdbe8b3", + "_postman_id": "0ca85fac-63be-4f21-86b8-3c5d2c9e8427", "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 a9280ea..f681971 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "48b33c09-5e1a-40f4-9628-9ab460ee4341", + "id": "b629930a-0787-441f-b533-be532fe6715e", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "4148222a-8fab-4cdd-a218-0ab1a1a90f0a", + "id": "f0f97a6b-9c5e-49ef-8fed-44788665b61b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:ddbd24af-16f2-4d7a-345a-d642d6e2830b\",\n \"uid\": \"et sint cupidatat eiusmodelit in\",\n \"name\": \"deserunt la\",\n \"email\": \"Fg3VXbMFlq3XcB@RjALbqwKGJSVuvXmySScRRYpuZocnQuh.jklu\",\n \"type\": \"NeprofileUser\",\n \"title\": \"aliquip exercitation voluptate\",\n \"status\": \"Disabled\",\n \"login\": \"\",\n \"last_login\": \"1977-11-23T10:30:14.803Z\",\n \"cookies_accepted_at\": \"1970-04-13T00:52:37.732Z\",\n \"preferred_language\": \"ea officia nisi non\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "12a6f851-b467-44b8-aec5-6bc3de503fb2", + "id": "dac09cae-3dbd-416f-b300-e7e213ba9e7c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10fc104-9685-4686-be58-ed7ba97965e8", + "id": "b1fe82e4-be02-4968-b195-146a378edddc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "ef7ae858-5f46-4edd-8cbd-762f203ada28", + "id": "2d6343dc-0c5d-481d-bf4e-09339591d552", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -299,7 +299,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "Clg70@CAHVJwfoMfUPHnOJcp.btfy" + "value": "9pTUiNKOAeGaUx@H.ovm" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "9f9fdbe9-f452-4efa-a461-6d5aa94c691d", + "id": "cb8206ee-b224-4786-b572-c04c0bea6e38", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -406,7 +406,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "Clg70@CAHVJwfoMfUPHnOJcp.btfy" + "value": "9pTUiNKOAeGaUx@H.ovm" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"6c60e91a-bbc1-46b3-63b2-e316409a6bc4\",\n \"uid\": \"reprehenderit adipisicinglaborum\",\n \"name\": \"ipsum cillum elit\",\n \"email\": \"hknVA5a@pLioDotTXRRLZJoHrXhV.lolk\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Ut adipisicing quis ad\",\n \"status\": \"Disabled\",\n \"login\": \"nisi\",\n \"last_login\": \"1948-11-15T20:12:10.092Z\",\n \"cookies_accepted_at\": \"1980-06-28T06:04:08.878Z\",\n \"preferred_language\": \"eu consequat sit\"\n },\n {\n \"id\": \"urn:uuid:67b9e941-caf5-65f5-24c1-70d5ab9fc04d\",\n \"uid\": \"Lorem dolore commododolor elit u\",\n \"name\": \"aliqua ea\",\n \"email\": \"L4pwJ3Atr@sfHRegMv.gh\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Ut\",\n \"status\": \"Disabled\",\n \"login\": \"enim dolor laborum dolore\",\n \"last_login\": \"1946-08-25T06:49:01.449Z\",\n \"cookies_accepted_at\": \"1986-03-19T16:17:55.431Z\",\n \"preferred_language\": \"est ex qui cupidatat\"\n }\n ],\n \"_metadata\": {\n \"limit\": -45760160,\n \"offset\": -10418444,\n \"total\": 43342578,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "af067065-e310-4460-b4e3-d9b297fc7104", + "id": "aebfd745-014c-4598-b2c0-cfc4b5b8b931", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -531,7 +531,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "Clg70@CAHVJwfoMfUPHnOJcp.btfy" + "value": "9pTUiNKOAeGaUx@H.ovm" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66643d53-7d84-46ff-b6f2-dc1da391807a", + "id": "6eb049e7-d17d-452e-828a-5e52cd39f45a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -656,7 +656,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "Clg70@CAHVJwfoMfUPHnOJcp.btfy" + "value": "9pTUiNKOAeGaUx@H.ovm" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "84426c76-b90d-49dc-b332-6e7325b1f68c", + "id": "cb5a990a-cb9c-488b-a42f-4b6e3ea2a1d6", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "811f43e7-c8f4-4b7e-ad3c-71b347f4488f", + "id": "f8894b05-152d-4309-bd4c-256f8328f5c8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"49f1661f-024e-1aac-13a7-c3b2445a88ed\",\n \"uid\": \"consequat reprehenderit voluptat\",\n \"name\": \"aliquip esse\",\n \"email\": \"ZXSvbuGlo@tGCAyTugyiAqMiFOVKOfUwXpTwgrzA.qptj\",\n \"type\": \"NeprofileUser\",\n \"title\": \"occaecat irure\",\n \"status\": \"Disabled\",\n \"login\": \"consectetur non dolore\",\n \"last_login\": \"1957-06-17T20:00:48.148Z\",\n \"cookies_accepted_at\": \"1992-04-24T01:34:20.628Z\",\n \"preferred_language\": \"laboris dolore nisi adipisi\"\n },\n {\n \"id\": \"34bfc576-b575-34f4-d0a9-f2fc8adee03e\",\n \"uid\": \"aliquacommodoeiusmod laborum nul\",\n \"name\": \"ex dolore\",\n \"email\": \"G6UeJK15PVzXav@S.hcn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"esse incididunt sunt\",\n \"status\": \"Disabled\",\n \"login\": \"i\",\n \"last_login\": \"2019-06-05T16:50:50.735Z\",\n \"cookies_accepted_at\": \"1958-05-25T09:24:51.209Z\",\n \"preferred_language\": \"irure\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28bffb43-cec7-4091-8cee-c30d672518e6", + "id": "a1ddd2a6-1210-4097-a9a5-29be577987b3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d18c109-5b5a-4e1b-a9e8-16270595c56b", + "id": "152be86e-d653-4b20-8bda-d4e9c0c192c0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "e4732aa6-47c8-4f8c-81d5-c797cb6473ae", + "id": "f2577b70-3f3e-4ce6-bdfb-01a020437859", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "15ca0bd7-d737-4348-a7b8-a4a39105eb66", + "id": "419293c3-bd23-4c60-822b-a873b10375d7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"49f1661f-024e-1aac-13a7-c3b2445a88ed\",\n \"uid\": \"consequat reprehenderit voluptat\",\n \"name\": \"aliquip esse\",\n \"email\": \"ZXSvbuGlo@tGCAyTugyiAqMiFOVKOfUwXpTwgrzA.qptj\",\n \"type\": \"NeprofileUser\",\n \"title\": \"occaecat irure\",\n \"status\": \"Disabled\",\n \"login\": \"consectetur non dolore\",\n \"last_login\": \"1957-06-17T20:00:48.148Z\",\n \"cookies_accepted_at\": \"1992-04-24T01:34:20.628Z\",\n \"preferred_language\": \"laboris dolore nisi adipisi\"\n },\n {\n \"id\": \"34bfc576-b575-34f4-d0a9-f2fc8adee03e\",\n \"uid\": \"aliquacommodoeiusmod laborum nul\",\n \"name\": \"ex dolore\",\n \"email\": \"G6UeJK15PVzXav@S.hcn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"esse incididunt sunt\",\n \"status\": \"Disabled\",\n \"login\": \"i\",\n \"last_login\": \"2019-06-05T16:50:50.735Z\",\n \"cookies_accepted_at\": \"1958-05-25T09:24:51.209Z\",\n \"preferred_language\": \"irure\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "465ed385-0794-4127-93f1-2cb76f14c3ab", + "id": "a470aad8-1882-45f2-b3eb-11c1b931abfd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab53e86a-48e0-4048-be28-6a704771043f", + "id": "b1f3f4c8-1b54-42a9-a33b-28014db2c097", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "db437edc-b523-41c7-8a35-ce0eacce3a2b", + "id": "d12fc800-d78c-4de3-aa79-6eed5d397cec", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "248ad426-bec4-40bf-914b-1cc14af61765", + "id": "507e67c2-3d45-4cd5-a150-dd7bb604576b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:ddbd24af-16f2-4d7a-345a-d642d6e2830b\",\n \"uid\": \"et sint cupidatat eiusmodelit in\",\n \"name\": \"deserunt la\",\n \"email\": \"Fg3VXbMFlq3XcB@RjALbqwKGJSVuvXmySScRRYpuZocnQuh.jklu\",\n \"type\": \"NeprofileUser\",\n \"title\": \"aliquip exercitation voluptate\",\n \"status\": \"Disabled\",\n \"login\": \"\",\n \"last_login\": \"1977-11-23T10:30:14.803Z\",\n \"cookies_accepted_at\": \"1970-04-13T00:52:37.732Z\",\n \"preferred_language\": \"ea officia nisi non\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cfaac0c0-b7bd-4951-883d-ef1c8827ef47", + "id": "95cc0e27-18cf-40f2-ad54-12702494ac73", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493a58c2-5383-4908-85d4-f6fa1f740e69", + "id": "8a36785a-e75c-44bc-8efe-87173e5d3924", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "e849ce3a-d003-4da3-91e9-3ee042b67752", + "id": "e9eb103f-b94c-4011-8ccc-9a753dd01c53", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "439626fc-c5ec-4c4e-af1c-84e143052d95", + "id": "8cd276ab-d571-4440-9fa9-5d453dd39c3e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:ddbd24af-16f2-4d7a-345a-d642d6e2830b\",\n \"uid\": \"et sint cupidatat eiusmodelit in\",\n \"name\": \"deserunt la\",\n \"email\": \"Fg3VXbMFlq3XcB@RjALbqwKGJSVuvXmySScRRYpuZocnQuh.jklu\",\n \"type\": \"NeprofileUser\",\n \"title\": \"aliquip exercitation voluptate\",\n \"status\": \"Disabled\",\n \"login\": \"\",\n \"last_login\": \"1977-11-23T10:30:14.803Z\",\n \"cookies_accepted_at\": \"1970-04-13T00:52:37.732Z\",\n \"preferred_language\": \"ea officia nisi non\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cbe54fb2-a55c-4a1c-888b-0f14f27f43c8", + "id": "18baf1f0-015c-4d66-ac8e-6b1ae8eabaa5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5e331b-a87b-402b-a56d-ed2424f52777", + "id": "83808422-33a9-48c4-8676-58b29467fabf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "a7c6c028-6b6c-45d6-ad2a-7bd999563062", + "id": "7701b44e-cd79-4cd9-8214-febedb1fb323", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "2d8c48d1-50ae-4649-b078-a0f4725420e3", + "id": "12f58115-004c-4bff-ae43-f3d91ba1d49b", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507e4683-ef13-4138-b975-017291b5d25e", + "id": "4bac6c92-1ce3-44a5-baab-fce3d64c17dd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f37711c-0b5d-4b41-b31c-c078ce099a53", + "id": "b3bb00db-0d6f-4c20-9aba-3cf32481d842", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "459f1ce1-7531-4e13-b38a-26edc8410878", + "id": "86d60f81-e88f-4a16-86d3-15dac957f2b9", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "c5cb6b72-4e62-46b9-b1e6-5efee2d63252", + "id": "48737092-b77e-48a0-a7ee-ac6cd9f6c68c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae7edee0-55be-4c60-8efc-5acd4b5c0337", + "id": "0f34a39e-920d-4cc7-9544-2a9506690271", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79455174-a061-42dc-b8ed-d1c1d3423ed5", + "id": "c3772038-e60c-4b24-b077-ab71b1e1488d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "fb3c4b20-20eb-43b3-8dfd-7ac761d90787", + "id": "e1b13ac7-af7c-47f2-b7df-d8fbee1ae0df", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "2bb6aeb2-0574-473d-adee-3e189d16d8dd", + "id": "0955b132-ce8e-441c-aef6-373d60f3c5c4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4926f5ca-08f0-4261-9125-e7fa68747948", + "id": "f11861e6-15df-471b-a92c-86c93ef507f0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fad401b-763d-4c47-b3b8-0d56f9494609", + "id": "e68006bb-0427-4965-9736-a70a5fba7bfb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "1f164cac-3ffe-41e0-aed0-77a03354af51", + "id": "164acbaf-c980-439d-b6b7-9921f86f2ea0", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "4396aea5-b3f9-4786-996d-45c8a2e1acc6", + "id": "3a04f034-007b-47ba-a77c-567e24937acc", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"15e57fd7-4a52-b7c5-face-f5412f6b293f\",\n \"uid\": \"veniam pariaturnon voluptate sed\",\n \"user_id\": \"urn:uuid:24443813-3c8e-4dba-7d95-19590ac5f21b\",\n \"manager_id\": \"abea85d8-e8cf-9496-3b39-ef31aac9a1b4\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4fecf3b9-f473-4996-bad6-7dab077c89b9", + "id": "7193a1c2-4c58-4be2-8ccc-8d2a4b5af8fa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2316,7 +2316,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43483610-132d-4c2e-b367-22b4fc832161", + "id": "3cc43fa4-6483-4e9c-8474-374c3216de77", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "e5724aaa-9f2c-4ca7-83ba-a200a095df3c", + "id": "51d7faac-cd0d-415e-a38e-7ac1e3da01a3", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "4a1c18db-b097-47dc-a242-181b9eb3f78a", + "id": "252c014b-1bce-4a3b-9c17-9b2a4c576c0f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"34976c31-2d76-f1e0-ab1a-6d8ac1803a05\",\n \"uid\": \"in tempor laboris fugiatofficia \",\n \"user_id\": \"urn:uuid:3e4b838e-2cc8-92a4-0e69-2dd895989c32\",\n \"manager_id\": \"urn:uuid:7b49304c-abaf-a70b-11b5-4ab478fbca3f\"\n },\n {\n \"id\": \"urn:uuid:caff658a-8411-b190-a382-f514d8184dc9\",\n \"uid\": \"laborum commodo Lorem doExcepteu\",\n \"user_id\": \"97cb2d71-cc11-9030-44fa-d9543f84c3c2\",\n \"manager_id\": \"urn:uuid:62531367-73b6-ff37-763e-25fa55d57737\"\n }\n ],\n \"_metadata\": {\n \"limit\": 84428858,\n \"offset\": -43126336,\n \"total\": -68756685,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be3c3540-3380-47db-aee5-eba389db4366", + "id": "4382a999-9519-42d1-beeb-81dcd428ef80", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f9ec98-18cd-40c1-a15f-4031aec8751f", + "id": "603fd71d-5b4f-4e3c-a3c8-b5a7ef38f6b4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "12ac4ecd-871b-4163-ba62-caaf64c0c6bc", + "id": "0a3eaf7a-5e7c-44be-ae0a-a84f216b0231", "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\": \"c0f2af88-2798-d924-ddca-3363e52634ff\",\n \"manager_id\": \"urn:uuid:514fbcf5-5a5c-dc63-2ab9-e05c3e6cc4bd\"\n },\n {\n \"user_id\": \"urn:uuid:77b639df-20b7-d671-f4ae-01673e01abf3\",\n \"manager_id\": \"59746620-1b19-f97c-a483-fe7985e2ba17\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "5a784133-7644-4844-bbf4-5f5af62bc065", + "id": "f832180c-b06e-41e0-a3bf-42d68a77683b", "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\": \"c0f2af88-2798-d924-ddca-3363e52634ff\",\n \"manager_id\": \"urn:uuid:514fbcf5-5a5c-dc63-2ab9-e05c3e6cc4bd\"\n },\n {\n \"user_id\": \"urn:uuid:77b639df-20b7-d671-f4ae-01673e01abf3\",\n \"manager_id\": \"59746620-1b19-f97c-a483-fe7985e2ba17\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6440f6e-f4b1-49f1-8edc-217aee37f492", + "id": "c837f595-6714-4f76-8a44-428c183ec9ac", "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\": \"c0f2af88-2798-d924-ddca-3363e52634ff\",\n \"manager_id\": \"urn:uuid:514fbcf5-5a5c-dc63-2ab9-e05c3e6cc4bd\"\n },\n {\n \"user_id\": \"urn:uuid:77b639df-20b7-d671-f4ae-01673e01abf3\",\n \"manager_id\": \"59746620-1b19-f97c-a483-fe7985e2ba17\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3c5c7e-7d83-40a2-a135-815457e802c8", + "id": "023ec490-0142-4fa0-93da-328dc689c963", "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\": \"c0f2af88-2798-d924-ddca-3363e52634ff\",\n \"manager_id\": \"urn:uuid:514fbcf5-5a5c-dc63-2ab9-e05c3e6cc4bd\"\n },\n {\n \"user_id\": \"urn:uuid:77b639df-20b7-d671-f4ae-01673e01abf3\",\n \"manager_id\": \"59746620-1b19-f97c-a483-fe7985e2ba17\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "0529a8d8-e31d-4670-b558-0716bcef24f8", + "id": "ddbccfb8-37d6-4275-b07e-f3073ea8f215", "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\": \"789e11fd-60f9-9aec-b513-5196411335c8\",\n \"user_id\": \"urn:uuid:bc2c995d-f5a2-a7b1-6f32-d6a93e31891f\",\n \"manager_id\": \"94bf0567-2a66-4b41-814e-1470395958e3\"\n },\n {\n \"id\": \"urn:uuid:709faa53-5c18-6960-8c57-9ebed512afcf\",\n \"user_id\": \"37fe2222-3717-0a01-817a-be1c61c9db9f\",\n \"manager_id\": \"b974012f-84a1-fc11-6b62-abb2aa9fc553\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "2d63b9ea-a786-4719-b44f-ab280b02644d", + "id": "abbc9d44-90f2-4d53-ba6e-8b0799c41f94", "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\": \"789e11fd-60f9-9aec-b513-5196411335c8\",\n \"user_id\": \"urn:uuid:bc2c995d-f5a2-a7b1-6f32-d6a93e31891f\",\n \"manager_id\": \"94bf0567-2a66-4b41-814e-1470395958e3\"\n },\n {\n \"id\": \"urn:uuid:709faa53-5c18-6960-8c57-9ebed512afcf\",\n \"user_id\": \"37fe2222-3717-0a01-817a-be1c61c9db9f\",\n \"manager_id\": \"b974012f-84a1-fc11-6b62-abb2aa9fc553\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d24ca18-76c7-4e87-9d7d-01ac3d603ff4", + "id": "895ae8dd-7c15-43d5-816f-5a55304e5676", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3135,7 +3135,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"789e11fd-60f9-9aec-b513-5196411335c8\",\n \"user_id\": \"urn:uuid:bc2c995d-f5a2-a7b1-6f32-d6a93e31891f\",\n \"manager_id\": \"94bf0567-2a66-4b41-814e-1470395958e3\"\n },\n {\n \"id\": \"urn:uuid:709faa53-5c18-6960-8c57-9ebed512afcf\",\n \"user_id\": \"37fe2222-3717-0a01-817a-be1c61c9db9f\",\n \"manager_id\": \"b974012f-84a1-fc11-6b62-abb2aa9fc553\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "496fbb0a-46d4-44d6-8146-deac7fabb4d7", + "id": "0ebe7374-009c-4436-808b-0b60050bdb6e", "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\": \"789e11fd-60f9-9aec-b513-5196411335c8\",\n \"user_id\": \"urn:uuid:bc2c995d-f5a2-a7b1-6f32-d6a93e31891f\",\n \"manager_id\": \"94bf0567-2a66-4b41-814e-1470395958e3\"\n },\n {\n \"id\": \"urn:uuid:709faa53-5c18-6960-8c57-9ebed512afcf\",\n \"user_id\": \"37fe2222-3717-0a01-817a-be1c61c9db9f\",\n \"manager_id\": \"b974012f-84a1-fc11-6b62-abb2aa9fc553\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "35fb74a0-a201-469c-8979-9756b0aaa653", + "id": "1b234455-5dbe-4cc2-84c7-9025d07d9242", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "01782d93-1050-4d85-8b76-4df4d44c8e0b", + "id": "d59c30b7-001f-4cf1-a962-57db051113e4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"15e57fd7-4a52-b7c5-face-f5412f6b293f\",\n \"uid\": \"veniam pariaturnon voluptate sed\",\n \"user_id\": \"urn:uuid:24443813-3c8e-4dba-7d95-19590ac5f21b\",\n \"manager_id\": \"abea85d8-e8cf-9496-3b39-ef31aac9a1b4\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a0585974-87e3-4d53-9e42-f83645b8c9e4", + "id": "076dec56-3470-4c9b-b559-969980a3383e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2188550a-a34b-47a9-910d-20d301dddb78", + "id": "05c71c18-fa6d-4ee1-b6d0-1810f5497a2e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "fdc90d82-57e5-484a-a524-1fbe5edb3b39", + "id": "6857ee52-2c42-424e-b6b9-6cb1e6029fd7", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "9577a4af-3d14-41a3-a147-ed51aa9001ea", + "id": "d2d83951-3d09-49c8-9af4-f3a96ffd278a", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"15e57fd7-4a52-b7c5-face-f5412f6b293f\",\n \"uid\": \"veniam pariaturnon voluptate sed\",\n \"user_id\": \"urn:uuid:24443813-3c8e-4dba-7d95-19590ac5f21b\",\n \"manager_id\": \"abea85d8-e8cf-9496-3b39-ef31aac9a1b4\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d51cbf1-6860-475d-863d-fff5ceaa9fb0", + "id": "8e187cfc-20b1-4f4b-95d8-d88703968a3c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_manager\": {\n \"user_id\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ea53c3-4e15-4410-90b3-6f33307678b9", + "id": "9e88ab03-4d85-4410-a404-cf1c48faa79c", "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\": \"urn:uuid:4f12e2c8-438c-f65f-4241-5008bd8fac5f\",\n \"manager_id\": \"4ccaf8b2-1ed4-2bb3-1367-00973f9fb2d8\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"3bbd356b-8c62-3f5e-1ecb-1ccd9a361e21\",\n \"manager_id\": \"e63b5585-bc10-1b7a-2d2e-c27998502aae\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "4c429216-8eeb-4e8a-9983-3fa3c24618c6", + "id": "cf05ed77-764d-4f59-ae4d-5668c4c0e2c6", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "7d0243e6-9f62-467a-b275-f10d2df85097", + "id": "ed40d50b-1e49-4f16-abee-d2f28b5109c2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:35328f63-457d-eef5-5ef0-52f657933fde\",\n \"uid\": \"qui aute occaecataliquip veniam \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:4da4826a-53a9-0b72-2bc7-a28bce332687\",\n \"uid\": \"sunt est Ut Duisproident cillume\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 58786192,\n \"offset\": 51431830,\n \"total\": -61935691,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "78224148-e514-4669-a500-9d68522c2733", + "id": "73e42efe-6bc6-4962-b7d3-91a3c0bf639a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d1740fa-c480-497a-ac13-f4bfa9a352be", + "id": "e52adaa5-e373-4b73-a2fe-25cbda410823", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "92f80757-7497-44be-b628-8751ffe7605e", + "id": "34014371-537f-443b-85a8-6ef3e105f29d", "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\": \"etincididunt eiusmod Excepteurdo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eu deserunt Ut quis reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -3993,7 +3993,7 @@ }, "response": [ { - "id": "1336d5e8-7de5-4e82-a061-97f53146310b", + "id": "dd824a34-aa41-4dec-a541-49f23ae4e6a4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"etincididunt eiusmod Excepteurdo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eu deserunt Ut quis reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -4044,12 +4044,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"92a95975-208b-f830-c5ef-0c721c8aa3f5\",\n \"uid\": \"dolor commodo elitea laboreDuis \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:be4f8bb4-07ec-110b-d43b-b61e5ebbaf9f\",\n \"uid\": \"incididunt in occaecat anim elit\",\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: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7b006ede-7fba-40c7-906f-6db0354b5113", + "id": "af9fba28-51ab-4494-bd2a-3324a8f7476f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"etincididunt eiusmod Excepteurdo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eu deserunt Ut quis reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -4105,7 +4105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa844083-5947-40b8-99c0-005fb1b8a97e", + "id": "faa68d23-206d-45e5-bbf2-73e0df672ec7", "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\": \"etincididunt eiusmod Excepteurdo\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"eu deserunt Ut quis reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -4167,7 +4167,7 @@ } }, { - "id": "ab76a114-4fd1-418f-83e0-f4d9955dbeb6", + "id": "13ac493b-a2c3-43ec-b1cf-c08a8149be78", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "3ef65d78-bca6-4d26-ab5e-07ae49d5e3f2", + "id": "f0f6a791-9965-45ed-a140-219f5daddc43", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"92a95975-208b-f830-c5ef-0c721c8aa3f5\",\n \"uid\": \"dolor commodo elitea laboreDuis \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:be4f8bb4-07ec-110b-d43b-b61e5ebbaf9f\",\n \"uid\": \"incididunt in occaecat anim elit\",\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: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ddb7ce2d-176e-4598-bc22-d9942bd74881", + "id": "5ff119d3-dad5-4672-afd9-340b77f64070", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c18bfe68-12e2-49b4-9012-68d65341a06c", + "id": "f7d99efb-7477-4ab7-9dbb-fc358480df5b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "f33222a3-ebd1-461b-aaa7-bc2cdb6e56fd", + "id": "086635b6-41d8-4d92-a98a-567564798cee", "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\": \"id eiusmod pariatur reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -4427,7 +4427,7 @@ }, "response": [ { - "id": "36c8f471-871b-44b4-9348-604c1b58879d", + "id": "a21076fe-61cc-4dce-8885-26812764337c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"id eiusmod pariatur reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -4478,12 +4478,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:a11165fd-49d9-5ee2-6dad-8fc04c7deb8a\",\n \"uid\": \"culpa incididunt Duis velitmolli\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3031ab10-5607-445f-b885-18f50583b5f1", + "id": "14ba404f-e3f6-47d3-8335-3aae9d410f6d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"id eiusmod pariatur reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -4539,7 +4539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b58c926-f02d-45df-8f6c-09e45b86e122", + "id": "2c3dcdbe-32ca-4b66-a672-c0f2f9d3d0ed", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"id eiusmod pariatur reprehenderi\",\n \"type\": \"NeaccessRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -4601,7 +4601,7 @@ } }, { - "id": "95580518-46a4-44a6-9135-f6ab181e4643", + "id": "a2155dcc-7383-42d4-942d-de1207200ff7", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "768dceaa-7206-48ef-957a-d93476996a23", + "id": "f6f636cf-5d59-4583-a7d3-6b6460a4e273", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:a11165fd-49d9-5ee2-6dad-8fc04c7deb8a\",\n \"uid\": \"culpa incididunt Duis velitmolli\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f5e752b5-553f-4626-810a-87ed1e2bd677", + "id": "3780dd24-5312-4d99-a8b6-7ee0aa73c609", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2406ab5-6f54-40cb-a9ca-a157501b3430", + "id": "55a8e8b6-265f-4717-8d35-0326a95ed7f8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "5fc36bb3-4b15-4b6c-8fbc-16eb0625ee92", + "id": "4fa0acd3-17a7-4961-b7d1-9c864270b592", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "ba448d8f-cedd-418e-907f-b33bd7218af8", + "id": "681213cb-989b-4c5b-b4ea-f9bdee6071f0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:a11165fd-49d9-5ee2-6dad-8fc04c7deb8a\",\n \"uid\": \"culpa incididunt Duis velitmolli\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d37a412-cf1d-4698-9d78-096577da0ad7", + "id": "2e74d912-c581-4bee-8b76-66b33ce9972a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "144d2089-c5bc-4c5b-a4a7-a939dd9ffc71", + "id": "b29c31fa-78b2-4328-8d5b-032c0174679f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "ca3d4bd4-e4b1-4534-9919-dbe045d73928", + "id": "2c1f05e6-bea2-4601-93b0-531a0d693016", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "3c0a7f6a-c14a-4e48-9d47-a33850deef04", + "id": "7469bf72-691a-4cfd-9527-06b1b8047a77", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39c72f04-660e-46f9-842c-b5b82fea1159", + "id": "423f1d2c-d338-4bc5-a527-97a6a43e1129", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb64692a-b428-43b0-bfe0-41a0f4e31abc", + "id": "116e1bbb-6f57-40f6-ab6e-32d32ef3622e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "38feba47-5316-4278-aaf4-34329ea141b5", + "id": "2bbbdc7c-6482-4f3a-994f-a182044e8336", "name": "Assign a new role to a user", "request": { "name": "Assign a new role to a user", @@ -5273,7 +5273,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "ef5ce7ce-e108-4397-a407-bc187fb546c9", + "id": "8f8dd2c7-fc52-4f27-b9eb-08139bdb70b4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5319,7 +5319,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"2ac0b38c-3cbe-c735-ebf4-99ec9faee6f1\",\n \"uid\": \"sunt veniamExcepteur Duis sintdo\",\n \"user_id\": \"448c42c2-ec32-5077-e225-783d61d7f216\",\n \"role_id\": \"0618da80-6066-4831-e647-91100dc27a5f\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "544cd275-8659-422f-91db-b261114c9422", + "id": "69611247-cf7b-47e8-a1c8-59ba586d2103", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5375,7 +5375,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8155b94d-cf8b-46b8-a599-f8e239bc5f40", + "id": "0df26e4b-2769-4025-8a45-cd0ac5302bec", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5431,7 +5431,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "c43814be-6e85-437e-b9fb-4836d4243313", + "id": "d889b7e7-196b-444c-bfe7-87e973a9c623", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "cce5eba2-e912-46ba-ad5b-63cdd69bd438", + "id": "559162c0-ffc4-44ff-9389-ada252b100ab", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"f8d29de9-24de-6fb4-30c3-e7a47c3ee304\",\n \"uid\": \"nisi sitdeserunt ut eudolore ide\",\n \"user_id\": \"urn:uuid:7dc3fa28-c5f0-d8bb-aa2d-8d812745349c\",\n \"role_id\": \"urn:uuid:c7a30a74-942f-6da8-9e68-41cd3131df65\"\n },\n {\n \"id\": \"urn:uuid:d8b02851-7708-7397-4de3-d3bad7e7604e\",\n \"uid\": \"fugiat dolor dolore enimut cillu\",\n \"user_id\": \"bed554ee-5b78-7e60-fde6-1df4e44772a2\",\n \"role_id\": \"urn:uuid:76a38e59-58e0-781e-9372-3165f6f4a584\"\n }\n ],\n \"_metadata\": {\n \"limit\": -72704339,\n \"offset\": 39688187,\n \"total\": 49477773,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "92a543a7-02fe-4f18-bc35-7ad548798436", + "id": "91af4ce8-6877-43c9-877c-774ca1ade5b9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb5f66a4-e986-48e3-94a2-d2652c9d6b40", + "id": "45292029-cb59-47c5-9f09-926ab6f0c6ad", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "f4dda60e-241a-4363-ab87-400f153f3c8e", + "id": "92586b73-65f6-4180-98af-c51a0f83b42f", "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\": \"ddf480ab-a4ea-8e4d-ba9b-291ddcb74254\",\n \"role_id\": \"urn:uuid:60756a5e-33ba-740f-fbed-18ac12231768\"\n },\n {\n \"user_id\": \"e69714e5-c51e-6d74-70cf-ffcc644249b9\",\n \"role_id\": \"714c23b2-b19a-63fc-9648-a535b063ae9e\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "d79a7855-1e11-4f2e-aafb-f846997ee3db", + "id": "9cf0bcf6-20fc-4910-9e47-c42a087ea630", "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\": \"ddf480ab-a4ea-8e4d-ba9b-291ddcb74254\",\n \"role_id\": \"urn:uuid:60756a5e-33ba-740f-fbed-18ac12231768\"\n },\n {\n \"user_id\": \"e69714e5-c51e-6d74-70cf-ffcc644249b9\",\n \"role_id\": \"714c23b2-b19a-63fc-9648-a535b063ae9e\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:cfc6769f-2e03-95b2-ae8b-4575e51ebb85\",\n \"uid\": \"laborum elit doloreUt culpa sunt\",\n \"user_id\": \"8bf12233-ed73-2165-d318-c88a47dfcb92\",\n \"role_id\": \"74caf2d7-9b82-e98f-b08a-bfb9e1fdecef\"\n },\n {\n \"id\": \"urn:uuid:1e442205-df13-0df3-ef7b-a03a4d6771b5\",\n \"uid\": \"nostrud occaecat amet doloramet \",\n \"user_id\": \"b7dfac92-8f10-2b3c-852e-628a07f55ac6\",\n \"role_id\": \"urn:uuid:14c1f44c-5cf1-8651-c1eb-409f6123a014\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9300080e-5669-4afb-b27a-c54ad5e1b973", + "id": "ea31a140-488f-476b-995f-8d13e6242dc9", "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\": \"ddf480ab-a4ea-8e4d-ba9b-291ddcb74254\",\n \"role_id\": \"urn:uuid:60756a5e-33ba-740f-fbed-18ac12231768\"\n },\n {\n \"user_id\": \"e69714e5-c51e-6d74-70cf-ffcc644249b9\",\n \"role_id\": \"714c23b2-b19a-63fc-9648-a535b063ae9e\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5528647-50cf-4371-9e23-caffbe812d0a", + "id": "fb0a851e-8a49-4cf3-b628-5854ad6e6eb8", "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\": \"ddf480ab-a4ea-8e4d-ba9b-291ddcb74254\",\n \"role_id\": \"urn:uuid:60756a5e-33ba-740f-fbed-18ac12231768\"\n },\n {\n \"user_id\": \"e69714e5-c51e-6d74-70cf-ffcc644249b9\",\n \"role_id\": \"714c23b2-b19a-63fc-9648-a535b063ae9e\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "ed2b0369-56b3-4f13-83e3-da56cd0aa421", + "id": "dd47de00-b538-463e-898b-c273f2f3c9c8", "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\": \"5984851f-3745-fd61-fbe8-060120779e62\",\n \"user_id\": \"880339a5-5f6a-acce-c581-672c8bd99c39\",\n \"role_id\": \"urn:uuid:eeb4d09c-8ae4-7518-6a43-3162be033818\"\n },\n {\n \"id\": \"47bea9ec-4a5a-78ff-1241-e1eec71cb892\",\n \"user_id\": \"urn:uuid:0c0af3be-3b1c-1ded-176e-29b52b90066f\",\n \"role_id\": \"03cb0338-6b0a-e614-1965-c3c997a98311\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "2f9e1a24-2997-4781-beb2-039bd66b6e73", + "id": "c84ea23c-0631-4ec6-a4ca-6f97dd652931", "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\": \"5984851f-3745-fd61-fbe8-060120779e62\",\n \"user_id\": \"880339a5-5f6a-acce-c581-672c8bd99c39\",\n \"role_id\": \"urn:uuid:eeb4d09c-8ae4-7518-6a43-3162be033818\"\n },\n {\n \"id\": \"47bea9ec-4a5a-78ff-1241-e1eec71cb892\",\n \"user_id\": \"urn:uuid:0c0af3be-3b1c-1ded-176e-29b52b90066f\",\n \"role_id\": \"03cb0338-6b0a-e614-1965-c3c997a98311\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:cfc6769f-2e03-95b2-ae8b-4575e51ebb85\",\n \"uid\": \"laborum elit doloreUt culpa sunt\",\n \"user_id\": \"8bf12233-ed73-2165-d318-c88a47dfcb92\",\n \"role_id\": \"74caf2d7-9b82-e98f-b08a-bfb9e1fdecef\"\n },\n {\n \"id\": \"urn:uuid:1e442205-df13-0df3-ef7b-a03a4d6771b5\",\n \"uid\": \"nostrud occaecat amet doloramet \",\n \"user_id\": \"b7dfac92-8f10-2b3c-852e-628a07f55ac6\",\n \"role_id\": \"urn:uuid:14c1f44c-5cf1-8651-c1eb-409f6123a014\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c52c3b0c-dfd5-425e-9d03-90347ed91e51", + "id": "3e3ff93f-8332-4da7-a767-67a368371ef6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"5984851f-3745-fd61-fbe8-060120779e62\",\n \"user_id\": \"880339a5-5f6a-acce-c581-672c8bd99c39\",\n \"role_id\": \"urn:uuid:eeb4d09c-8ae4-7518-6a43-3162be033818\"\n },\n {\n \"id\": \"47bea9ec-4a5a-78ff-1241-e1eec71cb892\",\n \"user_id\": \"urn:uuid:0c0af3be-3b1c-1ded-176e-29b52b90066f\",\n \"role_id\": \"03cb0338-6b0a-e614-1965-c3c997a98311\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17bbe352-081c-47f3-ab88-8b0cb61ac7b4", + "id": "fcbc4d4a-0cad-45f2-ae5b-86b144373aa9", "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\": \"5984851f-3745-fd61-fbe8-060120779e62\",\n \"user_id\": \"880339a5-5f6a-acce-c581-672c8bd99c39\",\n \"role_id\": \"urn:uuid:eeb4d09c-8ae4-7518-6a43-3162be033818\"\n },\n {\n \"id\": \"47bea9ec-4a5a-78ff-1241-e1eec71cb892\",\n \"user_id\": \"urn:uuid:0c0af3be-3b1c-1ded-176e-29b52b90066f\",\n \"role_id\": \"03cb0338-6b0a-e614-1965-c3c997a98311\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "cb73cfcc-be25-4c3a-91e7-fbcd2b39a497", + "id": "5b41598c-ab4f-4f77-ae81-ec9fcc608529", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "da37248a-a993-47b2-b3d8-bc1ae9390c8c", + "id": "9f9fb3bc-124d-49c7-96c6-c9509c7c82ba", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"2ac0b38c-3cbe-c735-ebf4-99ec9faee6f1\",\n \"uid\": \"sunt veniamExcepteur Duis sintdo\",\n \"user_id\": \"448c42c2-ec32-5077-e225-783d61d7f216\",\n \"role_id\": \"0618da80-6066-4831-e647-91100dc27a5f\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ea73c585-3302-4245-9bd1-0ba975ff02bb", + "id": "cbbc4b90-31ca-4b0b-9a30-0522ed7cfdad", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a4a15c-d21f-44e1-96ee-44bde20ba94c", + "id": "de96b3a2-6ede-42a4-8a11-76bf43f1f17c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "eccd456f-a40c-400d-bbcf-3017b409f466", + "id": "2e968c89-d780-4850-b720-46a84575f0b4", "name": "Update a user role pairing by id", "request": { "name": "Update a user role pairing by id", @@ -6501,7 +6501,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "45d439b2-979a-4cd5-864e-66f56c6ae778", + "id": "a1ac5170-75b3-4dfc-aa40-dc8395f0ba55", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6548,7 +6548,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"2ac0b38c-3cbe-c735-ebf4-99ec9faee6f1\",\n \"uid\": \"sunt veniamExcepteur Duis sintdo\",\n \"user_id\": \"448c42c2-ec32-5077-e225-783d61d7f216\",\n \"role_id\": \"0618da80-6066-4831-e647-91100dc27a5f\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cac0894f-03ec-4798-8580-b1e035f22ff2", + "id": "1c31cefe-6dd2-4f4b-8592-6ed743def26f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01b2eea-35ea-4e42-9207-c41145dad118", + "id": "585d0a85-01ca-45bc-b3da-419334c312c2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6662,7 +6662,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:94015f57-dc01-9697-9451-114392630cda\",\n \"role_id\": \"684641a5-6b99-fd3a-8de7-2ca04675f9e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"a3ff9b0c-a77a-43cf-171c-e72a7afafca0\",\n \"role_id\": \"783e0e3f-3e3e-dfb3-7669-7e399671f595\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "f95ef735-23eb-46c3-9b7f-8d7eee91df7e", + "id": "199827ee-e0cc-47ca-b60d-9b4967211af2", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "a8070b82-d436-4efd-a1f6-098e68c6efcf", + "id": "31d45c58-d7a6-4b7c-83bc-08cd33c24428", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fda195d3-d3f6-4a0f-aaf0-43622661ad02", + "id": "06a3705b-a6bf-421c-871f-9fe0e1d1e4b8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be58d41-a082-4c51-8d63-5800a3422afc", + "id": "28a5485e-1601-4404-b975-11133484a863", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "1f14efe7-5992-4f1e-9ddd-11ae3d622dff", + "id": "d3987ded-97d5-47c2-a38e-f4634ca7315b", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "6daa249e-fbad-4541-91b0-45b4630ef130", + "id": "85257b0e-1dde-4b2f-99ee-506f8bfde527", "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\": \"Excepteur et dolor minimlaboris \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2021-12-11T04:00:04.719Z\",\n \"created_at\": \"1999-12-02T00:59:07.272Z\",\n \"updated_at\": \"1990-02-14T23:05:17.791Z\",\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\": \"nulladolore velit eu sedaliquip \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2012-12-24T07:01:17.334Z\",\n \"created_at\": \"2016-09-28T07:16:01.168Z\",\n \"updated_at\": \"2011-06-21T20:19:24.700Z\",\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\": \"1963-08-02T11:55:08.739Z\",\n \"tmp_updated_at\": \"1963-01-04T07:51:10.297Z\"\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\": \"suntsit elit utvoluptate pariatu\",\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\": \"1976-02-11T02:29:10.896Z\",\n \"created_at\": \"1986-10-11T03:00:18.430Z\",\n \"updated_at\": \"1959-12-24T00:57:10.153Z\",\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\": \"eu officia exercitationamet ea p\",\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\": \"1952-06-26T08:02:08.407Z\",\n \"created_at\": \"1976-09-23T22:56:52.460Z\",\n \"updated_at\": \"1977-06-20T23:42:41.044Z\",\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\": \"2002-02-01T12:25:20.004Z\",\n \"tmp_updated_at\": \"1960-08-01T21:51:12.595Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -17461231,\n \"offset\": 85818162,\n \"total\": 40702437,\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37f04622-fa5d-4ede-aa54-ef4f395dfccf", + "id": "c57bda7a-271a-4e4c-82ac-e25724190a27", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f83a5943-c848-4658-b011-fdeab32e4114", + "id": "4182e9b8-4072-4507-b42b-40677c706025", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7261,7 +7261,7 @@ } }, { - "id": "6e301a18-092d-4c77-8029-632897b66bbf", + "id": "38b32ee1-9df0-4381-8326-fa801ca62fdd", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7304,7 +7304,7 @@ }, "response": [ { - "id": "3e6a660d-d813-4f93-9b16-b85668db5cd7", + "id": "a98014a1-3d35-4f46-85a6-1687b80882b9", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7355,12 +7355,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"enim esseipsum autefugiat veniam\",\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\": \"2022-04-25T19:13:40.075Z\",\n \"created_at\": \"1984-02-02T17:32:32.498Z\",\n \"updated_at\": \"1963-01-10T12:43:18.409Z\",\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\": \"incididunt magna culpa consectet\",\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-22T11:20:13.854Z\",\n \"created_at\": \"2022-07-03T16:31:36.641Z\",\n \"updated_at\": \"1952-12-09T06:28:31.674Z\",\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\": \"1993-02-17T17:17:28.291Z\",\n \"tmp_updated_at\": \"2021-05-14T10:41:58.411Z\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f51197e-0885-41a3-981c-825469fd28ee", + "id": "b1aa9acc-9aaa-4d6d-b96e-e69c91cfd96c", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7416,7 +7416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db61cc0f-ab00-4961-a111-3004bda19ca3", + "id": "df69eac8-0b6f-48cb-8d8f-825f895f4bd8", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7478,7 +7478,7 @@ } }, { - "id": "65f95549-aa53-41ad-915b-0e107aa02fd6", + "id": "7074cdfb-4fe0-4de1-958e-42ee0fff7d94", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "f7c4f28d-f447-4d6a-9d85-637efef31e4f", + "id": "9c672a76-b3ee-4cfd-8d42-014dd3b4155b", "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\": \"enim esseipsum autefugiat veniam\",\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\": \"2022-04-25T19:13:40.075Z\",\n \"created_at\": \"1984-02-02T17:32:32.498Z\",\n \"updated_at\": \"1963-01-10T12:43:18.409Z\",\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\": \"incididunt magna culpa consectet\",\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-22T11:20:13.854Z\",\n \"created_at\": \"2022-07-03T16:31:36.641Z\",\n \"updated_at\": \"1952-12-09T06:28:31.674Z\",\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\": \"1993-02-17T17:17:28.291Z\",\n \"tmp_updated_at\": \"2021-05-14T10:41:58.411Z\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d944432-4e63-47fc-b914-5eeb042be1dd", + "id": "f3fd22e4-e4bb-41c5-9a33-d2ecb8f50a4c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7608,7 +7608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc708f53-368c-4f71-8de1-6f3fce08337d", + "id": "e1dfcaa3-7de5-4830-9ab5-0af24737c6a0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7658,7 +7658,7 @@ } }, { - "id": "e6268dff-27e3-4a15-b00b-e3bbdd8dadb8", + "id": "3c899efb-7d6f-4581-904c-4a96191bf534", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7713,7 +7713,7 @@ }, "response": [ { - "id": "fb6934d3-02ff-4dc5-b9de-adcfc21adc5e", + "id": "91477307-9d6e-4e64-bef0-f6fc91dd3a0b", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7765,12 +7765,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"enim esseipsum autefugiat veniam\",\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\": \"2022-04-25T19:13:40.075Z\",\n \"created_at\": \"1984-02-02T17:32:32.498Z\",\n \"updated_at\": \"1963-01-10T12:43:18.409Z\",\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\": \"incididunt magna culpa consectet\",\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-22T11:20:13.854Z\",\n \"created_at\": \"2022-07-03T16:31:36.641Z\",\n \"updated_at\": \"1952-12-09T06:28:31.674Z\",\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\": \"1993-02-17T17:17:28.291Z\",\n \"tmp_updated_at\": \"2021-05-14T10:41:58.411Z\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c89e3f1-a9a3-434b-a6a4-30b9f8864235", + "id": "7e9b5d7b-e499-474f-93c3-74ad2a66a9d7", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7827,7 +7827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b07fd373-3d86-4c11-b01b-1205d3faf8ab", + "id": "e54e6f66-6ab3-4441-ade4-d53d0baa7b5d", "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\": \"sit Ut aliquatempor incididunt a\",\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\": \"qui laborum minim sinttempor vel\",\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-04-20T20:32:43.004Z\",\n \"created_at\": \"1961-11-01T22:52:49.244Z\",\n \"updated_at\": \"2008-02-22T00:01:21.396Z\",\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-05-23T03:29:54.001Z\",\n \"tmp_updated_at\": \"2007-04-15T14:58:02.309Z\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -7896,7 +7896,7 @@ "description": "", "item": [ { - "id": "05b100b8-4f99-4683-95de-5dff4a36a60a", + "id": "60f253fd-52a4-4daf-a775-590f049dbdc3", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7939,7 +7939,7 @@ }, "response": [ { - "id": "e90170e5-00a5-486e-aa4f-5e20916afcdb", + "id": "6261f984-86bf-4ff7-ae50-fcbf77239219", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,12 +7990,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:fd05de32-ef50-96d3-e841-f44cbe1e9c47\",\n \"uid\": \"cupidatat ea reprehenderit tempo\",\n \"ne_attribute_id\": \"c6c8728e-b55e-962f-89ed-d25d66f250ee\",\n \"option\": \"nulla sit cupidatat ipsum quis\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d85c853-0451-47c7-915d-4e236ae57a29", + "id": "781310fe-5368-4590-a5bc-82431fca72a8", "name": "Invalid input", "originalRequest": { "url": { @@ -8025,7 +8025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8047,7 +8047,7 @@ } }, { - "id": "e793b3d9-769c-4dd6-b0ba-82ea4135e598", + "id": "fad93d3e-d65e-4b5c-b143-227f9506de65", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -8123,7 +8123,7 @@ }, "response": [ { - "id": "a1940b9f-23ad-4c16-9abc-36471d0d43bd", + "id": "52671209-9f93-4fef-ae6e-6913ac1d77f7", "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:67833e4d-f028-ccda-23b7-1320d7c527db\",\n \"uid\": \"pariatur nostrudid nisi qui cill\",\n \"ne_attribute_id\": \"376ebb68-c78f-9c0d-c41a-4727bce2f987\",\n \"option\": \"reprehenderit\"\n },\n {\n \"id\": \"b4bc1b1e-8b29-a2b5-774b-b14775990196\",\n \"uid\": \"mollit quis commodo consequatpro\",\n \"ne_attribute_id\": \"urn:uuid:371e3878-ee50-82a0-706b-40e2cc64999b\",\n \"option\": \"velit Excepteur sint laborum\"\n }\n ],\n \"_metadata\": {\n \"limit\": -44436960,\n \"offset\": 96794399,\n \"total\": -48745082,\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: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e8f2e55a-c308-4da3-b08a-e349fa7f8a1e", + "id": "40653d05-95ee-4ab0-8c71-fecbb428567e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8301,7 +8301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ffe7b32-6626-430a-862d-90a18b9e63b1", + "id": "b3c991eb-dad3-49e1-9ad2-a22ceb512c12", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8396,7 +8396,7 @@ } }, { - "id": "2a06319a-5ca9-4496-be6e-7ccfcb5aff6e", + "id": "1c78c934-4f7b-4b43-ab4e-b56db170b20a", "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\": \"1cd52111-eb5b-7641-9fa2-46c9db1095d6\",\n \"option\": \"culpa\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:d45ff15a-b32d-4190-96cd-4f510bc81047\",\n \"option\": \"dolor\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "0ecb0d41-070e-4780-83b6-9b0a238b5d21", + "id": "73734044-c519-4d50-af4d-5ec95cc73a49", "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\": \"1cd52111-eb5b-7641-9fa2-46c9db1095d6\",\n \"option\": \"culpa\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:d45ff15a-b32d-4190-96cd-4f510bc81047\",\n \"option\": \"dolor\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8490,12 +8490,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:6dc0551e-13d4-714f-6094-da3ce143c6e1\",\n \"uid\": \"aliquip estconsequat sit ea enim\",\n \"ne_attribute_id\": \"246ce7c4-3620-28ec-226a-b7c0489c564e\",\n \"option\": \"voluptate\"\n },\n {\n \"id\": \"3e0f36e1-f26d-166c-15e8-749340bf628d\",\n \"uid\": \"mollit aliqua officiadolore anim\",\n \"ne_attribute_id\": \"urn:uuid:0e2ecb67-136b-ecde-430b-daacbe2409dd\",\n \"option\": \"labore consequat Excepteur velit\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b8b682ec-5634-41bc-bf20-1250bbf69d95", + "id": "c56a396e-ab67-4d47-9a42-c2b8f3d56639", "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\": \"1cd52111-eb5b-7641-9fa2-46c9db1095d6\",\n \"option\": \"culpa\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:d45ff15a-b32d-4190-96cd-4f510bc81047\",\n \"option\": \"dolor\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8551,7 +8551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d911d6-d37b-4a7e-850e-058543eaab50", + "id": "83390b2d-f71c-472d-9da3-a91aa00c17f1", "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\": \"1cd52111-eb5b-7641-9fa2-46c9db1095d6\",\n \"option\": \"culpa\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:d45ff15a-b32d-4190-96cd-4f510bc81047\",\n \"option\": \"dolor\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8613,7 +8613,7 @@ } }, { - "id": "052403b0-9f0b-49d5-8eb2-6fbf065f309d", + "id": "0a3503be-59cd-427d-80dd-dbb3bf5d832e", "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\": \"b816ff9e-6dc2-44de-773d-8d2dbc883679\",\n \"ne_attribute_id\": \"02ff300c-a096-50c3-34d5-6d8307ec0abb\",\n \"option\": \"reprehenderit\"\n },\n {\n \"id\": \"urn:uuid:129efe08-2355-0241-c297-110148db9449\",\n \"ne_attribute_id\": \"e48ca768-4ce1-3aa6-c247-59e9379f9d27\",\n \"option\": \"minim Excepteur dolore commodo\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8656,7 +8656,7 @@ }, "response": [ { - "id": "ad8b4b9e-c225-477e-9c63-cb0388713e96", + "id": "9e1f0795-6562-42bf-9fc3-e6feb32b3a21", "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\": \"b816ff9e-6dc2-44de-773d-8d2dbc883679\",\n \"ne_attribute_id\": \"02ff300c-a096-50c3-34d5-6d8307ec0abb\",\n \"option\": \"reprehenderit\"\n },\n {\n \"id\": \"urn:uuid:129efe08-2355-0241-c297-110148db9449\",\n \"ne_attribute_id\": \"e48ca768-4ce1-3aa6-c247-59e9379f9d27\",\n \"option\": \"minim Excepteur dolore commodo\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8707,12 +8707,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:6dc0551e-13d4-714f-6094-da3ce143c6e1\",\n \"uid\": \"aliquip estconsequat sit ea enim\",\n \"ne_attribute_id\": \"246ce7c4-3620-28ec-226a-b7c0489c564e\",\n \"option\": \"voluptate\"\n },\n {\n \"id\": \"3e0f36e1-f26d-166c-15e8-749340bf628d\",\n \"uid\": \"mollit aliqua officiadolore anim\",\n \"ne_attribute_id\": \"urn:uuid:0e2ecb67-136b-ecde-430b-daacbe2409dd\",\n \"option\": \"labore consequat Excepteur velit\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f58c7ef1-0dd6-49b5-bdd2-8c4cdf1cf502", + "id": "f7ae6d01-46f7-490a-9516-6a35dff02523", "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\": \"b816ff9e-6dc2-44de-773d-8d2dbc883679\",\n \"ne_attribute_id\": \"02ff300c-a096-50c3-34d5-6d8307ec0abb\",\n \"option\": \"reprehenderit\"\n },\n {\n \"id\": \"urn:uuid:129efe08-2355-0241-c297-110148db9449\",\n \"ne_attribute_id\": \"e48ca768-4ce1-3aa6-c247-59e9379f9d27\",\n \"option\": \"minim Excepteur dolore commodo\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8768,7 +8768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "101765d4-7845-40b9-b7cd-9c5096db8759", + "id": "65441928-3270-4fe6-b71f-9a033e78095c", "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\": \"b816ff9e-6dc2-44de-773d-8d2dbc883679\",\n \"ne_attribute_id\": \"02ff300c-a096-50c3-34d5-6d8307ec0abb\",\n \"option\": \"reprehenderit\"\n },\n {\n \"id\": \"urn:uuid:129efe08-2355-0241-c297-110148db9449\",\n \"ne_attribute_id\": \"e48ca768-4ce1-3aa6-c247-59e9379f9d27\",\n \"option\": \"minim Excepteur dolore commodo\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -8830,7 +8830,7 @@ } }, { - "id": "2069aa97-297e-4797-85a4-9ff4e1eb6287", + "id": "6c57a22a-b878-4517-9599-22d008e28efa", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8872,7 +8872,7 @@ }, "response": [ { - "id": "a57428b3-5c8c-498a-8804-367f2a5d2e2e", + "id": "85d25dac-9a5d-428c-8c1d-669cf2bb0db7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -8911,12 +8911,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:fd05de32-ef50-96d3-e841-f44cbe1e9c47\",\n \"uid\": \"cupidatat ea reprehenderit tempo\",\n \"ne_attribute_id\": \"c6c8728e-b55e-962f-89ed-d25d66f250ee\",\n \"option\": \"nulla sit cupidatat ipsum quis\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9d36c193-72d8-4b95-b91b-294c9155c07b", + "id": "3426be38-2d79-4e00-9890-c7283f102181", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afcbd84-6b6d-48f8-b116-af27649abbbe", + "id": "5234d078-4396-4509-8707-642348104026", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ } }, { - "id": "130856c6-e3ab-4b2a-98fc-d5d5e60d49ab", + "id": "f070e532-588d-4207-94d2-f496b3cb40d5", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9065,7 +9065,7 @@ }, "response": [ { - "id": "c1df4880-ac82-40e3-ada5-cd459597c5b3", + "id": "cebcb64b-73a4-4c66-a05c-be7022e79c71", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9117,12 +9117,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:fd05de32-ef50-96d3-e841-f44cbe1e9c47\",\n \"uid\": \"cupidatat ea reprehenderit tempo\",\n \"ne_attribute_id\": \"c6c8728e-b55e-962f-89ed-d25d66f250ee\",\n \"option\": \"nulla sit cupidatat ipsum quis\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c0571646-17c7-41b6-bbdb-eca458f38e52", + "id": "5f82c201-92ed-43be-80b9-e35af6d2a493", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9179,7 +9179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a64945c-4c80-4290-a2bb-e03c1cb6663a", + "id": "3dc7a491-3f3d-4d48-b6f1-78752611510e", "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\": \"urn:uuid:4c55488c-c827-5bf1-52ac-57c71056a4fa\",\n \"option\": \"anim consequat sint \"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"75ca5c28-f37d-6376-f972-0c384d454a98\",\n \"option\": \"in aute sed reprehenderit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9242,7 +9242,7 @@ } }, { - "id": "603f898d-05e0-42b1-9da2-ad66761bebaa", + "id": "1bcd3189-a7a1-44d9-accc-b89d1b63a94f", "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": "66ce85d1-681c-4916-a142-db1a182ce077", + "id": "bc2166c7-f516-4ec9-994a-31d83ba96b76", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -9328,7 +9328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66ab46ba-2429-4306-8117-b8d2b0c711af", + "id": "05d30959-139a-47ec-9905-c39013260a3f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9372,7 +9372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4fe82b0-b07a-4668-baf0-1dbe7f9365d4", + "id": "db302fa2-2749-44e3-9050-eeebda3073ef", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9428,7 +9428,7 @@ "description": "", "item": [ { - "id": "997cd39e-911d-4eef-8d67-bbb04bfce16f", + "id": "37b266f1-358e-41e9-acf1-fc7b03fc5ffc", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9472,7 +9472,7 @@ }, "response": [ { - "id": "f99fa95b-3b56-4fad-8df1-bfafe069de8e", + "id": "d0ab5140-e37d-4473-a10f-5cebdcd2ea2a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9529,7 +9529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ac7515-b034-4d8b-aace-acffefd554b2", + "id": "9fc4ed08-fe2c-4e01-aa17-418e5eb45056", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9586,7 +9586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0222e4c4-9e16-4c24-96a3-0dc7a90055d2", + "id": "5d2f1a79-c21c-425b-a932-b0e587cc0684", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9649,7 +9649,7 @@ } }, { - "id": "b5a8ec1d-5177-4017-a8fb-7226ae32724e", + "id": "9409ee3d-3e75-4f3e-a3ca-92421f1dfac1", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9693,7 +9693,7 @@ }, "response": [ { - "id": "860ab507-8de3-44ea-a97e-22abea9a9c3b", + "id": "7fa12276-9bce-4742-9eab-3badda129626", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9750,7 +9750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261f669b-b91e-4f73-802e-9321fbc52c5e", + "id": "8937baa7-0bd8-4cdf-9f79-788bd43c561d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9807,7 +9807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbd3a49-7574-4076-be3b-f649e1cdc646", + "id": "c2c89b23-cfa2-4a87-b8bc-67d0f7332d07", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9876,7 +9876,7 @@ "description": "", "item": [ { - "id": "92062c2c-cad1-4056-a63b-2cd9fab10d6e", + "id": "679c1472-5ddc-4392-8047-d93f0ed4b27c", "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\": \"laborum doloredolore aliquipveni\",\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\": \"velit labore aliquip exdolor cil\",\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\": \"enim ullamcoipsum minimculpa vol\",\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\": \"sunt aliqua ametdolor enimut 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 }\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -9919,7 +9919,7 @@ }, "response": [ { - "id": "0e1710f0-7b30-4041-a76c-d90982987f48", + "id": "1bd92880-7259-4376-861f-486371249a06", "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\": \"laborum doloredolore aliquipveni\",\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\": \"velit labore aliquip exdolor cil\",\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\": \"enim ullamcoipsum minimculpa vol\",\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\": \"sunt aliqua ametdolor enimut 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 }\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -9970,12 +9970,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"incididunt ut do consequatesse l\",\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\": \"et utdo mollit dolorsed sunt exe\",\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\": \"officia ut ut fugiatelittempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut dolore temporipsum aliqua fug\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco nulla elit mollitlaboris\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "64370a6c-7d27-44e8-a624-bdb63c9aec0e", + "id": "7b6d198f-2070-4109-9841-04d3a29008db", "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\": \"laborum doloredolore aliquipveni\",\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\": \"velit labore aliquip exdolor cil\",\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\": \"enim ullamcoipsum minimculpa vol\",\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\": \"sunt aliqua ametdolor enimut 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 }\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10031,7 +10031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b343f3-006f-4edb-a080-024a970d87a4", + "id": "5d40a701-d0dc-4c1c-beff-fa83eb348b08", "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\": \"laborum doloredolore aliquipveni\",\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\": \"velit labore aliquip exdolor cil\",\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\": \"enim ullamcoipsum minimculpa vol\",\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\": \"sunt aliqua ametdolor enimut 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 }\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10093,7 +10093,7 @@ } }, { - "id": "fabbc7dc-6a16-483a-9ff2-84d58febd30d", + "id": "325c2a00-87d0-4cdc-b73c-caa1ca470038", "name": "Get profile types", "request": { "name": "Get profile types", @@ -10143,7 +10143,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -10178,7 +10178,7 @@ }, "response": [ { - "id": "2858e429-3b25-4b7a-81be-3dd5db9abea1", + "id": "ca8ed92f-dce7-4f54-8d07-cb6642c48efb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10223,7 +10223,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -10271,12 +10271,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"irure estin in Ut laborum aliqua\",\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\": \"estsed fugiat reprehenderit cill\",\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\": \"sunt dolore quis cupidatatpariat\",\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\": \"Utdolor consectetur esse irure i\",\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\": \"fugiat Duisquisunt est voluptate\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut dolore voluptate deserunt Lor\",\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\": \"et sint sit aliquiplaborum dolor\",\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\": \"consequat dolorlaborum ex sint c\",\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 ea veniamesse nostrud ex \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicing aliquip inid commodo\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 62698158,\n \"offset\": -71983647,\n \"total\": -50910949,\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "00c12464-b0d1-4640-bb26-dac4ab6fd6c7", + "id": "1b0f0d52-9c01-43b1-adff-7633796bb678", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -10374,7 +10374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30f8b0ca-a840-4ed6-9b2c-71ceb992445b", + "id": "1aa96648-5eaa-4cdf-bedb-b900e21aefa6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10419,7 +10419,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -10478,7 +10478,7 @@ } }, { - "id": "afbbd672-abd6-4468-bdf8-44cace2d7e6c", + "id": "e8366206-f96b-4a47-8ead-fda76112b26c", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10520,7 +10520,7 @@ }, "response": [ { - "id": "d0abedb1-1dfb-44ce-b80e-55a6db8b4c1e", + "id": "54ca56b2-32be-429e-bc77-96002c12c204", "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\": \"incididunt ut do consequatesse l\",\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\": \"et utdo mollit dolorsed sunt exe\",\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\": \"officia ut ut fugiatelittempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut dolore temporipsum aliqua fug\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco nulla elit mollitlaboris\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4304dd6d-00c2-4b3a-9690-5e4e32659d47", + "id": "71f3ce92-6bcc-4d39-bb3c-b5338382a865", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10608,7 +10608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b22406-186d-4e2b-8fbd-db09ec1c01a0", + "id": "4c51fd79-7a9a-4a8d-bfb7-6f423d8646a5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ } }, { - "id": "bd6ce6ad-17fd-4ef5-8e04-1bfff205f5c0", + "id": "bf5a63fd-b580-49be-8cac-24bfb87969f2", "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\": \"sint Excepteur exercitation dolo\",\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\": \"qui amet sint ex dolorequi in 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\": \"Excepteur ea pariatur veniamaute\",\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\": \"addo ut velitmollit sunt aute es\",\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10713,7 +10713,7 @@ }, "response": [ { - "id": "b4af70f5-69b5-4177-8dde-a1a6a3b6ddd2", + "id": "2329b2dc-24ff-490e-ae58-f1f7a79f074c", "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\": \"sint Excepteur exercitation dolo\",\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\": \"qui amet sint ex dolorequi in 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\": \"Excepteur ea pariatur veniamaute\",\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\": \"addo ut velitmollit sunt aute es\",\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10765,12 +10765,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_type\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"incididunt ut do consequatesse l\",\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\": \"et utdo mollit dolorsed sunt exe\",\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\": \"officia ut ut fugiatelittempor i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"Ut dolore temporipsum aliqua fug\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ullamco nulla elit mollitlaboris\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4be2988c-c160-4c36-b594-a1957a3d556f", + "id": "e5d5e66b-ada6-4d98-85f9-6a7c8917d4de", "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\": \"sint Excepteur exercitation dolo\",\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\": \"qui amet sint ex dolorequi in 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\": \"Excepteur ea pariatur veniamaute\",\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\": \"addo ut velitmollit sunt aute es\",\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10827,7 +10827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd9336d-e9da-46d5-a7a7-e21d2dd9bf58", + "id": "c1c18dbb-4e33-410e-9caa-b38c90d2c5f2", "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\": \"sint Excepteur exercitation dolo\",\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\": \"qui amet sint ex dolorequi in 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\": \"Excepteur ea pariatur veniamaute\",\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\": \"addo ut velitmollit sunt aute es\",\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -10890,7 +10890,7 @@ } }, { - "id": "1d23d8a1-5e0f-4971-a5c9-25436a2e9886", + "id": "ce39e249-4ae1-4701-a7b9-d6ef053f8055", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10932,7 +10932,7 @@ }, "response": [ { - "id": "5feb8ba2-bb3b-4e08-9492-c839ad4fbe65", + "id": "fde63d95-6176-4ea9-96ca-38b117da0d86", "name": "Info about the operation", "originalRequest": { "url": { @@ -10976,7 +10976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa95f86-0deb-4ebc-a6c5-0cb78aa1684a", + "id": "3c9eaa5c-1cb2-4df2-a7f9-4f5d5634505f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11020,7 +11020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac5ec1a-ea0f-426d-a7b9-853c5af37761", + "id": "03a74c64-1db5-4736-9d00-8d42f2d0d34d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11076,7 +11076,7 @@ "description": "", "item": [ { - "id": "70830477-0c56-4a18-90e3-fbb1e4f72278", + "id": "87a19a98-e36a-409e-823d-26de88952093", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -11174,7 +11174,7 @@ }, "response": [ { - "id": "6aace68d-55c2-4baf-bd49-10b19701c6c9", + "id": "f12f371a-7cde-46a5-9684-855180456d9f", "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\": \"nostrud ametdeserunt officia in \",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"aute deserunt ipsumid seddeserun\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "94db6c49-81df-4322-890f-a408f5af19d0", + "id": "e50570d0-c66a-479c-8b05-75a6faf25c07", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11356,7 +11356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5810bcfd-f0c4-4feb-84a0-21a8ed70d3e6", + "id": "e0d3070e-872f-46c5-adff-a5a0cc9bd048", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11453,7 +11453,7 @@ } }, { - "id": "ca660cd3-1c89-441d-8317-98c57fe1463e", + "id": "439e5c0b-7709-4c35-a51c-7714f259f770", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11503,7 +11503,7 @@ }, "response": [ { - "id": "47ea2143-80f3-4aac-95e6-413c9d8af2b9", + "id": "560c73f7-8f34-4326-9615-64bdcb934511", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11561,7 +11561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd1f89f5-9f2a-423b-aeda-7b68ff4dd6af", + "id": "240a74c2-168b-4c04-8ab9-0fcb28845a66", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11619,7 +11619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04b1b7b7-eaee-48ef-8e0a-7a26be5c37a2", + "id": "6ca6f67b-c337-43e9-8a87-4e7582aa0817", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11683,7 +11683,7 @@ } }, { - "id": "88b712c7-dd04-43ca-a96c-068593d83d2b", + "id": "392e0030-7def-4a0d-8ae6-889b177d980e", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11737,7 +11737,7 @@ }, "response": [ { - "id": "ef0c9750-ad23-4c3e-ba77-5f47af0eb106", + "id": "5c758de8-e650-42ef-a650-21c0df52255b", "name": "Info about the operation", "originalRequest": { "url": { @@ -11783,7 +11783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd3d88b-5576-4518-8f8d-32346494c1af", + "id": "60d05faa-f44d-48bf-acab-5abd11192be8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11829,7 +11829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0cb691c-f27a-4d40-b3ec-ed696e670bf7", + "id": "b15a7913-2232-4744-a435-64b95be92022", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "description": "", "item": [ { - "id": "70bd3945-e8c6-4e0d-a705-fdb86d26f143", + "id": "ffe16c04-7430-409a-ba48-30c3bf9d09a7", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11930,7 +11930,7 @@ }, "response": [ { - "id": "b0cd11fd-4213-49ac-abb4-8a3067ae820a", + "id": "1a14165b-e085-497b-b83e-8db1808e8e9d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11986,7 +11986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64722111-129d-49c8-9f3a-750241ea28cf", + "id": "7d50c2c1-dd3b-462e-aefa-8988a7261610", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12042,7 +12042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7cd808c-adbe-43b4-bc75-cbf981fea93f", + "id": "122e2f08-c907-42b7-a208-3f7f7b6096e7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12110,7 +12110,7 @@ "description": "", "item": [ { - "id": "df2025e7-3346-430d-8078-e95d395864b7", + "id": "4d8c6936-12cc-45b7-9cb6-3acbbbf4125f", "name": "Create a profile", "request": { "name": "Create a profile", @@ -12141,7 +12141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laborum dolor officia\",\n \"profile_type_id\": \"19a97af5-b1fd-9301-09ea-ddd42ccc2d78\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12153,7 +12153,7 @@ }, "response": [ { - "id": "b0053426-838c-470d-8345-6f7c61e962a3", + "id": "60726432-b2b2-4fac-b258-ced361c9e543", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12187,7 +12187,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laborum dolor officia\",\n \"profile_type_id\": \"19a97af5-b1fd-9301-09ea-ddd42ccc2d78\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12204,12 +12204,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consequat Excepteurcupidatat eiu\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "affaee3d-52f0-4649-bfcd-17cfb5fce6a3", + "id": "9f008635-a689-4484-b964-823addec49bc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12243,7 +12243,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laborum dolor officia\",\n \"profile_type_id\": \"19a97af5-b1fd-9301-09ea-ddd42ccc2d78\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12265,7 +12265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48fae63-49ce-46c0-bd6f-d9ad063eac9a", + "id": "ce3dae37-a65a-4d34-88cb-c41411203204", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12299,7 +12299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"laborum dolor officia\",\n \"profile_type_id\": \"19a97af5-b1fd-9301-09ea-ddd42ccc2d78\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12327,7 +12327,7 @@ } }, { - "id": "4290fe48-bf44-43b4-ba08-4abb5cdfd022", + "id": "680a18cd-4adf-4a72-81ed-3342d35f6cf9", "name": "Get profiles", "request": { "name": "Get profiles", @@ -12386,7 +12386,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -12395,7 +12395,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -12404,7 +12404,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -12430,7 +12430,7 @@ }, "response": [ { - "id": "5ca204a7-4db5-4d56-922c-2578a10dde0a", + "id": "1706c98f-2f04-4be7-9681-de2a9eba7a65", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12484,7 +12484,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -12493,7 +12493,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -12502,7 +12502,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -12541,12 +12541,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ex qui magnaid cillum cupidatat \",\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\": \"et veniam sunt temporsunt est do\",\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\": 50630372,\n \"offset\": 1122867,\n \"total\": 86588703,\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db02178e-f3dd-4725-856e-9485601582de", + "id": "62ab1463-d187-4b3b-ab00-698d5fbf12cb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12600,7 +12600,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -12609,7 +12609,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -12618,7 +12618,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -12662,7 +12662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1d8b60-b743-499c-90d2-f3f0b0c68c47", + "id": "4806c076-59aa-4801-891a-bf2ee71dfd12", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12716,7 +12716,7 @@ "type": "text/plain" }, "key": "name", - "value": "dolor dolore in" + "value": "occ" }, { "disabled": false, @@ -12725,7 +12725,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -12734,7 +12734,7 @@ "type": "text/plain" }, "key": "status", - "value": "On Leave" + "value": "Inactive" }, { "disabled": false, @@ -12784,7 +12784,7 @@ } }, { - "id": "e366596c-9656-4006-b6db-7fbdb01f6730", + "id": "fd96d589-35b8-4c83-af34-378820d304c1", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12815,7 +12815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"voluptate sit aliqua\",\n \"profile_type_id\": \"76f682ab-93f5-7cd0-f637-40090195a4c1\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"exercitation tempor Lorem sed ullamco\",\n \"profile_type_id\": \"urn:uuid:47515fe5-1c31-75ed-e3a8-dddf9159ddf3\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12827,7 +12827,7 @@ }, "response": [ { - "id": "bc063bef-8fc7-4c96-a27b-fa7f0d714aef", + "id": "253b7b71-6155-4725-bb5c-659369760597", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12861,7 +12861,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"voluptate sit aliqua\",\n \"profile_type_id\": \"76f682ab-93f5-7cd0-f637-40090195a4c1\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"exercitation tempor Lorem sed ullamco\",\n \"profile_type_id\": \"urn:uuid:47515fe5-1c31-75ed-e3a8-dddf9159ddf3\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12878,12 +12878,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua incididuntvelit nulla con\",\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\": \"cillum Lorem tempor doloradipisi\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d821714a-89d6-4798-a807-dd8552ff024a", + "id": "eb666003-72e3-4b33-b2d1-c44b79a1501b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12917,7 +12917,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"voluptate sit aliqua\",\n \"profile_type_id\": \"76f682ab-93f5-7cd0-f637-40090195a4c1\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"exercitation tempor Lorem sed ullamco\",\n \"profile_type_id\": \"urn:uuid:47515fe5-1c31-75ed-e3a8-dddf9159ddf3\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -12939,7 +12939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a24ef40-243e-47e7-b44b-d342d48c5fe6", + "id": "a53b75c8-6a0f-4463-8a4b-56dc1661a85e", "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\": \"voluptate sit aliqua\",\n \"profile_type_id\": \"76f682ab-93f5-7cd0-f637-40090195a4c1\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"exercitation tempor Lorem sed ullamco\",\n \"profile_type_id\": \"urn:uuid:47515fe5-1c31-75ed-e3a8-dddf9159ddf3\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13001,7 +13001,7 @@ } }, { - "id": "3113ead0-2d39-4a7b-9267-45d54f643ab0", + "id": "f31f4d13-2c0e-4a21-9a9d-c5d2a1dbc1bf", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -13032,7 +13032,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:4b54020f-71b6-1ceb-1c86-6f0cf117c42c\",\n \"name\": \"aliqua in in \",\n \"profile_type_id\": \"urn:uuid:d5186921-cf51-0844-39be-da01f40deb95\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:e86fc1f6-7146-fd9f-f69f-e95e5e1c113c\",\n \"name\": \"enim Excepteur ut dolore\",\n \"profile_type_id\": \"8ccbecbf-228f-5741-46c8-e9121aab7310\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13044,7 +13044,7 @@ }, "response": [ { - "id": "4f3cf1c0-c28e-4c35-afb5-df308d346c1b", + "id": "d7190738-3f69-40c0-9825-26e32c745c8e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13078,7 +13078,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:4b54020f-71b6-1ceb-1c86-6f0cf117c42c\",\n \"name\": \"aliqua in in \",\n \"profile_type_id\": \"urn:uuid:d5186921-cf51-0844-39be-da01f40deb95\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:e86fc1f6-7146-fd9f-f69f-e95e5e1c113c\",\n \"name\": \"enim Excepteur ut dolore\",\n \"profile_type_id\": \"8ccbecbf-228f-5741-46c8-e9121aab7310\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13095,12 +13095,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua incididuntvelit nulla con\",\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\": \"cillum Lorem tempor doloradipisi\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "931e7048-c9ef-47eb-9ca0-edb04c66e1f1", + "id": "02cb947c-3e2f-4afd-a969-bf369ed67d4f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13134,7 +13134,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:4b54020f-71b6-1ceb-1c86-6f0cf117c42c\",\n \"name\": \"aliqua in in \",\n \"profile_type_id\": \"urn:uuid:d5186921-cf51-0844-39be-da01f40deb95\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:e86fc1f6-7146-fd9f-f69f-e95e5e1c113c\",\n \"name\": \"enim Excepteur ut dolore\",\n \"profile_type_id\": \"8ccbecbf-228f-5741-46c8-e9121aab7310\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005ecd5d-df74-4b2b-896f-3e5542199cea", + "id": "b9424aab-2310-4c80-b7ea-5a582b27787d", "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\": \"urn:uuid:4b54020f-71b6-1ceb-1c86-6f0cf117c42c\",\n \"name\": \"aliqua in in \",\n \"profile_type_id\": \"urn:uuid:d5186921-cf51-0844-39be-da01f40deb95\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"urn:uuid:e86fc1f6-7146-fd9f-f69f-e95e5e1c113c\",\n \"name\": \"enim Excepteur ut dolore\",\n \"profile_type_id\": \"8ccbecbf-228f-5741-46c8-e9121aab7310\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13218,7 +13218,7 @@ } }, { - "id": "e8d49d65-75d5-4f00-b06b-561e96165dc3", + "id": "b4e9fda7-1816-44e4-83b2-61d507cd1992", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -13249,7 +13249,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"590e86f1-73fb-51d0-b61e-1e96e560635c\"\n },\n {\n \"id\": \"f9535831-f435-3627-4751-7b2df27e506f\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13261,7 +13261,7 @@ }, "response": [ { - "id": "f6da11d5-b815-49d4-b773-0579da573ab8", + "id": "f37b38e4-c8a7-4f3b-80c6-5ac0ca701abf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13295,7 +13295,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"590e86f1-73fb-51d0-b61e-1e96e560635c\"\n },\n {\n \"id\": \"f9535831-f435-3627-4751-7b2df27e506f\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13312,12 +13312,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua incididuntvelit nulla con\",\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\": \"cillum Lorem tempor doloradipisi\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "58eaedd7-64da-420a-a7cb-c9a058e9029f", + "id": "ea6a6c88-1673-41b4-b768-6d728b3b28f3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13351,7 +13351,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"590e86f1-73fb-51d0-b61e-1e96e560635c\"\n },\n {\n \"id\": \"f9535831-f435-3627-4751-7b2df27e506f\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13373,7 +13373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75209bac-76e1-411a-84a1-3f8aa58cc5d7", + "id": "ab5b6cdb-6343-4956-8aef-d230b6c379ee", "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\": \"590e86f1-73fb-51d0-b61e-1e96e560635c\"\n },\n {\n \"id\": \"f9535831-f435-3627-4751-7b2df27e506f\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13435,7 +13435,7 @@ } }, { - "id": "cbeed189-6330-4d34-a31f-d7ea8b92c17b", + "id": "542cb0a7-8aa4-46b8-88e2-8127d1da639f", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13477,7 +13477,7 @@ }, "response": [ { - "id": "7e832c6a-0806-48b1-a603-dfbb5bad2d78", + "id": "6a506016-f0c5-4e87-8d47-7b1024bee5cf", "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\": \"consequat Excepteurcupidatat eiu\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf27982f-1f8f-4af0-aa10-47aa56974834", + "id": "5ee7eff0-e285-4389-b73e-71c924c6bbfb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13565,7 +13565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ff3e11d-8672-4814-a51b-b9684d06bb81", + "id": "417169d4-24f4-4f63-8c6b-e26ab9137919", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13615,7 +13615,7 @@ } }, { - "id": "0b08e439-3fcb-4a15-9793-e2beaa975aee", + "id": "6a2bb244-4753-4bcd-badb-cc2858c76ce5", "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\": \"est officia enim\",\n \"profile_type_id\": \"d480129f-aeaf-4a47-b1a4-bd58c67a90c4\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13670,7 +13670,7 @@ }, "response": [ { - "id": "0e914388-2e1c-4343-9294-633deeb0c0a5", + "id": "ff7e9a7b-dc26-49be-8a2d-c69460051255", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13705,7 +13705,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"est officia enim\",\n \"profile_type_id\": \"d480129f-aeaf-4a47-b1a4-bd58c67a90c4\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13722,12 +13722,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consequat Excepteurcupidatat eiu\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d2b6224-cb4c-4483-9309-bc521b26ca16", + "id": "7dc46243-085a-4dce-b408-ebc9e2ee2943", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13762,7 +13762,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"est officia enim\",\n \"profile_type_id\": \"d480129f-aeaf-4a47-b1a4-bd58c67a90c4\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13784,7 +13784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f7c1c69-062c-4b65-8170-1bfd2a713750", + "id": "8137b769-40f9-4a84-8977-603385e1350c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13819,7 +13819,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"est officia enim\",\n \"profile_type_id\": \"d480129f-aeaf-4a47-b1a4-bd58c67a90c4\",\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}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -13847,7 +13847,7 @@ } }, { - "id": "8b536ec3-88d3-4b69-aef9-509166055f34", + "id": "ab855306-e3ba-443c-aaf2-6394376995b5", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13889,7 +13889,7 @@ }, "response": [ { - "id": "776dd6ca-7011-4c65-a8c1-58d9d64ca9ef", + "id": "03766e24-7805-4892-8b6f-64a842d0581b", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e8cafbd3-3494-4749-b233-c9ceb6c3cf59", + "id": "879fff68-fe0f-4f31-972c-4a27fe4e0595", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13962,12 +13962,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"irure id\"\n}", + "body": "{\n \"error\": \"deserunt dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b7c3c2ea-3c89-4fb0-be72-8ffeb26ffcdd", + "id": "b08bb046-29d5-4c62-8fc9-fb3791262d3a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14017,7 +14017,7 @@ } }, { - "id": "987f60be-bc90-44da-b3a6-aa7b647bf2f7", + "id": "10df7db4-5ada-4256-8cc2-219944c0938b", "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": "fac1a057-a18f-45ee-823e-f4c4ae924c70", + "id": "259795fa-237b-4046-9ede-97a622d29eb7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14112,12 +14112,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54854194-cdc2-4c4c-8752-d6bf47aa560a", + "id": "92dc5104-30a8-4d6f-ac83-f19fa301ebbb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67d40ec-0f01-4921-a5e4-23669c15e346", + "id": "fd63814c-5f7b-4537-bcb1-8548029f2bc9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ } }, { - "id": "8be22cf2-bbdd-413b-b8d0-20e104ced517", + "id": "90281aa4-20a0-4aaf-a182-435159e3512d", "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": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14286,7 +14286,7 @@ }, "response": [ { - "id": "9d51762e-3d6a-477d-a5cf-721357581c26", + "id": "edc004b0-0751-40dc-90b7-d773ec71e23f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14330,7 +14330,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14344,12 +14344,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "74eeff6f-6841-40e3-a5c1-4fdb0dc9b5bd", + "id": "0e993e77-c642-44af-9cb3-c6a97ab1def8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14393,7 +14393,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14412,7 +14412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bbf3125-b1da-41b5-a69f-290c8d8c3256", + "id": "425dcb3c-932f-4ca9-93d6-1ed93911587b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14456,7 +14456,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14481,7 +14481,7 @@ } }, { - "id": "813127a1-961d-4583-91e2-9e06c8c1ec55", + "id": "ef5a7a3a-2fd8-428d-88b7-1619a8a1c235", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14524,7 +14524,7 @@ }, "response": [ { - "id": "8c2ce3b2-e732-4dd7-a7e7-0828e04d9097", + "id": "ed33652f-e07a-479c-8bc1-a8c617c571aa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14564,12 +14564,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b41ce7d2-6dbf-4103-9a63-a11f4d3d96ca", + "id": "39bc2232-01e6-47d4-a1c6-376bfb90c0c7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f2fe80-cffb-4d08-a9f6-297f0a5f553a", + "id": "b1cf83d6-a46a-4227-8eb0-7b413136b5da", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ } }, { - "id": "fc1a993f-9d19-400c-b43a-a795e3ada7c1", + "id": "9dca8f2e-c9b4-42a3-bd8c-c24a540d96a0", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14716,7 +14716,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14725,7 +14725,7 @@ }, "response": [ { - "id": "553a998b-7bca-492b-84b8-e93fd1fc18c5", + "id": "2b8467c0-acf0-424b-9857-78128d31d7d3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14768,7 +14768,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14782,12 +14782,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1179dccd-b4e6-4a50-98bf-b2a4e7f06e72", + "id": "ec050759-3696-4bce-9f7f-e81eb5738b08", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14830,7 +14830,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14849,7 +14849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be1e7dd9-8cc7-4847-9645-c8045ee15b58", + "id": "5d5fed33-8894-4284-aadb-c1fc26106e95", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14892,7 +14892,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -14923,7 +14923,7 @@ "description": "", "item": [ { - "id": "7639be4d-2766-41bb-b32a-b6462335a871", + "id": "21c0d2ec-b78f-40cf-a061-6171a0f03071", "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": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -14991,7 +14991,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15000,7 +15000,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15009,7 +15009,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15035,7 +15035,7 @@ }, "response": [ { - "id": "55988598-6c1e-4de5-9780-f36cbaab3d1f", + "id": "737b4d0a-7953-4005-8ee6-7d0ec77ccc3f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15080,7 +15080,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15098,7 +15098,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15107,7 +15107,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15116,7 +15116,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:7e7fee42-27f7-dbb0-bbe5-7f9bc50e55cd\",\n \"uid\": \"Excepteur in proidentnostrud sit\",\n \"object_id\": \"urn:uuid:e36ffc69-6846-0370-4643-367d51b7ef50\",\n \"object_type\": \"Profile\",\n \"overall_score\": 57501045.49,\n \"overall_risk_level_id\": \"urn:uuid:f3c7b564-5361-e27e-31b7-6bd205bcd865\",\n \"impact_score\": 71394204.3,\n \"impact_risk_level_id\": \"urn:uuid:a236c0ad-2195-57ba-5b01-f81a870b6928\",\n \"probability_score\": 96389000.31,\n \"probability_risk_level_id\": \"urn:uuid:98454fb3-68e9-4018-92ae-fbcbd9e8d3c9\"\n },\n {\n \"id\": \"278372d8-24ab-ccaa-4d3b-d79f23028d90\",\n \"uid\": \"veniam dolore sunt dotempor moll\",\n \"object_id\": \"f3d6e76b-56cb-e955-c6f7-5396e0a66310\",\n \"object_type\": \"Profile\",\n \"overall_score\": 68309333.09,\n \"overall_risk_level_id\": \"urn:uuid:21891534-9cc8-71fe-2cda-05a3752889ab\",\n \"impact_score\": 31069147.09,\n \"impact_risk_level_id\": \"fdef6019-67a2-87c5-cf8f-3ec1174be5d0\",\n \"probability_score\": 76023147.08,\n \"probability_risk_level_id\": \"urn:uuid:0598f38f-7b95-e035-0c28-495b91029074\"\n }\n ],\n \"_metadata\": {\n \"limit\": -86865875,\n \"offset\": -12985698,\n \"total\": 58025762,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "88df1a73-1c21-48d3-9f11-c9a3c1eefe4f", + "id": "def65a97-7f98-4531-8073-ba7e1bf00749", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15205,7 +15205,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15223,7 +15223,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15232,7 +15232,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15241,7 +15241,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15285,7 +15285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "738f84e5-5b4f-4907-bff1-c58ec4e4c43c", + "id": "341fb25b-43a1-4e9e-9c6a-ce124c986b69", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15330,7 +15330,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15348,7 +15348,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15357,7 +15357,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15366,7 +15366,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -15416,7 +15416,7 @@ } }, { - "id": "0f218fd2-99c1-45f7-a576-c74d58ec064c", + "id": "a9f025ca-214a-45ed-bce7-ff861a4ac075", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15458,7 +15458,7 @@ }, "response": [ { - "id": "b2988bc6-1c6d-439d-a0cc-669ac374fff2", + "id": "e05298eb-c80b-4c67-868b-ee6241fdb4ee", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15497,12 +15497,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"052f38b4-ccbf-7230-ae14-b202b4c77952\",\n \"uid\": \"sed ullamco sit veniamveniam dol\",\n \"object_id\": \"9ff72e9c-c39c-e7f9-9050-47600014a7c6\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 117865817.13,\n \"overall_risk_level_id\": \"e9c44c70-dcb0-c80a-0115-a53ca68b465a\",\n \"impact_score\": 46642957.910000004,\n \"impact_risk_level_id\": \"urn:uuid:bf74a022-15a9-7a0d-d2da-f09eec7c6e35\",\n \"probability_score\": 158321816.96,\n \"probability_risk_level_id\": \"6c4a2a68-5212-08dd-e73d-10813b4efd25\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7895f126-0227-4208-8f33-1db36e72af29", + "id": "99ee357e-ceb4-43c3-949d-943d6a8f3ffc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15546,7 +15546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc19638-5fbd-43b6-b602-21fc4999d27f", + "id": "2636200c-bf61-4248-9b44-04f3097c2013", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15602,7 +15602,7 @@ "description": "", "item": [ { - "id": "05ce0b83-8c1b-4c35-8197-3725531783f6", + "id": "b265029e-4ea7-4edf-b11a-c545989e1f7c", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15678,7 +15678,7 @@ }, "response": [ { - "id": "927a6398-4937-41d7-be04-073fab7af8ec", + "id": "0e18bee3-a36b-4567-a7f1-748818278839", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15762,12 +15762,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"63382727-9523-4d3c-530b-5fef21c3be70\",\n \"uid\": \"labore mollitdo ea nostrud eumol\",\n \"label\": \"voluptate in minim sint\",\n \"points\": 129958264.08,\n \"order\": 13992153\n },\n {\n \"id\": \"b833e72e-574e-6687-71b8-b7b1de580e86\",\n \"uid\": \"eu velit Loremculpa pariatur Exc\",\n \"label\": \"dolore irure ipsum minim officia\",\n \"points\": 103727259.28,\n \"order\": 9516410\n }\n ],\n \"_metadata\": {\n \"limit\": -69879941,\n \"offset\": 44549532,\n \"total\": -6065252,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"urn:uuid: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "827f3d7c-e699-4d9b-b026-ae25a10daffd", + "id": "d6fb97f7-d59e-486c-8f4b-062bd4abe588", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15856,7 +15856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe59a5b-ee6b-4ab4-9113-dfc2d4744c34", + "id": "a902a283-c460-4f39-8e51-7f0b490f4dd0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15951,7 +15951,7 @@ } }, { - "id": "cb283fb3-2efa-4f1b-b118-aa967a72beb5", + "id": "75e21f86-6c16-419b-aa60-6eb26a1e921f", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15993,7 +15993,7 @@ }, "response": [ { - "id": "020d4279-364d-4cf1-9e2a-cce1beca27c3", + "id": "cceed04f-1c5b-4395-8a1c-9063ae291c5f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16032,12 +16032,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"fb7bbc65-0e94-9649-32dd-b442a45cd348\",\n \"uid\": \"amet in commodo eaad veniam eius\",\n \"label\": \"dolor magna fugiat laborum elit\",\n \"points\": 74813948.36,\n \"order\": 20863528\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "618c0b27-96b9-4c0c-9010-18dd63afacd6", + "id": "0028d56d-b861-4bb1-9d38-9fd11e1fcc90", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16081,7 +16081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b13b3bc7-d75d-4ef2-97e5-52c21f0832de", + "id": "e98f2a2e-86bc-4cb3-a17e-111dd9f1330e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16137,7 +16137,7 @@ "description": "", "item": [ { - "id": "16337a1a-8adb-4ef5-a4d2-7a043106bd8d", + "id": "26635ea8-670e-4f95-8475-1417efb64e5b", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16180,7 +16180,7 @@ }, "response": [ { - "id": "a97bdfc1-873b-4029-88c1-16113a3a83ed", + "id": "b4f34559-95e0-4afb-ab1e-34c61e531d86", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16231,12 +16231,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"a76f425a-20d4-c67c-e3bb-1d26da56db45\",\n \"uid\": \"laborum voluptate dolor magnaut \",\n \"user_id\": \"932af847-90dd-26ab-d43e-27ce9ea5ffef\",\n \"profile_id\": \"urn:uuid:e4bebb1c-4df0-3b74-555b-5b9f964cc057\",\n \"ne_attribute_id\": \"0c7fd20e-bf05-d8d3-3536-ac6787c4b9d6\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a14093b8-eabe-4965-8898-329337cd86b5", + "id": "44f7c642-7481-49b5-93d2-6eb6b70bb3d6", "name": "Invalid input", "originalRequest": { "url": { @@ -16266,7 +16266,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16288,7 +16288,7 @@ } }, { - "id": "99cc1002-2a21-45d4-9351-b419d2357567", + "id": "680df6b5-86b6-4f00-ad9f-83955fe25d67", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -16391,7 +16391,7 @@ }, "response": [ { - "id": "e20febf5-d0e0-49dc-8edc-f12436372117", + "id": "45f515e1-3e1e-4429-a09e-ba052df16268", "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:c4628cd3-b81d-9d50-4da9-6af23d21b92d\",\n \"uid\": \"ad consequat nostrud ipsumdolore\",\n \"user_id\": \"973eff8e-28dc-c50d-f8a7-7ef7c8b8453b\",\n \"profile_id\": \"5e611807-bd6d-88bc-7cb4-383b6aa99704\",\n \"ne_attribute_id\": \"e7c14bfb-e754-a349-8992-86e89bb9ec06\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"8eae42e0-e3be-8ba5-e9c9-7bd8ec5cad77\",\n \"uid\": \"commodo dolorcillum sunt laboris\",\n \"user_id\": \"urn:uuid:ff3b9e7f-74a1-53d7-436a-ddaaa2c79796\",\n \"profile_id\": \"urn:uuid:64df012e-ac80-9d81-6854-0cc9c880befb\",\n \"ne_attribute_id\": \"urn:uuid:abd9f8a4-19e3-5f20-688f-742e39119d5f\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": 71915181,\n \"offset\": 11652293,\n \"total\": -7179897,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d8f92d2-f45c-46aa-9b09-8e0684f9905f", + "id": "3489edde-c217-41fa-8112-f13bfa104103", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16623,7 +16623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c6c7a1f-fb19-41e7-af6d-5b362dde54a8", + "id": "695d4dd9-0b45-4c16-b81b-35eb931fb410", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16745,7 +16745,7 @@ } }, { - "id": "8c551765-1a9f-4092-a337-ef51bb834467", + "id": "7d95e2b9-9a8d-49b1-9c2e-838a6d64f73e", "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\": \"a896b17b-3548-a859-6eda-0eb76aa387ba\",\n \"profile_id\": \"urn:uuid:becb9358-d2c5-8e22-2a95-f9af51ef22f6\",\n \"ne_attribute_id\": \"urn:uuid:af512001-6876-8039-07d8-5b3a0ede8ba0\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"6dcbf7a0-ea50-1470-2ab4-d827b2914603\",\n \"profile_id\": \"urn:uuid:4096a81a-eb9a-cbc1-e790-c04e905d66fb\",\n \"ne_attribute_id\": \"12ce0376-b8ee-3cc9-2fd5-35c585482d30\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16788,7 +16788,7 @@ }, "response": [ { - "id": "48e2b79a-39d7-45d2-ae62-231b78376752", + "id": "82f6dff3-dee1-4758-854e-3a29a0ef9e81", "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\": \"a896b17b-3548-a859-6eda-0eb76aa387ba\",\n \"profile_id\": \"urn:uuid:becb9358-d2c5-8e22-2a95-f9af51ef22f6\",\n \"ne_attribute_id\": \"urn:uuid:af512001-6876-8039-07d8-5b3a0ede8ba0\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"6dcbf7a0-ea50-1470-2ab4-d827b2914603\",\n \"profile_id\": \"urn:uuid:4096a81a-eb9a-cbc1-e790-c04e905d66fb\",\n \"ne_attribute_id\": \"12ce0376-b8ee-3cc9-2fd5-35c585482d30\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16839,12 +16839,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"884acf4a-6445-d75e-e37a-c980c4780511\",\n \"uid\": \"laboris incididunt laborefugiat \",\n \"user_id\": \"urn:uuid:5df40c08-a39d-dc16-4c57-8871e0d9f78a\",\n \"profile_id\": \"urn:uuid:0bf5f6db-3bf3-869a-ece2-ffaab95b758b\",\n \"ne_attribute_id\": \"urn:uuid:3c84502a-18e4-5006-79ac-a70720f28cba\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:dcb52c51-1c26-ae97-9875-2cefe84c9cfc\",\n \"uid\": \"aute ipsum cillumeiusmod doloref\",\n \"user_id\": \"urn:uuid:b6711265-8370-f03e-eb3d-4051ce9a6b12\",\n \"profile_id\": \"b107ce6a-acc0-f9ea-b1b3-41e2f9e79038\",\n \"ne_attribute_id\": \"urn:uuid:4c2e6d62-64b1-263b-2ab0-84cb1309386f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8eb621c6-d39c-4f65-b502-0392980af679", + "id": "8e95a4ef-e52e-4e03-aa68-ae644d9d415a", "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\": \"a896b17b-3548-a859-6eda-0eb76aa387ba\",\n \"profile_id\": \"urn:uuid:becb9358-d2c5-8e22-2a95-f9af51ef22f6\",\n \"ne_attribute_id\": \"urn:uuid:af512001-6876-8039-07d8-5b3a0ede8ba0\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"6dcbf7a0-ea50-1470-2ab4-d827b2914603\",\n \"profile_id\": \"urn:uuid:4096a81a-eb9a-cbc1-e790-c04e905d66fb\",\n \"ne_attribute_id\": \"12ce0376-b8ee-3cc9-2fd5-35c585482d30\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16900,7 +16900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa7cecf-1cfa-469e-9980-573171dd3005", + "id": "b1ecca42-e481-48d1-9380-e0e79eadff4c", "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\": \"a896b17b-3548-a859-6eda-0eb76aa387ba\",\n \"profile_id\": \"urn:uuid:becb9358-d2c5-8e22-2a95-f9af51ef22f6\",\n \"ne_attribute_id\": \"urn:uuid:af512001-6876-8039-07d8-5b3a0ede8ba0\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"6dcbf7a0-ea50-1470-2ab4-d827b2914603\",\n \"profile_id\": \"urn:uuid:4096a81a-eb9a-cbc1-e790-c04e905d66fb\",\n \"ne_attribute_id\": \"12ce0376-b8ee-3cc9-2fd5-35c585482d30\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -16962,7 +16962,7 @@ } }, { - "id": "b235862c-cdc8-4bfb-85f9-6db54e782f5f", + "id": "468f8c20-263a-46f8-9974-e211eba633ce", "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:fb399bff-887b-6f55-495c-2ac3572392e5\",\n \"user_id\": \"6be6adf0-37e1-7469-7114-b389a8142dd1\",\n \"profile_id\": \"836ccf93-3cea-ff54-ab63-324f5841cfca\",\n \"ne_attribute_id\": \"4cba1a4f-1e28-aa4a-2f2c-aa4914b92ce9\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:2658efae-ca46-3011-0b11-bd4acbbacc38\",\n \"user_id\": \"urn:uuid:f31785ad-2ac6-d85a-91e1-edf0647dabec\",\n \"profile_id\": \"urn:uuid:778a67ec-bde4-eae7-6b01-031db8e60b0d\",\n \"ne_attribute_id\": \"urn:uuid:46898363-e5af-5736-f12a-93c84fa52056\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17005,7 +17005,7 @@ }, "response": [ { - "id": "510829f9-53b5-4e19-933b-c7d101e1a4de", + "id": "7698a3b6-1bef-43a9-8e88-0357bef1e94a", "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:fb399bff-887b-6f55-495c-2ac3572392e5\",\n \"user_id\": \"6be6adf0-37e1-7469-7114-b389a8142dd1\",\n \"profile_id\": \"836ccf93-3cea-ff54-ab63-324f5841cfca\",\n \"ne_attribute_id\": \"4cba1a4f-1e28-aa4a-2f2c-aa4914b92ce9\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:2658efae-ca46-3011-0b11-bd4acbbacc38\",\n \"user_id\": \"urn:uuid:f31785ad-2ac6-d85a-91e1-edf0647dabec\",\n \"profile_id\": \"urn:uuid:778a67ec-bde4-eae7-6b01-031db8e60b0d\",\n \"ne_attribute_id\": \"urn:uuid:46898363-e5af-5736-f12a-93c84fa52056\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17056,12 +17056,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"884acf4a-6445-d75e-e37a-c980c4780511\",\n \"uid\": \"laboris incididunt laborefugiat \",\n \"user_id\": \"urn:uuid:5df40c08-a39d-dc16-4c57-8871e0d9f78a\",\n \"profile_id\": \"urn:uuid:0bf5f6db-3bf3-869a-ece2-ffaab95b758b\",\n \"ne_attribute_id\": \"urn:uuid:3c84502a-18e4-5006-79ac-a70720f28cba\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:dcb52c51-1c26-ae97-9875-2cefe84c9cfc\",\n \"uid\": \"aute ipsum cillumeiusmod doloref\",\n \"user_id\": \"urn:uuid:b6711265-8370-f03e-eb3d-4051ce9a6b12\",\n \"profile_id\": \"b107ce6a-acc0-f9ea-b1b3-41e2f9e79038\",\n \"ne_attribute_id\": \"urn:uuid:4c2e6d62-64b1-263b-2ab0-84cb1309386f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f92347bc-9eed-48c5-a22e-bcfe99b94f67", + "id": "a490ac0f-3015-4df6-a266-8878fdc3b4d4", "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:fb399bff-887b-6f55-495c-2ac3572392e5\",\n \"user_id\": \"6be6adf0-37e1-7469-7114-b389a8142dd1\",\n \"profile_id\": \"836ccf93-3cea-ff54-ab63-324f5841cfca\",\n \"ne_attribute_id\": \"4cba1a4f-1e28-aa4a-2f2c-aa4914b92ce9\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:2658efae-ca46-3011-0b11-bd4acbbacc38\",\n \"user_id\": \"urn:uuid:f31785ad-2ac6-d85a-91e1-edf0647dabec\",\n \"profile_id\": \"urn:uuid:778a67ec-bde4-eae7-6b01-031db8e60b0d\",\n \"ne_attribute_id\": \"urn:uuid:46898363-e5af-5736-f12a-93c84fa52056\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17117,7 +17117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7d4e78-beed-4233-87d9-28d03f3fa20e", + "id": "4598159e-7517-456f-9355-cacd2caecedf", "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:fb399bff-887b-6f55-495c-2ac3572392e5\",\n \"user_id\": \"6be6adf0-37e1-7469-7114-b389a8142dd1\",\n \"profile_id\": \"836ccf93-3cea-ff54-ab63-324f5841cfca\",\n \"ne_attribute_id\": \"4cba1a4f-1e28-aa4a-2f2c-aa4914b92ce9\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:2658efae-ca46-3011-0b11-bd4acbbacc38\",\n \"user_id\": \"urn:uuid:f31785ad-2ac6-d85a-91e1-edf0647dabec\",\n \"profile_id\": \"urn:uuid:778a67ec-bde4-eae7-6b01-031db8e60b0d\",\n \"ne_attribute_id\": \"urn:uuid:46898363-e5af-5736-f12a-93c84fa52056\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17179,7 +17179,7 @@ } }, { - "id": "02d4820f-0c0a-454d-9a53-ae803a7f002e", + "id": "4ff17e1d-61aa-4eee-88b1-e9297ad81587", "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\": \"4634cf3e-e57e-43e7-0dae-478664511dd5\"\n },\n {\n \"id\": \"b13e7132-29a1-83ee-a8c0-ebb6f6bc885c\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17222,7 +17222,7 @@ }, "response": [ { - "id": "05246e90-fb9b-4520-90a9-18a000a398a7", + "id": "2a51736a-5c41-47d3-abbe-a2577820164b", "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\": \"4634cf3e-e57e-43e7-0dae-478664511dd5\"\n },\n {\n \"id\": \"b13e7132-29a1-83ee-a8c0-ebb6f6bc885c\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17273,12 +17273,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"884acf4a-6445-d75e-e37a-c980c4780511\",\n \"uid\": \"laboris incididunt laborefugiat \",\n \"user_id\": \"urn:uuid:5df40c08-a39d-dc16-4c57-8871e0d9f78a\",\n \"profile_id\": \"urn:uuid:0bf5f6db-3bf3-869a-ece2-ffaab95b758b\",\n \"ne_attribute_id\": \"urn:uuid:3c84502a-18e4-5006-79ac-a70720f28cba\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:dcb52c51-1c26-ae97-9875-2cefe84c9cfc\",\n \"uid\": \"aute ipsum cillumeiusmod doloref\",\n \"user_id\": \"urn:uuid:b6711265-8370-f03e-eb3d-4051ce9a6b12\",\n \"profile_id\": \"b107ce6a-acc0-f9ea-b1b3-41e2f9e79038\",\n \"ne_attribute_id\": \"urn:uuid:4c2e6d62-64b1-263b-2ab0-84cb1309386f\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9f3f785-c756-4f4a-9d8e-eddfb10ee429", + "id": "37164e1a-fc23-4d42-82e9-70e4774ac336", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17312,7 +17312,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"4634cf3e-e57e-43e7-0dae-478664511dd5\"\n },\n {\n \"id\": \"b13e7132-29a1-83ee-a8c0-ebb6f6bc885c\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6ad50a-d37b-45dd-be0f-575c34b14818", + "id": "fb8eb2d6-76f2-49c2-9f8f-4e058a9cb9d8", "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\": \"4634cf3e-e57e-43e7-0dae-478664511dd5\"\n },\n {\n \"id\": \"b13e7132-29a1-83ee-a8c0-ebb6f6bc885c\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17396,7 +17396,7 @@ } }, { - "id": "9a5732a2-dcc8-4cee-b4b1-d836ff101ccc", + "id": "a3674377-b8a4-4239-9be5-65d6be5a5314", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -17438,7 +17438,7 @@ }, "response": [ { - "id": "c0c18dc2-d915-4122-b2c4-42abb1f81a57", + "id": "25c37a7a-9a0c-47a2-89a9-e9565b7c31e7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17477,12 +17477,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"a76f425a-20d4-c67c-e3bb-1d26da56db45\",\n \"uid\": \"laborum voluptate dolor magnaut \",\n \"user_id\": \"932af847-90dd-26ab-d43e-27ce9ea5ffef\",\n \"profile_id\": \"urn:uuid:e4bebb1c-4df0-3b74-555b-5b9f964cc057\",\n \"ne_attribute_id\": \"0c7fd20e-bf05-d8d3-3536-ac6787c4b9d6\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d6d7e1a4-37f0-4d39-9f82-cb85fe27e415", + "id": "a1f60a2e-2a49-42ea-9a39-8f21f6b055c2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17526,7 +17526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f72682ef-d7c1-4eef-8429-b833e0b2ac7d", + "id": "d913ede7-b0ef-45b3-b8d6-734866b8fc66", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17576,7 +17576,7 @@ } }, { - "id": "4c35d0e3-b0cf-43d9-b82b-570cd809998d", + "id": "ab437f39-b3a4-46d2-8bdb-3e8526a0c4fb", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17631,7 +17631,7 @@ }, "response": [ { - "id": "430ed25a-b396-4360-8305-8eb20e3df13b", + "id": "09255c60-3f10-43a1-acfc-b23b84e6c10c", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17683,12 +17683,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"a76f425a-20d4-c67c-e3bb-1d26da56db45\",\n \"uid\": \"laborum voluptate dolor magnaut \",\n \"user_id\": \"932af847-90dd-26ab-d43e-27ce9ea5ffef\",\n \"profile_id\": \"urn:uuid:e4bebb1c-4df0-3b74-555b-5b9f964cc057\",\n \"ne_attribute_id\": \"0c7fd20e-bf05-d8d3-3536-ac6787c4b9d6\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a7f7fa2-2fe9-41cf-a3a8-f7a4e56ce2af", + "id": "e0d494ae-0733-463e-860a-d615d146bcab", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17745,7 +17745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab5f93b-b3ee-47cc-b005-74c9d07263bf", + "id": "dc89d303-dc28-4ea8-bbde-b1c4f9a7f252", "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:63a2bb62-1fdb-e43e-9e0b-44bb8e731c14\",\n \"profile_id\": \"urn:uuid:d600fb60-9060-7ddd-1d01-f59cbe86af43\",\n \"ne_attribute_id\": \"4ec7f023-4407-d16a-c913-76ffda5fccab\",\n \"relationship_type\": \"owner\"\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -17808,7 +17808,7 @@ } }, { - "id": "712a977f-acf7-43af-ac91-b2b8343461c8", + "id": "8c2479b4-de98-4454-a15a-8c54e44d898c", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17850,7 +17850,7 @@ }, "response": [ { - "id": "e8b5fdce-4c71-450a-bffe-7b735741b444", + "id": "3608ef09-d089-4ca8-befe-2603d6801bbf", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17894,7 +17894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3c331d-82b9-41d9-a57d-06c1a6badfbe", + "id": "7b85bcf0-09c2-48eb-93ae-189a838e76e8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17938,7 +17938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "685e1da7-85c2-4f30-b74d-85260b815354", + "id": "6879bf61-a34b-44d1-b366-72e573defa7f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "description": "", "item": [ { - "id": "27c2637d-c0ca-4afd-a2bc-7462d3a4542a", + "id": "0d9023a9-adb4-45a5-92b4-caee1fa60fad", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18037,7 +18037,7 @@ }, "response": [ { - "id": "6b677520-494f-496d-a06d-1485da7aebc8", + "id": "7ef0b2af-45ea-46f1-96b4-c271d7d4b36f", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18088,12 +18088,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:4f24da00-dd7d-67d7-ff71-0534de7104e9\",\n \"uid\": \"ameteiusmod nullaea dolor proide\",\n \"role_id\": \"urn:uuid:6287bcd6-3e7f-a5d3-963a-7038f1ff6514\",\n \"profile_id\": \"urn:uuid:3010d542-d992-9ddc-10ad-938cb351d04a\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d74f224e-2687-4d3a-82d9-beb7801fef84", + "id": "8c89668c-0ba7-42de-b46d-292a2a2acde8", "name": "Invalid input", "originalRequest": { "url": { @@ -18123,7 +18123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18145,7 +18145,7 @@ } }, { - "id": "0040450c-56ea-40fc-9ce0-0291be82aeae", + "id": "858ae78a-711c-4074-b86c-4beb6b7dc40a", "name": "Get role-profile contributor relationships", "request": { "name": "Get role-profile contributor relationships", @@ -18195,7 +18195,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -18230,7 +18230,7 @@ }, "response": [ { - "id": "09157643-031d-4ea2-b728-c094db03045e", + "id": "0112cce6-231b-4d12-9e34-73d8a064a6d9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18275,7 +18275,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -18323,12 +18323,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"c07318cf-b7ab-b691-e1df-7536277c4079\",\n \"uid\": \"reprehenderit non sit suntlabore\",\n \"role_id\": \"3d842dd3-5538-fb6a-4c80-86dac523b6fb\",\n \"profile_id\": \"53805dc9-768f-80ce-6c17-6ddebfe7abcf\"\n },\n {\n \"id\": \"urn:uuid:6af07146-d3ff-6d41-e59c-1e3150c7c72b\",\n \"uid\": \"ad culpa aute utaliqua occaecat \",\n \"role_id\": \"urn:uuid:44677169-6e00-3b2a-218b-41a5208fe516\",\n \"profile_id\": \"urn:uuid:1c9c3c62-cb3c-bb21-67af-e337bc058ae5\"\n }\n ],\n \"_metadata\": {\n \"limit\": 5514892,\n \"offset\": 71891270,\n \"total\": -38416658,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a829e0c9-b2b3-47bd-a832-be01e7e90550", + "id": "f6109c46-e9f9-4848-b4e4-2cabeafd0cdb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18373,7 +18373,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -18426,7 +18426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e92a936d-e74b-4a78-8f3f-638e8730264f", + "id": "ae86431f-419b-4f8b-925b-0c77d300d3ff", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18471,7 +18471,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -18530,7 +18530,7 @@ } }, { - "id": "b046c94a-c3e6-4deb-88c4-163ef7514c79", + "id": "38310ac1-c98f-44c1-be6a-810281788052", "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\": \"9094f0de-73a0-7d9d-88f7-0ca32765ba0f\",\n \"profile_id\": \"urn:uuid:0202e752-d9a9-1cae-bbeb-a2c509b06f34\"\n },\n {\n \"role_id\": \"urn:uuid:d8b9df1f-c085-e20e-8b9d-5b058914f591\",\n \"profile_id\": \"52bb9bac-704e-95ef-5a97-caa92e695db7\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18573,7 +18573,7 @@ }, "response": [ { - "id": "418b95c4-2b95-4f1d-8773-f5cdf7798669", + "id": "57a1e6d0-67c2-4337-b065-dbbaafcad979", "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\": \"9094f0de-73a0-7d9d-88f7-0ca32765ba0f\",\n \"profile_id\": \"urn:uuid:0202e752-d9a9-1cae-bbeb-a2c509b06f34\"\n },\n {\n \"role_id\": \"urn:uuid:d8b9df1f-c085-e20e-8b9d-5b058914f591\",\n \"profile_id\": \"52bb9bac-704e-95ef-5a97-caa92e695db7\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18624,12 +18624,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"beb39ffe-6775-3c78-97a1-96a96a2f8e3b\",\n \"uid\": \"occaecat officiadolore ipsum qui\",\n \"role_id\": \"urn:uuid:de4d105e-d876-2470-bd2d-26980624f62e\",\n \"profile_id\": \"urn:uuid:9a3ed70c-f1b4-1e3d-76dd-b5d9284efffb\"\n },\n {\n \"id\": \"urn:uuid:9456cbe5-3dce-6ae9-0a6c-b128022b71dc\",\n \"uid\": \"adipisicing dolor sed doeiusmod \",\n \"role_id\": \"urn:uuid:940c5f75-f02c-4264-4c95-e45384b90e38\",\n \"profile_id\": \"urn:uuid:c28a2923-d7f6-f7a6-f71d-0029dfd9e2d9\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb1316c3-2d9f-4d15-ae6f-b7a62865f1eb", + "id": "a2422e70-23a1-4ef3-8f38-ba6f3539413e", "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\": \"9094f0de-73a0-7d9d-88f7-0ca32765ba0f\",\n \"profile_id\": \"urn:uuid:0202e752-d9a9-1cae-bbeb-a2c509b06f34\"\n },\n {\n \"role_id\": \"urn:uuid:d8b9df1f-c085-e20e-8b9d-5b058914f591\",\n \"profile_id\": \"52bb9bac-704e-95ef-5a97-caa92e695db7\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18685,7 +18685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ecdb380-95cc-484b-ae58-9c58d0618a06", + "id": "1b334b56-bf41-467c-acdf-71f83935f254", "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\": \"9094f0de-73a0-7d9d-88f7-0ca32765ba0f\",\n \"profile_id\": \"urn:uuid:0202e752-d9a9-1cae-bbeb-a2c509b06f34\"\n },\n {\n \"role_id\": \"urn:uuid:d8b9df1f-c085-e20e-8b9d-5b058914f591\",\n \"profile_id\": \"52bb9bac-704e-95ef-5a97-caa92e695db7\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18747,7 +18747,7 @@ } }, { - "id": "dc362c0f-e3da-4300-8c2c-647da101e2ee", + "id": "0f2d6a4b-94c0-4ebd-ae2b-b574e83b31cb", "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\": \"urn:uuid:98dbe353-acc8-19e8-47f4-af770bec6850\",\n \"role_id\": \"3bc9f7e5-9b79-9551-d656-d0cf2e2cab47\",\n \"profile_id\": \"urn:uuid:7b22c5e8-6fb3-06b7-faf7-ad6dc8945445\"\n },\n {\n \"id\": \"8c2b7c9c-38d3-a109-5ea8-10fba9c49aa7\",\n \"role_id\": \"urn:uuid:85792335-feeb-cee7-9a99-bddac10a40cc\",\n \"profile_id\": \"urn:uuid:c31ed12f-4975-8600-bc03-466608a2c39a\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18790,7 +18790,7 @@ }, "response": [ { - "id": "466513d7-a857-4cfc-b3a1-b60e6b309684", + "id": "2635eac1-08e1-414b-8703-d089b6f86f9b", "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\": \"urn:uuid:98dbe353-acc8-19e8-47f4-af770bec6850\",\n \"role_id\": \"3bc9f7e5-9b79-9551-d656-d0cf2e2cab47\",\n \"profile_id\": \"urn:uuid:7b22c5e8-6fb3-06b7-faf7-ad6dc8945445\"\n },\n {\n \"id\": \"8c2b7c9c-38d3-a109-5ea8-10fba9c49aa7\",\n \"role_id\": \"urn:uuid:85792335-feeb-cee7-9a99-bddac10a40cc\",\n \"profile_id\": \"urn:uuid:c31ed12f-4975-8600-bc03-466608a2c39a\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18841,12 +18841,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"beb39ffe-6775-3c78-97a1-96a96a2f8e3b\",\n \"uid\": \"occaecat officiadolore ipsum qui\",\n \"role_id\": \"urn:uuid:de4d105e-d876-2470-bd2d-26980624f62e\",\n \"profile_id\": \"urn:uuid:9a3ed70c-f1b4-1e3d-76dd-b5d9284efffb\"\n },\n {\n \"id\": \"urn:uuid:9456cbe5-3dce-6ae9-0a6c-b128022b71dc\",\n \"uid\": \"adipisicing dolor sed doeiusmod \",\n \"role_id\": \"urn:uuid:940c5f75-f02c-4264-4c95-e45384b90e38\",\n \"profile_id\": \"urn:uuid:c28a2923-d7f6-f7a6-f71d-0029dfd9e2d9\"\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "773c302d-70a4-454d-a44d-0db39ed2e7ce", + "id": "08ec90a4-ba5e-4ea2-9ecc-b845939a4cdc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18880,7 +18880,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:98dbe353-acc8-19e8-47f4-af770bec6850\",\n \"role_id\": \"3bc9f7e5-9b79-9551-d656-d0cf2e2cab47\",\n \"profile_id\": \"urn:uuid:7b22c5e8-6fb3-06b7-faf7-ad6dc8945445\"\n },\n {\n \"id\": \"8c2b7c9c-38d3-a109-5ea8-10fba9c49aa7\",\n \"role_id\": \"urn:uuid:85792335-feeb-cee7-9a99-bddac10a40cc\",\n \"profile_id\": \"urn:uuid:c31ed12f-4975-8600-bc03-466608a2c39a\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb448b4-d713-45ee-81d8-c87171ffc591", + "id": "0718db43-99f5-4432-be9d-a41013782039", "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\": \"urn:uuid:98dbe353-acc8-19e8-47f4-af770bec6850\",\n \"role_id\": \"3bc9f7e5-9b79-9551-d656-d0cf2e2cab47\",\n \"profile_id\": \"urn:uuid:7b22c5e8-6fb3-06b7-faf7-ad6dc8945445\"\n },\n {\n \"id\": \"8c2b7c9c-38d3-a109-5ea8-10fba9c49aa7\",\n \"role_id\": \"urn:uuid:85792335-feeb-cee7-9a99-bddac10a40cc\",\n \"profile_id\": \"urn:uuid:c31ed12f-4975-8600-bc03-466608a2c39a\"\n }\n ]\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -18964,7 +18964,7 @@ } }, { - "id": "d5d1319e-1e37-4739-a7dd-33a0badc74fe", + "id": "472c24b8-ec96-46a3-84fd-7c86ea40e65f", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -19006,7 +19006,7 @@ }, "response": [ { - "id": "30be4221-9920-4a06-a354-fbfbabc85d67", + "id": "24f6eba9-bc6a-4add-8219-cdf667d3d6cc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19045,12 +19045,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:4f24da00-dd7d-67d7-ff71-0534de7104e9\",\n \"uid\": \"ameteiusmod nullaea dolor proide\",\n \"role_id\": \"urn:uuid:6287bcd6-3e7f-a5d3-963a-7038f1ff6514\",\n \"profile_id\": \"urn:uuid:3010d542-d992-9ddc-10ad-938cb351d04a\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a588ca26-efa7-4606-97bb-9272b2d2ce79", + "id": "84685c52-72a0-4f20-ab77-1eff2bb08ba0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60930c4-d857-416b-90d7-237b52bfa293", + "id": "fd431c65-626f-4db2-a08d-e6acfa9da3b0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ } }, { - "id": "5fb2fbc0-b8f9-47f0-b84e-9ca4b13dee42", + "id": "6054a9cb-5bd3-4f24-bd0e-4b57ddab995b", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19199,7 +19199,7 @@ }, "response": [ { - "id": "1903c79d-9a2d-438f-9a7d-8a1a8dfb1d12", + "id": "1477f0bc-6d00-4da7-86c5-d487a636f81a", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19251,12 +19251,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:4f24da00-dd7d-67d7-ff71-0534de7104e9\",\n \"uid\": \"ameteiusmod nullaea dolor proide\",\n \"role_id\": \"urn:uuid:6287bcd6-3e7f-a5d3-963a-7038f1ff6514\",\n \"profile_id\": \"urn:uuid:3010d542-d992-9ddc-10ad-938cb351d04a\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81544b5e-0e1a-4e67-a227-4986f0af91bb", + "id": "5625d00e-1fe7-48d6-8203-223b75c80cd2", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19313,7 +19313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666ba506-727e-4666-b16b-345aa8810982", + "id": "5bf9f0a9-ea7f-4a96-8fa5-715e12277f75", "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:cea47c67-3de0-bece-0209-36ecfdd81cec\",\n \"profile_id\": \"urn:uuid:103d4377-c567-119f-4177-11118835d1aa\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:bd56fee5-6a8b-6f0d-da6f-b95a2a0814f2\",\n \"profile_id\": \"6f292acc-24aa-d93b-ad5f-02ed50602c0d\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19376,7 +19376,7 @@ } }, { - "id": "dada810e-9e5f-4c7a-acc1-2c6bdf4f0b67", + "id": "959104d2-335e-4749-b797-8e28c51e493d", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -19418,7 +19418,7 @@ }, "response": [ { - "id": "ecab46f6-0187-4312-9239-b3dd4a34c88b", + "id": "669c7782-a0c4-4394-a1c0-9c15f1c9282f", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19462,7 +19462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0900d710-2ce1-4cbf-b4ce-152279e11017", + "id": "9ce7333d-4b8d-4ed2-be6a-82ad116e33a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ea1c29-5a76-42ad-806f-a3f3dca6fa16", + "id": "15f58e1a-e7f8-42b0-95b2-5f6dc7a36b09", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19562,7 +19562,7 @@ "description": "", "item": [ { - "id": "7953db6e-e076-4626-ac5f-793670422340", + "id": "f6c711f0-e93c-4353-9c7b-69866a0c258d", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19606,7 +19606,7 @@ }, "response": [ { - "id": "0493f5ff-13c9-4c1e-bdca-2dbfc50025d9", + "id": "47c3b589-8838-4551-896a-2b11aee99435", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19658,12 +19658,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "16ca16ae-efa1-443f-abe6-8534b6472887", + "id": "ba40bcc7-d33a-452f-828d-47a197d33372", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04aa244b-b547-40db-a062-7f02ebfb7441", + "id": "1dcba60b-3087-4003-a6f6-b4fece3ba2a9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19783,7 +19783,7 @@ } }, { - "id": "473c759e-626a-4608-854b-6ab59c348dbe", + "id": "9021f7c5-7440-4f84-a86a-656188fafdc9", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19827,7 +19827,7 @@ }, "response": [ { - "id": "519428bf-213d-4084-b23b-2e8d1f4a9ea1", + "id": "2b5b079f-a044-450d-a49b-3967733fa0b4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19879,12 +19879,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4aa3cd7-e226-42c9-8621-bbeb88478941", + "id": "a42a8b62-45e6-437f-8987-fc1782e39c07", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397f9488-00b6-46ef-8edc-a5cd909de325", + "id": "5ec8d31d-8c92-4295-beb3-8ead0aec0ab4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20004,7 +20004,7 @@ } }, { - "id": "55bbe784-fb88-4e66-a1ed-dea0eea472d9", + "id": "b053fbe7-dfbb-40f6-8c8d-8fafd0c9af37", "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\": \"false\",\n \"multiple_requests\": \"true\"\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20048,7 +20048,7 @@ }, "response": [ { - "id": "d6d81f0e-5050-450b-9b95-77bb90fa1ddd", + "id": "c3e34c81-dc5b-4810-aa69-46d48fcae50d", "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\": \"false\",\n \"multiple_requests\": \"true\"\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20100,12 +20100,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2b4236d2-3e18-4316-a2d2-a2f5b06f4b3e", + "id": "04f081a4-bc34-461f-afd2-d3d3a76e6416", "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\": \"false\",\n \"multiple_requests\": \"true\"\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20162,7 +20162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f44267f-431e-445a-adf5-1c62d5f16ba4", + "id": "174c6c48-8cf4-4dc5-aa68-ba312543f494", "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\": \"false\",\n \"multiple_requests\": \"true\"\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\": \"false\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20225,7 +20225,7 @@ } }, { - "id": "942d3ef1-1018-4e99-9aaf-1149a9e5c5b8", + "id": "892721c6-a8ae-44ef-9485-c43b3f205a68", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -20269,7 +20269,7 @@ }, "response": [ { - "id": "d869ee0c-5c9e-4585-8c52-3865c0b4d46e", + "id": "e0efdf9b-8a6c-41e4-8070-ef18ea9f9c45", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20321,12 +20321,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "37a513c1-bab5-4390-b183-2c56fd769f29", + "id": "9a31bf82-8404-40a7-a676-a751fbae0479", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94299d3a-fedb-4d43-b278-d99770fd2867", + "id": "4755b192-b2d3-4de3-a690-83a662678c1c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20446,7 +20446,7 @@ } }, { - "id": "65137c66-c5a6-4abd-837c-ba67c7c028d1", + "id": "3daa8074-3662-4bce-b860-a2f4ef91d4e5", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20490,7 +20490,7 @@ }, "response": [ { - "id": "c12d27c5-5275-4f50-a2cd-65fa50b70000", + "id": "6b9431e0-803b-4338-bb90-e873b606e50e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20542,12 +20542,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1dee456c-ef20-4710-afef-1461c8af3d24", + "id": "cc2e1a75-313c-4978-9ef8-ffffc5d76d48", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a259a03b-817c-49d5-8286-64f583d7a9b0", + "id": "9e6f5fc9-917c-4f6a-9ff1-640cf10cfac3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "375531eb-402b-418b-9424-bbc2f5ddb8cc", + "id": "d9963462-95f8-42ae-896a-467ff4885ae0", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20711,7 +20711,7 @@ }, "response": [ { - "id": "023831b4-53e7-433d-9b7d-a95c654bda2f", + "id": "8df7fdd7-164b-443e-8125-0f4d30470ce4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20763,12 +20763,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d54f4d61-bb1b-4a5f-8b71-9f8b6f13d250", + "id": "9fa71786-26ea-404e-8bb0-3bf09e382e78", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20825,7 +20825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137b0c5d-e24d-41b4-92aa-3e032d7b3288", + "id": "53ac8aaa-f374-4310-960a-58f549e3a0e6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20888,7 +20888,7 @@ } }, { - "id": "965c198a-8ef3-45cf-8a14-2780b81f3354", + "id": "f3a313d0-2b56-4453-b891-5a28c84436d1", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20932,7 +20932,7 @@ }, "response": [ { - "id": "3272950f-a18d-4b11-a96c-da8cf984a18e", + "id": "e4e32cf2-b401-4f6e-87a7-1bb54b53b3a5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20984,12 +20984,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"7e5c1447-e9c7-38fd-dfec-963981ff6c5e\",\n \"uid\": \"culpa deserunt ullamco sed sunts\",\n \"workflow_id\": \"urn:uuid:f7a39cb5-2564-9b09-2818-b104ed843232\",\n \"requester_id\": \"urn:uuid:88658844-a86c-73bc-6add-2c2db1c8195e\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:5df752b1-8efa-5f6e-1038-03602de9012e\",\n \"profile_ids\": [\n \"urn:uuid:d939f719-bcc5-adac-36d5-d7a963c1c0a2\",\n \"urn:uuid:bd3d4de4-5f5f-31ec-a197-475b0a8bbec9\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c0e28859-fbc6-4fe9-af09-07944e1c49db", + "id": "8e419b60-c6a1-4be4-8371-e5b89db68539", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21046,7 +21046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aea82f11-fa8b-4e93-acec-ae50632fece1", + "id": "8fe06353-3703-4c82-8887-98f78d7a87ac", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21115,7 +21115,7 @@ "description": "", "item": [ { - "id": "5d80807f-6420-4a9a-b43d-b3a8487bf576", + "id": "caa051d0-d511-4220-ae5e-18f6560d0030", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -21159,7 +21159,7 @@ }, "response": [ { - "id": "76848074-a3dd-49e4-bf25-577959b02705", + "id": "56aff6c6-508c-4bf7-8cc4-4ac3e142d003", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21216,7 +21216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab25acc7-fe19-4956-b814-1055b0550369", + "id": "ef6fbb50-31ac-4e0a-8316-096f94b1667e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21273,7 +21273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd010139-8589-4bd4-ab68-104843adde80", + "id": "91a8aacf-f8ea-4055-971b-860fd388a510", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21336,7 +21336,7 @@ } }, { - "id": "f0aad5e0-b193-41c7-a83e-9a253d3a5307", + "id": "c37c71df-2b94-4619-9f5f-2ad4731db40e", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -21380,7 +21380,7 @@ }, "response": [ { - "id": "f467ec3d-c91d-47ee-8d95-141f8eb18534", + "id": "027c36c8-1a2c-4e8e-ae9e-77eaf20632e7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21437,7 +21437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0027f85c-11ac-4338-af4e-c0886cf0e57f", + "id": "dadd63f8-4413-429f-a9b4-a38ac1262d9b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab63e8f-ae2a-4c58-b704-c07d95a3c7f4", + "id": "c99d6310-13c6-4010-84b2-1a53bffb70a3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21557,7 +21557,7 @@ } }, { - "id": "54dfc3b7-a9f8-4028-acbe-26db0925debb", + "id": "11ecfd76-4fb3-41c2-b7f4-324a45b1176e", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21601,7 +21601,7 @@ }, "response": [ { - "id": "34709f68-ab62-45b4-97b9-7384badb2d7e", + "id": "5f38a5f5-85a5-414f-9017-a00c1227e313", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21658,7 +21658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77adc1eb-a7b5-4ce0-8130-6727b8485c7c", + "id": "fd96b368-2267-4452-bc26-7efdfd87d4d1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21715,7 +21715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43bac7c-a9b5-4950-8ae3-61051043e7e9", + "id": "fd2aa32d-2653-4f5b-a1b1-3e1b0fe9ab80", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21778,7 +21778,7 @@ } }, { - "id": "a9cf0603-73b4-46f5-8257-e1d6d2243ac3", + "id": "2efb3dc7-a4b2-4a8a-8005-5a44da664d51", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21822,7 +21822,7 @@ }, "response": [ { - "id": "04134d94-5a39-4612-8ffa-0a6d7ae7c20a", + "id": "f3855496-76eb-49c5-af63-dafc240d72f1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21879,7 +21879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f317d9-8f6d-46c5-9475-95dd706e5bef", + "id": "fa7741fb-e3b3-4323-aa4b-777122befd22", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21936,7 +21936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1534afe0-a44f-4703-af84-0572a7cc6f71", + "id": "c87d8e7c-b739-4ace-b5e7-3f42ad975d8a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21999,7 +21999,7 @@ } }, { - "id": "0b57007b-8211-4d40-8c0d-223ec6327978", + "id": "d62809a7-9aa1-4f13-829c-bcbecfe0452b", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -22043,7 +22043,7 @@ }, "response": [ { - "id": "60ed10c5-42f7-4608-89fd-129c819bf555", + "id": "abffd7de-e340-49ed-b42a-da42ced1858e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22100,7 +22100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa432c8-b545-41b8-986e-de209621826e", + "id": "67136da8-a172-479f-bfde-1d1cc849cdb9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22157,7 +22157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d0ee1c-369b-4a7d-a141-65c56d39869b", + "id": "62cb7423-0a42-455a-8ce5-fd53d15af345", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22220,7 +22220,7 @@ } }, { - "id": "b157e86f-c927-474c-8aca-7ea8e5828d9e", + "id": "b9889785-19e1-48e1-83bf-0c3178456523", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -22264,7 +22264,7 @@ }, "response": [ { - "id": "80d4cf0e-02dc-4381-a1cd-f59ea959f9e9", + "id": "b3908a7b-86e3-4b2d-ac77-026beeecd431", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22321,7 +22321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0c6609-be61-4174-a0e5-281830988564", + "id": "9e85f9dc-e90b-46a9-82dd-76d49129c3d9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22378,7 +22378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05181bbd-60d4-4333-af12-8ce54bfee602", + "id": "a7a4398b-1368-484f-802e-c3b8ba0535e4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22441,7 +22441,7 @@ } }, { - "id": "d3196e9b-67b8-407c-a9f9-dec064911467", + "id": "0ba51ff9-58bd-4df6-89c0-5ad7b69f689d", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22485,7 +22485,7 @@ }, "response": [ { - "id": "fa8b8d98-5afe-4486-a9b4-80c2737b9da2", + "id": "185335b7-3b82-42d3-9be0-040c201cdc25", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c29538d-ca7a-4af3-807f-dc689cf5e79a", + "id": "daa56d23-42d4-44da-aefd-63792c1a95c9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f03dcf8b-a78d-41af-8ca0-1e7da603c85f", + "id": "797c9ed9-7007-4176-905d-670164c675c5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22662,7 +22662,7 @@ } }, { - "id": "b06b1cfd-73e6-4178-9835-3a5788f9ee80", + "id": "8eed9591-5d6c-43ba-a574-cdd763b74ecd", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22706,7 +22706,7 @@ }, "response": [ { - "id": "e3fe8726-7128-4db9-b8a6-967274f2a86f", + "id": "46d335d4-77af-4fd2-a7d6-67a0814378f0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22763,7 +22763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54831ff-d483-4161-99b7-3ad6bffe0a72", + "id": "72702c6c-57c7-40dc-bd19-4233d69edda0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22820,7 +22820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f1804e-effb-4452-85e9-b10ffa0711ae", + "id": "df563aba-773a-4aa8-904d-bc2e8adc827f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22883,7 +22883,7 @@ } }, { - "id": "f1bde7a6-511c-49b5-a846-12dbf587ae86", + "id": "862741a8-b4ec-4144-a438-e3b4281f3909", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22927,7 +22927,7 @@ }, "response": [ { - "id": "8369dcaf-447e-4fc1-8316-6902dee5ae73", + "id": "c194840d-a6a6-4b16-8b72-a125d8694f80", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22984,7 +22984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3364456-142a-49a1-9017-ea1f02d263b1", + "id": "16323918-edf9-48df-b52d-032656c8a56f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23041,7 +23041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b6ef47-38ef-4f2a-899a-c2805c6abb50", + "id": "3b2d864c-f116-45f8-9ee5-a7923ae1beaa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23104,7 +23104,7 @@ } }, { - "id": "c9964e1d-f87a-43fa-80f6-ddfd55f8d58d", + "id": "cf2f8948-5ca7-4f5c-8d3c-458bde8d9054", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -23148,7 +23148,7 @@ }, "response": [ { - "id": "bdf8eb87-15fb-46f9-93ba-3f23bc3f3d3b", + "id": "1c015044-c624-441e-b431-43f7f7c1c8dc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23205,7 +23205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d2232fd-217c-4fef-bde8-4c83eb6bd6ff", + "id": "498fface-ef52-4c44-b41a-0fd2bf0c578d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23262,7 +23262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9725cdd7-ea96-4405-92e3-38f6ecc8f440", + "id": "d33b1e77-5029-44a7-89ca-feaea553a1d1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23325,7 +23325,7 @@ } }, { - "id": "505e434d-d79a-4def-9c93-4edac743cfef", + "id": "076fe6f8-d94c-4ee8-944b-270f2ac1f13c", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -23369,7 +23369,7 @@ }, "response": [ { - "id": "c5bf2ce5-8c98-42b5-b309-600acca52833", + "id": "e284c779-88a8-4518-a633-c4741cbab2eb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b43536-9724-4dc0-a320-7fd841b83c7a", + "id": "1f8fd975-76c4-45a1-b297-edc1ae9f6db5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d6a23b4-38f6-4a43-bde9-abaf3cce2941", + "id": "4b0477f1-5516-4632-a8c0-512cef41ce75", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23546,7 +23546,7 @@ } }, { - "id": "f206742c-0d44-4098-a708-6710c70a620c", + "id": "c33b4869-e298-442c-91ed-31a0842b26dd", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23590,7 +23590,7 @@ }, "response": [ { - "id": "ba245160-cbcc-4598-91ff-deb3995b6ae2", + "id": "c5a51980-6f8c-43e4-b28d-da96c931eb23", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23647,7 +23647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da95c8c0-3ca5-433d-984c-c5aa17446a94", + "id": "945b86ec-6377-4d28-8832-1fbcc56a036a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23704,7 +23704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893123c1-25f1-4e5c-a51e-bc57c1ac4904", + "id": "2aea58fa-623a-41cb-85a0-e2c45b46ae1e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23767,7 +23767,7 @@ } }, { - "id": "37bf7ba8-46f3-4b03-8a8a-096c57d6ea72", + "id": "6e43503f-8fe5-4047-9136-5b43526fb234", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23811,7 +23811,7 @@ }, "response": [ { - "id": "c3a4fbb8-0c9e-459a-92b7-039c43b5a6ab", + "id": "2e03a832-1dc2-4673-a3cb-922e71d33b13", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23868,7 +23868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39752664-50b3-414c-ab50-74c45fdef297", + "id": "2309a4ba-1c5a-4c1f-ad12-66d721e0e669", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23925,7 +23925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc68c68-aa1b-410d-b7ee-2c2aea782e40", + "id": "ee23bdc8-ccb1-4cdb-8ba9-4c0c452badfc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23988,7 +23988,7 @@ } }, { - "id": "d259b9ec-faa5-483e-a3d6-466dcb5a5758", + "id": "a9809699-d936-4c53-8358-54c0a9125322", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -24032,7 +24032,7 @@ }, "response": [ { - "id": "4b7ed027-a281-4b98-9e39-a6a61d532768", + "id": "3e8d5b95-a07a-4364-b241-f7b00e10043c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24089,7 +24089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef78ac8-4975-407d-a5ca-4351a015d1f1", + "id": "32445bc6-0425-49c1-9c44-58b1139598b1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee0a030-884c-4fa0-b6b3-acf4469c65fc", + "id": "4629d8c1-d976-40ba-82b7-3a686ed1b292", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24209,7 +24209,7 @@ } }, { - "id": "115cc565-307c-458b-9f0c-72c85b310c93", + "id": "da1e7b03-4346-45da-acf4-b0b274bfed91", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -24253,7 +24253,7 @@ }, "response": [ { - "id": "9aef3857-689c-4d3f-a68e-6f9d83e119e6", + "id": "23fc42c1-bff0-4e88-a45d-2f6977c292a3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24310,7 +24310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9144ef-8839-4da4-8af8-df3d9149c34a", + "id": "26ad67ee-c854-49be-8396-917b4f1995aa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "825817d5-4cf2-470c-b27c-dd00a3082b7b", + "id": "d92cc777-bc73-4551-b1c8-8cdbc1c99e42", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24430,7 +24430,7 @@ } }, { - "id": "82d69c3f-cca4-455f-a111-7e386947f27f", + "id": "3d109cb6-bcc9-4393-9a8d-d363102d5f03", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24474,7 +24474,7 @@ }, "response": [ { - "id": "8bfaa87d-db89-46dc-a692-8e5592c76f50", + "id": "a21b1696-bd5a-48a6-9f2a-7ba8d974a1a4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24531,7 +24531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5136c0c-1349-4c0f-81b3-b1af9cb427a3", + "id": "af5ad491-3d7b-4bfd-b925-7c4f84037f3a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24588,7 +24588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5357900c-1232-4ee8-8860-ed1a9f3c688c", + "id": "5ec0cbae-409b-45b1-8f93-3c69bcf50b1a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ } }, { - "id": "fd719407-785e-40da-ad00-264f610e46c6", + "id": "de6ea241-cdf2-444c-b75e-86f71e51cb5c", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24695,7 +24695,7 @@ }, "response": [ { - "id": "0b9a211c-1c38-4238-89a3-85da1a74db33", + "id": "d743000a-ac51-44f3-96ed-2907c58dc617", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24752,7 +24752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9de0c1f-03b8-4426-ac68-1d90f587dbda", + "id": "30f43af7-09f9-444a-88d9-feec443ae706", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24809,7 +24809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d1cd624-6cd1-4db0-baf6-af97e3e36276", + "id": "68346d4a-8e62-4f60-ac5c-3ed7b1eb911d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24872,7 +24872,7 @@ } }, { - "id": "128c8bc7-0465-4fa7-9e7f-683e529bb461", + "id": "fe5019f0-77d7-4bbd-8bd7-10d0ad29db08", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24916,7 +24916,7 @@ }, "response": [ { - "id": "86fd6f50-f97b-4b3c-9a52-31a3cf3eef09", + "id": "fc457276-d64e-421f-aa93-5f4aa85ad223", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24973,7 +24973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69021225-cea6-43c8-bbbf-54afd630e7f1", + "id": "f7fd26b5-43f7-4b96-b35e-ba89e5f6b140", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25030,7 +25030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07e50949-c1d8-4e3c-83c6-54b1480f8277", + "id": "3eaba84e-23be-4b4a-b37b-2372d0dad0b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25093,7 +25093,7 @@ } }, { - "id": "fee06872-f5cc-4804-9517-c201886e00af", + "id": "9ff944cb-eac2-45bc-ae9f-d4c9a1c8d731", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -25137,7 +25137,7 @@ }, "response": [ { - "id": "eca08eec-c011-4ca7-9d47-4e4d71aa0083", + "id": "d85ca0b2-4fc3-4da8-9725-36e5016945b0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25194,7 +25194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662d271c-c531-4623-9e59-e3cfe5991573", + "id": "7c9210ff-e0af-43fe-a582-d229c95cef1c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25251,7 +25251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1687b3df-0b9d-4a94-be6d-6a7282fa8000", + "id": "37570e29-6de8-4914-84bb-fab227f42002", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25314,7 +25314,7 @@ } }, { - "id": "b3ad1d82-da82-4b0c-9959-3c3eed97e7ef", + "id": "3ad88ca8-2cf8-491d-96be-368645c123ef", "name": "Create a review action", "request": { "name": "Create a review action", @@ -25358,7 +25358,7 @@ }, "response": [ { - "id": "0e3832d3-a570-41f5-becb-96f517349e5f", + "id": "932449c0-9919-4ddb-b509-ed346db0360c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe8a333-3617-4e33-86ed-c5f4ae3f1f1a", + "id": "922699a6-833b-41f0-abd6-a99225078c3a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25472,7 +25472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce974d43-314a-4a24-854c-c2423a8766c6", + "id": "42445efd-d4ba-4fb3-9277-093b7a4d62b0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25535,7 +25535,7 @@ } }, { - "id": "11a32434-eaeb-4db0-a94b-e1dc45f40eef", + "id": "61615cac-9105-40c2-9ea7-fbfab50db572", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25579,7 +25579,7 @@ }, "response": [ { - "id": "dc1f7490-b293-4dba-a295-bde045a700f1", + "id": "c517a894-5fbb-461b-9cf2-d560230240b3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "351a7218-fd71-4dac-8fb1-ef2829cc63c8", + "id": "db3dc211-97f7-4fe3-8c2a-963b6dda65f4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4431fc3-86a9-438e-a7dd-b170063bd48e", + "id": "6e3443cc-abed-42a4-ae27-eecd7ffca997", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25756,7 +25756,7 @@ } }, { - "id": "93b77ba9-b9fe-4e8f-ae00-fddb9715748d", + "id": "361d381f-e461-4489-977c-140aa379495f", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25800,7 +25800,7 @@ }, "response": [ { - "id": "30b192af-ea9f-47bc-86eb-e18d62fd2b9c", + "id": "350188a2-6cca-4ac6-9b94-995354d89401", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25857,7 +25857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2481867-3ecc-45d2-ad16-6b9b19367ba5", + "id": "e0eb4f77-0be3-423e-9844-8c6a30598b90", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25914,7 +25914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c48aca-607c-4a1b-81d9-ff99f278833a", + "id": "17de28e0-b948-4021-bccd-51152040f99f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25977,7 +25977,7 @@ } }, { - "id": "0ae6858e-266e-4971-9517-8554d7de1a8f", + "id": "a0462a0a-d45c-4586-bebb-ff912b8a1778", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -26021,7 +26021,7 @@ }, "response": [ { - "id": "4112ba3d-57a7-4dca-baca-d27b60634af7", + "id": "71b12871-e058-40a0-9961-fbcb801e9f6b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26078,7 +26078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d69a619-aa41-4b8a-b2b6-a9cba8ffa1db", + "id": "03a6b9f8-9308-4551-a680-96f302fcb3a0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26135,7 +26135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38cb9183-b700-4950-9c2d-fa6696a6c745", + "id": "787ecbf8-716e-4678-9fc0-456fd3dd69cb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26198,7 +26198,7 @@ } }, { - "id": "e62d6663-e968-4630-b08f-bc20bf5e3e2f", + "id": "f4eed537-12ec-4341-94c4-6545895196c5", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -26242,7 +26242,7 @@ }, "response": [ { - "id": "271c8d27-e5a8-4d5e-827e-d358fa372477", + "id": "05a87033-348e-4601-8026-8325d59b477b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26299,7 +26299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da80038-63a1-473a-bd10-384645c293b8", + "id": "f64a966a-11fd-477e-82d5-dec47e026d43", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26356,7 +26356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b90048-4d1b-41f4-bca2-0a00401684c9", + "id": "a2ecf259-20df-467a-ad82-18d9278cd5dc", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26419,7 +26419,7 @@ } }, { - "id": "7f374183-0f79-4683-bc2a-9e214d79b63a", + "id": "657a0da1-dddd-4a69-bfb4-a719c784d5ea", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26463,7 +26463,7 @@ }, "response": [ { - "id": "1f03b81c-000c-4233-a3e6-da5b0f7baaae", + "id": "cde0d751-fea2-49d2-bed0-d93e09ddb6bf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26520,7 +26520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d58a0a-c2b1-4588-b772-6df808a4d671", + "id": "1d8ba2f2-b991-4f58-b796-7607ef62c5a4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26577,7 +26577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00206273-3496-4959-a9b9-0c5cd4b1f4bc", + "id": "1cc962ec-4fa7-49f6-be79-8ae90a86bc79", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26640,7 +26640,7 @@ } }, { - "id": "c3d177b7-4024-452c-9b9a-302db446d53a", + "id": "128413ed-cbbe-487d-8e0d-1e6d084fb8af", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26684,7 +26684,7 @@ }, "response": [ { - "id": "f0350d2f-5e61-477a-90be-fe3220535f3d", + "id": "f62049ba-6744-454f-9014-908873bddbed", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fcc6611-c34c-4596-a0be-693299c5513e", + "id": "4c6485dd-f5fd-4a81-be5d-b5b750ca66d7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26798,7 +26798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a13ef25-6a2d-4b15-990b-5239c7e238b6", + "id": "1a59ed64-6bd1-4535-bc2a-0560065f5bf0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ } }, { - "id": "7bfe6908-d5cb-44b8-9164-b137a3cd8ccb", + "id": "a8ccfd98-e31c-4ed2-bf68-fe31d26a1bd3", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "2f80b79f-2d32-42c1-b593-e9753536c55a", + "id": "6efa4e40-0360-4a8f-a931-da587f6dc9da", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26962,7 +26962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f06a017-8dc5-46c2-9b1d-63192d42bbad", + "id": "dbff81a1-d072-4386-a36e-5a9b6042b1db", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27019,7 +27019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c18e8f-18cf-4aee-b2f6-614990160ab3", + "id": "1f5d47ea-9d49-4bd8-bc7e-82083de00532", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27082,7 +27082,7 @@ } }, { - "id": "88568da6-300e-4138-84e2-d34e6934bc94", + "id": "48b7ffde-a2be-4832-88ee-4df0da7652d4", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -27126,7 +27126,7 @@ }, "response": [ { - "id": "e29b8d76-749f-41a1-955b-0c65a5d981ae", + "id": "3fefc64e-9018-447d-9b87-8f5ed8024792", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27183,7 +27183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6823ae1-0bd1-4e5a-aaa5-89f9ceae7468", + "id": "7b729e64-8983-4e94-82d9-4e694a6306b7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27240,7 +27240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb41e546-98b0-4252-8c41-d843a04130dc", + "id": "9ca83310-ba43-4cac-afbc-61db01ec6e63", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27303,7 +27303,7 @@ } }, { - "id": "ea9b2ac5-701d-4857-8273-ff5c6ccf9c0d", + "id": "deaff4ed-dd93-4ef2-a9cc-ca412f6f0ee0", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -27343,7 +27343,7 @@ }, "response": [ { - "id": "4bf957bc-03a0-4fea-98d2-198dbbaa4044", + "id": "7fecbd5d-9841-4a02-95a8-d8685b1f4a07", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27396,7 +27396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590d0935-6182-4be1-98d3-6f6eebce5900", + "id": "f4df64f9-3c1c-4232-978e-adc624f924ca", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27449,7 +27449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c027a0b7-c78c-4e49-a423-48d01648475e", + "id": "e79d55c2-2cca-4ece-8c73-a350a48a2fc3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27514,7 +27514,7 @@ "description": "", "item": [ { - "id": "20071c2d-58a7-40d0-bfcc-a45b320686ea", + "id": "af8f5f75-2f21-4e49-b3a2-55de09dc365c", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27573,7 +27573,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ea aute Duis utvelit pariatur co" + "value": "irure id ad consequat laboriscom" }, { "disabled": false, @@ -27591,7 +27591,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -27600,7 +27600,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending review" + "value": "auto assigned" }, { "disabled": false, @@ -27626,7 +27626,7 @@ }, "response": [ { - "id": "1b86fe40-3768-461d-8bdf-652ed859f691", + "id": "19e7b217-419c-4173-92eb-b192808a2467", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27680,7 +27680,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ea aute Duis utvelit pariatur co" + "value": "irure id ad consequat laboriscom" }, { "disabled": false, @@ -27698,7 +27698,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -27707,7 +27707,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending review" + "value": "auto assigned" }, { "disabled": false, @@ -27746,12 +27746,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"c5e25f8e-d4d0-c9b1-c018-99bad1a74388\",\n \"uid\": \"quis esseoccaecat irurenulla Ut \",\n \"workflow_id\": \"7e7fc364-5866-0209-faa1-7007346b9a97\",\n \"requester_id\": \"urn:uuid:e095b0c4-5a5a-8bdb-4117-c682e60591dd\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"63e48432-92eb-e877-6814-8ce05317ab7f\",\n \"profile_ids\": [\n \"06faf83b-2c13-8727-890c-52006dc6fcb5\",\n \"urn:uuid:d0ae4fe9-b5e7-98b0-b1b6-f37033cd7269\"\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\": \"26a7ed25-6ac2-d7c1-7dfe-c8158fa77674\",\n \"uid\": \"deserunt nullaut dolor exdeserun\",\n \"workflow_id\": \"b6a89c6a-559b-6392-a4b3-52f902f8bc3b\",\n \"requester_id\": \"urn:uuid:612c766b-b773-a789-bcb2-b7a6f286af88\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:bca17c6b-c701-d03e-5378-8e45100edcf4\",\n \"profile_ids\": [\n \"urn:uuid:01fdbea6-8170-0b42-933b-aad30a798c9f\",\n \"urn:uuid:141bae2e-67f4-aba0-d0ad-24462aae67e7\"\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\": -5485482,\n \"offset\": 67956038,\n \"total\": -60933067,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5e63963-8902-4943-9800-94a9f8863813", + "id": "34356e9a-4bbc-41e2-84cb-743ad8a03d8d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27805,7 +27805,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ea aute Duis utvelit pariatur co" + "value": "irure id ad consequat laboriscom" }, { "disabled": false, @@ -27823,7 +27823,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -27832,7 +27832,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending review" + "value": "auto assigned" }, { "disabled": false, @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a92109e-5e01-4aa6-b6ae-311477f7215a", + "id": "c97f7a4f-d0c6-490e-813b-dbfd5fffee7e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27930,7 +27930,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ea aute Duis utvelit pariatur co" + "value": "irure id ad consequat laboriscom" }, { "disabled": false, @@ -27948,7 +27948,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -27957,7 +27957,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending review" + "value": "auto assigned" }, { "disabled": false, @@ -28007,7 +28007,7 @@ } }, { - "id": "f754ebf5-6986-4ff1-9719-3f370ba56fb4", + "id": "8a3b9ed7-aafb-41d2-84e3-fe7b9a850e89", "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:93a76e62-e640-a232-be05-6bf4ba3e3c14\",\n \"requester_id\": \"urn:uuid:232e5afa-f2a5-4b82-3bac-a23950841046\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"74d31438-751f-9f7d-cbbd-c4afd5cba065\",\n \"profile_ids\": [\n \"ed11d943-1dc5-3509-e52e-531fd379b045\",\n \"43149e79-9e83-d8ac-14d3-0fce9fa2a016\"\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: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}", "options": { "raw": { "headerFamily": "json", @@ -28060,7 +28060,7 @@ }, "response": [ { - "id": "58eb4839-5112-4e62-aef4-2f760592c02a", + "id": "6c3e598f-3bfa-4a8f-8109-3d097ca00799", "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:93a76e62-e640-a232-be05-6bf4ba3e3c14\",\n \"requester_id\": \"urn:uuid:232e5afa-f2a5-4b82-3bac-a23950841046\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"74d31438-751f-9f7d-cbbd-c4afd5cba065\",\n \"profile_ids\": [\n \"ed11d943-1dc5-3509-e52e-531fd379b045\",\n \"43149e79-9e83-d8ac-14d3-0fce9fa2a016\"\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: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}", "options": { "raw": { "headerFamily": "json", @@ -28121,12 +28121,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:778d8b09-ebb3-3dfc-80cf-2b4db23ba390\",\n \"uid\": \"dolor laboreanim irurereprehende\",\n \"workflow_id\": \"802cab11-daca-3b4f-fb7e-5d9a00a2df2f\",\n \"requester_id\": \"urn:uuid:283fe322-66ad-c29e-68ec-48f2f82f21ce\",\n \"requester_type\": \"User\",\n \"profile_id\": \"feae1ad7-1e4e-1093-a9dd-c6dce6ae6694\",\n \"profile_ids\": [\n \"fcb604e3-a921-fe23-61c4-0bb351ea6b4b\",\n \"urn:uuid:0e8a537f-45d0-fa63-561f-6e04f899209f\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e6d7b6d-9c1a-47fc-9b99-7b9227147fb6", + "id": "ea6ce611-57ea-4c0e-9c3f-9ab31096e563", "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:93a76e62-e640-a232-be05-6bf4ba3e3c14\",\n \"requester_id\": \"urn:uuid:232e5afa-f2a5-4b82-3bac-a23950841046\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"74d31438-751f-9f7d-cbbd-c4afd5cba065\",\n \"profile_ids\": [\n \"ed11d943-1dc5-3509-e52e-531fd379b045\",\n \"43149e79-9e83-d8ac-14d3-0fce9fa2a016\"\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: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}", "options": { "raw": { "headerFamily": "json", @@ -28192,7 +28192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b6316c-7c2e-4157-a403-005f0e92948c", + "id": "0cecabbe-9fee-4aba-8af7-bf898b5da934", "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:93a76e62-e640-a232-be05-6bf4ba3e3c14\",\n \"requester_id\": \"urn:uuid:232e5afa-f2a5-4b82-3bac-a23950841046\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"74d31438-751f-9f7d-cbbd-c4afd5cba065\",\n \"profile_ids\": [\n \"ed11d943-1dc5-3509-e52e-531fd379b045\",\n \"43149e79-9e83-d8ac-14d3-0fce9fa2a016\"\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: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}", "options": { "raw": { "headerFamily": "json", @@ -28264,7 +28264,7 @@ } }, { - "id": "94757bf6-2541-4ced-a85d-b1d8bcf6923d", + "id": "d3d024c8-6bfc-4a0e-97d1-be16d6af35cf", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -28306,7 +28306,7 @@ }, "response": [ { - "id": "7433886b-5726-4fab-a0f1-b1f531caea38", + "id": "a10bfbda-0b14-480c-855a-2ac6903c8ab2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28345,12 +28345,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:778d8b09-ebb3-3dfc-80cf-2b4db23ba390\",\n \"uid\": \"dolor laboreanim irurereprehende\",\n \"workflow_id\": \"802cab11-daca-3b4f-fb7e-5d9a00a2df2f\",\n \"requester_id\": \"urn:uuid:283fe322-66ad-c29e-68ec-48f2f82f21ce\",\n \"requester_type\": \"User\",\n \"profile_id\": \"feae1ad7-1e4e-1093-a9dd-c6dce6ae6694\",\n \"profile_ids\": [\n \"fcb604e3-a921-fe23-61c4-0bb351ea6b4b\",\n \"urn:uuid:0e8a537f-45d0-fa63-561f-6e04f899209f\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ffc4521-7a2b-4ea8-8c0a-e3f309f3a1e0", + "id": "b7c55696-cf6e-491b-bc3d-f05fb0b7b231", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28394,7 +28394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38548df3-abcc-43eb-be94-d2a45f6d071f", + "id": "d9e90733-c03b-4390-9c01-de9508d5ac1e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28444,7 +28444,7 @@ } }, { - "id": "52f7054f-651b-4a58-9c3a-9e92cdb818f4", + "id": "9f362392-31ca-4235-8808-2a840dc4a87d", "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\": \"urn:uuid:44410343-0862-31bb-09fe-bc1a83fa45e0\",\n \"requester_id\": \"urn:uuid:cb81a6fb-6646-58d4-b489-4bee8ed4d6a3\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"6db5f307-7f3c-6744-7df3-cefc5ca598a6\",\n \"profile_ids\": [\n \"cfb4429b-258b-26d2-1502-c0f0de780ae4\",\n \"urn:uuid:57cdfbaa-28f5-3695-4cf7-664d1ff88bc9\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -28509,7 +28509,7 @@ }, "response": [ { - "id": "6541105b-9c8b-4f01-89c4-d56f88543026", + "id": "d99d8c84-2d76-42c1-b271-e36a4334c117", "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\": \"urn:uuid:44410343-0862-31bb-09fe-bc1a83fa45e0\",\n \"requester_id\": \"urn:uuid:cb81a6fb-6646-58d4-b489-4bee8ed4d6a3\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"6db5f307-7f3c-6744-7df3-cefc5ca598a6\",\n \"profile_ids\": [\n \"cfb4429b-258b-26d2-1502-c0f0de780ae4\",\n \"urn:uuid:57cdfbaa-28f5-3695-4cf7-664d1ff88bc9\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -28571,12 +28571,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:778d8b09-ebb3-3dfc-80cf-2b4db23ba390\",\n \"uid\": \"dolor laboreanim irurereprehende\",\n \"workflow_id\": \"802cab11-daca-3b4f-fb7e-5d9a00a2df2f\",\n \"requester_id\": \"urn:uuid:283fe322-66ad-c29e-68ec-48f2f82f21ce\",\n \"requester_type\": \"User\",\n \"profile_id\": \"feae1ad7-1e4e-1093-a9dd-c6dce6ae6694\",\n \"profile_ids\": [\n \"fcb604e3-a921-fe23-61c4-0bb351ea6b4b\",\n \"urn:uuid:0e8a537f-45d0-fa63-561f-6e04f899209f\"\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "49beb8d4-da51-4a20-b497-8d829c636796", + "id": "24c205c0-03dc-4cd7-abd8-b3641c0a4049", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28621,7 +28621,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"urn:uuid:44410343-0862-31bb-09fe-bc1a83fa45e0\",\n \"requester_id\": \"urn:uuid:cb81a6fb-6646-58d4-b489-4bee8ed4d6a3\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"6db5f307-7f3c-6744-7df3-cefc5ca598a6\",\n \"profile_ids\": [\n \"cfb4429b-258b-26d2-1502-c0f0de780ae4\",\n \"urn:uuid:57cdfbaa-28f5-3695-4cf7-664d1ff88bc9\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -28643,7 +28643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f1a48a2-9b44-4b33-9e48-e32902d6cac3", + "id": "876bae15-1d79-449f-8304-69cddadbd103", "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\": \"urn:uuid:44410343-0862-31bb-09fe-bc1a83fa45e0\",\n \"requester_id\": \"urn:uuid:cb81a6fb-6646-58d4-b489-4bee8ed4d6a3\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"6db5f307-7f3c-6744-7df3-cefc5ca598a6\",\n \"profile_ids\": [\n \"cfb4429b-258b-26d2-1502-c0f0de780ae4\",\n \"urn:uuid:57cdfbaa-28f5-3695-4cf7-664d1ff88bc9\"\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\": \"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}", "options": { "raw": { "headerFamily": "json", @@ -28716,7 +28716,7 @@ } }, { - "id": "17f7011e-cc8e-4cf9-adf9-cb4f5a51ac05", + "id": "834e1830-4db5-4125-8b81-2358677e84cd", "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": "1e7e5687-ef86-4e89-852c-39d5b4949a6d", + "id": "8ca3cff0-3153-4c7d-a7be-299e2ac21411", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28811,12 +28811,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0fefe7ec-41a5-4cb6-8df6-7a176b3b9cd7", + "id": "e9c41795-81db-43aa-b5de-979175d5851e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28862,7 +28862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd977fa-deb8-445c-8e29-ca08f8f4c159", + "id": "d2d20b9f-8c1d-4a2f-b649-d617f688a85b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28914,7 +28914,7 @@ } }, { - "id": "4ee56284-9246-41f4-bbe8-b3112603cf6f", + "id": "20a790fb-87f0-42ac-ab65-6aff82d0b51c", "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": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -28985,7 +28985,7 @@ }, "response": [ { - "id": "bb50c5d3-a1aa-487b-b40c-d56cc5658eb1", + "id": "4b4b42f2-8567-480b-990a-22820d2de3ff", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29029,7 +29029,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -29043,12 +29043,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"ea culpa Exce\"\n}", + "body": "{\n \"url\": \"cupidatat am\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "720cf300-cb38-42d0-ab8a-d1f9748e48e9", + "id": "48b7ad67-4dcd-4f99-b576-4d60cb87df97", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29092,7 +29092,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -29111,7 +29111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e8f95d-6b79-4f57-990e-7d8f01ec8438", + "id": "1a3eabeb-df8e-4a33-afd6-c2d367f23607", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ "type": "text/plain" }, "key": "file", - "value": "Ut", + "value": "eiusmod", "type": "text" } ] @@ -29186,7 +29186,7 @@ "description": "", "item": [ { - "id": "7f792843-ef1e-4170-b4f6-1fdf3c017948", + "id": "46bd8ea6-0ee2-4a27-a5a9-a9d47d8ce42e", "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": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -29280,7 +29280,7 @@ }, "response": [ { - "id": "36eb3295-2f78-43b3-a91b-f1e0c2d04276", + "id": "84d099bb-dec0-4b70-8fb2-77ebd1676af2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29334,7 +29334,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:8ab960ef-8afb-22cb-a9d7-a52c368865fd" + "value": "ce4cbf8b-5db5-704a-ce66-6f3fca22d5ef" }, { "disabled": false, @@ -29382,7 +29382,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:0a47d137-c4ae-c0f9-49d6-25dbad96989f\",\n \"identity_proofing_action_id\": \"4e6080bd-8b7b-cb29-461e-859b6553f3b6\",\n \"workflow_session_id\": \"urn:uuid:593a5e15-9025-bd2c-cc30-a0a3c99448ed\",\n \"profile_id\": \"urn:uuid:0d96e0af-5495-394e-b51f-f1e4854860ed\",\n \"proofing_workflow\": \"urn:uuid:dc60398d-4a40-4422-bd25-8ab32320f85d\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1996-06-13T15:44:24.086Z\",\n \"updated_at\": \"2022-01-21T02:52:23.926Z\"\n },\n {\n \"id\": \"a90b7d4b-2d31-39bb-ea07-49abf2dafc02\",\n \"identity_proofing_action_id\": \"226eb243-a8d0-1241-e197-e116a40cc376\",\n \"workflow_session_id\": \"urn:uuid:ff1768eb-2a87-3c6c-1b73-27a02bbc9086\",\n \"profile_id\": \"22b47ab0-afae-0d82-923d-7617dfda147e\",\n \"proofing_workflow\": \"3d9a82de-bef8-11aa-f7f1-e28a74e49b9d\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1952-06-24T20:56:00.094Z\",\n \"updated_at\": \"2020-03-25T04:37:26.782Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -77092926,\n \"offset\": 22739669,\n \"total\": 83246504,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29399,7 +29399,7 @@ "description": "", "item": [ { - "id": "66816d9d-c441-478a-b2ba-189d2e6244fa", + "id": "44e371ab-9389-4b4d-a722-bb483d8207ba", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -29429,7 +29429,7 @@ }, "response": [ { - "id": "ffaa60b8-8f8f-43df-aa52-1c8f4b008ab3", + "id": "c8c4983f-d661-4dc3-abe1-249cfddc4186", "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:4eced637-c22e-17d4-a0fb-864096db2d0c\",\n \"uid\": \"Lorem commodo sitdolore mollitma\",\n \"label\": \"aliqua\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"06d574aa-95b6-7e3c-a7e0-115f0e501759\",\n \"uid\": \"nostrud et veniam adelit consect\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"43023cfb-39fd-9b6f-7249-d284b55980f4\"\n },\n {\n \"id\": \"urn:uuid:11e7eb8e-44e2-6355-5f48-8ba0d3182326\",\n \"uid\": \"adipisicing Excepteur eu sitveni\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:222cd223-691c-3176-1033-a419c16c3289\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:456c2816-5537-0ae7-33a9-502ee0c76422\",\n \"uid\": \"eiusmod laborum voluptate sedcil\",\n \"label\": \"labor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:6a0c118d-96d8-dbdd-4951-1339a7674239\",\n \"uid\": \"eiusmod commodo cillum aliqua in\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:55b6aac2-2ea4-f493-e774-db47001a58c6\"\n },\n {\n \"id\": \"urn:uuid:1bcc7cf3-380c-a775-9b2e-6a9b5e90e032\",\n \"uid\": \"consectetur veniamUt dolor nisie\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"b0dec338-41ef-32ae-0dfd-6d856c8fd006\"\n }\n ]\n }\n ]\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29478,7 +29478,7 @@ } }, { - "id": "6a7d499d-2063-46ec-8914-60048b480611", + "id": "c7bf9d34-b7b4-4217-a13c-83dc5f24d3ec", "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\": \"consectetur in sit aute reprehenderit\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"16b9e22a-a5d6-b8a7-1ab0-0352d52b9c17\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6c93b573-cec4-ec6a-d1df-cc2b5af0517e\"\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "ba1b00b9-9a00-4e79-b050-e6a38d055be9", + "id": "aee5170b-0fca-421e-b7a1-c5e1e0904ee5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29555,7 +29555,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"consectetur in sit aute reprehenderit\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"16b9e22a-a5d6-b8a7-1ab0-0352d52b9c17\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6c93b573-cec4-ec6a-d1df-cc2b5af0517e\"\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29572,7 +29572,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:89aae6ad-6a9b-b724-f6b3-8366e4d86c74\",\n \"uid\": \"aliqua esseoccaecat deserunt fug\",\n \"label\": \"reprehenderit in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"d6b9fde4-7052-1b42-c004-d0bc15044127\",\n \"uid\": \"occaecat dolore ipsum quissed do\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:c70b1bd2-ae19-fcd0-2770-22a4c4ccceb8\"\n },\n {\n \"id\": \"6567e05b-9c8d-6a52-0946-98d498f3aeaf\",\n \"uid\": \"ut sunt Excepteurex inofficia am\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:067c930e-2df2-2841-4f46-5baabfbc72aa\"\n }\n ]\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29583,7 +29583,7 @@ } }, { - "id": "54246dcc-aa18-4802-8b50-fa6d9f314892", + "id": "b32c9e53-a2a2-4a56-9736-574014c1ccde", "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\": \"consectetur in sit aute reprehenderit\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"16b9e22a-a5d6-b8a7-1ab0-0352d52b9c17\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6c93b573-cec4-ec6a-d1df-cc2b5af0517e\"\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29655,7 +29655,7 @@ }, "response": [ { - "id": "22fa23a2-5fa5-44e2-adf1-f93d58ee099d", + "id": "91266700-6a26-4250-a8a0-d700bebbb9dd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"consectetur in sit aute reprehenderit\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"16b9e22a-a5d6-b8a7-1ab0-0352d52b9c17\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6c93b573-cec4-ec6a-d1df-cc2b5af0517e\"\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29735,7 +29735,7 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"aliqua incididuntvelit nulla con\",\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\": \"cillum Lorem tempor doloradipisi\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29746,7 +29746,7 @@ } }, { - "id": "1a72ee5b-5f36-49d7-9210-ce812e9bafb6", + "id": "bcee0445-dd6e-4ee9-8f55-8e6b19f8f3e8", "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\": \"641b6f6c-4784-5593-a0ab-a1d5f497c36c\",\n \"label\": \"amet ipsum\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"4b65bbca-caaf-74d9-667e-844a4fdfa2e6\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5b0012cf-d2df-9861-b6cf-a9f5a1456b15\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:a163be91-388f-7d9e-6844-eb16788c766c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"c6b7cc2a-8f52-899f-bdac-452cd2d373b0\",\n \"_destroy\": false\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29801,7 +29801,7 @@ }, "response": [ { - "id": "e37de992-352f-4a78-b30b-393e216c1f22", + "id": "3590deef-a264-4ba9-86e7-babe61ed6f2c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29836,7 +29836,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"641b6f6c-4784-5593-a0ab-a1d5f497c36c\",\n \"label\": \"amet ipsum\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"4b65bbca-caaf-74d9-667e-844a4fdfa2e6\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5b0012cf-d2df-9861-b6cf-a9f5a1456b15\",\n \"_destroy\": false\n },\n {\n \"id\": \"urn:uuid:a163be91-388f-7d9e-6844-eb16788c766c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"c6b7cc2a-8f52-899f-bdac-452cd2d373b0\",\n \"_destroy\": false\n }\n ]\n }\n}", + "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}", "options": { "raw": { "headerFamily": "json", @@ -29853,7 +29853,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:89aae6ad-6a9b-b724-f6b3-8366e4d86c74\",\n \"uid\": \"aliqua esseoccaecat deserunt fug\",\n \"label\": \"reprehenderit in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"d6b9fde4-7052-1b42-c004-d0bc15044127\",\n \"uid\": \"occaecat dolore ipsum quissed do\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:c70b1bd2-ae19-fcd0-2770-22a4c4ccceb8\"\n },\n {\n \"id\": \"6567e05b-9c8d-6a52-0946-98d498f3aeaf\",\n \"uid\": \"ut sunt Excepteurex inofficia am\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:067c930e-2df2-2841-4f46-5baabfbc72aa\"\n }\n ]\n }\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29864,7 +29864,7 @@ } }, { - "id": "ff603e13-e9a8-4472-bb81-cd33adfaa1d2", + "id": "fb7240e4-14de-4cb5-bc45-21010d540894", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29935,7 +29935,7 @@ }, "response": [ { - "id": "98ec13d5-0650-40fb-b089-d2f1cb1451ef", + "id": "e23658f2-95b3-42d3-8628-b1ad68a21cab", "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\": \"aliqua incididuntvelit nulla con\",\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\": \"cillum Lorem tempor doloradipisi\",\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\": \"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}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30020,7 +30020,7 @@ "description": "", "item": [ { - "id": "1e953ad0-54e9-4620-8572-f350614fe97e", + "id": "2f0b3f29-ca94-4290-91be-02f7413a5f1a", "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": "dolor dolore in" + "value": "occ" } ], "variable": [] @@ -30060,7 +30060,7 @@ }, "response": [ { - "id": "5814fe6c-d188-4f5c-aa2f-4691549fcf53", + "id": "59e95a07-09a1-45b2-8c40-02f22cf8e6df", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30078,7 +30078,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "dolor dolore in" + "value": "occ" } ], "variable": [] @@ -30108,12 +30108,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"urn:uuid:4f11dca7-399b-c19f-e3bb-6a3f5dae2e58\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:37356baf-6f3e-a8bd-c957-d9321d510e86\",\n \"manager_id\": \"urn:uuid:8d1dd856-246a-b685-738e-2f15a40b94b4\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:94cdb4f6-5349-0d19-8aa7-0ae2acd9a0f8\",\n \"manager_id\": \"47f1188b-ed2b-d1cf-711b-668c26d84f80\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"urn:uuid: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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3175bb9a-2184-4e10-87e1-cbbb32198b06", + "id": "a4e661e7-3a41-47f1-8c6b-f564e4444f33", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30131,7 +30131,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "dolor dolore in" + "value": "occ" } ], "variable": [] @@ -30166,7 +30166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b96862e7-035b-454a-b3ea-b9ca73451a46", + "id": "3f6d48e7-d8f0-48a8-8c08-babac037b4e1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30184,7 +30184,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "dolor dolore in" + "value": "occ" } ], "variable": [] @@ -30231,7 +30231,7 @@ "description": "", "item": [ { - "id": "18b05a35-fcd9-4f31-a494-9c2ecb69cd89", + "id": "208eec99-41bf-41c0-b9ea-80e136c5a5ff", "name": "Create a form", "request": { "name": "Create a form", @@ -30274,7 +30274,7 @@ }, "response": [ { - "id": "9735c897-6f48-47ab-bdfe-35a90ff3ad25", + "id": "8f5bb835-8ce1-4f55-b3fb-f85ee00641b0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30330,7 +30330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72291a52-609e-4821-aee1-2b6a5058287a", + "id": "855a6efe-1fac-4c7c-a9a1-d903cb3ef57e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30386,7 +30386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6830914-4b21-447f-a7a2-3381bba7acc9", + "id": "827a6bf3-da7d-407b-a6ba-6e844c3a6679", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30454,7 +30454,7 @@ "description": "", "item": [ { - "id": "7a2fc082-d15b-4172-8b15-e6e0d573d134", + "id": "7100e0a3-c929-4a43-aa81-014c81516779", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30497,7 +30497,7 @@ }, "response": [ { - "id": "3baf3dc2-8e53-447c-9d0b-ea80efcce70a", + "id": "dd8f165b-ce53-44d8-8fec-aa85cac0370a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30553,7 +30553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e315f74a-7c8b-468c-9e1b-8a1147a7222c", + "id": "409661fe-1b24-42e3-b1f5-cb061ceb6456", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30609,7 +30609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2193efc3-bcd8-4ef1-a496-b0522491db99", + "id": "b7f17ce1-464a-4521-8f66-6427ff8e0d82", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30695,7 +30695,7 @@ } ], "info": { - "_postman_id": "f17d9255-7c0b-432d-b8ff-d55c98f14446", + "_postman_id": "2e1785d9-aaae-4431-8ff9-37f63ce4d44c", "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 a0284e8..7fc91f9 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": "211e29c0-59d0-4e27-a5c5-fcebddaad70c", + "id": "078b5758-51fd-4501-9467-0bd941704b56", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "833495f2-9859-473f-a4a9-d19d1a8ad652", + "id": "7c444e5c-63ae-4d1e-9639-f25d387bffba", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c0963e-b678-4be5-b704-39c308b80106", + "id": "e36ba62f-16b1-4a5e-ac73-521772b4f513", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b65f310-dd36-4232-957f-3fe6720d8f5a", + "id": "a131d824-67da-4c0c-9cae-652ec8f9d916", "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": "d5dde5d4-20af-45ee-b56b-6da3e696ebbd", + "id": "efed112d-c70b-4e6d-9760-7de084c7353c", "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": "d409b526-d974-44b4-85b4-dbf35908619a", + "id": "52227a28-14da-4013-9de4-171c8f638b6a", "name": "Too Many Requests - Returned in response to too many requests in 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": "e0a99d5d-7290-4975-b638-eeae1dae23c5", + "id": "0cb14e6b-4537-461d-af82-d9a2aca367af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "b3e5790b-1a15-42de-98a0-e27ae3c443ec", + "id": "f5854ebb-67c1-4f06-8cbf-23b48db0b368", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "6ac14e25-96b6-4548-8656-0dee5cd01ea4", + "id": "57cd7eb6-fd34-42d8-9140-603c0553b63f", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54112fac-e860-4c09-a0b3-7444e0653575", + "id": "0bc3da2b-37d0-445e-a397-e77a449f1386", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757abb85-f680-43f0-a596-95d2d14f23dc", + "id": "b62cbe0e-b2d6-4195-8c09-fb62c860fcd7", "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": "70077eb9-3ff0-488b-a2af-eb4d510aba4b", + "id": "da6bf5ed-e1ba-4a70-b122-c74c2c6067a3", "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": "4645dce9-db71-4037-b83b-8eca2c4f381d", + "id": "3eddc342-70b8-4010-81b9-a233281ee8f2", "name": "Too Many Requests - Returned in response to too many requests in 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": "368a5896-b241-4e41-9391-9fb0c3fff735", + "id": "9a85a028-8f89-47d0-ac29-51364b21bcfd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "c12ad45b-63eb-448a-86cc-691f1b67645c", + "id": "c613cd66-a9dd-485f-b58f-4446b4060fda", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "aa8780e3-d8e0-4256-81df-42c40b55b154", + "id": "1be118c5-f717-4437-91dc-4e30bf971a01", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da5bac18-d786-40f4-becd-0ca61f606cff", + "id": "aeecc84a-ae49-4e8d-9a1d-8532053f2405", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b07251-ad3f-4b1d-9353-3f7d3b1b269c", + "id": "0641047f-1527-4070-b908-aea70ba2f3b8", "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": "70d7cc54-f1cf-4656-b7f6-2bd2a018d86f", + "id": "19b733cc-bf34-42b8-91a0-1b190be8c8af", "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": "36630083-9902-416a-b387-8d21ab4d71c0", + "id": "01c356b4-ea2d-4105-a869-e4ceadaa414b", "name": "Too Many Requests - Returned in response to too many requests in 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": "ea32312a-09bf-4437-bd6f-dd0243378a8b", + "id": "dcfc5ed5-a67e-431a-bfc4-58814656781f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "917e974c-60f9-4c86-b9cb-f1f6a58b6232", + "id": "09ada5eb-1291-403a-8a79-aa18ac7151ba", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "bff670f0-b558-410b-80e9-23989296cb48", + "id": "c4bb5ddf-db47-457b-b14e-95ea4e90b640", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965ea2fa-5d29-428f-93cb-e1d17d0d3347", + "id": "db9983c9-d23b-4c36-81e1-54cdea957994", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d8cc7f-bd4c-440b-80db-3562c32b8d9b", + "id": "b0cd867e-9082-4612-9775-b262ec3613dc", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ae8cce-5f31-4728-b4a3-79b12626fb16", + "id": "fa5bee52-6256-48b3-a0ec-a0a6dca88429", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc507a0-8321-4874-b4f2-a4676ef4834f", + "id": "2cb9b2bd-c131-46b9-99fe-d0fabe62d4bc", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ab4d99-21d5-4cbb-a3fd-29707fcd05a7", + "id": "77960caf-25e3-436f-992d-c19f4f28ea02", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f4b4dc5-cc99-4a27-b157-58552abf9d84", + "id": "1e6ba04b-215a-4109-833d-f16bb45598bf", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0812c1bd-5d87-45fa-ad89-3bf8a295a949", + "id": "10d3a496-0ec6-4d0c-a7eb-6c8dca90a9a0", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e2a21b1-a268-4c3b-b944-012e403b59e4", + "id": "3ff53282-8ed1-46d9-9973-198e16a2afd7", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a18d519-b735-471d-a70f-5e4d31862537", + "id": "6573e27b-6871-4ca5-959e-37dc8929eb55", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1931c6e5-ce69-49b9-97aa-c0031cd10aab", + "id": "1c26df77-ccf3-4023-98b2-82416adc086f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962e163b-eb36-49a3-8dcc-3567fc7f6edf", + "id": "40bbe7c7-215a-45a2-9a2e-1fbca1e7783a", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26abadad-df6d-40e3-9e78-8b8add13f33d", + "id": "a77e913e-2456-44c5-b7a1-65647b70b5f2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c16dc0-1387-4f18-8b23-9d993680ed32", + "id": "f2b36718-70b1-4e3f-bfcf-40899592fb8e", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabcbc72-8c53-45bb-98ef-a6f1d3eb389c", + "id": "7d6d8eae-0a86-4c40-9e86-10f9fd2e17c8", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a00390b-336e-4467-b87a-069e349767ac", + "id": "a162fee5-5e35-4c3b-86ba-4e8ee6c0ec1d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "de74ddf2-31d2-4989-80f6-aad28e6ed5de", + "id": "0704f960-5750-4246-a3d5-22156a156b2b", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "13bcd613-a7e4-4965-9c82-ac03fa7c7c2d", + "id": "4ae8f44b-327c-4b7b-a2e6-fecc99e91c30", "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": "33576723-0f7b-4f65-836f-39af484af5b2", + "id": "53443e1f-cf5c-4935-9c7d-c2c69686517d", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa26d667-e042-4b7e-877c-7575149c57bc", + "id": "7bbb7e8b-9e1d-4d39-9481-62bb41224bbc", "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": "b62333f3-5bed-4319-84d6-8e28f0a72d59", + "id": "ab9178f5-e188-467a-9eb5-565b80d092fa", "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": "7ed2bfa2-650e-43b9-9dc5-0047d1d4a109", + "id": "b960d8d9-036a-41d3-986c-29d3ccf5b55d", "name": "Too Many Requests - Returned in response to too many requests in 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": "1d566bf7-893b-471c-8021-c6ede30fb720", + "id": "0c30b63a-cd0e-432d-92ba-2f81b84a219b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "a28f1db1-6a3c-4df8-ad34-587f555f10d0", + "id": "ea2f10d8-c5ec-4f15-a096-f7c0a9a95dbf", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "15d834c3-9185-4cb9-a729-2d397efdf24b", + "id": "7a2aa234-4e2d-4811-8718-637397b97840", "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": "0f47fd2a-5244-4a6b-8ab5-f38fefacab3f", + "id": "20351f6c-4007-4e28-905d-1e4edb292bf3", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f0cdabb-b639-4975-906d-b8c25f244ffe", + "id": "25074f84-50b3-4f2f-8b8e-ac91196d530c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36b6866-a473-4a5b-aaf0-22338ddcb9eb", + "id": "c125cf7a-1605-4765-9bf5-5fd7bcd9db4e", "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": "375070ab-8c7d-4f93-bf77-209aff5524bb", + "id": "48de431b-e8ea-4c1b-a22a-c975b3df3c06", "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": "3f699c05-3f65-4dbb-99d0-6ef0012d3a24", + "id": "19422074-31e8-4e8f-a171-6496cf92ec60", "name": "Too Many Requests - Returned in response to too many requests in 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": "f1da70aa-be81-40c3-a2c6-bc69311480fc", + "id": "fe8deec2-9c12-4664-b9e6-39880dcfaf4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "eb314b37-30d4-4bbc-a42d-cad7cc5476e1", + "id": "0632c5ad-ad6f-48d6-8b83-448b121fab82", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "9c11aaaf-ee6a-44b3-8f4d-0bc64e7bc167", + "id": "209ce4bf-3034-47e7-bbc6-85b704525224", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81fa980-3a90-41ea-af1c-c96a72e00153", + "id": "621422cb-bfd9-4f1b-a9e6-2c19fa689d80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55d89b0b-244b-4128-8837-f85687b4adb4", + "id": "7a3f3a30-7355-4e7a-870c-340f390f275c", "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": "c2334405-616e-415d-a498-ae5ca0aa85ac", + "id": "370a123a-1d13-47c4-b592-8a99f943194a", "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": "40391638-0a42-4c40-9291-3a04d5f8df89", + "id": "915d167d-acf6-4354-8f3e-e8328989041a", "name": "Too Many Requests - Returned in response to too many requests in 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": "57114890-a16e-4453-b4d8-ae7caf2ce803", + "id": "c4a23a51-dedc-43be-81bf-885c335deb50", "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": "ae6eca7e-cbe6-4606-89ea-378d2efd2185", + "id": "f2d61d66-e98c-4020-a79d-b4a8491a2807", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -3913,7 +3913,7 @@ }, "response": [ { - "id": "34a1094a-0172-4d4b-93bd-53fe86d5b09b", + "id": "019b9b9f-8580-48ee-816b-deccaca226de", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b95e6531-37a9-4312-a6ed-aec9218e3b4c", + "id": "b852acbd-7706-49f1-83e1-fb5566eab615", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4025,7 +4025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470dbb1b-fb21-4543-8501-8f358dcb7a55", + "id": "fe3bb233-ac23-49fb-8dc9-ec1ac770d360", "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": "a88e4152-73cb-4d5c-8846-56a96e92a154", + "id": "0c51ca24-b2dc-4a55-8340-ee89d0b612fa", "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": "f89f4dd1-dd81-4148-be2e-704d46272022", + "id": "a8a7946d-a08b-4acf-9dd9-4af5cea986ce", "name": "Too Many Requests - Returned in response to too many requests in 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": "e9531726-6524-4761-aa44-62a1281b3ae4", + "id": "47b19989-2cef-468e-853a-ac2aca9eccf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4255,7 +4255,7 @@ } }, { - "id": "89e30914-6183-4ff6-9037-e3624bd72cc3", + "id": "e4d29b33-37ec-4dfc-9eb0-cef6537a9ab6", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4298,7 +4298,7 @@ }, "response": [ { - "id": "e51d9048-5292-4ceb-8e24-5bf23a92f41e", + "id": "8fa67915-3d8f-4edf-aff6-4f8b454cc4ab", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4355,7 +4355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bdb6f62-15e2-4b79-9f89-91154aefaa23", + "id": "0e9761a4-4cea-4e2e-9834-260c3a5703b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b467519b-bd76-47b9-8d31-5b64386da9c8", + "id": "cc28b5a2-5d8a-49b1-a684-813feaf466e5", "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": "37cba92d-11eb-4973-866f-e5ab57371f0b", + "id": "852649d1-976e-405e-afce-793677305702", "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": "c7110c42-7883-4030-b28c-659211b66c43", + "id": "eb69e507-18c0-4ca9-8f0e-2b894e5ea606", "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": "612045d9-9873-4267-8235-45b27f839c63", + "id": "9812f6c5-3863-4b59-8582-d0730903a8c7", "name": "Too Many Requests - Returned in response to too many requests in 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": "e6cdc4b0-b0d8-4c5a-9d88-f6fc6ee58b0c", + "id": "a24fced7-8869-4826-82c7-e99e6a578cdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4703,7 +4703,7 @@ } }, { - "id": "9a437103-9b3d-4bbb-91bf-6de2996bb3f8", + "id": "47d59699-2419-4bba-87ce-a8515a3f6059", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -4732,7 +4732,7 @@ }, "response": [ { - "id": "95c7e744-2766-4b1c-9db2-db0a1ac53ffe", + "id": "81a8e785-6e10-4c9e-a479-3d9f3a5f3c65", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -4775,7 +4775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292e0934-5325-4516-874c-0921ae4af335", + "id": "11144dcc-b1b0-44d6-aebe-0e39da4d68b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4818,7 +4818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f37e4835-5188-4604-8fb7-6a261c95c830", + "id": "47852cc8-f9f2-4ed2-b695-2910bfab38e5", "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": "3edbe698-cc3c-45d3-b6be-7695a84e845a", + "id": "7a04e802-efcb-4e93-83f5-6ed46c29a13b", "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": "9f3bac60-277b-40c9-bc3a-d6c64bd9de20", + "id": "09dbf1bb-10f7-403a-b489-203caf81d553", "name": "Too Many Requests - Returned in response to too many requests in 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": "8f932235-0590-4a37-b2ce-0bdc67e0d479", + "id": "6bb45613-323b-4dfd-a66b-b3f870ba2ca8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4996,7 +4996,7 @@ } }, { - "id": "73141ca5-0e15-4312-aa6c-3cef4d172df9", + "id": "a96ee956-8d8b-480b-ba2a-3310eb85639c", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5038,7 +5038,7 @@ }, "response": [ { - "id": "14f4cf01-c4e1-4aea-b577-f5390c9e9d64", + "id": "04e5af9f-03d9-417e-ab49-696f7099f0e7", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5094,7 +5094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c708615-7fce-45f0-a5b6-1bac08398b92", + "id": "9d69f3d6-6573-4485-a4cd-62228aa10fec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5150,7 +5150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb3011d-953d-4753-8caf-e7fbc1e9b54a", + "id": "a25f74bb-05f6-4549-a5b4-a0175b74fa2c", "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": "074d9232-49c7-474d-a2a3-7e1f581c4e6b", + "id": "cc3f3117-8809-4288-9504-790e6593b893", "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": "10708403-8f47-47f5-a44f-b4857fbf2ccb", + "id": "284db03c-d812-44c5-ae8b-799add926110", "name": "Too Many Requests - Returned in response to too many requests in 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": "645d17dd-4948-4ea9-9551-38a4de4f9478", + "id": "18efe455-b6dc-4fb3-9aff-a0ec2b7bcb68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5380,7 +5380,7 @@ } }, { - "id": "b93f1cd0-7555-47d7-930c-564f1172b288", + "id": "5713ef85-a228-4401-a185-9f394eb03e68", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -5491,7 +5491,7 @@ }, "response": [ { - "id": "d97b3007-40cd-405a-b07a-3e62c8a3b541", + "id": "6a8b25c5-77c2-407c-a0f8-2efc5c2bca90", "name": "List of requested item status.", "originalRequest": { "url": { @@ -5616,7 +5616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9337010f-42cc-4b49-9ebc-3a0d1a368ebc", + "id": "0c9a45a3-b08b-491f-acbc-fccb63ac9005", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5741,7 +5741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e66b24-f64f-46cd-b496-5c5ea962cba1", + "id": "95543204-ab23-4777-b157-c1868e12c59c", "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": "acfe5db7-2ee7-4dbd-ae79-b2ec24147b20", + "id": "4168cf88-2889-4517-87c0-3883fba86ea7", "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": "8cc7bf74-6987-4dba-a246-c1086c96ebed", + "id": "d1b8dd13-a689-442d-afa3-cb04350e63aa", "name": "Too Many Requests - Returned in response to too many requests in 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": "a426d0a9-0313-47f0-87fd-5e46242c6bf5", + "id": "4415d481-4e82-43a1-8eac-f10910170d10", "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": "beb3b372-3857-49b9-8130-1302e48ca0b5", + "id": "06ee82ba-f053-4239-bd6f-bc858351cad6", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6338,7 +6338,7 @@ }, "response": [ { - "id": "371ffd19-cd72-43e1-a16c-3cd3da847046", + "id": "e7f4cb75-753d-41fa-a40e-4c41af381c6a", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6437,7 +6437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c38808-3cdd-46bc-8bf4-0d970a453760", + "id": "7cf26be6-37d7-4752-b012-4fe3e9def166", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6536,7 +6536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c137dea2-b136-47d0-8a79-5af056bbb044", + "id": "697e20c1-f9db-4e1d-9f2c-b422740ca75f", "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": "8a9b7c91-a275-4399-9710-2d2b2768c4b8", + "id": "8c91c970-e94f-4aa5-83c7-7fe4b5fbc11c", "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": "6acbc900-0466-4d85-968f-f92c4aeeed43", + "id": "e8b2317e-b732-403e-9d5b-469e1602a4db", "name": "Too Many Requests - Returned in response to too many requests in 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": "7bbef08b-f344-4bdd-bed6-3e31e40419dd", + "id": "bc505dd2-97f6-4df6-825e-7eb8189612aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6938,7 +6938,7 @@ } }, { - "id": "7c2b0912-c6f0-4b45-ba4d-6716d8b2ef97", + "id": "d54dbfbe-3bc2-461c-8420-45ff2a11e57f", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7023,7 +7023,7 @@ }, "response": [ { - "id": "7bba4acf-f833-451a-9571-3f9cb0e404ab", + "id": "52248b51-26be-4dcd-be0d-e7749ae80175", "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 minim nostrud irure enim\"\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\": \"in ad\"\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\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8542253a-20f3-4576-abc7-93df735c9903", + "id": "d2477a75-38ec-422c-8f2a-14b35bf44fbd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7221,7 +7221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec8b0aa-4912-44f3-96de-d17b337e906b", + "id": "4f93f13c-0bb1-4f0e-be55-da47a900b9c1", "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": "044e9f7b-4149-4fa0-8ff9-be4732f39530", + "id": "dc1cafdf-5d5b-4145-ab01-399a0efd06e7", "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": "f2f10e25-7b46-4916-ad75-598b943b9779", + "id": "cc4585e2-e8d9-4639-af5e-bac0bb37ad1b", "name": "Too Many Requests - Returned in response to too many requests in 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": "9d9a712a-1ab0-40a0-b942-06fd452b9501", + "id": "e2985e11-0c8e-470a-bac5-0009cbefbf57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7623,7 +7623,7 @@ } }, { - "id": "9a9f227b-e372-475f-8fe4-557c026fd953", + "id": "2fd19d4c-be73-4cd8-8c94-55e91b74034b", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -7678,7 +7678,7 @@ }, "response": [ { - "id": "1712441f-5f76-4e2a-8a6d-1ad5d82524fd", + "id": "b9ac322c-a30d-4c49-adf8-ce93bd88624e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b6919e-34f4-4954-beb2-6833015fae2a", + "id": "fae76882-6144-4bf7-8bcc-0492dfe964ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7794,7 +7794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e07300-a817-49ab-b3ab-020cae724483", + "id": "26be363d-21ba-4b18-9363-d37e5158c3ad", "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": "cd46741d-66c1-428d-9c40-9caaf0e72c12", + "id": "26d1eb0b-68a2-4ee0-9544-2879f4bb934b", "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": "84845011-8eb4-4c8c-9177-03eceef27d03", + "id": "64f62b10-0410-45f9-8d55-b2065d694800", "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": "d85fd9f0-5635-4bcc-a9d7-a57ae359472b", + "id": "82c4d1d8-84e1-46d6-80d0-7d13bb809b71", "name": "Too Many Requests - Returned in response to too many requests in 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": "1b7d064b-a228-4d30-8a32-3448256ce7fb", + "id": "0400bea9-1a86-46e3-8d4e-3e7cf91768bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8090,7 +8090,7 @@ } }, { - "id": "f4ed967e-6e85-42d3-96ab-a26a29b76e75", + "id": "772b6c26-0840-441a-9b36-2408e9459970", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8145,7 +8145,7 @@ }, "response": [ { - "id": "3a042698-2d60-4b08-92c6-8072635ff5cf", + "id": "7e510a48-f9c8-404f-8d0d-494187581e2e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8203,7 +8203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b3e361-7f82-4840-b5e3-c8cf0743fd5c", + "id": "63170f4a-90dc-4872-9fd7-1614d61520eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8261,7 +8261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee82aa1c-49f0-4ec1-a2cc-87ba0fd85d1b", + "id": "1353fdb1-a840-4e4e-a512-062709283d9d", "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": "427df516-540e-4a14-8605-189d249772d8", + "id": "f2bd437c-55b9-4d22-a7c4-cbb82f64c1cb", "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": "71d9f0dc-cb45-4b3b-acab-aa20f8e7130a", + "id": "ea56cc74-e438-475e-a014-f3ca2b66aedd", "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": "afbfb1ea-0351-4fe3-85a9-9a5e34d288c1", + "id": "4b3df6cb-2d59-436d-aefe-985179e79f28", "name": "Too Many Requests - Returned in response to too many requests in 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": "17cc264b-c0a2-407d-8cf2-6887f9b3984d", + "id": "cf4e2407-9d1f-43a4-a6c2-425e79206aaf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8557,7 +8557,7 @@ } }, { - "id": "3d27317f-da12-41e1-9561-f03bb6820c9f", + "id": "d62cc8ec-42e1-4694-82e6-43da49ca2de5", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -8612,7 +8612,7 @@ }, "response": [ { - "id": "ad8e662a-b4b5-4230-b647-f1ea3d7aaa19", + "id": "5d5ec3c4-f0e7-440e-835c-69117af7561f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8670,7 +8670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "704254a9-e8ea-4fe6-a0cf-109aecec839d", + "id": "44ec444a-8d47-4027-a63b-dc5ffbd227de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8728,7 +8728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2b03b5-289c-45ed-8f15-72a31a4e61fd", + "id": "64c3832c-11c8-4323-a7a7-5486e8fe8142", "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": "9fb32278-cfd4-4e7b-8505-3fa3ab2d9772", + "id": "e14ae8ef-fb70-4dfd-9cdf-8746baec7629", "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": "385d3fb7-88c8-419b-bca5-bf1e0333640b", + "id": "8c88a782-a012-45c4-8821-569eef1a7d3d", "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": "e4d7933a-508a-4c52-a4eb-f49f58754f6c", + "id": "34a654ec-7657-4b4b-bfa3-2897212c2d93", "name": "Too Many Requests - Returned in response to too many requests in 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": "491e54f0-db9c-442e-9dd2-010b1c6a2796", + "id": "ae74dd37-0516-4676-8ab5-dbdd761c8629", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9024,7 +9024,7 @@ } }, { - "id": "b8fbb9dd-ebc3-46eb-8ea0-bc89ce199fdd", + "id": "2c80ad34-6bbe-4054-ae10-c35e997ef6b5", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -9073,7 +9073,7 @@ }, "response": [ { - "id": "fc4473bb-ea8b-4a19-9a6e-f6b889918667", + "id": "d434bf19-da15-484c-af52-9412c9f95de6", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9136,7 +9136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d9b334-d97c-42b8-973a-b2d3f7101481", + "id": "42aba326-4be1-4afa-9686-4c92d411bfbc", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bb3c2eb-1ab6-48ed-8209-076e6b64895b", + "id": "435a9088-aa70-44a4-a2cf-70ef66791c18", "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": "e7b15af5-8666-4173-b591-82b1e499eb67", + "id": "7b27d4fb-19b3-4a72-864a-c51d33e2302f", "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": "437666a6-2c58-4c71-8ed1-4d93088e8a9c", + "id": "1f37d863-14ba-4bac-9d2c-e9a44f4d7133", "name": "Too Many Requests - Returned in response to too many requests in 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": "cb32b774-8a7a-42b5-b667-70a7d0c45596", + "id": "4f45a223-6d99-4848-9533-c864df6101f7", "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": "9bcc7992-76fa-4605-9e40-75ba0651d122", + "id": "00137033-6855-4ad8-ad52-aa515fd800b7", "name": "Accounts List", "request": { "name": "Accounts List", @@ -9538,7 +9538,7 @@ }, "response": [ { - "id": "6e2c1033-13f2-4433-bad5-763b73895ea4", + "id": "2951123a-ec42-4092-8f23-889fb79486a1", "name": "List of account objects", "originalRequest": { "url": { @@ -9627,7 +9627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdef879-b831-4175-93e0-e81213c9614f", + "id": "677fc17e-05eb-43be-a96b-0872d2223e0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9716,7 +9716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50739cb0-e3fc-46c6-a77e-3a0e8a750d0e", + "id": "cccf5129-0ff1-4c95-aa33-542a37a6dc37", "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": "82913578-d890-48c0-9425-6e147ba96f89", + "id": "0f87a03b-bb62-4ad2-a66b-b402a98acc33", "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": "23fd10bb-4d95-422b-856a-4c8d4029e15e", + "id": "83f2f014-a31b-4943-a915-d8046273c17f", "name": "Too Many Requests - Returned in response to too many requests in 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": "ad448ded-eda9-4a0f-95cb-2d14f6c7399e", + "id": "83f2167b-5d95-45bc-956e-7f50d7f34515", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10078,7 +10078,7 @@ } }, { - "id": "5e1e6d59-d583-4a42-88b1-97e581894c9e", + "id": "bb9c61f0-bb31-4066-aab6-ddb56aa0b17a", "name": "Create Account", "request": { "name": "Create Account", @@ -10120,7 +10120,7 @@ }, "response": [ { - "id": "d1f5add1-3b09-4e2d-b11b-75f6173c3ff6", + "id": "1032cc46-6bf8-4408-bd26-03239d75b4de", "name": "Async task details", "originalRequest": { "url": { @@ -10176,7 +10176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "607184d3-a312-4209-b013-aa5c320da7ac", + "id": "5a5b9e91-a9f1-421a-b00d-55374dbc01b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10232,7 +10232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0871fcd6-f368-4f00-a9f9-d1e9e42d687c", + "id": "56d75a96-4c24-4f8f-abc3-13ffcc337cf3", "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": "d904895e-3aa9-4a9c-a810-576efaf59503", + "id": "a24efd66-f7ff-4ba0-988c-68a5e306a580", "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": "e95ffa31-a368-46b0-9258-b9639f2092be", + "id": "46145f61-938b-4f2c-a6a0-f09ec16e53cc", "name": "Too Many Requests - Returned in response to too many requests in 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": "f26d65b4-2900-4407-b965-3239c0488aa7", + "id": "0423a9f5-910c-4afb-a07d-278e54cbdf81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10462,7 +10462,7 @@ } }, { - "id": "e54ae2e8-e021-4f91-9a1e-7990c91478bf", + "id": "dc344228-ce1e-4f20-a779-6b9bb5bee683", "name": "Account Details", "request": { "name": "Account Details", @@ -10503,7 +10503,7 @@ }, "response": [ { - "id": "a4decc3c-265a-495b-9843-a44b0a6da074", + "id": "8b7c6216-c424-44ec-8c9c-e69eb6bdbded", "name": "Account object.", "originalRequest": { "url": { @@ -10547,7 +10547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b47852-30d1-44f0-9120-b4de5898249d", + "id": "ac7a05d6-2c5d-443d-a4e5-eb9bbaacffc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10591,7 +10591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ae4d60-5aeb-47bd-aa2d-cb9aa338fdb8", + "id": "cd18f909-602d-4012-b151-dcc5c603c870", "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": "3952c35c-e7d2-4bd2-b84c-76246a7503c7", + "id": "fbdcb5c5-e4e9-494c-a36f-088bd80be582", "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": "43cbe357-3f68-467c-9902-d5a116fd0f31", + "id": "6baa8cb0-cb90-41d3-84d4-b0c943d74368", "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": "0863d3c7-1b40-49ce-9233-759759b3b571", + "id": "1efde56b-155c-410b-b92a-06aa7f6a4c71", "name": "Too Many Requests - Returned in response to too many requests in 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": "72973e64-c9a8-4dc3-9b8d-96281df31953", + "id": "84e27535-911c-4c41-90c3-caca9fe2720b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10817,7 +10817,7 @@ } }, { - "id": "967272e7-f9b9-40e4-b8ce-bc349f2a52d6", + "id": "2e6e8207-feb0-4f8c-942a-3ee41ed6de8a", "name": "Update Account", "request": { "name": "Update Account", @@ -10871,7 +10871,7 @@ }, "response": [ { - "id": "e8da1581-5339-4cce-beba-a59dd0becf52", + "id": "68367d25-be7f-4837-90a0-42ba247b6714", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -10928,7 +10928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9c96df-d64d-41a1-a874-fb9440490a4b", + "id": "f118bf0a-15ab-49a9-927a-df16fb1b532f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10985,7 +10985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29551cbc-822b-4c1c-83b2-5fa0b645dbdf", + "id": "e7f371c7-b222-4f2e-9f93-d7f9a3bcf88b", "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": "6232e365-cc3e-40ce-8871-23dfd7956bc6", + "id": "c94b5b51-c0c1-48be-86c0-f8f0594c4170", "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": "bd6854ff-40ef-4ea7-9a4a-7b724135ea78", + "id": "f35d1847-ebc1-4996-828c-66001a8ef3f6", "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": "6dd951fa-0124-4dd8-92bd-198f91d1dff5", + "id": "9bdc0cc3-3218-4f10-9815-0701ef1d3443", "name": "Too Many Requests - Returned in response to too many requests in 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": "a539163e-f2cf-4278-9abc-39107957f580", + "id": "79fa8f80-3b1d-4e4b-b0df-75ec32737423", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11276,7 +11276,7 @@ } }, { - "id": "c21fd750-7c45-4a6a-a7ec-47a2f8a9b0a2", + "id": "a9d7649e-4c6e-4cde-b8ee-c51e484c9c86", "name": "Update Account", "request": { "name": "Update Account", @@ -11330,7 +11330,7 @@ }, "response": [ { - "id": "157864aa-31de-4fcc-a9dd-70be7e99205c", + "id": "5c3d69c4-8105-486a-a401-74f84ddf6fe0", "name": "Async task details.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b7ebed0-48d4-4424-99b3-6d1ad9cab8be", + "id": "c2b4dea5-311b-49a8-af5c-ecf98c0c2145", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19f9b6b-0537-4f79-ae47-c19560bf25bb", + "id": "c69f8a9f-b577-4136-af96-c2ba5eea9cb6", "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": "a359e919-c5d4-431b-a982-ebe947a8de77", + "id": "2176348e-683c-4406-adb1-2c3adcb98577", "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": "d3d1f2f8-5917-4a69-a770-1d4c38bc8a47", + "id": "fd588b7a-4751-43bb-8520-cbe5ff32139d", "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": "236c9748-6b8b-4222-8346-b8079f708c09", + "id": "f5361e20-5354-4b62-befb-0a8d602128fd", "name": "Too Many Requests - Returned in response to too many requests in 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": "953ff00a-3165-4520-ac79-ea68b47723c8", + "id": "3f3530db-6b51-4ab3-b66d-c1949eec7c51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11735,7 +11735,7 @@ } }, { - "id": "70d94d58-9ea1-46ca-b8c8-a0d6a995460b", + "id": "4bebc37f-f3f6-4a1d-9de5-a6c97e9708b4", "name": "Delete Account", "request": { "name": "Delete Account", @@ -11776,7 +11776,7 @@ }, "response": [ { - "id": "d81dbc7a-f5f6-4ef3-9514-e2f3b7240d44", + "id": "df6e0f66-d30c-4cc4-8422-f659f05d201f", "name": "Async task details.", "originalRequest": { "url": { @@ -11820,7 +11820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a6206d1-9e4a-4d13-8b6a-2bf13fbc160b", + "id": "2792994d-957a-437a-aa34-67e52f80c179", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11864,7 +11864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c997573-0113-4979-99a1-5e20840c3df1", + "id": "f1c49f0e-27b5-4872-8b0a-4dadd8bad100", "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": "f4a189e0-caf8-432b-9267-8a5c5fa3f5d1", + "id": "4795f0e9-24b2-4038-8ed7-030a23ac7c63", "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": "8872d3ad-09f1-4b41-acf3-09286791dabf", + "id": "f2d91188-b8e6-4512-b764-241b0195a0de", "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": "0eef7c16-e8e4-4054-9a4f-818f75ff37a9", + "id": "7587ce52-0c60-40a5-8380-00e88e5034a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "9c8a6de3-09ac-43c2-95a3-cf33d95be92c", + "id": "c760b8ec-3244-4d67-9e87-de030c92243c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12090,7 +12090,7 @@ } }, { - "id": "823e18d7-9db8-4e7d-aae1-7fc4fdda17e4", + "id": "4c62fd9e-5e9e-4d29-abbc-6218bfa12f91", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12160,7 +12160,7 @@ }, "response": [ { - "id": "69c4406f-5d14-47fd-b41e-24da6f6d6fc7", + "id": "897ca16c-6efc-4e9a-b420-4592ad0a5120", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12233,7 +12233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c684cc2d-d019-42e4-8dec-135bef74fc9e", + "id": "aa3ef1be-513c-4c03-96eb-02b169770f04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12306,7 +12306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "912607ac-5806-453b-9996-ba058ce5396c", + "id": "eab81e7f-ae20-4466-904e-c2f2ffa6e99b", "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": "88a0ee5b-3c58-4e47-8c2c-3289435c7616", + "id": "5a0af7c9-609f-45da-986f-aff97475b812", "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": "d4da72c0-cfec-40d3-ad4d-3319cbb8f234", + "id": "56f3b425-178b-487d-a248-34f50dddbcd4", "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": "25441de9-69a3-4171-a070-83f5c4f58acb", + "id": "39e247fb-9f68-478f-9ed5-042c5803825a", "name": "Too Many Requests - Returned in response to too many requests in 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": "5fd5914d-8be0-4391-aabb-e699841e9781", + "id": "9acc1523-0a27-4dff-a43e-273226384b8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12677,7 +12677,7 @@ } }, { - "id": "a5ed485b-20fe-45db-b9be-ed3d5cffd669", + "id": "a7dadf52-7a4d-4fa4-9c38-b04fe3c8b8f9", "name": "Reload Account", "request": { "name": "Reload Account", @@ -12719,7 +12719,7 @@ }, "response": [ { - "id": "94f08255-5f6f-454a-a21d-9a0dad9bd8da", + "id": "3a3de7ae-8345-49a6-ae00-48b7d0837853", "name": "Async task details", "originalRequest": { "url": { @@ -12764,7 +12764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d69d95-b264-4ef8-8de7-b1b077843495", + "id": "699adc91-425f-469b-bfcb-c501807ae59b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12809,7 +12809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6409f6-05f2-485c-abd8-44d2b877b1dd", + "id": "96ddc92f-748b-42b2-bcba-625f4e14089c", "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": "b34d5d16-0d9d-456a-b71a-9d81748eafb3", + "id": "1f6ebe66-37ff-4dad-a48c-a304daad412b", "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": "ebcdce91-2f94-4590-a076-a49cb8a9f99b", + "id": "838f8455-b519-46b9-b0c4-a8975d4c82cb", "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": "3db3048f-6418-4d39-a91a-dd46310dd061", + "id": "2ee056f6-3fbe-422a-9d2f-366d5538dc8c", "name": "Too Many Requests - Returned in response to too many requests in 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": "40be23db-1d33-4432-9ca8-3e5be69023f7", + "id": "3d9100f4-0b09-45a3-9b9b-6c091cbac35d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ } }, { - "id": "1f4f2d5c-18ac-4748-ad3c-f4237defd3f2", + "id": "f56baf1b-5b23-4463-9128-5382c98b2bbe", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13095,7 +13095,7 @@ }, "response": [ { - "id": "4756b3e6-8ae3-4b99-a079-881340e17b3f", + "id": "e421da27-c87e-4805-adab-d43fcd769e28", "name": "Async task details", "originalRequest": { "url": { @@ -13153,7 +13153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb41be3-b799-4e9f-9a20-5f4bd9eda00b", + "id": "f83333d5-e317-4d10-be22-7a09e13c7447", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13211,7 +13211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3222ed90-7bfc-449f-b3d6-337f3c0365cc", + "id": "72425c85-1f34-4809-bebd-966f5d87a3d9", "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": "af0799af-6585-4b56-82b4-a0c13b6da6c9", + "id": "36cc840c-e1d4-4760-bb39-19ce904c5b5b", "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": "97cc5e31-942f-4499-b00a-da94783ff49b", + "id": "84554972-40ec-4ec9-a911-64c139c005dc", "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": "fa8104fd-6b1e-4fdb-94f4-d0fabadfe42d", + "id": "43b2e9ec-d2ae-40ce-b786-d55abbdbf55d", "name": "Too Many Requests - Returned in response to too many requests in 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": "e3f4c3b5-64dc-424f-bb54-be9f3090452d", + "id": "5b641b2f-0c69-4b7c-aeeb-fea138e65314", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13507,7 +13507,7 @@ } }, { - "id": "068a0083-9c94-491c-8c43-7cade78501de", + "id": "f53f7801-3ae0-4011-a3f1-fbfcbe1bb74e", "name": "Disable Account", "request": { "name": "Disable Account", @@ -13562,7 +13562,7 @@ }, "response": [ { - "id": "e992461a-ee0c-426d-9cb5-5242c64a612e", + "id": "ee37eb5a-81bb-453c-a6df-708c044a3dc1", "name": "Async task details", "originalRequest": { "url": { @@ -13620,7 +13620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74742920-02dd-41ce-a4bd-1815cd80c89d", + "id": "7c20a3e8-c95a-4765-9aa4-76150dee04b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13678,7 +13678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006087d5-84ec-4645-b9c2-6ce0b4af28d1", + "id": "5212807c-10d9-4bfa-9959-2f838c6f3c61", "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": "207aa8bb-385f-4f10-a1cf-d5c4a3d98ed6", + "id": "5d7724d4-16da-41ac-b312-188b0adb64a8", "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": "143f6a5f-c260-4c12-ab70-02e8d59635eb", + "id": "0eebfa8c-403c-4642-b59f-d6373223f8cd", "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": "393b6c2f-e7a2-4c4b-bf92-bd9ecf93b1b0", + "id": "160d3a1f-09ba-4c8f-8d52-b08e97a97424", "name": "Too Many Requests - Returned in response to too many requests in 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": "9cd75318-cd6e-4b9c-86a4-0e25e82678e3", + "id": "74f1a228-fb42-4c71-8831-3ddb2f9f5b08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13974,7 +13974,7 @@ } }, { - "id": "6491db60-681c-44dd-ae3a-0ec805c2aadf", + "id": "54515775-1d20-4eee-aa80-1d968af45597", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14029,7 +14029,7 @@ }, "response": [ { - "id": "7d2cfbac-f77c-43a1-9fea-44f3aa1f0a25", + "id": "090d40df-a306-4b74-aff6-a274fad04c2c", "name": "Async task details", "originalRequest": { "url": { @@ -14087,7 +14087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d0cbcae-d5ed-45e8-b095-2d0d44303db0", + "id": "89a905b3-485f-43a3-bba1-32f8ec67ccf1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14145,7 +14145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c8545d-41a8-49f6-b1b8-1ba00143bacd", + "id": "689554d3-62c6-4c69-a9c0-22dec5f46335", "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": "979b8590-b6f3-479b-af91-7e4f1747c4d3", + "id": "13138203-934a-46a8-b74d-e204515097e6", "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": "bc1dd253-f066-46fb-8c8e-d104894b0e02", + "id": "cd40a092-fd37-4d1f-a3e3-ccabaa8d3b09", "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": "964cae7c-1b82-48d2-8a44-0e9a9e7e1e46", + "id": "d342615c-e429-4686-9c65-ab9ad0a8db34", "name": "Too Many Requests - Returned in response to too many requests in 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": "e4f29180-f3e7-477e-a3d6-9635b9a7beaf", + "id": "856510ef-15e9-4268-9ba9-183974e0a3f8", "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": "5c85ea1b-3f9f-445f-8e77-3037a839b16b", + "id": "64446cef-36d9-4322-b6e2-7f6436a5476c", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -14549,7 +14549,7 @@ }, "response": [ { - "id": "15d87cbd-f4c9-4c43-bc79-15f2523c8f82", + "id": "8b47bb40-7c3a-4313-9805-a80f1b21a613", "name": "List of account activities", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce69045b-6d9e-4b36-98ca-ca987965ef4d", + "id": "ffe9a179-c798-42cb-b0b1-10452b40920f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14781,7 +14781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a6b864d-2041-468e-b1ed-eeac602aec7e", + "id": "ab7a9a1e-63f1-4952-9bdd-4f30cde51167", "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": "f488cd0c-04eb-4f99-9af4-41ecd76e584a", + "id": "ba2e919b-051d-40f9-bab5-34efeccd3a24", "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": "07af106f-cdbc-4010-a4f0-7027a106fa78", + "id": "3ac5245d-998f-4ccc-b3e7-21b15bb60afa", "name": "Too Many Requests - Returned in response to too many requests in 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": "d4556d2f-c0a1-4909-8da2-5c8f226d5601", + "id": "057b3367-17b5-41e0-9a2b-a283ebdeaf3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15251,7 +15251,7 @@ } }, { - "id": "0c6872f6-f41f-4b7d-9d23-1fa459b2f59b", + "id": "325f288e-a0df-46a6-9c96-2f703572e526", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15292,7 +15292,7 @@ }, "response": [ { - "id": "f2a40d59-b6df-4cdd-a2be-a77a8a240281", + "id": "903c8386-a64c-4f9f-997d-bf7fb1220c18", "name": "An account activity object", "originalRequest": { "url": { @@ -15336,7 +15336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0bc63e-0e90-4a24-ba18-6e3734e74c8a", + "id": "17d33a6a-bdab-49ab-8379-95247d4213ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15380,7 +15380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4a7e1ae-6f1c-401c-9958-02abc232208b", + "id": "8df41526-6bc9-43f3-9ca5-330850c27831", "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": "7d17da2e-f76e-4283-8da5-4d36fc16afde", + "id": "da690499-ab84-45c3-b531-f5f326db083c", "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": "61798456-5761-449b-af1c-fe3682a1b3d9", + "id": "6dba97c2-5407-4ea5-8f5b-b265d0331097", "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": "ec874075-7ac5-4be0-869b-aca440589a3b", + "id": "8e446d73-c0e4-4d3e-84aa-5f4ef7622c3e", "name": "Too Many Requests - Returned in response to too many requests in 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": "5b35f4c9-7e92-45f2-9d02-ebf24b6aa164", + "id": "21dc16a8-f8ad-43c5-8015-06c4a8227e75", "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": "73bbd0a6-0f25-46f6-b962-d47265dc9c6b", + "id": "cd2dda27-84f4-4953-9295-a2bee408821c", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -15691,7 +15691,7 @@ }, "response": [ { - "id": "a5adfdeb-41e9-4772-ae56-5e34cbadab06", + "id": "08e14222-c7bd-4ed6-9ec4-38814821f0e6", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29a30aa-39a0-4b75-8971-3bfa8cb991b0", + "id": "02dad5f8-4d11-4b6b-8939-45ee260d198b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15855,7 +15855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d4482d-d3e3-4bc6-977c-7cf2a753fc10", + "id": "639b8b8c-d007-4842-bffe-b9bda112c333", "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": "0cd1bf52-47f6-4038-a702-6f4fc2f02e13", + "id": "db7dabef-5705-48ab-8892-c4a6dc9b8429", "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": "825a2c2e-022f-4be5-8a45-366dc72dd9c3", + "id": "1713bac8-bad7-4bb1-b0f6-6056f47f1e75", "name": "Too Many Requests - Returned in response to too many requests in 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": "973dc3a3-af13-4949-a8aa-93d9c502faa8", + "id": "e3ed5c9e-e765-4473-b465-a35603863460", "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": "1efbda00-c536-4c33-a22e-3ea03619e558", + "id": "52568541-adfd-4620-b050-1a12a2685c89", "name": "List of branding items", "request": { "name": "List of branding items", @@ -16229,7 +16229,7 @@ }, "response": [ { - "id": "47507eba-aa2e-416e-99c4-19997c740096", + "id": "8d006e92-d35b-4c9b-b134-65831a490eab", "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 Excepteur\",\n \"navigationColor\": \"tempor enim esse\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"aute aliqua\",\n \"navigationColor\": \"anim esse\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", + "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"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]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0d38e313-512e-43d3-ac84-80089c20c78c", + "id": "8f1d5a32-f5fa-4ae4-9bd9-61859799b00f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16315,7 +16315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fee5087-1676-4a8a-b1c6-8bf108764daa", + "id": "29ca0ca6-8264-4721-a469-545a0814b86a", "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": "5e63bac9-0e76-4343-b9f8-37187c141358", + "id": "cab923a1-8542-4cc8-8355-7dba84de5541", "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": "6c52cb08-c78b-443b-90de-a54c35d4474c", + "id": "5def5c60-9c8a-4d89-9b4e-4e7faa748105", "name": "Too Many Requests - Returned in response to too many requests in 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": "bfcf3ac7-cb1c-4029-97fe-0f90fcaa68f8", + "id": "6ab335d8-8feb-4ff4-9833-8ad5fb86fddf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16493,7 +16493,7 @@ } }, { - "id": "854cdb88-52a3-419d-a738-13cea31efec7", + "id": "5acbf4dc-eced-42dd-a03f-ac161a4e59f5", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -16558,7 +16558,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -16567,7 +16567,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -16602,7 +16602,7 @@ }, "response": [ { - "id": "b7186779-ba67-4fb3-9c8b-2510a767b0b9", + "id": "d0d1f96e-ef45-44f1-b318-27c7d1f560bb", "name": "Branding item created", "originalRequest": { "url": { @@ -16670,7 +16670,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -16679,7 +16679,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -16720,12 +16720,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"amet fugiat offici\",\n \"navigationColor\": \"ut nisi\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d26ce1d1-e09d-4c16-bbab-0bbfdd878f46", + "id": "821cc9d5-f4b6-4568-b5d5-44fe9e1d2513", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16793,7 +16793,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -16802,7 +16802,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -16848,7 +16848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00a266f-2d66-4644-b546-e63468cf33f3", + "id": "4e1053c6-c154-4f1a-b499-3bf3269cc828", "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": "minim do", + "value": "", "type": "text" }, { @@ -16925,7 +16925,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -16971,7 +16971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "048b0edc-11d5-49b1-8181-258cd3bffb65", + "id": "88246e47-410f-4d58-8f00-fdae234bddfa", "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": "minim do", + "value": "", "type": "text" }, { @@ -17048,7 +17048,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -17094,7 +17094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757397c5-881b-4d4b-ac2a-9a6f0d869981", + "id": "c989df60-e262-45a1-b46a-6c61e4f13de3", "name": "Too Many Requests - Returned in response to too many requests in 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": "minim do", + "value": "", "type": "text" }, { @@ -17171,7 +17171,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -17217,7 +17217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5704b15b-0f0a-49b2-89f8-261c12b9ce7b", + "id": "8badfdab-8c71-45d7-8793-d5b063ac3021", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17285,7 +17285,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -17294,7 +17294,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -17346,7 +17346,7 @@ } }, { - "id": "e942128a-35e7-4575-85d7-952ae3657b18", + "id": "3567cbf8-59c0-45b4-a759-87487bfdfa51", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -17387,7 +17387,7 @@ }, "response": [ { - "id": "7e846cd1-d0e5-44ab-b831-7131087822dd", + "id": "b0a42f09-c87b-4af5-8821-ecdbf525df2c", "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\": \"amet fugiat offici\",\n \"navigationColor\": \"ut nisi\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "da0474ae-6634-423c-b552-c37387f88a89", + "id": "54aa41fa-cc52-4115-b1e3-ece683cdbadd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17475,7 +17475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e9a41a-8a47-4668-ab86-7cd4af9326fb", + "id": "95240a75-f6b0-4aab-9a87-99ee3059b081", "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": "fd4d70b7-e9fe-4a5e-ac25-2b011ee45293", + "id": "4d6565f3-722a-4dfb-bb9c-2726ac6eb5fb", "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": "d3f09151-d454-4932-aee4-6add8c29daaa", + "id": "c96c8e2c-a578-4bd3-a669-9e1b1ae91781", "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": "4bb5a5d1-3f00-4834-85ac-30baaadcc348", + "id": "60f8d111-4e7d-411a-bba9-f2ab65c34024", "name": "Too Many Requests - Returned in response to too many requests in 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": "646e7e4b-8799-4918-a746-7e2b5709bc7f", + "id": "f47ea2a1-097c-486e-b8c9-b0ed541ca5bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17701,7 +17701,7 @@ } }, { - "id": "1b8672b4-1921-4e1d-8349-984f63fadc1b", + "id": "f35e8d70-9d19-4a5e-8d90-6f40b19cec47", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -17778,7 +17778,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -17787,7 +17787,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -17822,7 +17822,7 @@ }, "response": [ { - "id": "185254bd-f816-41d3-b971-36353faff8d2", + "id": "a084f76d-7eea-41a4-8c68-228b24241d48", "name": "Branding item updated", "originalRequest": { "url": { @@ -17891,7 +17891,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -17900,7 +17900,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -17941,12 +17941,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"amet fugiat offici\",\n \"navigationColor\": \"ut nisi\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a774d427-0c68-4884-b099-e0ad683c61f4", + "id": "736a8249-fbb3-4a2c-964e-6de84c73a693", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18015,7 +18015,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -18024,7 +18024,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18070,7 +18070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78501076-6c5f-4d69-a7d0-aed09f8e911b", + "id": "5df01de0-6f8d-43eb-be47-7c95c89370dd", "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": "minim do", + "value": "", "type": "text" }, { @@ -18148,7 +18148,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18194,7 +18194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3081c9-a63a-4b0f-bf75-1b5cbc0b5a3a", + "id": "50eae5b4-3709-4c7b-af51-538f1d9c6ccd", "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": "minim do", + "value": "", "type": "text" }, { @@ -18272,7 +18272,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18318,7 +18318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b955369-8947-4843-a197-5668bd91f949", + "id": "af3eaff1-9699-485c-be47-452960d003ff", "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": "minim do", + "value": "", "type": "text" }, { @@ -18396,7 +18396,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18442,7 +18442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef09db16-7e8d-4382-84c3-b2bbd702a6ff", + "id": "4dfba259-55f3-4e37-bae7-5f2086eadb80", "name": "Too Many Requests - Returned in response to too many requests in 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": "minim do", + "value": "", "type": "text" }, { @@ -18520,7 +18520,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18566,7 +18566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8faeedd8-7225-4a0f-9b1a-ea0f8f8971a2", + "id": "f28fb4ee-92b8-4a84-852b-236aa991ab53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18635,7 +18635,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "minim do", + "value": "", "type": "text" }, { @@ -18644,7 +18644,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ad qui velit pariatur culpa", + "value": "occaecat est", "type": "text" }, { @@ -18696,7 +18696,7 @@ } }, { - "id": "e4323ed1-b6f1-47fc-b1e4-72fd442b517a", + "id": "8908a9e9-43df-4d06-96c3-f7391e739e3e", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -18737,7 +18737,7 @@ }, "response": [ { - "id": "8760ac73-8f74-4f7b-aaab-0f8baa6c06ec", + "id": "dd68124c-d130-448b-abe1-3e3fd0be8470", "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": "cc750bf7-aebe-457e-807a-025419ceba30", + "id": "5c662151-9abc-4154-9166-d699e3770289", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18815,7 +18815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "663928b5-7f54-4562-b851-f5e995075b3c", + "id": "87c97c10-1120-49e0-b93f-2451986a3618", "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": "709e6975-cb3f-43f3-b0da-c06a28219699", + "id": "491703cb-5504-47a2-8c20-462c2307ce11", "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": "dec89b26-adc3-4354-b6a8-2ac6987d4252", + "id": "33584617-c2ce-4711-b11b-b6b6ff1dc5a5", "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": "419d8b5e-dd8f-4e52-b12e-61d772169ebe", + "id": "5e87643d-4587-478d-ac7f-a15bc72f8f3c", "name": "Too Many Requests - Returned in response to too many requests in 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": "f69a0d7a-53a5-42b1-8c90-64577728404c", + "id": "1ce1f742-c141-4933-a911-437227a4ecf8", "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": "ac58027c-8a81-4ab2-8f1d-f1824cc57141", + "id": "ffe4ac35-0579-4e1b-86f7-aa9595bc4b12", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -19131,7 +19131,7 @@ }, "response": [ { - "id": "cbe71271-fecc-419d-8820-220c65dc839c", + "id": "d0600a25-a6e6-4aae-9ebd-30d33460b62e", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -19229,7 +19229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7396b63-9f44-4da5-a71f-634806ef6245", + "id": "bb7e27bb-fca8-4a9e-8312-1b430a641e2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19327,7 +19327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468dcc17-8b85-4e13-941d-d9a03fdd14b4", + "id": "e6640293-7bb9-4f7e-920a-5bd80a5c853d", "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": "e3c81cfe-5dc2-440e-915a-f015bc9b5343", + "id": "88b538f6-087c-4da0-9546-b39ef5b47989", "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": "9ea1cbf1-e1e7-4e6c-a177-b38f5245252e", + "id": "3956828b-6ffc-4efd-84d5-b763a359f686", "name": "Too Many Requests - Returned in response to too many requests in 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": "6e9e0789-cc0d-41eb-ba70-f64188f3c48f", + "id": "dc12c831-5dfe-44fc-9034-c42a3e05ae2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19725,7 +19725,7 @@ } }, { - "id": "5697c625-a8e3-444d-b842-6dbda5a833f9", + "id": "9de9d99c-6835-4535-abcc-84ef5bed67e6", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -19766,7 +19766,7 @@ }, "response": [ { - "id": "93b04e8e-8d7f-4d59-be72-fa1f3f8aef15", + "id": "41fbbabd-f754-4f3b-8634-9f9b9c1b005e", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -19810,7 +19810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3ed913-9bce-4651-8c9f-20476f48ad63", + "id": "4bdf9d27-fd6b-44ae-af9a-090f13111371", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19854,7 +19854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2136ea-40bd-4728-9d43-10334db1b5d0", + "id": "837899cd-c159-415d-b9ce-2a5ae2699570", "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": "efa1ef2e-432a-49b3-a433-ead10d3662d4", + "id": "25b7ead7-6fa3-4066-8417-e6f1b0c130b5", "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": "85fdb304-df06-477b-a797-36016478bdf3", + "id": "c3bcbbfb-a739-484d-808d-d7c27b1bffcf", "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": "956e358f-2b51-47a5-a7d2-9ab5aa4b8f1f", + "id": "b3e5787c-783c-473f-b389-fdf121f5a8fb", "name": "Too Many Requests - Returned in response to too many requests in 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": "720412bf-ae4e-43ce-97cb-6b5a49a5ef32", + "id": "f5f1f40b-30e3-4d9a-b123-710f5e330770", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20080,7 +20080,7 @@ } }, { - "id": "d60db000-05c8-486c-9318-85735570decb", + "id": "cb901c94-d262-4c80-a53e-4a1400e3dcfe", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -20195,7 +20195,7 @@ }, "response": [ { - "id": "7515af16-7973-4bfc-bc71-d7a3c04e9e4f", + "id": "25f1240f-1629-4c2e-ab98-86e6c72fda46", "name": "A list of access review items", "originalRequest": { "url": { @@ -20313,7 +20313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ecb289-31b3-41a2-bb83-5fb2cd13ee8c", + "id": "d1264a94-7582-451d-8eae-893cb0f0f7c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20431,7 +20431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741b4f22-aaf8-4101-9beb-1d4f6b371da7", + "id": "1c28b96c-1997-4c84-8762-0db5e4427032", "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": "d1002038-fc03-4748-b44c-ffb9be4bdc94", + "id": "b386f139-4d92-40bf-8633-712075fd961e", "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": "54be80f6-3f9d-469e-a3ef-6d5707548681", + "id": "d5fdbf20-0297-4d76-a9fc-3cbf4bc16926", "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": "30dbe976-ac20-486c-9c7c-0ca48ee00904", + "id": "a244726c-ec37-4ca0-8bcb-ac5d3fcfbcff", "name": "Too Many Requests - Returned in response to too many requests in 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": "b4141564-35a3-4442-9677-9b452d188f2c", + "id": "9df9a925-7d58-489e-bd7e-8d6439273a0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21027,7 +21027,7 @@ } }, { - "id": "78de82c9-c4f0-47f0-85a8-c8a64c833615", + "id": "c05c8aad-043c-4c87-9ba4-1bc0f2cdc34a", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -21082,7 +21082,7 @@ }, "response": [ { - "id": "790deba4-ba4e-4ad3-8ae0-128290e89f38", + "id": "c487b793-1660-4705-8273-993cb61449f5", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -21140,7 +21140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d91a61-baa4-428d-8f33-8f8cdab646ee", + "id": "b831ce51-34b8-4f20-b342-eb3d8d5d589e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21198,7 +21198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49c23c6-cdb3-433a-a121-11b37eb17d9d", + "id": "945a8356-7b4c-49bf-a3db-bae1fc7b9309", "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": "e04aa453-0b44-4e4f-b31d-930d0d0942c3", + "id": "c435ec2e-e40c-404b-b2b5-adc5b047dbec", "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": "e508145c-4601-4815-866f-952a6cd4204f", + "id": "89aa9be2-285d-48d5-9a1f-b79eae69cc05", "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": "d944cdb5-b28e-4cf7-a2be-dc2623953fe6", + "id": "a45aaa86-046c-4ab3-8b42-4673bb9d8dc0", "name": "Too Many Requests - Returned in response to too many requests in 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": "5e157828-c67d-448b-805e-5bbcedfaf43a", + "id": "fef5f679-fa50-4161-bd59-b2171db5a2cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ } }, { - "id": "3b2a33f8-edf9-4f39-8026-98f71343e655", + "id": "19affee6-86c5-40ce-9a7a-f4f67bd3ba12", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -21549,7 +21549,7 @@ }, "response": [ { - "id": "c0982872-a960-48cf-a402-81447307d94c", + "id": "3502854b-9a84-42ed-8ce8-02df37a1e156", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -21607,7 +21607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f43c8b89-51d6-4ee6-baf4-9ba377e21073", + "id": "8ed0aee3-b0ac-4f71-b484-18e4f9aaa306", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21665,7 +21665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "177cc729-626d-464b-9ae9-e3b59648bc68", + "id": "a30f53be-a02e-4f90-8663-017f8630edda", "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": "840681b0-3f51-4d2e-8e18-a431afb9f427", + "id": "6a39af8d-218c-433a-8451-aa85220c77bf", "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": "538d5772-810f-4298-b974-e9ab2cd1c00c", + "id": "d0ef0f97-de99-47c4-9538-e65bedea4cee", "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": "8dea25c9-be33-4daa-8a23-94e2d5885074", + "id": "3bc026b7-ab54-4d6f-af46-b34e4a1f51f3", "name": "Too Many Requests - Returned in response to too many requests in 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": "5e05a667-e194-4a02-a3a2-cb8867f27fd0", + "id": "ba80afc2-7cfd-412a-b8f1-9c7aaf414a62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21961,7 +21961,7 @@ } }, { - "id": "15842ac8-d47c-4c26-9d8c-f11573392b55", + "id": "402916ee-d3f1-41db-9548-53859ef292ef", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -22003,7 +22003,7 @@ }, "response": [ { - "id": "dcfc32f9-3744-446a-bb77-a139c5234fbf", + "id": "67d5c3a2-e22b-4f07-a30a-728e45994315", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -22048,7 +22048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69873469-14e4-433f-bb3f-8b3348914df2", + "id": "beb54297-91b1-47ed-bbce-67b4d0027494", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22093,7 +22093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f465abd0-b022-4faa-b19f-38b98b43903a", + "id": "4d8cbc92-117a-436d-a827-9e29bb08fda0", "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": "5c3ab9d6-dc84-4345-8a13-a90b3d9b6496", + "id": "e14b579f-cc54-4ce8-9ba5-e18d2af26558", "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": "5dafc2a2-9948-4adf-a670-78221098b96f", + "id": "89c4ff7e-72c5-428d-a8c7-729f13d979bc", "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": "cf4a2fef-acb0-4125-92f5-325fc3328698", + "id": "ab14c111-21d5-4bde-a128-cfc731c9284b", "name": "Too Many Requests - Returned in response to too many requests in 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": "191979e8-73d2-4629-b930-f3deacc457c4", + "id": "16884a28-e285-4536-9dc4-e909b7563f0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22324,7 +22324,7 @@ } }, { - "id": "fa263438-dfc6-4f43-bafb-5b9bf4bff792", + "id": "b8c76d61-f377-4181-9dc2-ea36c309d468", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -22415,7 +22415,7 @@ }, "response": [ { - "id": "af4da900-c748-455c-beac-e60e7d457918", + "id": "151d9689-f644-4268-9895-5bd8b42a1bd0", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22499,7 +22499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9957746e-6129-40ca-b9f5-37a026ac3390", + "id": "ab3c1445-fcfe-47c3-ba42-93cedf20b5f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22583,7 +22583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8bee8cd-9d61-43b5-b4bf-8274c797683f", + "id": "df327cd0-8a5c-4e64-a0c7-056a62488818", "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": "27667e0e-15ab-4a4f-9ea2-095718ccb306", + "id": "8f5fe629-149f-4c36-8c4b-1ae2f556d3c7", "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": "5db0b8f2-d94f-4fc1-ac5a-53fc5349b60f", + "id": "dc27cd5e-8566-410a-aaa0-9c21bdbff36d", "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": "78ec6eb7-5abc-41b8-aac8-78055beca2fe", + "id": "2a3b7dac-d9cb-4425-bd45-21a3b7b2d86a", "name": "Too Many Requests - Returned in response to too many requests in 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": "68ea4b7a-13e0-4b58-a3ca-556fb25512c7", + "id": "b2680147-b05a-4460-8213-273aa83e6781", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23009,7 +23009,7 @@ } }, { - "id": "dcaf8f92-2701-4253-9ce1-84bc9e7fec57", + "id": "873dbef1-c742-4581-919e-a81f935a837c", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -23097,7 +23097,7 @@ }, "response": [ { - "id": "715012a0-f6bf-41e2-a5ef-0ce03b8658a8", + "id": "58be0087-d074-4549-a721-1117a3cedea8", "name": "A list of reviewers", "originalRequest": { "url": { @@ -23188,7 +23188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badfb507-da4c-4311-aa8f-24ba4df9ea0d", + "id": "ed8e7dca-5e2f-4e71-a366-9898fda278af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23279,7 +23279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9480164a-0fa1-4829-a6bd-78f1050d0e0e", + "id": "9c616ae7-d474-4879-aa0b-2b54764ae87d", "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": "cedae975-a019-4312-ab8a-210e52f7658c", + "id": "8f96e937-4242-4a4e-978a-f99aa7a98f10", "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": "7baa755b-c811-455a-9807-8a42ecd0138d", + "id": "cc37de3f-ee60-44dc-a355-ef039d45f3fa", "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": "12ce5f8a-c2c6-40d1-8056-434d7558eb1f", + "id": "acf310ba-6d3a-43a1-841b-87168ecf80f9", "name": "Too Many Requests - Returned in response to too many requests in 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": "74f60f9e-ebfd-434a-a978-50efa266eccb", + "id": "636ba94c-fb43-483a-b6f3-72a9a0ffb9f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23740,7 +23740,7 @@ } }, { - "id": "e60d0a5a-5aa1-4549-8c3b-61679d892d76", + "id": "7d7e4fb8-cc6e-4e53-bafe-d6cea0c9e4a7", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -23795,7 +23795,7 @@ }, "response": [ { - "id": "f0fa16d2-ea9c-47ca-85e8-60df88794904", + "id": "97b11bee-4dd5-4cc1-83ad-c5a0a16a3de5", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -23853,7 +23853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e50f3e-22d9-414c-a358-bd59a3d14d2b", + "id": "acbc1f5d-59be-4c47-a0e7-3f2b54816533", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23911,7 +23911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee39b3d-f507-4da5-b2b0-4e78cb7a1619", + "id": "20a5fc5e-0a5c-4b06-8f61-c0a233bbd8d8", "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": "27465d33-75e5-4b58-9894-8a9290df50fd", + "id": "ad4abd58-9628-47ee-a301-ec90510bec6a", "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": "6beaa259-c6e8-457f-a338-23fb8e210e42", + "id": "e8a57d3a-5da8-4598-bdcf-d9c4437081d8", "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": "d8791fef-687b-4bcf-8e5b-2971e12a7347", + "id": "f34e53eb-6bc6-4fe6-9c46-e59f3b2cd1bc", "name": "Too Many Requests - Returned in response to too many requests in 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": "5e7b2791-8a96-4016-91a4-e6c4c947292f", + "id": "296e52cf-f472-4720-8e7a-6dd02f2adbf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24207,7 +24207,7 @@ } }, { - "id": "8de26320-c7eb-46ce-a320-d18abbc947c4", + "id": "12976269-9067-4d55-820a-a9f317923f6d", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -24248,7 +24248,7 @@ }, "response": [ { - "id": "3f54f3bf-4726-49e1-8d7d-c6dacc10eb42", + "id": "7a75baef-005c-4cda-ab22-218fe707af6e", "name": "A certification task", "originalRequest": { "url": { @@ -24292,7 +24292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be139c6-0075-4640-a155-ecdf32d8499a", + "id": "9bf50974-002e-4766-85d9-b133ffe2137b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24336,7 +24336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8585f724-2a0c-424a-8185-2c4353ae0626", + "id": "2a19df4d-9273-40f1-a7f8-237c967cf4e4", "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": "612dd556-a7f2-4d8c-960f-e063f413be7d", + "id": "2bc6b28a-21e8-4881-af13-c9ac3fe15ef8", "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": "d3778232-c7cf-4409-a321-fcf5f29a88c0", + "id": "6327177d-8614-4041-b86f-3aae83ddb500", "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": "1cb5f25a-2fd8-47bf-a3e9-96347f836f72", + "id": "0b6e983f-09a0-4ede-80d7-9e7018ebc294", "name": "Too Many Requests - Returned in response to too many requests in 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": "447b482e-4d27-44cb-9637-9210d5244077", + "id": "91cd11ff-35e2-4641-84f7-564d38519bcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24562,7 +24562,7 @@ } }, { - "id": "aeb59665-e0b0-4839-8984-447dae458a21", + "id": "1cc90500-bd2f-437c-b494-b6257660c00b", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -24637,7 +24637,7 @@ }, "response": [ { - "id": "d42a33b4-f170-4656-a86e-d102947808ce", + "id": "34a4b4d2-c5a9-4dc6-b137-2f611f9eaedd", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -24726,7 +24726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9055e82-c453-492f-ac91-9ae387651fc5", + "id": "1d256a3b-f082-45ed-a4dd-311bd19a2e41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24815,7 +24815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "808806fc-9415-4d40-9cff-ede7ad41e545", + "id": "29e3358c-55e0-47d0-9f0c-fa773041443d", "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": "8afe761f-c4d3-4e72-9100-dabcc81142d2", + "id": "6a261efd-ad4b-4799-b1db-4d5bd9bffebc", "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": "f12deea6-bad7-4138-8c00-44af2626e127", + "id": "54d1caa9-1de0-4996-9355-f5878d7152a4", "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": "ac0f2a1d-3add-4799-af58-63c1e2bc26e3", + "id": "869ae668-2a26-4035-8b8d-983b672e7ed1", "name": "Too Many Requests - Returned in response to too many requests in 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": "82a67991-c8f8-4b1d-91d2-11d75c029e5d", + "id": "fd0ac58b-53a9-4635-9a37-fdeb8d4c6f1c", "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": "f00d56f0-6467-44c8-b4dd-b6a561e292fe", + "id": "70cfe910-4027-44a4-9075-805f67c039be", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -25356,7 +25356,7 @@ }, "response": [ { - "id": "b9611ce2-5509-4814-933e-a5cac894061c", + "id": "1d8942b5-59a6-407f-b0a0-030e522816cc", "name": "Slim Campaign", "originalRequest": { "url": { @@ -25454,7 +25454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eea2a79-dd14-42e6-82b3-1c6cc545bbc2", + "id": "51156afa-8181-424f-85af-8b9e2bb2bf12", "name": "Full Campaign", "originalRequest": { "url": { @@ -25552,7 +25552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9172cce7-6a68-4874-97e9-66ef866ef5c4", + "id": "dcc71272-5109-408b-93a8-6228bb9264de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25650,7 +25650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af793dbf-2b88-4687-949e-99ac4e4534b4", + "id": "046da220-9eb9-48ec-be8c-d490c78f50ab", "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": "c3a5020c-70c4-4c14-92cc-71ad617ea7e4", + "id": "c8dd3057-b73e-4c20-9355-6d58e76b5abd", "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": "f9b91565-00ce-49f0-9c96-ba1bf1862a3c", + "id": "da9787ca-c290-4e7c-887e-47b4cb4090bf", "name": "Too Many Requests - Returned in response to too many requests in 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": "bdf04a95-453c-45f2-af05-bc1368229a76", + "id": "4d0ed0a2-f7d8-4b25-8dfa-f6862ade1936", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26048,7 +26048,7 @@ } }, { - "id": "12413d7f-b732-44d6-9f55-f469f0a879a8", + "id": "92ec8f28-7e6e-44a9-8ede-3ea730bcfdea", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26090,7 +26090,7 @@ }, "response": [ { - "id": "660be3f3-a80b-46b8-81c4-707678c68ec6", + "id": "4f312bc0-cf7a-441e-bf31-4db0a2c43a3d", "name": "Manager", "originalRequest": { "url": { @@ -26146,7 +26146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46661dc1-174c-43a7-9985-6dc6acdaed9f", + "id": "58ee3aed-50fd-450c-8bb4-4321446d645a", "name": "Search", "originalRequest": { "url": { @@ -26202,7 +26202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93836b41-c1c5-4461-914b-d0c68a17d435", + "id": "c585c465-daf2-428e-ba89-8379e1c63856", "name": "Source Owner", "originalRequest": { "url": { @@ -26258,7 +26258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e18732-760d-460b-9b7d-f9ff0a0a0556", + "id": "6f0e619f-f5e1-4346-b9f8-456eae32d983", "name": "Role Composition", "originalRequest": { "url": { @@ -26314,7 +26314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c3f9ac3-1aeb-444c-bb56-62c0a53168fa", + "id": "91b2c746-7794-485b-85c7-5dd362ab20ed", "name": "Manager", "originalRequest": { "url": { @@ -26370,7 +26370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fd2f60b-ec98-40e8-8813-c12b26f41620", + "id": "1245a6e5-87af-4f29-863a-11d611534ea1", "name": "Manager", "originalRequest": { "url": { @@ -26426,7 +26426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99df3750-4a4c-4371-9c30-a1db01ecf247", + "id": "00f4c7e2-9ace-4f87-8cb0-8b04062209e4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -26482,7 +26482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e5f21d-d15a-459b-883c-a29630ec85b7", + "id": "423c1e36-0359-4461-aa31-576c75bfeae7", "name": "Manager", "originalRequest": { "url": { @@ -26538,7 +26538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e868a58b-412b-43ec-aa76-6021edc5d0c6", + "id": "6ef96084-2eef-43bc-90b8-241c0e2b47df", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -26600,7 +26600,7 @@ } }, { - "id": "1172f9b3-a137-43cd-be33-42534994fa40", + "id": "c868755e-a8c4-4f69-806c-126852249442", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -26641,7 +26641,7 @@ }, "response": [ { - "id": "f66ee566-99b6-419f-a928-e2151c2a454a", + "id": "1e440f31-5d82-46e6-b5eb-7c55506f09ef", "name": "Manager", "originalRequest": { "url": { @@ -26685,7 +26685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c3aefb-fe07-4057-b7b9-6d985eb3cad6", + "id": "adb0653f-749f-4f76-8093-1455e37bcaf1", "name": "Search", "originalRequest": { "url": { @@ -26729,7 +26729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de87e3db-c8da-4bf4-a37d-491f83b5a981", + "id": "14e3aa5a-950e-4bd8-be38-707f7ada4f8c", "name": "Source Owner", "originalRequest": { "url": { @@ -26773,7 +26773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "738aaafc-5875-4f47-8e4d-a3f270afae71", + "id": "7b82236c-65f5-41fa-a5b1-7f4254a996d2", "name": "RoleComposition", "originalRequest": { "url": { @@ -26817,7 +26817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88260d1-bc68-4942-8c5f-a6cd85d9abb4", + "id": "426000bd-1115-4c90-9212-6a8aaf17097f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4be4a82-5b57-4c8d-9d22-df9de3603758", + "id": "55f0f999-41ed-431d-9da7-238c748ed0e5", "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": "d25887a7-6ca0-4b0b-9653-48dd3f9a3c49", + "id": "f82a6026-98a2-43b4-a2d1-556721ec2fed", "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": "4f42b967-a0b5-4994-947b-e17247741bb2", + "id": "0b29ba2e-cdaa-425f-a84e-b2eae00761c9", "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": "1d4e1132-e565-41eb-b165-26dba3cd3dcf", + "id": "f03d1c38-aba6-44fa-a379-1680724791ca", "name": "Too Many Requests - Returned in response to too many requests in 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": "4576d34d-f7a9-44fa-b09a-ca3c5484d188", + "id": "21ae1fd0-a7c1-425e-ba25-a7f4fe790604", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27087,7 +27087,7 @@ } }, { - "id": "a42c0236-d921-4969-a458-06d14e63355c", + "id": "6dd0f193-7e3d-4b43-aad9-2d56a150f440", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -27141,7 +27141,7 @@ }, "response": [ { - "id": "f04f2cb0-4a85-46be-84a5-33d2660ee359", + "id": "6e8895bd-6a8d-4a2f-bdf8-f5e602b64d58", "name": "Manager", "originalRequest": { "url": { @@ -27198,7 +27198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25785b51-080f-44df-8bdd-6ae644429e18", + "id": "596b11aa-08fe-4eb4-9986-5c3eb10210f7", "name": "Search", "originalRequest": { "url": { @@ -27255,7 +27255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7695579c-c745-49a5-ae9d-2393bed187be", + "id": "ce14f05d-8dc5-4296-be4b-3bfff6d5a453", "name": "Source Owner", "originalRequest": { "url": { @@ -27312,7 +27312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49933777-c0c4-4006-bff6-5beaf5b7a6d4", + "id": "6f6b16b9-5564-489b-8350-d2e5c81c0af4", "name": "RoleComposition", "originalRequest": { "url": { @@ -27369,7 +27369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf82d821-438b-4ea9-8789-56d2ea6c27fc", + "id": "85bb8225-3273-42b5-a14c-4f311b8b0ea1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27426,7 +27426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a059157f-7549-4b6d-9ca6-bef16188aea8", + "id": "356a3f0a-02f0-4d23-be5c-cea59da8a715", "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": "f5ef092a-30d2-48e0-a60a-488be7e13a3c", + "id": "28f518a1-7925-4d0e-ac43-c1b029138f13", "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": "865842ac-7bfd-4cf4-87b7-7340cfd492d3", + "id": "5c9146fb-9a6e-468a-baa9-e73a02bc1edc", "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": "2f8fbea8-d64b-4cdf-adf9-93048da866c7", + "id": "ca1e3fd8-3269-48ab-8f71-b46f652cc098", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a6a8a6a-9a20-4ea9-ad99-e5d0dc4781fb", + "id": "46aaf946-4e23-4a69-bab1-b10192c13f19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27717,7 +27717,7 @@ } }, { - "id": "c68fb237-794a-47eb-b4af-bee2eadf26c0", + "id": "d84b5632-c459-43a3-bf86-55457968d7f2", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27772,7 +27772,7 @@ }, "response": [ { - "id": "c42b2576-c8e1-4567-884f-ed100087d182", + "id": "8f0c1978-6bea-4e4f-b6d7-18766d428f2b", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27830,7 +27830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca688506-9659-444e-b42d-71e215ada8a9", + "id": "0c21aaae-bb0d-4b7e-8be1-595b50d72bc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27888,7 +27888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a012e88-7b38-4a29-a12a-8c9f449840a9", + "id": "882c959d-b035-4a49-8734-d8f928d172b4", "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": "82a602b5-fa8b-4e9a-b815-68040da8a206", + "id": "affb1927-3078-4ded-a0aa-1b922b2ee783", "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": "df789f4b-21e1-42ab-981f-ad201fe158db", + "id": "0b939240-a168-408b-b7a8-722d762df73d", "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": "cea2f5c8-d818-4e40-9225-e3e7e10e7c9e", + "id": "5444b06a-2421-4b16-8f7d-d185167c1a05", "name": "Too Many Requests - Returned in response to too many requests in 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": "b9664360-ad27-45da-bdd5-6fe0d1e0fd6a", + "id": "2c2f2ece-b133-400e-b360-97faa5d07e01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28184,7 +28184,7 @@ } }, { - "id": "d6607aaf-29e3-4c09-a782-4dbf0c738e5a", + "id": "109d0407-6372-4c2b-9a2a-dbffd5d68291", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -28239,7 +28239,7 @@ }, "response": [ { - "id": "289cee23-ce18-4e55-a145-9c1fe95934bb", + "id": "6f9b2edd-85f5-4665-ad76-cd875de7dfe4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28297,7 +28297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d108c952-82dc-424c-a89b-4895f07f46d4", + "id": "b152ed62-3503-435b-af27-04d33e23dfc8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28355,7 +28355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3162c871-830c-4ce2-82a3-98b1f8fbf0ee", + "id": "c4b9ea2f-4f77-4b67-9f57-184bddc05fda", "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": "149abd22-6ee1-402f-a26e-e4e1bb05f4f9", + "id": "4bfad520-20af-4158-9f44-a605459b140e", "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": "1c5beda2-146d-48cd-9337-7116420fe5ce", + "id": "c2da9c08-0d67-4e2c-830f-5e40511b2e6c", "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": "7047cf29-bd97-4792-8b76-9c1ed50efb63", + "id": "deb12a22-0f11-4cc9-8c17-62963f75c88d", "name": "Too Many Requests - Returned in response to too many requests in 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": "16ed0bb7-b854-4334-ad32-5ea480fe1657", + "id": "f281ca77-1e20-4c8c-acd6-3c71b16698a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28651,7 +28651,7 @@ } }, { - "id": "1afde03c-c06a-41d6-866f-75c84fc4f879", + "id": "324115a2-fc75-4d0a-b58c-528aa41f4116", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -28706,7 +28706,7 @@ }, "response": [ { - "id": "633859d8-564a-4cb7-975a-f56116d08bca", + "id": "6e2ba03e-4fb6-4e9f-81b6-b335843141f7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28764,7 +28764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d08f042-e8b7-4c4a-ab1d-55ff7af7de9f", + "id": "73575058-6d23-4720-8a42-21981d709bdf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28822,7 +28822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97319e68-b5d3-4ec9-9523-e7bcc8514b6a", + "id": "2f64736f-97a4-4e64-a55c-e2af8300ab1c", "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": "ba23e18b-798d-40c1-865c-54003090ca80", + "id": "10a9f16f-8696-4794-802e-fd259f9036d5", "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": "486e8fa8-ef57-4fb9-b79a-746c84b1a46d", + "id": "4bf5d772-3ee9-435d-a648-c35d6ba80ff8", "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": "6c1df58c-ef46-4fa2-8171-69f8cd5172b8", + "id": "3731246a-dff7-4f3f-b585-e23abd616dbc", "name": "Too Many Requests - Returned in response to too many requests in 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": "7b2e0ed6-5fc2-447b-9f8e-8371b72bb1ae", + "id": "8b65855e-83f9-4e25-8ddf-0e2625755f93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29118,7 +29118,7 @@ } }, { - "id": "2edb851c-dfbc-4b78-ab04-7bde81128349", + "id": "a2981d4e-0527-478c-938c-a4bc5c9919c5", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -29161,7 +29161,7 @@ }, "response": [ { - "id": "737b1d45-c82c-4a63-bf94-6268a946c4d6", + "id": "a95d5e87-3fcb-4223-bb4b-fcf0262483d2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29218,7 +29218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "977d5717-598b-420f-b1e0-73338c9f62c9", + "id": "8224ce2e-b59d-424b-9091-cc919e1ac5bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29275,7 +29275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64522bf-01a1-42c0-ae99-17c11ad152b3", + "id": "dffaa88f-cc21-4485-b22b-c0e713d7299e", "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": "2552093c-4bfb-43a7-87b9-b749b0b93295", + "id": "a39bf4b2-437c-4315-a9f3-5739a9df136f", "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": "54e00e3a-036b-440e-9b85-ed99158635ca", + "id": "71df90ab-d03a-4bf8-92e0-203e629f1bab", "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": "242049ef-5ce4-4e1a-acb9-410213916092", + "id": "f897fd9a-ec50-482d-bfa8-157cbcd323ed", "name": "Too Many Requests - Returned in response to too many requests in 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": "9a29c76d-206d-4d36-9cb0-4b06992d35fa", + "id": "7e99a83f-c7d1-41af-a615-95e8221617ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29566,7 +29566,7 @@ } }, { - "id": "df29d803-c0f7-425c-bcd3-eb34352fca85", + "id": "3d85414c-b675-4d43-a5fd-12614d234ab0", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -29608,7 +29608,7 @@ }, "response": [ { - "id": "6982f7a5-89ef-4044-b4d9-5840257620e4", + "id": "c2f2d433-107d-4b44-a2e5-9c2e801a8687", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29653,7 +29653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c84e37f9-db37-46ca-91ed-c44d9847519f", + "id": "703055c0-52d3-4af0-8a62-6c690a8f2ccd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29698,7 +29698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad201f6-d518-429d-a760-bf44def6ab30", + "id": "47b92c02-e821-407a-94e9-100fcef1f52f", "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": "364c8baa-1600-493c-9019-dd4a0b51eed3", + "id": "8275e329-c81f-4e03-9809-0f2e7c73306f", "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": "e4b48ae2-dd68-4425-83c1-ef8c1d981e3f", + "id": "a87c97be-5c00-4a00-96f8-013cf68deebf", "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": "f7479d03-c47e-4c73-88a3-d83763214af6", + "id": "97694fce-37e4-4ee9-9c17-bf873674a635", "name": "Too Many Requests - Returned in response to too many requests in 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": "de63da11-cd46-456d-98d7-f45c451a46a3", + "id": "082206a5-533e-482c-8dca-96065176ab73", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29929,7 +29929,7 @@ } }, { - "id": "5bdfea02-eeb8-40d8-b4bc-506d7e91b094", + "id": "08337f1d-2c61-4c3b-a44d-69b5b7b4229f", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -29971,7 +29971,7 @@ }, "response": [ { - "id": "2be0df25-dc92-4392-80f3-035131204ba7", + "id": "64f34bae-1c48-41bd-b5f4-709c85a2fa51", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -30016,7 +30016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5332f5e7-4a19-4a23-bdea-44db996cfafa", + "id": "48ae418e-2902-4c2d-bbfe-9cdcd6ecf6b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30061,7 +30061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8127c2-6bad-4f50-acb9-4ae480a340ad", + "id": "752c1117-0ede-4feb-b09a-d756da7b4620", "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": "1d196148-2c3a-492f-b2de-e8fe8d1b4199", + "id": "57ba226e-1f13-45ab-a103-210d26eaa06b", "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": "bef8b136-ef20-446e-af73-04c1915e5f0b", + "id": "86a95eec-cd35-4aa3-8b19-44971df8b8cc", "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": "bbfc74e7-97cd-4786-a971-f4150edd6c83", + "id": "ef40e95c-176b-437e-8f60-3d6dc9125720", "name": "Too Many Requests - Returned in response to too many requests in 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": "86cd88ae-8044-47ea-b6dc-d1c54abd2b2e", + "id": "2b57a4f4-884a-4970-bd69-0e43d3eb4af7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30292,7 +30292,7 @@ } }, { - "id": "be3a2052-f01a-42e7-aef9-3fb860d287bc", + "id": "b4f32804-d0e2-4e59-b839-619a0a7fc0c1", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -30345,7 +30345,7 @@ }, "response": [ { - "id": "9a0895f9-b4f4-4d35-88f5-ea54c07735d1", + "id": "3fb17032-7776-4237-8fc9-e8cd9165804f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30391,7 +30391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51972d62-83eb-4019-9ff2-f737d8e83c0a", + "id": "ed4bf594-25e8-4fab-b3a8-c1325df5319d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30437,7 +30437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91bfa6a-5e9a-482b-ab4e-f05f0b677b08", + "id": "5aff7e30-07f4-4f4f-8de8-24a515958ade", "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": "29778c1e-b8f8-43b4-8ee2-99da6dd64b41", + "id": "5a401b6e-232c-4bd1-bb7b-3584ea39ace0", "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": "7ea1d8a4-1664-4ddc-bc25-84a789668fd5", + "id": "de94091f-7b6d-4221-860c-1d8caa8f3196", "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": "2126079f-8005-4f2d-874f-6a900e43dda7", + "id": "b643f8ef-f4d5-4a3a-9645-2122696f90d0", "name": "Too Many Requests - Returned in response to too many requests in 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": "b0eb42e8-158b-44fc-b38d-475411cf399b", + "id": "1f5a261b-62f0-4ac0-8941-82a090f96c5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30673,7 +30673,7 @@ } }, { - "id": "2595517c-f0b2-47c4-9335-cd3cdbf16c4e", + "id": "55eb1001-5a1a-47b3-8ba6-f4877be00535", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -30703,7 +30703,7 @@ }, "response": [ { - "id": "7985a734-af75-4bf6-a917-762cf28d910a", + "id": "4ec4de98-d518-4fb9-b51f-b7db4886db99", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -30747,7 +30747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "896e5f39-5a8a-447d-a78e-a424c9ba3a1f", + "id": "a9bd2c89-27c2-44e0-8bd3-9ca0c3887e26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30791,7 +30791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21cba8e6-bca8-46e7-b2e8-3a9bdc034f1e", + "id": "9fed715d-9182-43b3-a9b8-5f3bb03633b8", "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": "e025e1ab-25e5-4154-9d1f-67fa3f88aea3", + "id": "f582cba1-4e85-458a-9442-7671d364d306", "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": "0cb7c7e4-b01e-446f-806e-00cef555dd07", + "id": "9d16fe4b-0454-488e-b6a5-7012a2c9802f", "name": "Too Many Requests - Returned in response to too many requests in 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": "d79b444a-eee3-4567-a294-04e37a9e7fd7", + "id": "8a2faba2-b382-41f4-baf3-551fa11e674d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30973,7 +30973,7 @@ } }, { - "id": "635ca5d7-0e25-4d87-a736-83641d631037", + "id": "31811a60-9baf-49c7-90e6-7b032d023a9e", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -31016,7 +31016,7 @@ }, "response": [ { - "id": "8959a485-6d0b-4949-9d84-2615b8ebbfd9", + "id": "e2e14bdc-96c9-47db-80d8-e25bc75e746a", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -31073,7 +31073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5a64f1-948e-41d2-b7c3-79bcd0eb720a", + "id": "27fab12d-3542-42c9-8bd8-fca4bb2bafdf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31130,7 +31130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1ee9313-1387-4c25-9bf8-4a3b6a004a20", + "id": "e0955207-4c31-43cf-8550-e0a8d81aff86", "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": "ec6d6c0a-fa3b-4cef-946b-24f7430e018b", + "id": "fcfef4db-87a3-41ff-9867-21333a666c74", "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": "0bf9083c-b188-458d-9ee4-92da7bce5942", + "id": "b70ba296-fa6a-499d-b15e-d7e4f689cf8f", "name": "Too Many Requests - Returned in response to too many requests in 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": "6603b629-6e58-4588-8de7-4fccf7d19806", + "id": "b88e425e-57bd-44d3-b081-76e83e17c8ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31364,7 +31364,7 @@ } }, { - "id": "aaa54418-de0d-44dd-a087-8516083f893d", + "id": "47f12833-b531-432e-a152-bf128c63bf85", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -31406,7 +31406,7 @@ }, "response": [ { - "id": "f9d653ce-c150-421e-9a1b-6624a9082dd9", + "id": "eb0fafda-14cd-40d9-a778-054f049a9042", "name": "Manager", "originalRequest": { "url": { @@ -31462,7 +31462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faafe2ee-58a1-48a9-93c3-e88bfa2676ee", + "id": "edf2571d-4a41-4730-9ce6-73e99bd76dc4", "name": "Search", "originalRequest": { "url": { @@ -31518,7 +31518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcdcab1f-86e2-4da0-81b1-58bf7e782edc", + "id": "76fc86e7-a8d6-4847-9ddd-b749d0d9b97f", "name": "Source Owner", "originalRequest": { "url": { @@ -31574,7 +31574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b552c4-effd-415b-8417-bb078c992a19", + "id": "db2807fa-3bfd-4e88-b7af-67c111620ba0", "name": "RoleComposition", "originalRequest": { "url": { @@ -31630,7 +31630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b72465-00fe-4fd9-97ae-59222482899e", + "id": "6b9bbf63-b53e-4085-bb71-8e947e3102bb", "name": "Manager", "originalRequest": { "url": { @@ -31686,7 +31686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf368e4a-070e-4c46-bef5-1de4abcdd028", + "id": "009561ba-28f2-4c22-aeed-6e4d11202369", "name": "Manager", "originalRequest": { "url": { @@ -31742,7 +31742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c57038b0-8a57-46e8-9348-1a646e35c2fe", + "id": "4b6161e4-a019-400c-8f56-1f0741d55c41", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -31798,7 +31798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf795ad-ed60-43c1-bd47-ea85d9c99d17", + "id": "67292db6-ca90-4978-a954-6c21477aa450", "name": "Manager", "originalRequest": { "url": { @@ -31854,7 +31854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f11942-74ca-4e54-8c78-1398d5f7f15e", + "id": "b2c36d77-54b0-426f-9d1b-73a0fa3dbab9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -31916,7 +31916,7 @@ } }, { - "id": "33b08026-b025-4041-9a01-7b3b4f15730b", + "id": "8d95dc3c-a248-4fda-858b-4f879857b72b", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -31991,7 +31991,7 @@ }, "response": [ { - "id": "1dca44b4-7ea6-40c3-a05d-74c0eb3c406d", + "id": "91eb7e12-6411-4ecf-8a34-9a34dccfb606", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -32080,7 +32080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af091fa4-ecde-4b39-935b-160fddb468a9", + "id": "a594c735-1050-4db1-bd07-d3a6f1df9d7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32169,7 +32169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020cc84d-5a47-426e-80fa-bab43dc508f3", + "id": "2c55a5ee-04c4-46a0-900b-fca9d585c76d", "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": "4883da7a-c614-42ac-b2a9-58e784398365", + "id": "820d2a09-a38b-4034-baf1-d274d9ca3f30", "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": "0cae37c4-79b8-40b0-8715-f9630e3c95ce", + "id": "587ad855-5260-4efc-8268-42cf1f018fa5", "name": "Too Many Requests - Returned in response to too many requests in 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": "369bf0f8-3e7a-404f-856f-434e6a06e7a2", + "id": "dac40863-9fa0-4f8e-b5e6-139aeb4f972d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32531,7 +32531,7 @@ } }, { - "id": "29d6e1cc-c9df-44de-afd7-9c19d3611b3f", + "id": "fe8c97df-996e-4302-8910-b12c33d1bc81", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -32585,7 +32585,7 @@ }, "response": [ { - "id": "09c70172-42b3-4c11-b12e-b05187cd7ee8", + "id": "87ea7eaa-297c-46a1-b409-8f8e711ed88d", "name": "Manager", "originalRequest": { "url": { @@ -32642,7 +32642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "625e4a38-749f-4b7a-9cde-76d23af20636", + "id": "6d7ce346-929b-4e93-b779-347cd367a2ea", "name": "Search", "originalRequest": { "url": { @@ -32699,7 +32699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec6d7f2-0e86-4473-9d2f-235f78df6498", + "id": "107fe719-27d4-4223-849e-1cb9ee9177b5", "name": "Source Owner", "originalRequest": { "url": { @@ -32756,7 +32756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "574efef5-1541-4aa5-9109-e6db856258b1", + "id": "d9de3a04-9aa1-4c32-b629-2423a8d16dae", "name": "RoleComposition", "originalRequest": { "url": { @@ -32813,7 +32813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccf9be16-2ff6-4206-8be6-a3aeaf0e9ec8", + "id": "5731e406-9053-4f6f-8a12-e8c1afb56e47", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32870,7 +32870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd59831-9e6b-4e1d-8ffa-31533f098dfe", + "id": "effd7cd8-a6e9-4b29-b0e6-9097180a12ea", "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": "2b56d6ee-8bb2-48c2-a5b1-d4ef8dccad64", + "id": "6499a144-4b04-4f12-bfb9-4f6d725b1524", "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": "708757e2-ba4f-474b-ab11-3c663e6f9051", + "id": "cc0c72b7-58ae-423a-873c-aff18eb31317", "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": "1fef839d-5fb8-4ae8-871c-2362ec057935", + "id": "994615b4-e080-42a7-817f-243afa8bcf2d", "name": "Too Many Requests - Returned in response to too many requests in 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": "c254ca26-2e8f-46f7-a6c0-327f0a5a5ae4", + "id": "d3ef67bc-65bf-4725-980f-9aa9c055da65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33161,7 +33161,7 @@ } }, { - "id": "527f8551-529f-44ff-9b81-6372b3055aad", + "id": "a4f50277-ea01-4f95-8a2f-c15fdaf23bbd", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -33202,7 +33202,7 @@ }, "response": [ { - "id": "55f4bef6-d5b8-4dc0-af0a-74f2f09700b4", + "id": "c0c15d43-3ba4-4c3e-9d36-f7944b1dbe23", "name": "Manager", "originalRequest": { "url": { @@ -33246,7 +33246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6739e57-834c-40bd-a1a4-fe8a7fb199ac", + "id": "5b2ba2cd-967c-481f-9fb4-ca4b65fb7bea", "name": "Search", "originalRequest": { "url": { @@ -33290,7 +33290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99329a01-0c18-4f21-8f10-8ffdeec2fa7b", + "id": "027ed5df-9e95-4c81-8ce5-b5c8d33e4b47", "name": "Source Owner", "originalRequest": { "url": { @@ -33334,7 +33334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5f84ed8-668a-4140-b4a7-21abdeced844", + "id": "1a8dd662-5598-4bfe-803d-b2a995be6687", "name": "RoleComposition", "originalRequest": { "url": { @@ -33378,7 +33378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce5f83dc-068d-45be-bd3e-de48cf2da72c", + "id": "56482dfa-a216-483a-a4c3-342932b84fa1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33422,7 +33422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b679cc1f-3b6d-48c1-80a4-328005275039", + "id": "c258541c-d237-4a23-984a-c07688aa8e7d", "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": "c17d505c-ef84-4ef5-ab4d-1ff0cb3030b2", + "id": "2c8c9cbd-43bb-4dd5-889a-ae3adcd23eb6", "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": "12151c04-ddb2-45d6-ad42-fd0711529bad", + "id": "88f5c468-56d3-4f72-9c94-2ae988764c6b", "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": "55ff12ad-0833-4ed3-b4d6-a573bcb2da96", + "id": "19d458f8-1b66-434b-829f-eb93a14c8a48", "name": "Too Many Requests - Returned in response to too many requests in 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": "745209db-41ff-4f0f-b333-0869fc5e848d", + "id": "8d4c0d3a-40ae-44b7-a215-3a7f099c8d53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33648,7 +33648,7 @@ } }, { - "id": "beab6182-ff87-489c-b874-c0f872a0eb3c", + "id": "bb868242-8457-4cc7-bbbe-806661ff885c", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -33689,7 +33689,7 @@ }, "response": [ { - "id": "60ab38f0-3e24-4df0-8741-1178cd263dc6", + "id": "7fb3e81d-ab14-4b74-a9cf-09fe8fe8b967", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -33723,7 +33723,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5919ce01-8bf7-4056-a561-a62afe4e95fd", + "id": "fb4784b2-42ef-4f8b-94d4-7d5a1bc6cc18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33767,7 +33767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5077ab49-9b0e-47b2-9b7b-499993cf0cdb", + "id": "c7ea4cfe-6d86-4197-a0bb-f3a8ea77d05b", "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": "89200311-3bf4-4b09-a9e8-b7319f112d60", + "id": "26c4043f-f90f-48ae-aeda-9d5e08851866", "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": "904651b4-85a8-49f0-ab16-afc4ace2b94a", + "id": "645b419e-ebf2-4c59-9588-83aed5540c77", "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": "04207336-c11e-4581-8097-629878b308dd", + "id": "c206a98a-6ac1-4cd6-9e36-0d66e44ec3d6", "name": "Too Many Requests - Returned in response to too many requests in 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": "797ca3d7-ada5-48a8-abd6-7f9c041b3917", + "id": "974121d3-0b3c-42a4-a07b-b0187978dcdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33993,7 +33993,7 @@ } }, { - "id": "0e864864-dec0-4cb3-a8dc-15c26697e971", + "id": "d7cca66c-efeb-4c9c-8e45-8bb4f01b7895", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -34035,7 +34035,7 @@ }, "response": [ { - "id": "9cd5e136-4705-4218-907d-bdcf13a6cde5", + "id": "1d252128-53be-4c49-99df-2cf75482a1d5", "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": "cc62d1b1-7043-49e6-b71f-87e6a022f529", + "id": "90cfbb61-ff7e-499a-9e70-0503f2d46b78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34125,7 +34125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce12cb82-0176-423a-966d-2502042c20f8", + "id": "a2713c7a-2d68-4f7f-a64f-da65b9b0b2b7", "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": "d28e16d4-4644-409c-8444-049828b39543", + "id": "471643a7-4d63-48ac-9f18-49e9d7795f2f", "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": "678bc0d0-9da7-4565-a9a7-0b4d2e641555", + "id": "917cc267-4088-4aa8-bb91-bd7c29cebfc1", "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": "435e8617-e0cc-4bc5-86f9-071b88d072c6", + "id": "19a3bfcd-bdf7-436d-b75b-06cb17ff3af3", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a9c03fc-bba1-4472-80da-9f536ea30c8a", + "id": "6b1fef58-6244-4498-93b3-73e9d2df6afa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34356,7 +34356,7 @@ } }, { - "id": "98c7b96a-db42-40d4-a1af-32414beb5921", + "id": "ecb8fc9d-3150-41da-a447-ccc0511e454a", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -34411,7 +34411,7 @@ }, "response": [ { - "id": "3c736389-22b6-4eed-9872-4e01e4d5cf1c", + "id": "d6cea30e-15c7-4a8a-b3cc-23b247e50b31", "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": "b8987545-50e8-474f-8fd6-246d0c83ddd8", + "id": "0c898ad5-2ece-4fd9-b02e-885335d3d100", "name": "Monthly", "originalRequest": { "url": { @@ -34517,7 +34517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8280288d-d1c0-4283-8ea0-3706e5b4180e", + "id": "4c61b4e8-44b5-4fa9-b97f-cf15637ae099", "name": "Once a year", "originalRequest": { "url": { @@ -34575,7 +34575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8c73d0-ac34-4e4e-8070-aa30151610f2", + "id": "5b544ba5-28e1-4442-a123-08b39dbb34a3", "name": "Quarterly", "originalRequest": { "url": { @@ -34633,7 +34633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65ba3307-4276-4887-be2b-b85a136fa019", + "id": "edc5adbc-bf69-449e-811a-1f6ad7724efb", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34691,7 +34691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e2ff7e-268f-4084-a0e9-f5880b621eaa", + "id": "a0969f3d-5c1b-48ad-8efe-2010c0bb341d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34749,7 +34749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83dc80dd-af33-49bf-a517-217ee8d46cab", + "id": "0584080d-2637-449c-90b3-028e90266b36", "name": "Once a year", "originalRequest": { "url": { @@ -34807,7 +34807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90ba8cd-5ea4-4e62-acb4-2454dc001081", + "id": "8bdee81b-20ce-4fac-adfe-44a899339c62", "name": "Quarterly", "originalRequest": { "url": { @@ -34865,7 +34865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662f5428-c09d-4144-b83b-1cf6d28981e6", + "id": "acf6dc41-382e-421c-9799-336659406878", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -34923,7 +34923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1c21f1-d673-4113-b703-e6af8ede220e", + "id": "e0f3ba74-bb07-48d7-ab2a-a51ffdd5f82b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -34981,7 +34981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b14c65e-28ad-481a-9cca-8363ca725993", + "id": "7e809d49-0150-4a9d-944f-5ef0ca6484f6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -35039,7 +35039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5919df4-6268-438c-8a92-e964f8dc0fbc", + "id": "60179c88-871f-4da4-a51b-51cc7e1cb90a", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35097,7 +35097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e8c6cc-579f-4a2b-97d5-9ed4284e8e2a", + "id": "76998ca9-419b-4fc9-9f21-57566a120235", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35155,7 +35155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f05c84d-d82e-424e-b4d5-290ae2df2c54", + "id": "bace506a-02d3-45a7-ab41-1f0bfcf4227c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -35213,7 +35213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827e5c11-56e1-4ca9-bb5e-06012fd05c81", + "id": "5a15a4af-5c5c-41a2-b51a-342d66903960", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35271,7 +35271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed93342c-3d53-4ad6-ac92-ca8f0c59ed5e", + "id": "87dc41e1-0125-4d0c-b805-a3ff005ff184", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35329,7 +35329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30d8d0f-78ab-4cfe-b5bf-c1d612dafd65", + "id": "f080aa1a-7a0c-4a74-9d7f-e1e426b2b045", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -35393,7 +35393,7 @@ } }, { - "id": "04a0dc4f-93c5-4cd9-a8cb-ba3fdcd28254", + "id": "2ecaa77d-ce26-487d-b088-c9a2d04da4fa", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -35435,7 +35435,7 @@ }, "response": [ { - "id": "c174f619-01fc-4cf5-a556-eadd495836cc", + "id": "56981be9-27f8-49b2-868e-8a537084e97b", "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": "f62f79dd-0b74-4005-a373-3d32c1458724", + "id": "ebc6c8cf-7d20-41f8-8e82-1fbe8e5b1509", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35515,7 +35515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4a69503-87b7-4021-bd65-ba644b0adff3", + "id": "9e6e06f9-9f52-458b-b162-3679578610dd", "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": "4d3d537a-743a-4245-a7ad-cb87c508e71e", + "id": "8c65e24e-a4cc-4a50-8dff-11f8d63e2034", "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": "2f9f88b6-84df-4b60-8a44-4f28529b9b75", + "id": "55fb85c3-5ef7-4cde-978a-5323443074c1", "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": "e0c6e203-4d44-4c07-b519-0acb87de3587", + "id": "8f0a3aa3-e12f-452b-bb96-738cfa42686e", "name": "Too Many Requests - Returned in response to too many requests in 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": "56a2e928-5e52-4b3c-81a6-d18a54256a7b", + "id": "715b30a1-c2e3-453c-b069-11ff4401485a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35746,7 +35746,7 @@ } }, { - "id": "b4209e3c-e6c1-480a-97da-a8be54404891", + "id": "b3b22025-5d5d-4814-a439-78dde5ad5727", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -35788,7 +35788,7 @@ }, "response": [ { - "id": "627278ac-25e6-47df-8e70-ce13bd684b16", + "id": "fa8c43df-d1d6-40d5-9188-fe75094ef795", "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": "e57ee927-2065-43fc-bed5-1c41b9e1d234", + "id": "965ac4c9-cb36-49aa-98af-b279e897e0e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35878,7 +35878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ada836-9beb-4508-958e-9cf194c8ad50", + "id": "873ca8a7-f49b-4b32-b865-772e4a32a7df", "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": "cd7d9a2f-a59b-482b-b063-372766ff9a0c", + "id": "42808404-fd62-4d65-bc6c-56f7515f970f", "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": "8390794e-ea10-4274-ac7e-2bd5086145d2", + "id": "75b8fe68-d642-4307-9106-43094ab670fd", "name": "Too Many Requests - Returned in response to too many requests in 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": "5d9d4cd4-5ec1-4fe2-b030-9ce16fb8d737", + "id": "dc446135-98fa-4cbc-b483-ec06ec34c1e5", "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": "c2170e4e-386e-4711-8adb-1838c6fbb2ac", + "id": "ea1069f5-6669-43a7-9157-29ccf295f732", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -36112,7 +36112,7 @@ }, "response": [ { - "id": "e333d1d6-78e9-4f82-a362-6c20262dcf45", + "id": "8354bb95-eb9e-47df-9085-d91a1bda705a", "name": "Created successfully.", "originalRequest": { "url": { @@ -36168,7 +36168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f63bcb07-6636-48d5-807e-fb4298c3c8df", + "id": "c9d647ed-47db-4c46-85be-9e768b9f13f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36224,7 +36224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b418cd-243b-4237-aaa1-97bf79dfeead", + "id": "74704eb7-5f1d-4d5e-8314-1266e7955b4f", "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": "77fdfa8d-0798-4f25-92f8-21cb2213632c", + "id": "cac55ade-1317-4fc1-8dcc-330a59a2aca3", "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": "3a537983-7c7c-49c3-bcf3-9396e48380af", + "id": "1bd166e7-10cd-4cfb-b706-d92b1e788b0d", "name": "Too Many Requests - Returned in response to too many requests in 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": "4026ab9c-b32d-487e-b1d7-4071d168c6ea", + "id": "0c7d105e-52f7-430c-9089-97759be84ffb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36454,7 +36454,7 @@ } }, { - "id": "35d52264-54ae-4775-b5f1-3d7383dbc9b5", + "id": "13505e54-3aa9-4150-9c43-df3db5a9ed17", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -36511,7 +36511,7 @@ }, "response": [ { - "id": "b5233976-d037-455a-9f36-867e51e95927", + "id": "e39bf830-c205-4d06-9c8c-bd3272efa4ae", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -36582,7 +36582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065cb07d-d2ee-4d36-98e0-fca629d953cd", + "id": "3f8d8ab6-5b47-4d34-8130-9e618c602614", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36653,7 +36653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b9a7a7b-865b-4580-82a5-4bc8b213debf", + "id": "55858b57-8354-4f2a-9e8e-fb38fb0e53b9", "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": "20d4ff9d-239d-405d-bdf2-1d1d4f776498", + "id": "42432e7b-1e3d-4d63-87c9-c207f67f3e08", "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": "a66ee316-dee0-4670-ac49-f9176db663fd", + "id": "a3496034-93cf-423c-b28e-7ce94f2b78eb", "name": "Too Many Requests - Returned in response to too many requests in 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": "dc407fe8-3baa-4f48-9a88-d1e07c3108a2", + "id": "2f3a0165-d273-4010-9d2e-3293ae592cff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36943,7 +36943,7 @@ } }, { - "id": "a27ab898-70c0-4bfb-a4a7-57e0e95e1654", + "id": "929ec9c0-4557-4370-9a2c-bf7cfc343b17", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -36988,7 +36988,7 @@ }, "response": [ { - "id": "0debad9c-e4a8-4d71-a0d7-296f4043b185", + "id": "a6a3191b-9e45-4339-94df-6e5b34e6f954", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -37032,7 +37032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9211bf7-2104-4584-89aa-aac0962e02a4", + "id": "c4ba2760-239a-44a3-9725-0c2983bfe84d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37076,7 +37076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eab7a29-5313-4cac-a017-b9c404d630b0", + "id": "267cd5e3-f91b-439e-a671-516ecc360bf9", "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": "c38dc199-7ac4-403d-9f4c-c800e6a5f20a", + "id": "01532fe9-6aa4-4ba4-8be1-d63ceccf0d6e", "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": "9c5807b2-514d-4a66-81ff-c04fa4a8b3cb", + "id": "ed2d2327-8a40-4851-b78a-ae6e820b5613", "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": "2bb6abca-a554-4170-9a23-bca9c0868ea2", + "id": "fb45a3eb-453e-4aa7-b450-de33cb606241", "name": "Too Many Requests - Returned in response to too many requests in 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": "dc2917f5-bf7a-46b9-b4d9-28cc2ce669f1", + "id": "2180fd30-6f5b-4ef4-b224-649955f1fddd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37302,7 +37302,7 @@ } }, { - "id": "68464bba-4b11-4a25-abc8-96ccfb91cbd1", + "id": "7e4a62ff-2d67-46a2-86a2-dbea1040c8c2", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -37360,7 +37360,7 @@ }, "response": [ { - "id": "ff28bc34-e734-408d-aef3-9dceea0037a6", + "id": "2d472c58-112d-4482-b5d5-41cb363a0474", "name": "Created successfully.", "originalRequest": { "url": { @@ -37417,7 +37417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d413950-38df-4ecc-bffe-6d8ba1e81949", + "id": "cb8f374e-c504-4677-935c-97ef7a485512", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37474,7 +37474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9edbaa-deb5-4989-9c4e-d06cbf3e3d94", + "id": "55f979d8-5ea0-4a26-9f91-c09c692ce74a", "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": "daf5dcb3-169c-45fb-9a96-9d74820aaca8", + "id": "ae6498ec-1c9d-492f-ad22-d5bbc0107b66", "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": "198d5533-1ff6-45b3-8822-a71c410e5a6d", + "id": "ba6b682c-e454-43eb-bde0-aa9f6b66ac07", "name": "Too Many Requests - Returned in response to too many requests in 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": "149cb5bd-f55e-4c6a-b955-bfa19e2f3e43", + "id": "4a3896f4-0cfa-4532-8d6e-116fd432c05c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37708,7 +37708,7 @@ } }, { - "id": "cba04453-c8d7-4557-acd0-de5cb0b2a50d", + "id": "4b8f067d-5203-4219-a482-34a0e62ecc79", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -37751,7 +37751,7 @@ }, "response": [ { - "id": "f3b7b561-1caf-47ad-b175-a4e74c702323", + "id": "589f13cd-c67a-4e0f-991b-2fcde95148f5", "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": "ea146073-ad7d-4174-bb01-07fe7f37ed46", + "id": "34f85e67-bdc8-42d3-ac92-acd6a09d43ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37855,7 +37855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b559de8-e0e2-4d1d-9c6f-eccba0e5bd25", + "id": "f2ae323a-8f11-4f7e-b872-9d757c87c22a", "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": "61250cde-25dc-4766-97f9-360663f984e8", + "id": "1fa14b3a-14a8-437c-b48a-8253731be842", "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": "a53ea124-8b0d-46f1-8ec8-f47c538370ca", + "id": "206722b0-525e-4da3-8ffb-32f9627dec4b", "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": "3cf70e8b-1b92-48ed-bce1-320debb0edd9", + "id": "b1419bb7-548f-46b0-8f57-4e0e83ec1e93", "name": "Too Many Requests - Returned in response to too many requests in 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": "dd340598-1993-44ee-b659-f8ee68e2f4dc", + "id": "46026f08-5fa8-4afa-b48d-5fae7fd5f672", "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": "2d80ab5c-81af-4025-a494-25f19a1d514c", + "id": "1825cb46-9eb7-440f-91b8-ca2def8e2690", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -38204,7 +38204,7 @@ }, "response": [ { - "id": "71f5b4b3-53a5-407a-b1a7-404e18691105", + "id": "b49eb518-fb03-47f5-a82f-46537c08f5a6", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -38259,7 +38259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8f3d2e-30ba-477d-ada8-939238332bbb", + "id": "52e41518-7e40-4960-a2e9-3359435d6fdb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38314,7 +38314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a55e8294-28d0-4a56-8d5b-df6b1d429fa7", + "id": "242a3959-0428-4dc4-b080-7f87b924d171", "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": "63243f08-45d7-4d8c-8a1b-8473bc9f89b9", + "id": "cd49aa00-ef4e-4784-9cfb-7bb0b958c270", "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": "fd83e29e-0b3e-4681-af2d-94632c4dd73a", + "id": "8a79f800-d489-4946-8201-07155f306195", "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": "9e656c1d-7efe-4b4e-8000-0f14e17accf7", + "id": "e28a73ac-0857-49f0-8d81-5feed30c4545", "name": "Too Many Requests - Returned in response to too many requests in 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": "d3b211ab-2c3d-4fa3-b4f8-158af37d80e5", + "id": "08ad938d-fbca-459e-b7df-a5f46e05eb43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38595,7 +38595,7 @@ } }, { - "id": "6ae496db-3d77-45b0-9058-9ccce5c8ada3", + "id": "53658dd4-8298-4f6e-b3a2-f6a58114a94a", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -38683,7 +38683,7 @@ }, "response": [ { - "id": "32eec968-1c35-4ff1-a1fe-402120cdf91c", + "id": "96465e62-a4b0-40f1-aa22-8154ce9409b5", "name": "List of identity summaries", "originalRequest": { "url": { @@ -38774,7 +38774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a72824a-62d1-4aec-958a-5732292a8c32", + "id": "03e9b0c7-e5ad-44ad-917a-a989db404bfc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38865,7 +38865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9228707-198a-48ce-b353-6201ce486839", + "id": "320e2b8b-8730-475e-92a0-87d171f9c645", "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": "b9220697-b0ff-474b-81b3-8c99039350f2", + "id": "df5d1521-8f81-42d7-a437-c814093d531b", "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": "1d00f8a8-8592-4dac-b9aa-1a54235dd5bc", + "id": "2e7a65ad-4ec7-4a05-a0ed-4083f851fc97", "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": "4a400427-b84a-463c-baf6-64133ec99478", + "id": "83ca52fa-330c-4da0-9ce0-509b50f59b5f", "name": "Too Many Requests - Returned in response to too many requests in 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": "7dce0a5d-e9f8-4c40-86a3-c177f89ce046", + "id": "2e198e2e-efc3-4fe3-a219-5e163b841172", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39326,7 +39326,7 @@ } }, { - "id": "1ae5f616-81d8-46a1-854b-595e8128f9c3", + "id": "3ab8f371-c401-49a1-94d0-0e5899d8c1f5", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -39425,7 +39425,7 @@ }, "response": [ { - "id": "9c8f6cda-759a-41c0-94a9-4ca4a453d519", + "id": "b2e8c9b6-917c-4b52-9127-44112a8e45d7", "name": "List of access summaries", "originalRequest": { "url": { @@ -39517,7 +39517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46dd59e6-4272-41de-bdb2-d4e547b899b5", + "id": "9528b021-78f5-4793-b732-8c7cb02e8709", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39609,7 +39609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f024327d-f664-4e1a-bdda-717fa8e673a3", + "id": "55225e38-14ce-482b-bc47-8d16a9f6b8c5", "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": "06520a14-72d7-42f8-851e-9c2fe810d358", + "id": "182e4627-16a8-4b57-a17c-2a2a3072ab16", "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": "8507c497-e9e1-4e27-b284-196cf9ffdc83", + "id": "90d36b6b-a145-4ec6-a0c6-2a9822b83250", "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": "8665f20d-17ff-4d5a-be10-6234c9ad1f2a", + "id": "bb2fe4bf-4a28-4010-b09d-ce9a5d5f7648", "name": "Too Many Requests - Returned in response to too many requests in 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": "1abc3aa3-d3f0-4bec-91a9-edbd1f208339", + "id": "3d923ac1-ee6e-49ee-8e50-13049a3ae06c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40075,7 +40075,7 @@ } }, { - "id": "370df9a1-e0b0-4d3d-b395-0fc396850999", + "id": "15af267a-4e0d-4609-8b65-14fbddbe581f", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -40128,7 +40128,7 @@ }, "response": [ { - "id": "94c7f2e2-2931-4f5d-b6ba-e3263506953d", + "id": "8ae35126-e9bc-4da2-85b1-408e71278c36", "name": "An identity summary", "originalRequest": { "url": { @@ -40174,7 +40174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c66942-45ca-4657-a6f8-e8607ea3e954", + "id": "14a1962e-5c3d-427b-8427-067ec41c5cf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40220,7 +40220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acaf3b7-f2d8-4d2e-b12b-2f554f70972f", + "id": "e8c8baf9-a5b0-49a4-9976-46c6b2586d55", "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": "d4c23a3a-6c6d-4505-86e7-c273bf079f48", + "id": "f16e936d-c04f-4da4-9b2d-e5dc151e9009", "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": "273e4b50-bf64-4f01-95e2-63c31f089e43", + "id": "b0b1b2dc-99c2-4fad-a30b-7b51ca70d9cb", "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": "af7d3a82-6dad-40b9-b7e6-55db14b9181b", + "id": "084703e4-9dcd-4daa-852d-17c1c53740ba", "name": "Too Many Requests - Returned in response to too many requests in 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": "3760ef28-ffb1-4b88-85bd-c2dd8bf9dc70", + "id": "f36f3b44-6895-44e2-a500-05ac1d5d1c1f", "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": "1ee57b65-8322-45d7-8c39-e22411cac1e0", + "id": "9721af6d-1708-4612-acf8-a52c39a58489", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -40504,7 +40504,7 @@ }, "response": [ { - "id": "3b572c18-df41-478d-ac81-ce321fcc5232", + "id": "61243dac-43ed-43c2-a5e3-93a8133e0949", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -40549,7 +40549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ccf0c38-a0ff-4b7a-8b08-ad644a129dfe", + "id": "344d03bf-c6e5-4e3c-9ffc-9f1d28d767a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40594,7 +40594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1adfcb5d-78f8-41e5-b3eb-41fd147187f5", + "id": "91970c49-5520-483f-ba40-19e1a6849e2e", "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": "c657673c-ff89-47e0-9a52-b14d74fcfa09", + "id": "6136a95c-adb0-490d-b931-506bd1fcb0b8", "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": "dc0dc2d5-bc4a-488a-91fc-8b110d7eb72a", + "id": "bbc288ee-16be-4a2d-8b25-6dc1fb857965", "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": "34ab1684-38f4-4db3-839b-f19178aead6d", + "id": "b2aadb5b-5d6b-461a-bc42-60820f7b3d9a", "name": "Too Many Requests - Returned in response to too many requests in 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": "04b5886e-b88f-49b5-a7bd-0a1b3505e417", + "id": "acacdbfd-4c81-4540-9ffa-1be6bad43c87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40825,7 +40825,7 @@ } }, { - "id": "61f98bc5-a7bf-4dcb-bae6-063259b9d7f5", + "id": "68710083-95c5-4dde-8c26-e7ee453eda05", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -40880,7 +40880,7 @@ }, "response": [ { - "id": "5f0a5152-33f6-46f4-8611-ac17d0185856", + "id": "45ee0c98-a31c-4151-94b7-69b06b05a8cf", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -40938,7 +40938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe296e62-fb1b-4964-af24-30415aaa5d96", + "id": "65d32eeb-2e53-4a17-bd48-e3fb9b649d84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40996,7 +40996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dfeed6f-8e2b-40a4-8475-dae434e0d9bd", + "id": "5de95fb9-8d8d-4a45-855f-b9de3dca45f1", "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": "90391391-d3fb-45aa-b147-263631f81bb3", + "id": "52970b66-df3c-4e32-a98e-5c7993f9ffb0", "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": "04932de2-c94e-4ca4-ab51-2725469a3c1b", + "id": "cc07ccfa-3f70-4b77-b794-7ceca1a7c85d", "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": "412de7d5-79f4-459d-99e4-86ecca036617", + "id": "f17520bf-bacb-4410-bb57-0a730777ae2d", "name": "Too Many Requests - Returned in response to too many requests in 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": "66449e1a-7d63-4973-abbc-9a61b27aecc2", + "id": "9c41c2a1-ceb2-4406-9a8f-cc65898065f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41292,7 +41292,7 @@ } }, { - "id": "4ae93c3f-599b-4917-8180-8975c16003b7", + "id": "2f150fd7-f37e-45b4-952b-3e2d7f075216", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -41345,7 +41345,7 @@ }, "response": [ { - "id": "7e25c6cf-81ed-421b-bcb9-5bb23f20cfe5", + "id": "c8498aa9-b516-43aa-97c9-b98cfc057633", "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": "151e488a-5539-407f-b66b-9c0ec12b339a", + "id": "519137c3-6e32-4105-8224-a11a537b02f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41427,7 +41427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed669d71-9b5a-41f8-8638-c11f26e18fc9", + "id": "8de14924-4f1e-4225-b3b1-633312a6eb89", "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": "f5bf4220-52a1-401b-bfff-2c7f03b61362", + "id": "e73f6cff-65ce-415c-ad9e-cb4cfb519ff2", "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": "86d6b62f-eda0-457c-a98a-dfa9920be7d7", + "id": "61321ad3-f443-4580-acb3-de362bdd8c1a", "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": "b4fac7cd-4c22-4ccc-bbff-7217254b296e", + "id": "940ae122-0beb-4d00-8a67-dc57035d4d1f", "name": "Too Many Requests - Returned in response to too many requests in 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": "0ba5e1e0-4d49-49d7-9e7a-c33772f22b7f", + "id": "8bb389b8-f55b-4a4f-8944-91223cce6011", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41663,7 +41663,7 @@ } }, { - "id": "5ab68f6b-1cb6-4c7b-93fb-7c399a2f0083", + "id": "e825afc2-c0f0-4c87-9908-87db2b30905b", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -41719,7 +41719,7 @@ }, "response": [ { - "id": "9b9256cb-0974-4653-aa81-e08e7055e948", + "id": "ace04c5d-f331-4570-9dbe-6cb626dd2420", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -41778,7 +41778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28569ce8-24ff-4d3b-a43b-fdc0ddab3b18", + "id": "241dc915-1702-45b3-b8ae-8633efe46f30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41837,7 +41837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de6f25d-5b56-44f6-829b-3123144cc0a8", + "id": "c59d2959-ea15-4ac5-90f5-cebd15699028", "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": "8716c77d-5c6a-40c5-98ef-a5d66645766b", + "id": "894e1e75-9d33-4505-8cd2-46172d29a8b5", "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": "f5d61ff6-be0c-43c4-bae2-1d43b20beaaa", + "id": "013caa42-8bcc-4206-96ea-e8a67cdbb8df", "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": "f2ab6b33-dc6c-4071-8cd1-8418e406627a", + "id": "42ed0532-5490-47a1-b027-18b6d53aeb95", "name": "Too Many Requests - Returned in response to too many requests in 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": "be48e7ea-73ac-4ac2-bee6-c7e7aa2734f9", + "id": "87405ffa-777e-4e94-9c02-25a62e0e73d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42138,7 +42138,7 @@ } }, { - "id": "e362160c-c6a6-41a0-8335-8334195155ed", + "id": "bf4fec4a-44de-44a5-b87a-0d61d3539c6a", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -42194,7 +42194,7 @@ }, "response": [ { - "id": "bd8ad84f-ba93-490d-8e60-4e286b7dcff3", + "id": "f6dab8ca-4a9b-4296-b024-b00c904aae1a", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -42253,7 +42253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacf1bef-5d85-42b1-bc27-39e76148973c", + "id": "dcec9c10-0a14-406d-8a54-fc555f156a87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42312,7 +42312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d528275-9a82-44c9-a6b6-85f1e0070603", + "id": "d109685b-aee6-4d32-92ae-510c97e57e00", "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": "fd62c2a9-efd5-4388-969d-9d705e39c61b", + "id": "41f5db1f-ddc3-4c7d-9d99-976dafac71ce", "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": "a99f646f-6329-4006-a62e-c69743958710", + "id": "d8f6dd9c-d258-4525-bf54-09d96c259685", "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": "d2d07c11-b531-4c42-97e8-47a21cdaf310", + "id": "dd7490d5-f5b5-403c-a6e2-62c63ae7b932", "name": "Too Many Requests - Returned in response to too many requests in 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": "c4fe4fae-cdc2-41bb-837f-8f7280f4be29", + "id": "3f8f88a3-c73c-4ab6-89c0-065ab97d71c6", "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": "b1a02fca-5ef3-4530-8334-3d9cd4fdd7cf", + "id": "accaf6d0-da08-46d8-8c33-3ec6c44989f2", "name": "get Connector", "request": { "name": "get Connector", @@ -42670,7 +42670,7 @@ }, "response": [ { - "id": "1c7952f9-c207-49f3-9780-b904d55a3d2f", + "id": "c7603709-e284-4c03-9f6f-53e0dbb4104d", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -42724,7 +42724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1208ce86-bd42-45f3-a3b7-1504bf015fd8", + "id": "10afa773-2103-4dd8-b8b6-a5152c9b0997", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42778,7 +42778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a354d83c-321b-466b-8faf-ea91289f9426", + "id": "9dfe5823-23b7-4662-9319-1dc7799d52f0", "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": "36028f37-3922-4057-a562-18dfaf783bc7", + "id": "09511807-b680-4c4d-ba05-307798d62093", "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": "e5cd1925-b6eb-4737-bee2-a04903d7cff4", + "id": "7a5f3338-82eb-4e69-8aa3-fe069eafc788", "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": "52efd58a-53d2-4a62-803f-8cd6932228c6", + "id": "3cef2b40-d38d-4062-9932-6ab1cfb7a3de", "name": "Too Many Requests - Returned in response to too many requests in 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": "1141963d-50f7-492d-bf26-c5fc851f8715", + "id": "ac3f37fc-c0e5-4f94-beff-eab05f3dcab9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43054,7 +43054,7 @@ } }, { - "id": "b5794aa9-26c0-4dc5-90f3-b27aa287c388", + "id": "2319b0d0-a452-44e9-9c70-8ebd250447a8", "name": "delete Custom Connector", "request": { "name": "delete Custom Connector", @@ -43095,7 +43095,7 @@ }, "response": [ { - "id": "b23cf6d3-0118-4969-b05a-1ae275e712b3", + "id": "4db53f95-b49c-4f18-a981-c09e1c90845c", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -43129,7 +43129,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5f0cc5d0-d209-4938-ba6e-3100efe71762", + "id": "79ab9bd6-bcd3-477a-9bac-fbbae0794066", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43173,7 +43173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1f9ae8-939d-4431-902a-174572c2578e", + "id": "eb84e1aa-6ce3-4ada-b972-1673b597b2f5", "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": "428eaf8c-d7ff-4f18-a69b-2771eeebbee3", + "id": "ff9fdca2-8ca6-456c-a0a5-d7069f5a4aaa", "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": "b5eed5af-0cef-41d1-9fe2-73b766eeb02b", + "id": "5994ee92-4949-48ac-b02a-1012cd0be5be", "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": "23c427a4-cc9e-457b-9331-4e69faae4a6c", + "id": "1f430c5b-fd4a-4eb4-9cbf-63efa9fd67c2", "name": "Too Many Requests - Returned in response to too many requests in 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": "b2f2fa0e-73d0-4a06-b08e-404f65c1f20c", + "id": "c24e94eb-4b44-414e-8449-a0fe764bd568", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43399,7 +43399,7 @@ } }, { - "id": "05cfe46f-cc34-47d4-8b99-68e6945b929c", + "id": "e896d45e-5651-4bb5-b2b4-7fcf354d4bd4", "name": "update Connector", "request": { "name": "update Connector", @@ -43453,7 +43453,7 @@ }, "response": [ { - "id": "e48d89bb-1ec3-469b-b3c4-4b634b44c53c", + "id": "ed14042f-a4d1-4b34-a280-38da66a9c086", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -43510,7 +43510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d54da85-6048-4786-8f0a-81d4fcf422e6", + "id": "6fcd9074-2201-4c4a-8c43-3805cccd2703", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43567,7 +43567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8aa3953-0a1a-4943-b8a3-7636675e0852", + "id": "0ef270b4-d8b7-4965-8b00-18a99cc18079", "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": "1c42bfa7-5ee9-4db9-b2c6-d26c6060dcb8", + "id": "3b994812-fa4c-4684-8b07-ae81919209cd", "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": "251f535d-ccf7-4891-b2d4-9eb05efa6c40", + "id": "87d93134-4848-40d7-98bb-407d76ff2ab1", "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": "753978f7-0179-4dd5-9de2-f84b368e540e", + "id": "41bd0165-0aa5-4f38-9838-1425ac199a43", "name": "Too Many Requests - Returned in response to too many requests in 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": "63a1f797-008b-44a1-8374-8f109a4078fb", + "id": "c9ba18e4-698c-41cb-95bd-e2213acfcc34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43858,7 +43858,7 @@ } }, { - "id": "79d9bd88-4a93-4057-a67c-4a78fc73137e", + "id": "87710479-7629-4a85-8511-082587b392b4", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -43900,7 +43900,7 @@ }, "response": [ { - "id": "009f60ff-3c2b-43b5-bc65-505093c34598", + "id": "f06d82f0-7ab5-4c8e-914f-d8daeef783f3", "name": "The connector's source template", "originalRequest": { "url": { @@ -43945,7 +43945,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "1c2a820c-f03e-4a4c-9a98-f01b277db15e", + "id": "56e26d8b-5064-4115-98c7-cf9720816669", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43990,7 +43990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce24ef50-4737-4121-9ba8-37fe39ecface", + "id": "ff48b0f3-ae1f-4d38-9885-ec50db8e4db5", "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": "c59091e8-2e37-4f57-ac91-566fe53e4281", + "id": "2118641e-5a8a-4f4c-91aa-420b6e37eced", "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": "33dbafb7-8edc-4fd9-a1ee-deeb0f08a8be", + "id": "fed62dd5-1b92-4087-88e1-e59b00da8856", "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": "b2a211c9-eda9-411f-80a7-6edca4325d0d", + "id": "33fc94a7-d8a5-4f28-bc94-926a5e4a7a34", "name": "Too Many Requests - Returned in response to too many requests in 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": "0d103297-48d7-445f-a710-2085b72d9fdd", + "id": "92993fb4-12eb-4957-82d9-4117c52e96f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44221,7 +44221,7 @@ } }, { - "id": "fdd9eceb-dfb5-4fc9-8c14-69f504369976", + "id": "efa53644-1e0f-4c8e-a599-50e55be81b92", "name": "put Source Config", "request": { "name": "put Source Config", @@ -44272,7 +44272,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44280,7 +44280,7 @@ }, "response": [ { - "id": "083fd132-4366-4872-b728-c94f26757243", + "id": "7ccdd5b6-02b4-42a0-85e3-16b779872d29", "name": "The connector's update detail", "originalRequest": { "url": { @@ -44323,7 +44323,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44342,7 +44342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28bd12bb-8b0b-47fd-b06c-6eb31374ae6f", + "id": "298cc991-4ae4-46b9-8293-cfb6f8c95205", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44385,7 +44385,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44404,7 +44404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551ce4d8-528c-4c56-955b-8c7d1bfdca9b", + "id": "666a3f80-c636-41ad-9f64-9169a156293b", "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": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44466,7 +44466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "812b7ea7-1cda-46b3-826a-e706324e7e22", + "id": "3eedcd74-e321-4784-abc8-4d2eb27483b9", "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": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44528,7 +44528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e215b06c-b5ff-4a41-af9f-c7a847672ec0", + "id": "42f247eb-0a7b-4da9-95ef-b6aa0bf09011", "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": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44590,7 +44590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01afe566-df9c-43a7-9d0e-7f876245f8f2", + "id": "1522d34a-715c-443d-8d2f-914f8bc7b4fb", "name": "Too Many Requests - Returned in response to too many requests in 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": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44652,7 +44652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2468896a-2f6e-4e48-b5da-074c6806c019", + "id": "ce35d27f-bdd3-4147-b7a9-a2ba7b60fadb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44695,7 +44695,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex ad ullamco et id", + "value": "quis", "type": "text" } ] @@ -44720,7 +44720,7 @@ } }, { - "id": "9d517033-474c-4e73-841e-f89afe12311b", + "id": "0580fa3d-8e3f-4ad1-b3f9-a47a633d19d8", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -44773,7 +44773,7 @@ }, "response": [ { - "id": "ff5b50e4-7580-485b-bcf1-f5731a635a4b", + "id": "45a4dd8d-4b22-4c36-a8d9-f961d3aee740", "name": "The connector's translations", "originalRequest": { "url": { @@ -44814,12 +44814,12 @@ "value": "text/plain" } ], - "body": "adipisicing cillum", + "body": "", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "fb8fa413-2e02-452f-a42d-c27e9844d627", + "id": "a04610bd-985f-4ce7-8f0d-03f66f3b6967", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44865,7 +44865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49f2f581-8ab2-4deb-a12b-fd81fea8461b", + "id": "d654b161-8065-40de-8a46-a9627390edbf", "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": "83ceba99-9074-4d9d-850e-f7a8460b3821", + "id": "9b7006dd-77c9-4dee-b682-2b84ae6eae3b", "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": "8b2df6d4-cd54-4b19-bd60-b6492da3e15a", + "id": "6af5ed27-224d-4fd5-a92f-3ac60334aa6f", "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": "d011c6ad-5771-4971-b92f-d6ed807a56f1", + "id": "e856e5ec-30b6-473b-a901-9d079cbf2502", "name": "Too Many Requests - Returned in response to too many requests in 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": "17e389ba-8d26-4f95-868f-5ab2cc4d2e8d", + "id": "87713fbf-706a-4618-a37c-1897e156dfc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45101,7 +45101,7 @@ } }, { - "id": "9b2aa786-3584-4b04-b3a9-1e0499dd0e8d", + "id": "abfe0cc7-9d60-4fe6-8c7d-06393374fd7a", "name": "put Translations", "request": { "name": "put Translations", @@ -45161,7 +45161,7 @@ }, "response": [ { - "id": "f61eb3b3-13ee-4944-a3d3-1016454d9393", + "id": "9c504fe7-b295-4c28-b5c2-3b88844f28b4", "name": "The connector's update detail", "originalRequest": { "url": { @@ -45214,7 +45214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a48b49-2432-4658-8006-6e3d2586fee6", + "id": "7f35a72d-a522-4714-9eab-1f51ecdc4c29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45267,7 +45267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5359f4c9-77f3-4db1-b870-e3d7756fffac", + "id": "633dd99b-dd51-4f7d-be1e-b92882a9ed10", "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": "1703210d-1e93-4456-8907-61715b416751", + "id": "562be811-4b74-402b-a509-4e21c026c9d5", "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": "e8f64eaa-acb1-4b51-8505-5f53ed6d5e54", + "id": "1d803f48-d187-42d9-bc67-7b76b0116182", "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": "e1dc0d56-ae9d-4eac-9223-93a1bc9bce93", + "id": "63925749-2c98-4b0b-93e4-c35e23b5250d", "name": "Too Many Requests - Returned in response to too many requests in 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": "1c481313-c207-477a-ad84-909d13c36c0a", + "id": "e597878e-cf6c-4bb0-804b-cb7055efdbe3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45538,7 +45538,7 @@ } }, { - "id": "9297b547-255d-4475-85e3-84ae861daa14", + "id": "764aaa30-1995-4990-9d04-bb5e642316a4", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -45580,7 +45580,7 @@ }, "response": [ { - "id": "82a13381-9b3d-4635-b2f9-a612aa388f67", + "id": "2b342682-c21b-42ec-b5bc-15cdd53e0780", "name": "The connector's source template", "originalRequest": { "url": { @@ -45625,7 +45625,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "404b7ccb-06af-4354-8d9d-7a78f9e2b623", + "id": "00051f35-2489-48a1-b86e-ab3913157a33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45670,7 +45670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb85b8af-0bf5-43e1-a96a-7604a93ea53c", + "id": "78e99c72-0c4d-4759-a81e-5aa87b21b6c1", "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": "d6f463cc-1d74-4a87-b067-e56bb5d9e03b", + "id": "13b76414-6fe9-4936-9c1d-27495decdee1", "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": "e3aac16e-5f54-4378-b7ef-e605d31f0756", + "id": "db57dd60-9424-4d4e-85b9-e2e01207e3df", "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": "d01b4f68-5ae6-4f66-97cd-bac62d27af20", + "id": "9218701d-56d2-4522-99b0-5fa34daccbd5", "name": "Too Many Requests - Returned in response to too many requests in 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": "ddc2f6a8-89c3-49d3-bbab-a10e5b4e0fef", + "id": "356f1142-12a1-41c4-bff5-d445818f57b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45901,7 +45901,7 @@ } }, { - "id": "11c3bb65-6ac2-48ae-bfd9-0ed98b19d02c", + "id": "34b34add-a4d0-45f7-bacc-810b69430a0f", "name": "put Source Template", "request": { "name": "put Source Template", @@ -45952,7 +45952,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -45960,7 +45960,7 @@ }, "response": [ { - "id": "6b28967e-b01c-4142-9307-eda82da9e332", + "id": "9569440c-b498-4b85-8916-45ed54b27214", "name": "The connector's update detail", "originalRequest": { "url": { @@ -46003,7 +46003,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46022,7 +46022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e0daf62-35d0-4c51-a5cd-2b3b4a5b22b0", + "id": "9b8255c7-7371-4587-81bc-0861667b15ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46065,7 +46065,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46084,7 +46084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcef41a7-9708-4756-9d6e-8f0b16350c2b", + "id": "de59ccd1-8bcd-4193-9fa9-4d3c5aca7a5d", "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": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46146,7 +46146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd076bd-7b25-4636-b203-a00039dcb92d", + "id": "7f3c9bae-a4ba-42e6-a1b6-3a001112af11", "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": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46208,7 +46208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64fe26c7-8b58-4064-8c8e-12ea8517a94a", + "id": "003ca9d5-2e4d-41c7-b146-5ab375e8a813", "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": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46270,7 +46270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138e0256-77ad-4fe0-aac7-d4c5618f53b7", + "id": "1d9757e2-6ef4-4adb-a8e0-7be97679fb9e", "name": "Too Many Requests - Returned in response to too many requests in 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": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46332,7 +46332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46b72e95-e482-403c-b96d-ae77ec3418bd", + "id": "eaa9d67b-3c80-402c-8943-e17c3436ee2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46375,7 +46375,7 @@ "type": "text/plain" }, "key": "file", - "value": "anim", + "value": "dolore dolore irure velit", "type": "text" } ] @@ -46400,7 +46400,7 @@ } }, { - "id": "4128773b-50f0-41d8-87fd-12452cb06366", + "id": "13dadfaf-bc03-44b4-900f-e021ba87a923", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -46442,7 +46442,7 @@ }, "response": [ { - "id": "861d7b2c-e63c-4ea0-b972-77b6c812da00", + "id": "1816c0f2-890e-444f-b21b-309e39fd5515", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -46487,7 +46487,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "bddbfa7b-bb07-4e14-ba74-693219aa9f4c", + "id": "85fd5ad2-8819-4ea0-b68b-ec69e156f588", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46532,7 +46532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f40b186-442c-40ba-838c-bdf1a9b1de1f", + "id": "00e6ef58-a8f0-4b46-899e-7ab6bcb3c033", "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": "02b0559a-c884-4bc9-aa9e-d00de06612e2", + "id": "d33149b2-d1b2-4d3f-8709-70816d3f3975", "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": "d6c070c3-c509-47f2-b72e-c871a7e696ab", + "id": "006567ff-6ebd-46bc-8944-e1b0cc8360cf", "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": "1820ae0e-4f77-49b6-95e5-82eb610afadb", + "id": "18084ed8-f217-4c76-b2b1-15a1432c2d20", "name": "Too Many Requests - Returned in response to too many requests in 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": "c70ed365-7d1e-4a4a-814c-4e9d551e2520", + "id": "18a162cd-0548-4097-906a-82ca57c83313", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46763,7 +46763,7 @@ } }, { - "id": "a6d1d436-2bec-4940-8163-3d220e04e964", + "id": "e6487c17-6a51-437f-885b-90729c9c21c2", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -46814,7 +46814,7 @@ "type": "text/plain" }, "key": "file", - "value": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -46822,7 +46822,7 @@ }, "response": [ { - "id": "f171527b-95e6-4a28-9e11-c83250025917", + "id": "b1010e1d-85d1-44fc-994c-8f7098237fb1", "name": "The connector's update detail", "originalRequest": { "url": { @@ -46865,7 +46865,7 @@ "type": "text/plain" }, "key": "file", - "value": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -46884,7 +46884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8a01f0-19b9-4e29-ac62-c0fb341fc9a3", + "id": "2901c468-7608-468d-b333-b4276c96de48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46927,7 +46927,7 @@ "type": "text/plain" }, "key": "file", - "value": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -46946,7 +46946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87517a7f-d63e-43a7-a79e-4503fb84e0e7", + "id": "d94f1473-47ba-49ee-b871-2e4dcbcaf615", "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": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -47008,7 +47008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a71b88-bca0-4af4-93b8-486ab6cfd30b", + "id": "2fb515c0-ba25-4b9f-923e-ceaacf5274ed", "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": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -47070,7 +47070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95a5f17e-5168-4519-b149-a700e030f544", + "id": "ca3bf055-3898-4581-b5f5-ecb5f1534537", "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": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -47132,7 +47132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292e1597-3326-4e1c-97a0-e370fbb2c161", + "id": "04d3e221-fc6c-4f83-ba18-99dafb2242b6", "name": "Too Many Requests - Returned in response to too many requests in 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": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -47194,7 +47194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec1a1909-57b4-4595-9a01-c80917af8013", + "id": "74ada6ab-41e5-4df3-8821-de9e021ed754", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47237,7 +47237,7 @@ "type": "text/plain" }, "key": "file", - "value": "id in Excepteur eiusmod veniam", + "value": "adipisicing sit ea", "type": "text" } ] @@ -47262,7 +47262,7 @@ } }, { - "id": "5b0cfee3-e833-454c-9c91-39d07b18446d", + "id": "14c2cf56-5791-4975-9e09-3ec751113978", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -47304,7 +47304,7 @@ }, "response": [ { - "id": "73d89fb1-cdc8-48e8-a994-942d6849fb1e", + "id": "ee3f2309-d160-40fc-89ba-50dd3b595a91", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -47360,7 +47360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45afa079-be23-4e29-adde-08ac9b378312", + "id": "7f56be79-113a-4ca9-8fcc-575b47c315ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47416,7 +47416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36eeac2-dd92-42e2-bdaa-376663d79950", + "id": "c2aacfed-693f-49e9-ab48-0e875ff0e1cd", "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": "c40bd8ef-ce06-40aa-9478-3100cbbea063", + "id": "717fb2cd-0250-402d-874f-47ccc2bc909f", "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": "004c63b3-f5c3-44cd-a699-26e9a4dfd2ba", + "id": "7f7b5808-a494-4442-928f-d663867cffdd", "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": "7676b316-38fd-40f3-9fe3-85fc56604b00", + "id": "50c1aab9-1f70-4a94-ae90-f6e471e6c0cf", "name": "Too Many Requests - Returned in response to too many requests in 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": "23978135-3cea-4024-b253-f96472776f2f", + "id": "a9987111-b85c-4d60-bbf2-ace24d8c59d6", "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": "f348da25-c5e7-4106-8922-6c2dc8279318", + "id": "4503411b-0d0c-415f-b635-30585c9638f5", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -47738,7 +47738,7 @@ }, "response": [ { - "id": "83ab04af-5ee0-4fc6-a9f0-d369c60ce0ca", + "id": "bc93f5a7-82a4-4030-bf13-b1b18c9e2dcd", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -47782,7 +47782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dbab8fd-29e7-433d-8c2d-4c5a99da9860", + "id": "b60f9be3-8c87-432c-9b91-82c14ce0aba6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47826,7 +47826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af011de1-bfc1-443c-b6e5-ebe0600bb435", + "id": "ef2fb08f-ceac-4051-9288-3b3f13d59c11", "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": "705f968b-3736-4702-ac00-a70625cd864e", + "id": "89cc96c2-305d-467c-9fc8-e562a9bc4ec6", "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": "5d34486f-40cf-4524-b44d-52399882d1d3", + "id": "db33971c-9471-4d9c-893a-355da989d576", "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": "31805dff-3e30-4315-85bf-3453d44783e2", + "id": "10b77ce1-e54c-4b7f-b1b5-f136db641c68", "name": "Too Many Requests - Returned in response to too many requests in 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": "de19371b-1698-4309-98f0-7ebcfa9ee454", + "id": "b05f712d-bad6-4412-a872-aea542bb99b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48052,7 +48052,7 @@ } }, { - "id": "b07e5963-93b9-490c-b2db-a31bb6e18adc", + "id": "989b6b0c-2464-4aef-bda4-764b4c62dffa", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -48095,7 +48095,7 @@ }, "response": [ { - "id": "ea5c2059-fc97-4eba-8a8a-ad42277fbd9a", + "id": "b5117e19-622d-44c4-92a5-072aacbd7f34", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -48152,7 +48152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf91b8f5-a5c6-4df9-897f-4c1da3df4ca6", + "id": "52193d37-ef65-433b-8cc6-0f3dbc68c56d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48209,7 +48209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cdcff85-fe8e-43bb-bc15-3bb2f73ab760", + "id": "2941b1e6-e068-4118-823d-5805c4122f50", "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": "5f2dcb71-54e0-4482-a68f-e1b27c901c37", + "id": "02acc662-96f4-45d4-aca3-f6f0917b8b4f", "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": "206a1cb4-338b-46ca-a1e9-8f0a6177945e", + "id": "18294f15-ec91-4878-9684-9fdf5aede2ab", "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": "3e7f2c37-d4c8-426b-a284-f81aba9c3e5a", + "id": "718e69ef-b774-47ab-8449-1ad6907c5ad0", "name": "Too Many Requests - Returned in response to too many requests in 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": "b50c0f1a-265d-4f32-8c3d-3bab427c0998", + "id": "09249fb8-4430-458d-8203-06e80f98def7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48500,7 +48500,7 @@ } }, { - "id": "1367da30-7606-46bf-b9af-130b98985de4", + "id": "6a9c6a68-da87-404a-9255-b25de3e749a0", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -48543,7 +48543,7 @@ }, "response": [ { - "id": "853b5b24-9139-430d-820b-536ba10dea05", + "id": "41fbd2db-b020-432a-849e-20adcb94d06f", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -48600,7 +48600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1324c3d8-d7ed-40e2-8f37-1078e05444a3", + "id": "44587983-67d0-4532-9cea-7e16b034b806", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48657,7 +48657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20caec88-f6c6-4029-8f94-61ff1a912381", + "id": "13f2b315-eba2-43b9-a6c1-9e5f8e15ab99", "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": "b5000ce6-ef43-4c51-ae7a-616aa17a1521", + "id": "3d619043-e3f2-402e-849f-2a72bf415b7e", "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": "0538ec96-c498-44c7-8809-91f56582b456", + "id": "42e9c710-ccbc-4f56-a184-637bff4722ae", "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": "1ddaad36-7178-4d28-90f4-29df6cbdfcb1", + "id": "c87aef63-a979-464f-bb20-12c293a23f28", "name": "Too Many Requests - Returned in response to too many requests in 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": "138b95f5-9e43-4171-8017-c3ae5a7152da", + "id": "25896e5c-1c4e-4765-80cc-1a80b2600884", "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": "e1409de4-5fc1-4d62-8729-63eaeadd0e4a", + "id": "1e0c75c2-9a63-49cc-93fa-67289bf9abc3", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -49029,7 +49029,7 @@ }, "response": [ { - "id": "21400845-baf8-40b2-8df9-c67a643d0acc", + "id": "23c84363-b697-48ad-a1e6-2267375cf58f", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -49118,7 +49118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f846f6d1-799e-438f-bb1b-7670c48bc107", + "id": "e896ea5d-7b75-4bda-a978-25c8ec85d12f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49207,7 +49207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b57ddc8f-77b6-42f9-aea6-c0c3f661ba4a", + "id": "592b366b-a5df-4e5d-a108-d80b58d91c57", "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": "8b7e24af-ed1b-4172-89b7-b5dd2277c111", + "id": "cb5381f1-066e-45f0-8890-3eb46d9e8af7", "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": "983ddc75-c24a-4fd2-a8bf-9adc6fbda6de", + "id": "ce3a0293-ed36-4ced-8fca-dcfccd1ee855", "name": "Too Many Requests - Returned in response to too many requests in 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": "8d6cbb17-fa40-4202-a169-c7c57ac09d6f", + "id": "72f77dd6-d03f-463f-962c-a528f20c80ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49569,7 +49569,7 @@ } }, { - "id": "fe0daf03-5594-4353-adc5-02d65e71059c", + "id": "c96c001c-e10b-41b8-a8be-dd214e140823", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -49612,7 +49612,7 @@ }, "response": [ { - "id": "4b92ccd3-95fd-4045-9a3d-0b0acd61a352", + "id": "597e0cb6-f18f-4204-a639-1b04500aa98f", "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\": \"1959-06-21T12:52:57.801Z\",\n \"launched\": \"1959-09-27T03:41:43.761Z\",\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\": \"1967-12-20T09:28:44.064Z\",\n \"launched\": \"1956-04-30T13:47:30.585Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0713efd7-9c58-4ff6-a143-e3c61a3f68d3", + "id": "8a31f7ae-5843-468a-948a-b3fac869e1c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49726,7 +49726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32a1b11-dc75-4ec7-96fe-a558664c313f", + "id": "5adf5c2a-8972-4f3c-b51f-790baf49a244", "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": "2a78bbe6-deb5-48bc-b6d3-c8c8c2d96b71", + "id": "8cceac5f-047c-4fc7-8e96-c99b92a054e2", "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": "40bda2d0-8993-4296-bc78-3d901214758f", + "id": "f67ff04e-d0d5-41bc-864c-607cf0c5c5dd", "name": "Too Many Requests - Returned in response to too many requests in 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": "ded536d4-3f0d-4bdf-9724-92ace1c57ca9", + "id": "a08d7b7d-9ddf-4efd-9925-163f0aa0caff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49960,7 +49960,7 @@ } }, { - "id": "f4bb3b52-a123-4d62-953e-39e2179d8b0f", + "id": "64bf3317-544b-4f7c-9a0c-40f044eb0994", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -50036,7 +50036,7 @@ }, "response": [ { - "id": "8b2c161c-fc29-417e-8763-a01283d4cd60", + "id": "532db4c4-57df-45d9-9fcb-daa2ff79ac5b", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -50126,7 +50126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f498bf-5bba-4bd6-b8e6-668548a66f54", + "id": "33d4bc51-bbbe-47bd-84aa-328dda70b96a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50216,7 +50216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00343bc-bd77-4dae-a7f5-a43a817d20ad", + "id": "612cfeb6-272c-4ea2-8505-408c1bb67751", "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": "185d3b56-a33d-4693-bf2d-9bbfbe763c38", + "id": "06eae446-7dc2-4cb3-ad32-e963d3686126", "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": "225fd720-454e-419d-a617-7e4d7c1c77ff", + "id": "aa2b09e4-702f-42ce-973c-52e5034a2870", "name": "Too Many Requests - Returned in response to too many requests in 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": "e9bb359e-24ab-4af3-b5f7-13e27cf9f85d", + "id": "0b87c125-1040-4772-8241-2e9415bdb529", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50582,7 +50582,7 @@ } }, { - "id": "23ba5d20-8d56-40b9-b55e-2ae380ef8293", + "id": "828c4e95-dd16-44b6-988b-c4ee4de6813f", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -50625,7 +50625,7 @@ }, "response": [ { - "id": "9ac43ea8-4caf-425d-8d96-5cf2f87b1f1f", + "id": "44421bf2-9e00-4e8a-834b-e5bade385931", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -50682,7 +50682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32192f69-6c07-44f1-9d7a-ff9a862b9aa5", + "id": "fb409cd8-cce6-4f40-bdb1-a51be0c33a0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50739,7 +50739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7ab2b2-aa73-45e2-9b43-f4a8a300f972", + "id": "3bc03dfb-db86-46bf-b867-8dbe4de6806a", "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": "aff001e1-0fce-49ba-8e00-4e6b91acdcaf", + "id": "36198bc0-0e35-443c-adcd-06220cf78738", "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": "cf4a24ea-e15d-42bc-80ee-f3075497a949", + "id": "848cff01-3d41-480f-a73d-b98b7a3bd706", "name": "Too Many Requests - Returned in response to too many requests in 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": "cfe5cf6d-2446-42fb-ab1c-24a116324a84", + "id": "12f6ec14-e43e-4d64-9a87-5f43790a97ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50973,7 +50973,7 @@ } }, { - "id": "47ad054c-7309-4770-9061-ff131f78552c", + "id": "27d3598f-fe09-4ec4-b381-fac57be5988d", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -51014,7 +51014,7 @@ }, "response": [ { - "id": "de9a0218-a30e-4205-a6e2-101ff0c1b8b9", + "id": "a456e120-2e30-4bed-a64a-68d3fc11f116", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -51058,7 +51058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f0709f-89df-4f59-aa86-c13356fceece", + "id": "2b711a36-92ae-47c9-b70f-eb3ef840efbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51102,7 +51102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a39ea17-69d3-4511-b71a-54d60328d905", + "id": "ee599919-c573-49a7-9a2b-360f2df62b8b", "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": "8021c605-4afe-4033-a12c-fd92fe755797", + "id": "795e0066-ebf5-497a-93c1-135986900895", "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": "2bdaa58f-bdf3-4056-9cb7-d37164b44eb6", + "id": "597710d0-e163-4415-b131-4017fa11c763", "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": "a53aacef-f4d9-48a4-98e6-1d33d470fb80", + "id": "dac66c04-c985-4e31-89a7-6fb3d6efd939", "name": "Too Many Requests - Returned in response to too many requests in 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": "efa8ecaa-644d-41c5-aebc-87b939241f4a", + "id": "7184b6b8-5a8a-451b-9835-d0c6da50741c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51328,7 +51328,7 @@ } }, { - "id": "ef239a01-93c4-434c-af5b-8f4e742303f4", + "id": "b1fdf118-7aca-47f7-9bf2-197caddbf867", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -51369,7 +51369,7 @@ }, "response": [ { - "id": "e8b4a6c1-fbf3-4ed0-8973-2367e05ae76d", + "id": "5e194f2d-182c-488a-9181-cef94727edf9", "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\": \"2009-06-12T13:48:48.205Z\",\n \"launched\": \"1956-05-31T23:33:21.786Z\",\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\": \"1981-10-31T17:17:58.033Z\",\n \"launched\": \"1957-03-15T21:48:49.630Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a861b12f-5409-4f90-ada5-5bc1872e63ca", + "id": "448b5c31-5ce4-418b-8a55-a250acc91a31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51457,7 +51457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24eff1d1-c51a-41bc-a212-7b52f030c93e", + "id": "7e0ec190-a1ab-4eb7-b79a-1bff7391d47d", "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": "26ccc044-627c-4887-a705-3be1a3ed0b97", + "id": "e0b0304d-1bb5-4868-a74a-44bdac714cff", "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": "26ac2fe0-606c-4b9c-9eb0-ab2f302a41fa", + "id": "a5947080-656d-4037-8205-219116e4436e", "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": "e2e463df-453c-49d0-93e6-453c9754c11c", + "id": "0a8958f1-4cc6-4a1e-bc84-59f730e37ce4", "name": "Too Many Requests - Returned in response to too many requests in 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": "f4c75538-1254-47e8-ae13-ee8970089444", + "id": "d3c92c56-23a7-4471-8bdd-b71e90f2442b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51683,7 +51683,7 @@ } }, { - "id": "b2748fc5-4a7a-43b0-8c13-49c2d4df1c4f", + "id": "43f7be33-2acf-48cd-a112-61dd6c7f74cd", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -51725,7 +51725,7 @@ }, "response": [ { - "id": "005700c0-0853-4c53-945e-c5bec8a80105", + "id": "0f6099f5-5e1a-4da5-b5cc-c08899b1dcb8", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -51770,7 +51770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ec9349-5b55-473f-a5cc-bbf35d6b5c79", + "id": "b5194155-944f-4790-8938-3a270ebdc77c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51815,7 +51815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ffe27c-b945-488e-af47-52ba2da365f5", + "id": "e46cf991-6b15-44e9-bfa7-f83ace041205", "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": "f016a497-c92e-4a63-88ab-b76e430d19f3", + "id": "f9b10fbe-bb53-4184-844c-005477ba738a", "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": "3a4fc6ef-f102-4978-9025-0e089d13e498", + "id": "7ea22d90-aa02-479e-8cbf-31e39dc0481e", "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": "58def1fa-7617-43fc-95f7-0af6e54f2305", + "id": "f3b9a7a0-d0e2-4bda-b2a0-7f150cad0433", "name": "Too Many Requests - Returned in response to too many requests in 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": "7089f062-67ab-4171-a8ea-c72aa87ed62f", + "id": "7beb4d49-a868-498c-a7f9-3995786cd701", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52046,7 +52046,7 @@ } }, { - "id": "099bbd25-c1c1-4a21-9419-a75dacbf5140", + "id": "4cb32da6-ca2d-4b11-bad6-646be72ba312", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -52088,7 +52088,7 @@ }, "response": [ { - "id": "33e28f89-8286-4ad8-9fb1-c372cb0b6b51", + "id": "447c987b-9955-4f9e-94e8-79046304c482", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -52133,7 +52133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "813895f2-d5ab-49e3-830a-729338444b70", + "id": "b931e54a-a8fb-4e13-8fc4-3a444e22a01c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52178,7 +52178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bc2500-c8e5-4ee9-bb4b-2c5e92b385a0", + "id": "2a0d3689-2748-4ace-94b6-a285c4db4d65", "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": "03261599-bcb3-487e-8346-dd9d867ad9fb", + "id": "29ff31fd-437d-4005-a22b-bdd0f1733ee0", "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": "dbd9679a-dbb5-4df8-a637-da885d15e86b", + "id": "0e7304eb-d546-44bc-8793-e789cbf0e482", "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": "c81f76f0-565d-4459-bebb-d9d480acd9ce", + "id": "75f7e203-790a-4165-b145-c6b8f5ec3ea3", "name": "Too Many Requests - Returned in response to too many requests in 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": "adbe0b05-7dd7-49c1-816d-7a5e1e3f41dd", + "id": "d9813105-8e81-412b-99f3-d44bc4db0e62", "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": "af58f408-1536-4802-ba3a-c825ef7eff7b", + "id": "07ffdfd2-55e4-432a-aa7c-40b2248386f9", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -52470,7 +52470,7 @@ }, "response": [ { - "id": "6559cb18-fd4d-4e3c-94dd-295515d8c546", + "id": "d0fe71d2-2230-4dfd-92c0-9e0c7c36cc73", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -52528,7 +52528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4814d8cd-8528-4b7e-a4e5-e3f66b946f17", + "id": "d2e8504b-24c6-45a4-a07a-0193386ef458", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52586,7 +52586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd51087-3d67-4329-bb41-a51083b198f6", + "id": "be43bf31-1bea-4e1f-a31d-a0dbe1f8454c", "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": "b05b0cf2-faf0-4e22-9925-59937612818b", + "id": "63380b51-c0a3-4360-9a12-f840c5a55587", "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": "1a9299c8-8081-48df-8b50-b59e54573808", + "id": "6741e5e6-d091-4187-80ce-758f91ffff5e", "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": "71dd40fa-3279-4c75-94b6-f218e9998c66", + "id": "aebd4f60-b812-4218-b8a4-b9d55fac7bd3", "name": "Too Many Requests - Returned in response to too many requests in 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": "c87837a8-ac83-4711-9fae-040a07c1b019", + "id": "65b33475-1a36-40ec-9a47-c593ace8f974", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52882,7 +52882,7 @@ } }, { - "id": "95e6f726-73b2-4aa7-a55f-d403972bebc1", + "id": "51a11e7d-3a5f-4ec4-8170-e38422a9170c", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -52961,7 +52961,7 @@ }, "response": [ { - "id": "a7da290f-f7bc-4b98-9674-6c5bc9c5d219", + "id": "03144165-aaef-42d9-b9a1-b31a7e132add", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -53043,7 +53043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc7bc8e-96bf-4a79-b8f2-03e9b60ccd57", + "id": "744b17be-352e-4b8d-8372-2d5f6dbe3356", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53125,7 +53125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2215a6c0-d908-406f-84fe-09345f59f73e", + "id": "f9a552bf-a629-4baf-a535-5b373af24f1c", "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": "3119181b-72ac-4246-9652-56f50113dc4f", + "id": "9a597566-8526-4012-920c-7538cd997356", "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": "73cb69af-ac58-4898-a5be-2506c274ea64", + "id": "9015dea1-5f91-4b3f-813d-8be16d91d6de", "name": "Too Many Requests - Returned in response to too many requests in 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": "77a6c675-df8a-4648-aeb4-3612dd5b0923", + "id": "1e45fd9e-4aa2-451c-b470-c9b73397e96f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53459,7 +53459,7 @@ } }, { - "id": "ae066740-588d-43e2-8311-2a7d2e36a9cc", + "id": "27301dc9-6ddf-412a-9f0a-35522345f8c2", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -53514,7 +53514,7 @@ }, "response": [ { - "id": "e720af80-715b-47b9-83f2-c4783ce0e72f", + "id": "995ca7e7-c9b4-4618-8bd3-34760f3c48ca", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -53572,7 +53572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c56598e-e9ca-40c7-8a89-cfb5a454bd42", + "id": "6bedc8b5-08b4-41da-b2b0-d8cb58481253", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53630,7 +53630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fbdefc0-1329-4ea3-85f5-2d22d8644bbd", + "id": "9695023e-8a04-4efc-88b0-06e783ac1aba", "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": "db40b5bb-ef6d-4c74-b04b-9a9a9f692649", + "id": "b9fffe07-f4c1-43a8-b537-98231feabf04", "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": "f0b48b02-f97b-438a-b68f-6322fbb1e4ae", + "id": "5117b6c8-ec9e-4100-9a15-4d9e99256aaa", "name": "Too Many Requests - Returned in response to too many requests in 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": "d36ba16e-c156-4f4d-bf0d-f24ce9e5d047", + "id": "6c7a21e2-0a58-4884-a362-6e8ba0438bb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53868,7 +53868,7 @@ } }, { - "id": "f4e84432-2606-4c30-8740-0e35e95c431d", + "id": "7eaf2775-2b14-4987-9d72-573008c17700", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -53921,7 +53921,7 @@ }, "response": [ { - "id": "5fff14e0-b0ff-4d54-8bb0-8ace1d1af6b0", + "id": "8c2d0d48-e288-47cd-9376-9cdc32d968df", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -53967,7 +53967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e67dc134-5cbe-497c-afdc-4cd34cb2aeb2", + "id": "51993c5b-b80d-4ec1-aa83-d7bf6a1ae450", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54013,7 +54013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9375f7f6-6fdc-4c65-82ce-074a08f7848c", + "id": "995a75ef-acb7-4bcf-9fdf-5ad88011b6ae", "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": "ddaf5f6a-c4a6-4901-9116-781a85d5bd42", + "id": "379211c6-4a78-496a-90c2-c6b00171366c", "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": "34932592-bc1d-4ac2-8a8d-4bf6dca2f7f2", + "id": "751763f4-87af-428c-8a13-6d92d8866a60", "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": "48030ddf-a7b9-4d4a-a490-b4d7ef045a9a", + "id": "52f9d8d7-f1e9-42aa-8969-5c222a94e6fa", "name": "Too Many Requests - Returned in response to too many requests in 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": "052ecfd7-7c31-4c80-9838-9d6649de29db", + "id": "2bef4b04-d886-4773-88a3-2296653b8f74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54249,7 +54249,7 @@ } }, { - "id": "77c324dd-b418-4c27-aa2f-6e6e30445f6b", + "id": "3a1f3d8a-0403-4667-8126-16e08d0caed9", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -54315,7 +54315,7 @@ }, "response": [ { - "id": "e8b6387f-0c80-4c6f-b898-858adf966811", + "id": "e4e4edc1-92d2-4173-adca-1bf8d8da788c", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -54374,7 +54374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a4f9b1-6902-464c-b45a-adb4b9462483", + "id": "67f7caaf-20e9-4755-b09e-d99339aae4ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54433,7 +54433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1900654a-48f5-4b0f-ab9c-646df5696a2a", + "id": "db2ff77d-bf9e-4a04-a091-0bb0c244254a", "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": "9bb1222f-95fa-49b7-8052-7cd9be4dbd70", + "id": "c3df667a-6c3a-434b-afc2-7a3d6663204a", "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": "dca6b73e-db7d-46ae-9e62-a44593551a35", + "id": "3ed547d1-d9ae-4434-bbae-9793815e4d7a", "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": "d5e4b5a6-f182-4991-af20-7575f1b12ff8", + "id": "67105b55-6e81-468c-bd97-e06a5033fb90", "name": "Too Many Requests - Returned in response to too many requests in 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": "ac0e50f7-2d71-47b3-9a69-02bae13de93b", + "id": "0862db5e-6485-469d-b69f-9ddcc533de92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54734,7 +54734,7 @@ } }, { - "id": "309df6ed-9cfb-4cd0-a773-beb8dcae0cd5", + "id": "24511b4f-f38c-48d3-bbc8-ab95650c67af", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -54787,7 +54787,7 @@ }, "response": [ { - "id": "1fd6a297-aa4d-4980-a8a7-00af830633a9", + "id": "48ad0953-b09d-451f-896e-c6a3d6264f1a", "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\": \"nulla commodo ut\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"ipsum labore eiusmod\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae74cf2d-bb30-4f54-8e0d-37cec109bd9d", + "id": "37d5b948-aefc-43bf-998c-f653f9b407e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54879,7 +54879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de7c594-b484-4a11-8303-ed1f23616fd8", + "id": "7f105807-0bca-437f-8445-b1630180ba11", "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": "6fa73595-e6b5-4adf-a2ea-9de14f5901a8", + "id": "04d63119-d7fc-4c0c-9e5c-aaded5f0c4bd", "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": "5556a617-b054-4e92-913e-72a6ec00166b", + "id": "3df6a8df-4cbb-4dbd-bfd3-6ab6cfe9e480", "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": "f5190af6-3210-4c77-b2ce-1ca22bbcdf60", + "id": "71daa7fd-5860-4439-b60b-c5c6272f9630", "name": "Too Many Requests - Returned in response to too many requests in 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": "48e0ae70-e47f-4a57-b805-40843d0fe62b", + "id": "0833f97e-0188-492d-b279-64969acec9e0", "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": "2755825c-2712-408d-8b76-29c395050cc9", + "id": "877d9f58-bacc-4888-a773-93ba4b677e3f", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -55163,7 +55163,7 @@ }, "response": [ { - "id": "49dfae0f-cb18-409f-bab8-100ba164fc48", + "id": "dcd51e95-065e-4758-a186-f6859e88f192", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -55219,7 +55219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92148817-b744-4a72-9bf8-64d1644bb763", + "id": "0dc67ffa-0d9a-430f-96ee-f7f45b5602a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55275,7 +55275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f7b117-e302-4841-bcde-ce722eb8f4a4", + "id": "f2e57b87-1300-4de6-abc8-50f23c38f301", "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": "e804adfb-88e1-4606-939c-cd2e0163c1ee", + "id": "bf609be1-a8fc-4f6f-bd8d-3a28c9b95d14", "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": "7814fe86-50b2-4655-a7e8-436b0ca22008", + "id": "f2590888-5b95-4068-bcdd-c4c96c86a49c", "name": "Too Many Requests - Returned in response to too many requests in 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": "5b69a619-75ee-45d4-933a-7898121b41e3", + "id": "ef1fed25-1d66-48fb-b786-02ef2fcfebd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55505,7 +55505,7 @@ } }, { - "id": "5e065193-3175-472b-acc7-595254111f62", + "id": "2e141960-536f-43bf-b18a-7b9617db03d2", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -55580,7 +55580,7 @@ }, "response": [ { - "id": "76ff69ce-2e37-4cfe-804e-50733333a96d", + "id": "aeabff07-87f5-4379-967e-ccb5aea0ce35", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -55669,7 +55669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1532ce93-a070-4eef-8f88-87a051771e12", + "id": "97457010-0115-4b47-bab3-61df6e946dce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55758,7 +55758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca4ea6d-656e-4484-a056-02d8e31d4739", + "id": "96cb1f49-46e4-4d60-995d-b5fe823fe9ec", "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": "adb982cf-a1ca-4871-bd0a-236b0b54db7b", + "id": "b6115ef8-c6f4-4dfc-85f0-7e9922db67de", "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": "3ee1819f-4e88-4f89-8fd5-e8f72921b98e", + "id": "27b7a0b9-204c-45f1-8478-461ed1d1232c", "name": "Too Many Requests - Returned in response to too many requests in 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": "4d04cce8-44ef-4593-8920-56b3e193b767", + "id": "ecfe6dcd-50b6-4e0b-938d-605437e31737", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56120,7 +56120,7 @@ } }, { - "id": "2fa6a34f-d5fb-4286-b831-a7529eee314d", + "id": "e396aab8-fe45-44f4-8204-f17a5ef35a97", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -56161,7 +56161,7 @@ }, "response": [ { - "id": "1aa633b1-0c9f-47ed-a4d5-0a18444d8a71", + "id": "9ae52369-c4ec-4b1e-86d3-e176405f6231", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -56205,7 +56205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b7fe26-0820-44fe-968b-18ecc9f549bc", + "id": "272c50dd-1e3a-4e7c-87d7-e5cf0bf59f46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56249,7 +56249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5633c8b-5b47-4aad-b595-cd357fb5ec98", + "id": "a2045a37-e1cf-432d-a013-12ca2df9b1a4", "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": "dee816e9-0364-4e58-bc49-379e4598dbf3", + "id": "fcf0b1a1-1310-4459-ae35-974f271a98d3", "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": "f3e3e605-bf03-44dc-91d5-f8b1f35dec1b", + "id": "19063243-b27b-4dbc-9b4b-8dac1013b583", "name": "Too Many Requests - Returned in response to too many requests in 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": "ed4304d4-1bc2-4620-a692-3aa7935f91ee", + "id": "a1594265-4edd-4981-a14a-e19865cca2d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56431,7 +56431,7 @@ } }, { - "id": "6124079e-6498-41fb-877d-edd119325497", + "id": "1b0d888b-e41e-4f93-80a6-3df428e6fa81", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -56485,7 +56485,7 @@ }, "response": [ { - "id": "639e8f83-34ea-410b-9a5a-3e3e4c6c6f20", + "id": "664ea2f3-2b19-4cf6-9cec-1f7e357d5aef", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -56542,7 +56542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3242496-9185-453c-bb49-8c1592f8d918", + "id": "4357a35d-dafa-4767-ac07-69540860fa71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56599,7 +56599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75c299f-1fd6-4102-9e75-0df8a65a0e7b", + "id": "c67d60b7-a05e-4438-82e3-3b15d1ea595b", "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": "ec365045-50c6-4bb4-95ec-9e0592075804", + "id": "148cb6f4-6bba-49c7-b91a-fc7ed10d158b", "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": "cc9e3e82-bd77-47b6-b04e-040b924e7af6", + "id": "016079f3-ebf6-4a0b-b39a-a91e16c7c1b9", "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": "8b3c868d-4c9e-4b2c-ba1e-8b099c0f5492", + "id": "eda07b7c-f80f-4565-ab38-2598021a8171", "name": "Too Many Requests - Returned in response to too many requests in 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": "cd499959-e6e3-4f4a-a059-f887dbff4b29", + "id": "ae5d87b0-b212-4e18-8b47-3a1e4f41b1a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56890,7 +56890,7 @@ } }, { - "id": "eb5cc05f-7efb-470c-b077-9ae5fc1bb959", + "id": "46357253-ebd7-4062-b682-84eb143c4905", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -56944,7 +56944,7 @@ }, "response": [ { - "id": "ce34bd1e-11a8-401d-a693-4c5ba2511583", + "id": "2d53b7ed-4e9b-4312-b9aa-f412a51108af", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -57001,7 +57001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af0c355c-ce04-48f4-98e3-139526cb15ff", + "id": "0280b5be-7633-42ab-9236-3c3dd345d470", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57058,7 +57058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc7e7ad-3ed4-44b7-94ad-2ea899733cea", + "id": "254d4c59-d498-486d-b883-3408d7fe8706", "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": "f8aab541-00d0-4924-aff0-72a8ebccd13c", + "id": "50d31ffe-df61-418b-ae5a-5e4d7a47d8a4", "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": "44078c68-0654-486d-a55c-c75ecc2a39e6", + "id": "bbf25d7d-24d0-4eb9-b645-78dabde48009", "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": "a340202c-1793-4d7a-aa0d-17466cb8f5e0", + "id": "16b561ef-aac9-4467-871a-893f96b94c34", "name": "Too Many Requests - Returned in response to too many requests in 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": "5dae5dde-7ece-4051-acd3-7e6475befac3", + "id": "45cec736-3092-473d-8bfe-74db29d7ee89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57349,7 +57349,7 @@ } }, { - "id": "6c945bfc-63f2-4acd-aab2-68bce5db1b6d", + "id": "c30dac18-9948-40d1-986b-bfe85d09378a", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -57390,7 +57390,7 @@ }, "response": [ { - "id": "2094f3cf-f2c6-4add-8098-19879680160e", + "id": "d96bbfca-c4af-41f3-940a-19dd0a2122ef", "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": "c6d7f67d-fef8-445c-8a24-b632bab0dc21", + "id": "997f3626-fe1a-465d-816f-2bdc54b0272b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57468,7 +57468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b887646-206e-4261-958b-92c72d75eaf7", + "id": "1770efa2-8132-49d6-a0e8-746519b7b4f3", "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": "12386006-0f5e-4e8b-ac0b-89b251403980", + "id": "4124ebbe-820a-438f-a764-d944fb0d99b1", "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": "dfc583ff-67ec-4877-9ff5-ca3d520ec4df", + "id": "d81a3855-9917-438e-a533-f587c1208f49", "name": "Too Many Requests - Returned in response to too many requests in 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": "b03fdb7c-58ee-4530-b263-83bbb8882f38", + "id": "adfaaba7-a5e4-4d10-baed-e4ee20a65515", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57650,7 +57650,7 @@ } }, { - "id": "5a2e121b-0272-4b66-a62a-3bc47721d4fd", + "id": "61c1d080-f245-4dbb-b306-8ee0ed17fb7b", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -57693,7 +57693,7 @@ }, "response": [ { - "id": "fe4db137-ba4c-4951-8405-a63a4c4f721c", + "id": "11bc36d4-ba9f-4e0d-a546-568f558e90bc", "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": "b1813ed3-f940-4188-89c2-981902c307e1", + "id": "0ab35381-d930-4814-b232-e7918b2fe1c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57797,7 +57797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a5377f1-2a57-4969-a77f-f69a931c9df2", + "id": "05c4b7c3-c988-42ea-9417-2d0bbe7982c3", "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": "cb115df3-7530-4c07-9029-3a6a95fd80eb", + "id": "ab14383f-5831-4452-970d-10feec5a1116", "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": "60a02491-b2d6-455a-a3bb-75f88acd2c41", + "id": "28921566-4f93-4767-8419-47cd6bdf6e53", "name": "Too Many Requests - Returned in response to too many requests in 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": "56803d58-3f72-41e9-8931-4133a8d2c544", + "id": "b8576800-8a07-4ee5-b2d3-4f73d894ce84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58031,7 +58031,7 @@ } }, { - "id": "39a910c4-7351-439c-bf56-408bf9551004", + "id": "a5d4bba4-4f18-4044-bb6b-44e28643a083", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -58073,7 +58073,7 @@ }, "response": [ { - "id": "36d216d4-a065-4677-a54c-cd8982f71883", + "id": "67241be5-47ed-4544-aeab-6b1a79538c93", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -58129,7 +58129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b135b37-f9a4-4cf7-ad12-4cff7659281a", + "id": "0e82b63b-1293-4399-8f39-f88b285d589c", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -58185,7 +58185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a07d9d57-e5d6-41a4-aae2-ccf008d924c5", + "id": "1ab94839-0172-4658-bd55-013d930a79d7", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -58241,7 +58241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e3ab853-56c2-4e56-9e32-f399a3271225", + "id": "02922ded-0494-4dd5-93e3-7d7e6369667d", "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": "9bf644e2-2904-4109-a0df-6677461942a4", + "id": "712a7d76-b34e-4bb2-807c-abf04cb0e2f3", "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": "1ccd3c3e-2987-468f-84fa-ea3354787e30", + "id": "297e0284-b92c-4be0-be03-89dbb1518d1e", "name": "Too Many Requests - Returned in response to too many requests in 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": "68b94e97-01b0-438f-9001-8dd9bf56b2b8", + "id": "8a1cbdda-2cb0-4865-b227-af4f8b2f8744", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58471,7 +58471,7 @@ } }, { - "id": "f5193bad-5a67-4029-b885-8b78542d7b7e", + "id": "0addd2ce-1594-46fd-aca1-88c9cfab6c8c", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -58555,7 +58555,7 @@ }, "response": [ { - "id": "0083c7f9-1314-495f-94ad-dc9202c11306", + "id": "daeead5b-7ac4-4942-92ca-8b927cd13f8d", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -58653,7 +58653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1e2608-e8ac-4b33-9161-0933490ef6a5", + "id": "e9bd5ecc-c83d-4197-b699-e689a36ac84b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58751,7 +58751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb435b19-21d0-4f90-87a2-2c47b73bfbd5", + "id": "819b4ca3-a4df-4202-809e-3946907b468d", "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": "2cee922e-7c9d-44ab-a7f5-c9d87270c774", + "id": "732e24f5-d233-47a6-9ee7-731fde70ded5", "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": "3e106cfd-f579-4aa3-b337-73271f005856", + "id": "89326163-8e4f-41d6-b440-813e175314a3", "name": "Too Many Requests - Returned in response to too many requests in 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": "f794a69a-3e6d-4861-b6bb-64cb13240518", + "id": "876026f1-5a3b-4e83-b1e8-a45d95c3596d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59149,7 +59149,7 @@ } }, { - "id": "e436472e-3ac1-40a9-a834-5502b96389e7", + "id": "5a3cbbcf-9adc-4a9b-97af-85d29e42846e", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -59190,7 +59190,7 @@ }, "response": [ { - "id": "abc3c9e3-85e9-4ef5-92cb-b84239ac8de6", + "id": "62d343cd-e540-4825-aac8-25efa140641a", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -59234,7 +59234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3f511e6-8d33-4269-ae26-147c220ffa80", + "id": "f7d221d7-7110-44db-9303-3b36462edd25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59278,7 +59278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b15f2c-aaac-40a3-880d-d093c4829281", + "id": "b2237d3b-2295-4496-b932-96f7c246d3fb", "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": "7783eb34-01df-4951-8c4e-b35505dac832", + "id": "70521648-b13e-4e63-ad6a-28ae131712a6", "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": "21e5d1da-f5b1-4f69-be87-4a24b80fe433", + "id": "a984777f-b9a7-4c60-bc5c-77453eb86f35", "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": "9a2958ba-c548-43fb-b177-16219ad1772e", + "id": "f8c41b2a-08a2-4a28-bca5-6215925fe49b", "name": "Too Many Requests - Returned in response to too many requests in 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": "30c38a68-fc03-470b-b0c1-63715be5f7cf", + "id": "bbb9ebaf-202a-4e91-a132-803581f4fea6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59504,7 +59504,7 @@ } }, { - "id": "acf90b3f-3c60-4bdc-8d11-9f8821c8d78e", + "id": "edc4783d-b331-4cef-a771-d760a0cc96c7", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -59545,7 +59545,7 @@ }, "response": [ { - "id": "fa1a54b9-74fc-4ba8-8d7a-d328647fa868", + "id": "0f8a19c1-2c02-4bee-97ee-08c9e2bf6bd7", "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": "cd28a49a-3692-4f7c-9e63-4d03d0d6f6ae", + "id": "1c1927f1-404b-4387-967e-67ab3e7c0fb5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59623,7 +59623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c722bbd6-7b78-4a6e-a54e-760237f21d97", + "id": "58c08358-11c7-4cd0-9daa-6420b0547b25", "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": "99c51b6c-2d41-4044-b795-db69875c299a", + "id": "9cb8ced5-bcf7-4c68-b2c4-d4a2c79ee765", "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": "33d107e3-f680-4700-9ee9-bf33f842bcae", + "id": "b5d928ec-80e1-4035-909b-a71dd156980d", "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": "f33cfb0f-5839-4266-87f3-df87057f1c05", + "id": "29cd03ce-0dae-48c6-9999-42297a95414f", "name": "Too Many Requests - Returned in response to too many requests in 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": "8f10ba98-887e-43f9-8d27-7e2b663e4ab0", + "id": "c68eeeb5-399b-4b79-af56-28a9154749df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59849,7 +59849,7 @@ } }, { - "id": "ef22d1f9-4541-40cb-92db-4c9d01418e68", + "id": "96c0d929-7dbc-4665-8ec3-4070ed3a60ff", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -59891,7 +59891,7 @@ }, "response": [ { - "id": "d31d8317-9bfa-4893-9267-1382a1079a4a", + "id": "804faf55-60e0-41d5-bd8f-e1d7a7daf9c2", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -59936,7 +59936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c050003-2a1a-4fb5-8e8f-18bafb2c45f4", + "id": "432968d4-d0cd-4cdd-bbac-1c10d03aa9ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59981,7 +59981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44553f54-3e6b-41f4-b8b2-ff47d0195384", + "id": "17c2de04-3c23-462d-b5f5-5227078d360f", "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": "34ce333e-a462-40e7-8056-3c82975ab9c8", + "id": "f2a2564b-a525-4f64-8ecf-1a99013b6b8f", "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": "3242d275-40e9-445d-af9e-b3c8b1402a3c", + "id": "ca84cb3c-c163-4e0f-97af-007563516ffd", "name": "Too Many Requests - Returned in response to too many requests in 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": "d856d7fc-fc4c-49c7-a600-96285929a3a7", + "id": "5da91f7c-35cd-47ce-9d06-89e3b768fac8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60167,7 +60167,7 @@ } }, { - "id": "85425b3f-ee5a-4ab2-a9ff-a976ccb72de8", + "id": "f73c516b-69de-4b04-8035-14cfe20bc7d6", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -60209,7 +60209,7 @@ }, "response": [ { - "id": "bb47fbee-7bbe-4ae6-a831-25627e27f73f", + "id": "c11f34d8-cfcb-46c0-9c81-5c71b957494e", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -60265,7 +60265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40706336-7c44-4fd1-978a-20ed6391c9df", + "id": "84e9788d-e4fb-48df-8f54-49b8de6cfea4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60321,7 +60321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d32ea758-8ec0-4280-8cf4-ef6a1b50cc0f", + "id": "b474d317-c08c-4527-890d-d53f88e4e6ea", "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": "ea0c9b37-73ea-416e-bbac-5448824c6f78", + "id": "b92b3a58-e9fe-4d52-adbf-469f7f3103be", "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": "afcaac56-6bfc-40b2-a19e-d38ea63e1a0e", + "id": "bb268866-7535-413d-bf09-9d0c91236d53", "name": "Too Many Requests - Returned in response to too many requests in 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": "a4880f8a-8d58-442c-a00d-7c0772a24a85", + "id": "505ce9f0-d4d7-4292-afcd-18809e9642e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60551,7 +60551,7 @@ } }, { - "id": "31a15a4b-9b01-46fe-9cce-7afd5f79c1ca", + "id": "9a620508-1006-4989-958e-8e112c369392", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -60635,7 +60635,7 @@ }, "response": [ { - "id": "33ea96fd-bc08-4ddf-aaa4-f20fa1a1b140", + "id": "0a5c3381-1fcb-4170-b99a-10d56351a070", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -60733,7 +60733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1358fa-5958-4159-bb6b-c88b588cbd8f", + "id": "3595a071-3dee-44e0-8d6e-098805cbccaf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60831,7 +60831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "675dfca9-4c47-4e64-8054-4f0bfdcf4acb", + "id": "a3788abd-ef4f-4030-aae0-297785fc256f", "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": "001349ae-40c9-4d9b-a8bf-b0c829a91729", + "id": "f314c749-d6f3-49c4-af38-8680eeda8f54", "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": "a495800f-93ab-49c6-b870-a736de62cb67", + "id": "8e95b487-5087-4daf-bfca-6015433c904d", "name": "Too Many Requests - Returned in response to too many requests in 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": "8fdcca17-0ac4-4ca0-94cb-755389a73022", + "id": "8a6e98f7-279e-4a3e-9854-f886d23d0bc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61229,7 +61229,7 @@ } }, { - "id": "2bfc250a-56a6-4606-a0f0-b639de30f895", + "id": "c0dd2f93-1a56-4d61-a2a3-3ce55674700f", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -61270,7 +61270,7 @@ }, "response": [ { - "id": "93fd2533-2dd4-48d0-aeb5-7bcab578bd1c", + "id": "86935d29-018b-4a78-8e4b-2882f278caf0", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -61314,7 +61314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37f4cdd3-af96-43ee-a16e-8b5099aa8e65", + "id": "6ba5d8d0-f005-4820-a43c-db63154d432d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61358,7 +61358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92411da0-9584-4fd6-baaa-709608309166", + "id": "047668e3-1ae5-4a38-b553-a24f811184f8", "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": "56557405-7120-4c6b-b7d9-15acf3df5d50", + "id": "c01a5218-cddf-4e69-b974-bdd663282172", "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": "51571fee-a27e-4f65-b0d5-00d537a0e735", + "id": "af9032d2-035d-4d5b-900e-55b46cc7ae66", "name": "Too Many Requests - Returned in response to too many requests in 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": "1032a780-644f-4d59-bf84-d9666e96e4d0", + "id": "be5562cb-192d-4b37-b0fe-7aa92ce00c9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61540,7 +61540,7 @@ } }, { - "id": "c89cce4e-6d25-42b5-9548-8a2eb64b1108", + "id": "da09710b-1f02-4a81-9d66-a32a1c15f592", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -61594,7 +61594,7 @@ }, "response": [ { - "id": "d7b5b563-878a-4505-8e4c-ff4aace41960", + "id": "87f1b068-bb7a-4de3-b8f2-db3e838867da", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -61651,7 +61651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cafb0a9-a622-431d-ad3a-96a504115879", + "id": "5d2bd630-f3b1-422c-88d3-cffe9b326f7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61708,7 +61708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5cfad7e-ddbe-40af-965f-767365d5a3e3", + "id": "70d798da-3dfa-4508-9418-69b07a38bdc3", "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": "8d9b3a9c-472c-4362-888c-11e4ab64288a", + "id": "9bb9d04a-dcb3-4c49-8e36-95d83038ed7f", "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": "ce43ffd8-19ef-464d-a61a-223717042575", + "id": "1e4bd5bf-7d91-4f29-9c1a-c1e67a720984", "name": "Too Many Requests - Returned in response to too many requests in 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": "3c600c8d-acf2-4106-b3ab-e2a5525e7add", + "id": "01f45947-8c11-4fca-9483-5b7dc216b266", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61942,7 +61942,7 @@ } }, { - "id": "9b816b8c-46ae-4638-a9d7-dba335cd6d83", + "id": "0723134d-ec91-48ce-abb0-77315f8aa6ad", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -61983,7 +61983,7 @@ }, "response": [ { - "id": "2a872f99-b374-4678-8bad-9485a58c7343", + "id": "0ae7da52-f07b-4434-8807-51fa905f7f4d", "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": "24b8d5a8-e0a2-4bfa-8418-ec8e4556cc6f", + "id": "fb30f361-61d1-4134-a1b9-e73440d06d3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62061,7 +62061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6ce62f-2165-4b41-b51d-12ee77bc8abb", + "id": "39d0c648-1c82-4469-835f-acfb548cbbfc", "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": "7519d7e2-555f-42d4-92a7-0f4676a4ba8b", + "id": "abbcce0a-064e-4e6e-9c57-a23b6e8ff207", "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": "a25401ad-2b0e-472d-92ec-4a1409032c1a", + "id": "37cc522a-b3ce-494b-a870-603825cb6bb6", "name": "Too Many Requests - Returned in response to too many requests in 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": "b2e870ab-f208-49dd-99df-8968dd97feee", + "id": "e12bee04-01a3-4e3f-b7f9-94978649621c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62243,7 +62243,7 @@ } }, { - "id": "a9f98e3e-4fe8-4031-9eaf-18d1a9138da6", + "id": "422323f8-b020-4848-ac4b-7cab1e80ff57", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -62286,7 +62286,7 @@ }, "response": [ { - "id": "2ec0418e-1c86-4132-aa41-80756666c3f6", + "id": "5dbe2c8d-a83c-4ac1-8b2f-5b302dbfe7a0", "name": "Exported CSV", "originalRequest": { "url": { @@ -62332,7 +62332,7 @@ "_postman_previewlanguage": "text" }, { - "id": "40a3761b-88d6-4f18-9631-d9387030ea61", + "id": "8bf63ee8-2ffc-4aa1-b84c-fd6195955677", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62378,7 +62378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2cd1ce-902a-4b93-bd11-7489f311089f", + "id": "3de28a2f-dd99-44b2-86c1-20aff67d95a3", "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": "c8f1e910-04fb-46f5-9bf2-8edcbcca382e", + "id": "f52ac526-ced4-4a3e-91ed-1d4eb22e3db0", "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": "3a1ce4ae-fe03-4a04-96a8-6b7445dabca3", + "id": "b641dbfc-8b17-47c4-97df-2bbc839ba44f", "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": "b95488a1-cd62-49c9-b49d-9b643cc13f06", + "id": "60dad7d3-6378-4a7b-a6bb-4f903c257114", "name": "Too Many Requests - Returned in response to too many requests in 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": "c227d99b-07d6-4181-ad95-ca96fbcaa337", + "id": "768439ee-cc8d-449d-bbd5-bf60524d48b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62614,7 +62614,7 @@ } }, { - "id": "5ae5fef1-51e6-42bd-9973-c4ade1e2041b", + "id": "c52f2e4c-1151-41de-ab82-6698ecad729a", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62673,7 +62673,7 @@ }, "response": [ { - "id": "9ec61b04-a102-426d-aa48-ccd932b60e4d", + "id": "d0bbd2e9-f127-48b7-923c-038b667d090c", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62735,7 +62735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4771ba4-8e34-4271-95ec-c59863f35834", + "id": "60275312-c3cf-499a-ab67-595d21b7219a", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62797,7 +62797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42058d74-b74f-41d2-814d-c46c14827be2", + "id": "27d7a1e5-a15b-4bab-9add-f445a1710339", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62859,7 +62859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5073cd-1d40-4299-a722-23b6a7e64234", + "id": "220427ba-606d-453c-860c-2a60d75ab600", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62921,7 +62921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b68781-2edf-4412-be23-162d6d5b8b5a", + "id": "55371a57-ff21-46d0-ae03-b54b97b9efa7", "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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -62983,7 +62983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff9665cc-6e68-4263-a8e3-003d9f08bf13", + "id": "a5bb9724-25c8-42a2-80df-caaf6c131c3b", "name": "Too Many Requests - Returned in response to too many requests in 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": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -63045,7 +63045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff71834-156b-4222-b111-6bec704d07a5", + "id": "9498558b-e57c-4f5e-baad-f39b32c344d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63088,7 +63088,7 @@ "type": "text/plain" }, "key": "data", - "value": "cupidatat labore reprehen", + "value": "aliqua eu est", "type": "text" } ] @@ -63113,7 +63113,7 @@ } }, { - "id": "6a272445-a4cb-49e4-9cc1-06e222b88eed", + "id": "3c14d81c-fce5-4cba-832c-21bcadbcf26c", "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": "9d5f230b-ae8f-481f-9942-95cb5c93d9df", + "id": "3b8bbca0-732f-4655-867b-c33e9c5c06a5", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -63202,7 +63202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c984af6e-cea2-4554-b19f-39edf9b4c2fa", + "id": "79a88be7-cf8a-470c-a023-ca5eaa75500e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63248,7 +63248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a65a097-64a2-4826-a615-71d408c92109", + "id": "2f0694cf-3a05-4555-b7de-3c5fddc8d3aa", "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": "13e12306-3669-41dd-b77a-4f7c59e838b0", + "id": "e9c10d5b-29e6-45be-9c06-1b3115e43f2e", "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": "a406bee8-3781-4b95-94f8-812c135e4084", + "id": "6897483b-b844-4a04-a8d2-87d0f0bb7cf4", "name": "Too Many Requests - Returned in response to too many requests in 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": "a9debfca-7f32-4328-ac17-d5ff3ba1758a", + "id": "d9f1bc2e-0891-4f90-b3aa-50c661ef0f31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63438,7 +63438,7 @@ } }, { - "id": "411bab6a-7283-4b45-908c-92f58ad811a9", + "id": "22bb7d24-fe6e-4d4b-925a-569d0110ae1e", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -63481,7 +63481,7 @@ }, "response": [ { - "id": "ce51e23b-376b-4cf4-b1ca-7ff7138c8cfb", + "id": "2b81232a-915b-43c0-8147-be0cc25017bf", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -63527,7 +63527,7 @@ "_postman_previewlanguage": "text" }, { - "id": "42f4982b-bfdc-4c92-86b9-f924f2759a6a", + "id": "f44ca181-04f8-464e-90b4-79353f2a2aa1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63573,7 +63573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "203705f6-b955-45b7-989c-d4596e42b160", + "id": "5a5b8221-16f9-482a-8a59-80ef96f65d59", "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": "e4aab89a-dc06-42eb-8667-4a6e58a1727d", + "id": "d03844fd-6a78-4305-abc4-a7567756fa11", "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": "599efa6d-3750-4e40-a69b-1596f3d1641b", + "id": "fc6c41ac-c1c8-4c44-aad9-1dc06a913f88", "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": "759c18f2-11d5-498f-b313-f87f959107a3", + "id": "8f25bba1-87e6-4613-bfe9-b63ff182916b", "name": "Too Many Requests - Returned in response to too many requests in 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": "094e55dd-c94e-49d4-82c3-fc1fa17ba246", + "id": "6d2a7fac-9934-4f73-a07a-add63fbce947", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63809,7 +63809,7 @@ } }, { - "id": "203a5261-c818-46f5-967c-963e653d8b1c", + "id": "4a4a8698-c68b-4160-87a9-26c80667dc02", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -63893,7 +63893,7 @@ }, "response": [ { - "id": "dfdc0c5c-e194-4d37-8d60-66dc26c7a93e", + "id": "36d45a4d-2773-4abf-bdaf-2ace45048cdf", "name": "List of approval items.", "originalRequest": { "url": { @@ -63991,7 +63991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b44172a-7ded-4e10-9abf-1fc98909b002", + "id": "2f422596-6173-4663-9588-03b97f00dedf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64089,7 +64089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8734c1c-9f65-4ba7-8c06-4f3e1c23d952", + "id": "bae8eb96-937d-44f8-9d39-3cc70aa0aa2b", "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": "28b8526c-3641-4b88-9f40-deabc9b1401b", + "id": "b5cef8dd-1d8f-43e1-a5ed-71a1e18dd855", "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": "8f0cd5bd-4f68-48d8-aec6-f591dbb538ad", + "id": "842c2702-624d-4df0-ae79-fac74f13225c", "name": "Too Many Requests - Returned in response to too many requests in 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": "9377aae7-58a4-4117-b673-c5826fe51d7e", + "id": "4a111766-2464-4534-aeb3-44718151ef4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64487,7 +64487,7 @@ } }, { - "id": "d1e000fc-7ad7-4e80-8f94-c8b250fbcfea", + "id": "a485af8b-ec71-4e22-a119-f3182fd15943", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -64538,7 +64538,7 @@ }, "response": [ { - "id": "0e5d3a54-ee2e-4cfd-b711-634276380078", + "id": "8d75df77-dff5-40bb-a68b-1639f2e34902", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -64592,7 +64592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377483b7-ff32-48f1-a1e1-67f0d03d129b", + "id": "c0fffb8b-1989-4139-b2f3-00605adcf6ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64646,7 +64646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f05acd-e11a-433b-9d42-de5a0d8f14f1", + "id": "af4b5623-ff3f-4b0c-b2fa-1320ae24c0cd", "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": "93cd357b-63e8-4d56-bbb9-3feb4eb445b9", + "id": "ab1ef8d7-868c-40e8-86a9-d40ec5a1daf8", "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": "a9c5ab27-ae27-4e91-837d-bbb0dc5d0be0", + "id": "07cb6aa4-3e0e-4303-bb94-e9821fd0974b", "name": "Too Many Requests - Returned in response to too many requests in 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": "8e814885-d1a6-4c90-9237-edeba122c890", + "id": "f11cd546-674a-4462-bf56-ddbd42cf9474", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64868,7 +64868,7 @@ } }, { - "id": "14b30962-aed4-4706-9d20-7d708936018f", + "id": "eaa978be-581b-4ca5-981a-515036d60a4c", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -64923,7 +64923,7 @@ }, "response": [ { - "id": "c6c7b413-bc18-4685-bde3-6e58c27b9716", + "id": "28ca1b8b-bc0d-4378-b098-fe1681158c20", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -64981,7 +64981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f9fc53-cc52-4eb5-a536-d6a3e97485d3", + "id": "b2c5c255-ef50-4841-b2c3-3d82d7271805", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65039,7 +65039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121ec523-91ac-406b-80b0-7180f3735cba", + "id": "2a4348d2-c981-41b7-99c5-7004cbf72bba", "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": "83adfd53-5fad-489a-a245-90e0bf94e116", + "id": "e838efbd-58a7-4836-b95d-bf1dfa01497e", "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": "7429de82-b894-42ca-ba14-578e9017bcc1", + "id": "3a90085e-afa7-4c9d-91ec-0a4b17dc89d2", "name": "Too Many Requests - Returned in response to too many requests in 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": "3eca1e80-56bf-4928-ac65-6c712f398ab4", + "id": "6fea272c-5d9d-49bb-87ab-a74c7e8f335b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65277,7 +65277,7 @@ } }, { - "id": "b59a3c6f-923f-4cf8-838d-b5f7bad04733", + "id": "70633a81-2b4c-43e7-9716-f2c176b1ac0a", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -65332,7 +65332,7 @@ }, "response": [ { - "id": "1735b421-d80e-4a34-ac0b-5d8654603af3", + "id": "bbf55055-67a1-41ca-bb79-b0c98526e7af", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -65390,7 +65390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c99b7e-7879-479e-b46e-3e1119c085aa", + "id": "8afdd2d8-46f5-4571-9519-d26fdf832418", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65448,7 +65448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7f4258-5d3a-4e51-ac18-0d44b9f77e3d", + "id": "1fdc5982-487b-4911-82a8-05eb7e520e96", "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": "53408171-e228-469e-b430-0c4a325d255d", + "id": "e7d12b56-c30c-49bd-94ce-e91a412faa9f", "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": "6c9f11ab-2eaa-4c49-902b-03c7a668522a", + "id": "b77eec9a-e060-4322-aef6-65e08b4ddb80", "name": "Too Many Requests - Returned in response to too many requests in 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": "66df447d-67e8-4d8f-99f8-53ff9831c405", + "id": "c4ba7266-0921-418b-9405-04ba9fbb8082", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65686,7 +65686,7 @@ } }, { - "id": "f8b74022-674a-44a0-bbc0-75f43f6404c7", + "id": "06f50d77-31e9-4419-8a19-79d8681e7a77", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -65728,7 +65728,7 @@ }, "response": [ { - "id": "b64bb63d-032d-44db-b52a-8468c5aea9b8", + "id": "307892e4-a01c-4b34-8be7-6267882d9677", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -65773,7 +65773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d71e368-e113-4567-9c43-711cd42ec4ce", + "id": "cd9a1f5e-83d0-4c76-808d-4197e5823e63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65818,7 +65818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b171fbf5-dd2f-450f-8862-e4cc82e9045b", + "id": "cbe65641-4ef9-494d-a4a0-4e068aa68ef5", "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": "5b3671c9-e934-4d81-8eee-8af5fdd6883e", + "id": "dd504b4c-a296-4e1d-a5f6-26370a3f58fb", "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": "57f77eb2-60bd-41b1-af98-41e2231aab3f", + "id": "e74135ac-31da-452a-bfb0-c8d7e12a8918", "name": "Too Many Requests - Returned in response to too many requests in 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": "969b45a4-a210-473c-a541-28fa96ae5660", + "id": "ba4b1892-7fc1-4cc0-9d3e-988e074248bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66004,7 +66004,7 @@ } }, { - "id": "1eb9a51a-9800-495f-a261-bdd7e24f706c", + "id": "8736debf-e42c-49ab-a437-8f697e9d7e5d", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -66046,7 +66046,7 @@ }, "response": [ { - "id": "408289eb-f119-48ed-ae9a-cbdfb2d3699e", + "id": "94998575-cacf-4ffa-b82e-b5befff487b8", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -66091,7 +66091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9887c7e-aa3d-41e5-9c72-d34bc22ba38f", + "id": "04446a51-1acb-4068-a3e7-1d468159bf2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66136,7 +66136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "211edeba-2371-4dca-876a-7be412292a7c", + "id": "8944db82-7c73-4880-beb0-8ecdc14c3c09", "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": "aedb1cc9-e32b-46f6-9add-a27849f3a8eb", + "id": "c1b933a8-ce7d-444e-be81-52ae57ae2d4a", "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": "a7dc32f2-1dc3-4841-9aae-31adf0193a6a", + "id": "726e92fd-d4d3-4e79-b88e-9548ccfce5b4", "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": "5bcb0933-2688-472b-80c4-84c4bbc8c217", + "id": "66c99523-ce15-451b-aee4-2ac6edcebc99", "name": "Too Many Requests - Returned in response to too many requests in 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": "4e89abea-3378-4bff-bbc8-685b3a9d5c48", + "id": "fe50936f-c849-4a9e-b44a-23b76af78432", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66367,7 +66367,7 @@ } }, { - "id": "fc9f6d90-7b61-4c73-9e47-e45592e150fe", + "id": "d7bbf8f9-8cfe-4b7e-9de1-79d8a368b2ef", "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": "1afa06f5-d8b6-49df-a582-870e3f518bbf", + "id": "1b3b1116-8f8c-47ed-9dc4-35e197db964b", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -66480,7 +66480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af8d536-85af-4188-8c6f-fa10ebc0d03b", + "id": "59bd6f7b-1527-4bf5-baff-548957e49621", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66538,7 +66538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7daab32-dfdb-4ed6-a815-08a428ee2894", + "id": "03960e86-7c2f-4696-a5cb-9838311c16ea", "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": "a55176f0-3011-464a-a51d-df4f012ce181", + "id": "a9a0ecc7-3966-4005-8196-0281b4399add", "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": "343d260d-ebaf-4a3a-99a6-fcf3ffb73d25", + "id": "0707f9c3-fd1d-4dd3-a72f-12657232f5c3", "name": "Too Many Requests - Returned in response to too many requests in 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": "8d2b54e4-df4c-4d7b-a367-0f71d23da685", + "id": "cabf797e-4239-4c28-b0f8-91f0d2346857", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66776,7 +66776,7 @@ } }, { - "id": "e18db97e-452c-4658-9bec-7301218962c3", + "id": "a1e25f72-047a-4c35-86dc-5b1395b174ef", "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": "abf1af25-171e-46d8-8fa1-06ca5c3ebd74", + "id": "ad14d43e-26c3-4a8d-ac23-fe2487bb9598", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -66853,7 +66853,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0da2201e-b5f7-45df-b4cf-8cf54a3aeb7a", + "id": "e29387aa-52e8-4962-900e-0d43a10edba6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66898,7 +66898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9daec042-0e94-4453-89ce-888491ced902", + "id": "71c43794-e54a-40b0-8880-6bf53ec5a5f0", "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": "a32bd041-d718-463b-91e1-bf4df3562952", + "id": "af4f69f7-2c23-482f-a44e-5b5c5c44a7b8", "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": "1f44f035-032a-40f6-9c09-ccc4177e9278", + "id": "9b86996f-ad35-42f1-8ce0-dc15b1aa7f40", "name": "Too Many Requests - Returned in response to too many requests in 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": "0e5ef747-84e4-4902-8bc5-b43c3bad7f77", + "id": "3731c842-be8d-4ec1-b822-ad039cf1c8a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67084,7 +67084,7 @@ } }, { - "id": "d6855327-4d80-4271-bea8-6e254d57eb49", + "id": "d50ac8ef-b52d-4e4a-9348-ae3f82bfff8e", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -67137,7 +67137,7 @@ }, "response": [ { - "id": "2b9fb3d0-c8be-4a08-907c-11c56d2fb147", + "id": "deed3855-571e-4904-bb55-04e612f42d93", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -67183,7 +67183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf001f5b-e019-4be3-99ad-9b1c7186dbde", + "id": "3d973ac9-53dd-4591-9fd3-2ff6900838bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67229,7 +67229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60b6c803-06a9-424d-b26c-eb26e371cf0a", + "id": "4d9287b9-dad6-407e-9242-ea3857bdf5ed", "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": "788f4d22-46af-42fb-ac7a-e7381a874b70", + "id": "6cfdc792-e1c1-424f-9b6f-61753b5e36e1", "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": "d99ce6ff-5597-4725-a5a6-db09043d3267", + "id": "047ae716-afd3-40a1-b794-5fcebb366131", "name": "Too Many Requests - Returned in response to too many requests in 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": "03af3526-1c93-469c-9080-15b3ffea9b70", + "id": "7bc34e6e-7120-49aa-9da0-b2936d2cc66e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67419,7 +67419,7 @@ } }, { - "id": "cfd8084b-24c5-4908-9e11-795247d806df", + "id": "875fc132-47e1-4954-b168-31598837899a", "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": "65c6cdfe-56c3-47cb-8a92-acf88588afb2", + "id": "17b2c2c6-2bb7-4b5e-bcd6-f4eac1373a38", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -67544,7 +67544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f89ca189-f3a7-4add-8cb6-434cf076a38e", + "id": "84394a8c-cf76-4a63-acb1-30bda6ec8bcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67603,7 +67603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb98fee8-8def-40d2-96f1-fdbefc126092", + "id": "80df7705-dce8-44ca-b678-6d193f670032", "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": "6fc2bf7e-2326-4356-83c7-2c2b5910efd9", + "id": "3f923de3-05f3-4612-abab-f40838344e48", "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": "864c9d01-1ac5-4524-bfb7-677e6a0f6965", + "id": "f2a5df9c-02d1-47ec-849e-921665ce31fc", "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": "13a658a3-d5e1-48ef-a935-75d12a1edabb", + "id": "856101d3-aa5e-448f-84e8-2af3a8643b63", "name": "Too Many Requests - Returned in response to too many requests in 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": "185ad28e-f0d8-4445-a98b-087c0c792696", + "id": "9f33ed83-94fa-4cca-aeb0-849e6d9b509f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67904,7 +67904,7 @@ } }, { - "id": "7063d6aa-dd71-4f4c-8854-009b304bb9b4", + "id": "bbdda782-8362-4921-bf53-2f6f999e17a1", "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": "6420a02f-b075-436a-8f07-36c9cf9e9dce", + "id": "bd44573c-8e51-4c44-ac07-bb5f691ec2ad", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -67993,7 +67993,7 @@ "_postman_previewlanguage": "text" }, { - "id": "324ec9c1-5207-4574-9a03-86d162cb89d4", + "id": "20580f96-afe8-4410-a236-3ec3e8ddbd88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68039,7 +68039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b85e56a0-074d-45a0-bce9-86bfc1b3e241", + "id": "f26a6d70-153f-4c23-91c1-7c66eac69f36", "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": "97f0cb42-88f7-40ae-bd96-8149c7df1549", + "id": "8b93f100-084f-44e7-ac77-744c6d6f139a", "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": "635bfae4-9a5b-45a5-a52f-83db9d65fbd1", + "id": "7050016a-959a-47e1-afe7-dbe7e5d45511", "name": "Too Many Requests - Returned in response to too many requests in 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": "638fb57d-8bff-4e4d-b3fc-bf3a3f228a51", + "id": "a4784e40-ffc0-4f28-b981-aae32e9097f4", "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": "0a149dbb-8e08-42c6-9f92-bfec8603673c", + "id": "283e5a78-ce97-4231-8783-798967d90ce2", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -68274,7 +68274,7 @@ }, "response": [ { - "id": "8b5e9d89-9745-464e-906c-26cf67db295e", + "id": "812d29c7-7444-4e64-8d1a-51188248949b", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -68327,7 +68327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "808e0635-b796-46fe-94e9-809b63a636cd", + "id": "86f4a7d4-88bf-4b8a-8257-b17bd7b2802a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68380,7 +68380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab2a53e-b3e8-4b91-8d81-7b58f3d04ca1", + "id": "34deeb48-7ae8-4e4d-affa-551154552835", "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": "e1e04d94-4e85-4069-9346-6969249154b9", + "id": "48bc9434-f982-4b9b-8145-104016e6be37", "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": "f16e9882-d246-4537-93de-b3abf3fdb368", + "id": "04c1fdbc-4016-4cde-8879-d6a694db2051", "name": "Too Many Requests - Returned in response to too many requests in 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": "15cd9a85-47f0-4974-8410-d4933ca0fb6b", + "id": "fe21e22c-624c-44ae-b48f-b7419e501bef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68598,7 +68598,7 @@ } }, { - "id": "34e1dddf-5caf-4c54-9214-638497645585", + "id": "53b84172-1d22-43d1-bfbe-43b32d11edbe", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -68640,7 +68640,7 @@ }, "response": [ { - "id": "76ada579-b8df-4f00-bba6-ba94b5f8a85b", + "id": "142ec37f-428a-4b9d-bd6b-c485909c1e5b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -68696,7 +68696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1017cac-a43d-45c9-8d19-e3b309d4d485", + "id": "54b569dc-6bd8-4604-92dd-a84d1b042b96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68752,7 +68752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242e7ee7-1e73-416b-ac67-e3ab81b14b9a", + "id": "239d69a3-d939-456f-99c5-100c3098294f", "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": "928844d3-7242-4b9f-b5b4-36923d94f9d6", + "id": "5f6af4a2-5c0c-40fb-b20a-4c3693168d4a", "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": "01d3ef77-7d13-404a-8418-b1e44762107e", + "id": "256911e2-eaca-4d5a-bfe6-444a9ddb2578", "name": "Too Many Requests - Returned in response to too many requests in 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": "5f1b1201-6908-405e-8263-5e2be8379d48", + "id": "2769034c-af77-4e58-a424-064ead6ae854", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68982,7 +68982,7 @@ } }, { - "id": "d25f5aab-c8eb-419a-aa6e-73a604de48c2", + "id": "d0d30276-25ce-4884-9fa5-9f5386b325e1", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -69023,7 +69023,7 @@ }, "response": [ { - "id": "e342bc0f-fb98-4133-9a5e-f89d52b00adb", + "id": "f8268fd9-1b0f-4fcc-b923-6f0400b6827b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -69067,7 +69067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52b08a9-4ebf-41ff-bc94-c0630877ffd6", + "id": "2e81931c-6aec-49cc-88b1-6efa86cb5e54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69111,7 +69111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df14a8c9-61d8-4cd5-a05c-fbd9acb9ede7", + "id": "f9cfcf37-f4f2-4c3b-9dbb-b0a1192daa9c", "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": "f1d46c8c-b20c-4c70-bd14-1a09314cc59f", + "id": "2af56cba-33d1-4cf5-b0c2-5600fcdcb30b", "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": "1eca952a-be40-4821-a0f9-610cd44184bf", + "id": "d33538dc-1cf0-474f-9fa6-73ee86d28197", "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": "44c3874e-b7b1-47e4-9860-77bb61acbcdb", + "id": "797812bf-84f7-48ea-9cb2-40b188bb76c5", "name": "Too Many Requests - Returned in response to too many requests in 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": "10ae5d9d-0f55-43be-900e-23225adabad9", + "id": "c53ecb05-e996-44e3-a923-8e54514ca587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69337,7 +69337,7 @@ } }, { - "id": "3e2cfc90-5bc2-4ca1-bd09-f2d8f428794b", + "id": "16319c09-5b05-47b9-8fa0-2ab256c917fc", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -69378,7 +69378,7 @@ }, "response": [ { - "id": "d2b52652-bbad-48c4-9652-3d6e259ee848", + "id": "cd0e9759-2a63-4753-8d74-703d0e47b42b", "name": "No content.", "originalRequest": { "url": { @@ -69412,7 +69412,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ce36852e-02a5-461f-bc46-ce78b766d751", + "id": "3cf98f69-9582-43be-9fa7-d4d2c7176670", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69456,7 +69456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3098b964-d236-4982-a31c-88637de0ed48", + "id": "1cf337a0-a797-40d9-a960-650bb60ea35c", "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": "eec1ab5e-b30b-49f3-9cf3-3d82cec28a83", + "id": "bfed8e91-f8a9-4f44-9a95-552b7fbbc5d8", "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": "de5962d0-bfe4-451b-b706-322f6c978e47", + "id": "dbee1c28-b08a-48c1-b668-074ca0ee1cb2", "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": "53359c2e-b010-404b-95fc-cc2164e5eef8", + "id": "c2b00190-6fc1-4b3d-b739-eea34cee368f", "name": "Too Many Requests - Returned in response to too many requests in 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": "944d641f-669b-4725-b260-fb21e07617b5", + "id": "dabf4407-5b63-42d0-b99d-68446ac1ab9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69682,7 +69682,7 @@ } }, { - "id": "1d60f8d3-39db-47fa-a017-1e63a8082170", + "id": "3f3837d5-6bba-4a45-8af3-459f7cbac8f6", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -69736,7 +69736,7 @@ }, "response": [ { - "id": "5b74f6a9-51aa-4a5d-8264-39985c8a146f", + "id": "f1971681-671e-412b-ad31-b0c6395da7c0", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -69793,7 +69793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e74acb-c3ea-48d0-8722-afa23d1d880a", + "id": "a10ebafb-aa2e-4faf-8e38-90e2d606dbe6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69850,7 +69850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db231d2b-fc75-4806-b692-267e5f1785dd", + "id": "0e524363-e347-44fa-8985-dd6df17bca6d", "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": "434afd84-e7ad-4fa5-aaec-09ca5f4de0be", + "id": "5e346885-b319-4bef-9ac3-d246441ed8fd", "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": "2296e4db-8a25-4281-a6f2-1b8db137e8f8", + "id": "d70171e4-5b3a-4eb7-8034-34ca98d5eccb", "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": "8170d714-1f5e-450f-88d5-2ab09f59370c", + "id": "1e7270e2-9560-49f9-987a-da459f5ec503", "name": "Too Many Requests - Returned in response to too many requests in 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": "14214445-75bd-4b40-8d43-d3ca71e729c0", + "id": "9ef8b3bd-e957-4c7f-aeaf-8d275733fc39", "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": "86c237d0-5fb5-411b-b044-accb681d19a6", + "id": "30b7378e-8e7b-48da-a9cd-4741dba5f504", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -70176,7 +70176,7 @@ }, "response": [ { - "id": "2bb83ac0-c1bc-43b0-9bf9-44299c651e62", + "id": "b753fb0d-8ad8-4679-8857-d78471ea7ef5", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70219,7 +70219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b11980d-16b9-41a0-aecc-e6b2a2a0da67", + "id": "f93559d4-f6dd-4655-8cfd-afd9d89534a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70262,7 +70262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c47671cc-b4ec-4d27-a333-69e936c1d6d6", + "id": "e637db6d-89ec-4c65-a184-5f3dbbf37d2f", "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": "b2ec53e6-b157-4286-99e4-87b0b4705294", + "id": "b8fdddbc-9b5e-421f-970e-5caadd31761d", "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": "081ee0e9-b3a9-45f7-b046-95a93d3eecce", + "id": "f36d2779-e9ab-4564-a772-9c1988a1634d", "name": "Too Many Requests - Returned in response to too many requests in 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": "aa7d7a3a-9066-4388-8135-8f8e9f234915", + "id": "5e6201a3-e64a-445f-809e-9a15a9f51dd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70440,7 +70440,7 @@ } }, { - "id": "6bf6ced1-f57b-47c1-bcaf-9759eaa02091", + "id": "9c632165-9fe4-496d-ab20-5b521196c4da", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -70482,7 +70482,7 @@ }, "response": [ { - "id": "389d7568-b478-4f9f-8058-6888f55ac132", + "id": "3dfc7a1b-557f-4f1a-b813-1a32ca35b243", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70538,7 +70538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10640625-c78e-4067-bbf3-71e267cb877d", + "id": "ca1e88ba-f706-44ae-94c9-31e28a7429f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70594,7 +70594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f38bbe33-ec06-40e4-86db-c7909e8ae116", + "id": "0edd9203-d7f1-4905-9395-426d090eb2db", "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": "5faf7ce5-e084-4e27-9280-6f1e8da6ba93", + "id": "dcdab167-ab3a-4f06-86f4-45a2fbb534a2", "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": "ed146482-257a-40e5-b580-94cb8e7b8198", + "id": "3b9f1b14-30e8-45c7-ace6-23aaf6058b9d", "name": "Too Many Requests - Returned in response to too many requests in 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": "740dfe60-c191-4783-bf3f-a68b674923a0", + "id": "1a662208-be4e-4584-a26a-997c57475fd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70824,7 +70824,7 @@ } }, { - "id": "181ffdb7-4578-47c1-980f-7686342c2ff8", + "id": "106609f6-ae32-4a90-b7ab-cecd5352c625", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -70866,7 +70866,7 @@ }, "response": [ { - "id": "68c87a15-4cf1-4c67-abb4-dc1133a75479", + "id": "b50909a8-0646-4b1b-9a00-03bcecb4d032", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -70922,7 +70922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7cf1014-6dbf-4781-87d8-3fc9d83ada1d", + "id": "9da6c5e2-fe36-4ef3-8cdb-9f680d52927c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70978,7 +70978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a61d6e8-1cfe-4f72-948e-a1c30324c55d", + "id": "d8c3716a-4003-4fd7-ba9d-9d4c74a73606", "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": "86fb4a40-4e80-439a-821d-c64667769124", + "id": "633621a5-b07e-4439-bd47-23d8028b3298", "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": "607b4236-6555-4d5b-bd8b-8d4c4635133c", + "id": "5aaba071-485d-4acb-b5cb-6947d3f1cb47", "name": "Too Many Requests - Returned in response to too many requests in 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": "478051c9-eb8a-4d22-b1b3-ac47f6063f9e", + "id": "c666872d-b122-467d-90d3-f512cc47baa4", "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": "fe63e284-f855-43b6-ac75-9780020c3fe3", + "id": "017f9c71-04f9-4173-9e22-459c720e3cb5", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -71243,7 +71243,7 @@ }, "response": [ { - "id": "520a942e-c432-4c3f-b29b-ab01917d27dc", + "id": "33ad2721-1309-4bf4-ac6d-9ab13b421d3a", "name": "A password dictionary response", "originalRequest": { "url": { @@ -71281,12 +71281,12 @@ "value": "text/plain" } ], - "body": "adipisicing cillum", + "body": "commodo quis mollit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "e485ac0e-aea2-44f0-ad16-0ac3406558c4", + "id": "8bb9b504-34d9-4354-b721-c37fb6492329", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71329,7 +71329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "347a3a5a-7e51-4840-acc8-f5393ad9db1f", + "id": "fa5baf20-ad04-4fa2-85cc-802c995a1e62", "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": "62f423f7-8d2f-4f8a-8f01-f96b361293b7", + "id": "89091d81-9f74-482c-acf7-f29c395f0a36", "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": "e078f336-cc48-4b85-9c03-2a7c5f00e13f", + "id": "4a24bcc9-6e98-43c9-8eb2-0912748dabe4", "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": "82d8e3e6-0a69-4367-9c10-86a1431899ea", + "id": "6f11715e-47fc-40b2-a63b-7f450863c180", "name": "Too Many Requests - Returned in response to too many requests in 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": "8803cc10-d56c-416a-b219-ce8519938aef", + "id": "89400d0a-1727-4fa7-839b-d0dbb290dc44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71550,7 +71550,7 @@ } }, { - "id": "bacf4082-44ac-4f0d-bc08-06927de73c07", + "id": "41f49363-3449-452e-abb2-2d91350f8c98", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -71588,7 +71588,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71596,7 +71596,7 @@ }, "response": [ { - "id": "d13f4f8c-22b8-4d8c-a3ac-633d6305ff92", + "id": "38bd96be-75bb-4a35-b7e5-09be2b71c604", "name": "Successfully updated.", "originalRequest": { "url": { @@ -71633,7 +71633,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71646,7 +71646,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6bbe2b1e-02b1-4157-b48a-d756dabfe280", + "id": "98b49056-f5e0-47bc-9898-92b3a631f2ea", "name": "Created.", "originalRequest": { "url": { @@ -71683,7 +71683,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71696,7 +71696,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2cf7e6e7-0a50-4050-adcf-7817c1c531fc", + "id": "afdd88da-cbc4-4680-a703-69676580ac2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71737,7 +71737,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71756,7 +71756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cd204d-85c0-4652-a058-e0a0b3edf6c2", + "id": "87cd48e9-46b2-4b39-8f3b-4220b765e12c", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71816,7 +71816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3f2429b-c74c-4491-91fa-6fe79be43f5e", + "id": "4673ea9d-a7c9-4a9c-8de9-2ecd12c17721", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71876,7 +71876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffcaa9fb-a5b7-4c6e-ab5c-7043ab2134ed", + "id": "1463bad0-16de-4e49-badb-87d05bfc6f9d", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71936,7 +71936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a6687c8-6f95-4409-89c2-6458c1af8675", + "id": "681c8f2c-20e3-4784-ad9f-e91000e83c0c", "name": "Too Many Requests - Returned in response to too many requests in 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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -71996,7 +71996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7501581a-81e8-4eb9-986c-1c3996a463f5", + "id": "7b4a8603-a3c9-4106-b11f-5ea4f4422501", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72037,7 +72037,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "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": "0042a8b7-2f1d-46ca-8769-963169618b6e", + "id": "46b402cf-5372-4681-9ecf-20ce9aa08f73", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -72110,7 +72110,7 @@ }, "response": [ { - "id": "a568119f-29af-4bd6-811e-1d8d62782839", + "id": "e536fc26-6c8a-413d-8b80-5b48e4814c92", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -72166,7 +72166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d15205-5fa2-4cab-89b3-ea433447d3e4", + "id": "dcb24688-5a6e-49ca-b312-1bd386292311", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72222,7 +72222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0293cea-d018-4827-996d-b5254f5c9f05", + "id": "971027e4-2ad7-48cd-a66d-21b14c7d400d", "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": "7db15d9e-7cf6-4a68-812c-f460897ff466", + "id": "ac0d3400-66b6-4a2e-9492-dad11545e905", "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": "260a3790-d32c-4710-9069-d74e3c476ca4", + "id": "9c0c649e-3cc6-437a-9c05-33d84d9895fa", "name": "Too Many Requests - Returned in response to too many requests in 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": "efd3490c-3c75-4416-a598-491e4ba22e13", + "id": "21eb7f2d-1b58-482e-8ca4-67727dcfedbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72452,7 +72452,7 @@ } }, { - "id": "68f83f25-b092-49a2-b334-1ff0da9e20f6", + "id": "205e02c4-6f0c-406f-85a7-df8639169e60", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -72494,7 +72494,7 @@ }, "response": [ { - "id": "18a2b182-f1af-4181-a59d-036b401e4639", + "id": "f943057d-776b-4783-9d63-889b781136f5", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -72550,7 +72550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac553d59-5967-4ba5-8f56-bf62528be07a", + "id": "ce178536-aabe-463a-8329-34dd2d7321ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72606,7 +72606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73aaea43-bd4d-4304-acfa-a18a91ae5d6b", + "id": "a256bc24-6ff4-4a4b-8a83-4bb21e0fa11a", "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": "e81c0b34-0827-42db-a197-72af13e907ae", + "id": "11fe4af1-c1b2-43a0-b370-245723ecd4df", "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": "70a3a897-577f-4cd3-b18f-d4a076231244", + "id": "38f42bac-5f4d-41af-94c5-5b718075f552", "name": "Too Many Requests - Returned in response to too many requests in 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": "72785ffa-184f-421e-a0b3-8915c4728694", + "id": "6e303509-354f-4240-8945-9e6e4d743cb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72836,7 +72836,7 @@ } }, { - "id": "137d708b-0a1a-4730-9c11-39fb1722719d", + "id": "77b3a14a-0f3e-48c1-a9ed-76f2b11bd8f5", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -72877,7 +72877,7 @@ }, "response": [ { - "id": "1509277a-e1c6-4e0c-ab78-6701db8df6b4", + "id": "5c7601c1-e105-4e3d-97fc-bc80623f0d78", "name": "Status of the password change request", "originalRequest": { "url": { @@ -72921,7 +72921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d25b64f-ada5-4cf1-a713-a66fb705745d", + "id": "af5d6782-d637-42b3-a4f8-77aa121c0492", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72965,7 +72965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22269def-880c-4e03-84e9-b0eb0b25148b", + "id": "1c0b5ffc-a0d5-4204-96fe-d0cf10f8ca3e", "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": "5537eb85-2450-45bd-899b-fe90faa39e77", + "id": "fb207276-8f51-42a2-a438-2112b9a940a6", "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": "afda0993-36af-4059-8d27-ad8494112793", + "id": "194e5cb0-8d3d-448d-ac6c-373a2978d73d", "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": "6e007167-b2df-472e-a144-e694da1deb39", + "id": "6923aee2-e405-403b-8183-6d8b60b07d6e", "name": "Too Many Requests - Returned in response to too many requests in 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": "5c42610a-97fd-4648-9e0d-23d543b6dfad", + "id": "b83f8374-570d-4e49-98ee-930c4b9088ca", "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": "19c66455-bff3-4441-90dd-8aaea990d11a", + "id": "8fb5be8a-29d5-4ee3-b3c8-a27fd1609784", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -73254,7 +73254,7 @@ }, "response": [ { - "id": "84a05818-6775-4302-af01-6861da06f2cb", + "id": "fd67028f-1a6a-4501-b188-bed3793a598c", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -73325,7 +73325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee9e7d23-f745-4200-aff1-b688bee3b606", + "id": "c34e4933-5dc9-4986-8b55-7cc6339c23ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73396,7 +73396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85cbbd2-520b-4a4f-8b60-e301719b868d", + "id": "edb0f607-11a0-4bb6-9cbb-39c86d0ec36a", "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": "7e969260-8f4b-4b9f-ba3f-5fcddceeac89", + "id": "149c4971-eef1-4c75-b89b-f72b74fe7adc", "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": "ca82c807-a9e7-4de8-9b5c-3a6012f71daa", + "id": "d56fd966-e570-4a8c-b23f-09b9a35d065d", "name": "Too Many Requests - Returned in response to too many requests in 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": "34cc5331-d9d5-4753-aa55-a98a78e055e1", + "id": "8c2b880d-b56c-4a32-bd26-ee691543ffd4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73686,7 +73686,7 @@ } }, { - "id": "b44241bf-5bdf-481c-8111-3d7bba95cd4e", + "id": "c7b1eacf-d954-4f71-bd86-f59c4dd5ad5d", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -73728,7 +73728,7 @@ }, "response": [ { - "id": "ed798257-b3fc-4192-9446-89ac3feea8b0", + "id": "2691071d-eeeb-478c-a4ff-3d18d6918a9f", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -73784,7 +73784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33e523a4-0ed6-4483-9f2e-016acbaada8c", + "id": "7fd69da8-b259-4fb7-a5d0-4c973ba20350", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73840,7 +73840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab74fce-6a7f-4dff-a746-e152dd2a6743", + "id": "0b006412-d8e2-43ec-a760-b2179e95bc43", "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": "bca92adf-cf95-4dce-90ae-0db8a3e7ae48", + "id": "1b745f37-1cc6-4ca0-ba47-d71e8a5ddd94", "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": "7ca33663-d7ae-477a-956a-41214c23ea4d", + "id": "cfade257-2ed1-4f85-a359-55761bb83d05", "name": "Too Many Requests - Returned in response to too many requests in 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": "5448cdd7-2183-4f9a-a6e7-0f97a2552724", + "id": "cd60eabc-6ef6-45f8-a7ba-a9b86548933d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74070,7 +74070,7 @@ } }, { - "id": "795d98cc-c1b2-4ca8-aa66-fa71d06170e9", + "id": "69ddd08e-216d-408f-b2dd-411fcf5940fc", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -74111,7 +74111,7 @@ }, "response": [ { - "id": "af9d0f95-d4b5-468b-bf86-bd9ea487dd9c", + "id": "24db86b3-fe0d-43d2-8790-c8fffbf30a3f", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -74155,7 +74155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf52b94-eb22-4f84-b468-18e5022315a4", + "id": "517e23ed-871b-4ad9-bd09-979e18a0cd91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74199,7 +74199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc86b373-1a40-4024-a903-36e17de949ec", + "id": "ccb76ad2-f16a-449c-a112-d5ab95dc3563", "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": "df3d387a-3036-42f8-9584-ec0b9b8e04f3", + "id": "255d6535-fb45-46b4-b817-064e31472ea0", "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": "6bfce653-fcab-447d-a176-52de56609479", + "id": "3da3ffd4-d65f-4edc-977c-693b52137258", "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": "dbdb34aa-8907-4230-85bf-0553c30cf8d7", + "id": "ecbf37d6-afd1-4421-8c9c-fd8e725d53a0", "name": "Too Many Requests - Returned in response to too many requests in 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": "9f29db1b-c6f3-4791-a36d-c7db744aac0c", + "id": "30249367-f97a-4dd9-9e45-c24a232f8a1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74425,7 +74425,7 @@ } }, { - "id": "e4836a83-a270-49ea-9dc7-5778593f2804", + "id": "a61094b6-418c-4e35-8651-0ebb82e0d479", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -74479,7 +74479,7 @@ }, "response": [ { - "id": "6cda7da2-a5cc-4b25-8573-e94f95867d3c", + "id": "d7f0c408-e64a-4e22-8406-d16f2343d9f4", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -74536,7 +74536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63087475-1cdf-4d1e-92d9-e18cd39439c8", + "id": "dd8ff005-4d08-4e7b-a3ba-e4c0d9372895", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74593,7 +74593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3107f708-1c14-4eb5-a6cd-a13528ed7cca", + "id": "85dd53b0-3d75-4a3b-a735-9276420e59ce", "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": "4beac177-75bd-443b-a0ed-aca3989e782b", + "id": "e9b02965-9b14-4d47-8b9c-91a46c584f3d", "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": "9eb7c20e-8048-4e57-815d-c7a0f8adde5a", + "id": "70dbcd8d-0b38-40b0-833a-624c1f93460e", "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": "04e5c48a-c3f9-45b3-b3bf-5e8204ba7499", + "id": "1c6329e6-3caf-4f65-8332-305004b1f53a", "name": "Too Many Requests - Returned in response to too many requests in 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": "01b1aebd-f647-4cf4-8d13-1308f61544ee", + "id": "953514f9-374f-4112-b079-c0eee36b5253", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74884,7 +74884,7 @@ } }, { - "id": "2a63b2da-b802-4135-8aeb-bf682e3f4185", + "id": "41603279-03a4-45d2-b393-4d66b03210ea", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -74925,7 +74925,7 @@ }, "response": [ { - "id": "54c87f1c-748f-4846-9d28-7fee0fc9d350", + "id": "d6b5d3b9-f9d6-4a67-83cf-b9297ba786ff", "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": "506f0c10-1dda-4030-9e2f-5f0791fb9e79", + "id": "d79ca3a1-9880-4a89-ae9e-af1605653dce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75003,7 +75003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e852a3-6dff-4a70-9d64-3ab823fbf815", + "id": "b864e923-1aa1-4c6d-9ef7-957ae3e4a131", "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": "f249b114-ef18-47ff-87bf-76dce380308b", + "id": "3ac359ae-930e-4e90-82ca-d450e7b6ee53", "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": "17015b37-8dff-4109-a860-6d510e471433", + "id": "79a9119e-3825-4f32-b4ca-ffba68ff894e", "name": "Too Many Requests - Returned in response to too many requests in 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": "dcc8d6a6-6578-4455-a0d5-0f036584d317", + "id": "c41147cd-20e9-424d-ba63-bc57c6bc9bf5", "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": "da678fc3-ab8c-4fd2-bc8f-6718adc2e1d4", + "id": "a320fded-476f-45a4-b408-dd05822af6e0", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -75239,7 +75239,7 @@ }, "response": [ { - "id": "2ac3dcf5-d921-45e7-b83b-8eb4de85cc53", + "id": "aaf868f8-658d-4d70-afe4-8f730d066018", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -75301,7 +75301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45fa545-8cb0-4a35-9b3d-1feb0b66158f", + "id": "7152d078-bbbb-4594-9054-e9bf8efe21c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75363,7 +75363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceec3a14-08e4-454f-bb61-930d8b48d379", + "id": "dc7fec4f-361d-4b19-b3c1-c4b633e69f4b", "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": "cf77a606-a800-46ed-b5b6-3905cc69d37c", + "id": "eb645b23-926f-4dfc-92aa-e7e581231874", "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": "904f86a2-59e4-4b27-9f48-14c2c7aadd95", + "id": "9225bf0c-9f8f-437f-8ae4-e068baf77539", "name": "Too Many Requests - Returned in response to too many requests in 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": "508c62d7-0437-43eb-acb8-ab6de6982b70", + "id": "1388cbfe-28cd-4458-9dc8-0875eea79b7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75617,7 +75617,7 @@ } }, { - "id": "da0ffb4e-3bb6-40b8-9e3f-8edf81282975", + "id": "094afdcc-9359-4260-bca0-e0d5f3f49ce4", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -75659,7 +75659,7 @@ }, "response": [ { - "id": "c3adec2e-748a-4a3c-8ee7-673c067e5b08", + "id": "1fd57118-a2ab-46f8-9d1b-4b383f2438c9", "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": "3b5d619e-0c2c-4e93-abba-a347d7377aa6", + "id": "a92e215e-73e2-493b-9596-9bb377e676b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75771,7 +75771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64953589-e025-4079-a8a5-1b810bdb317e", + "id": "926cf537-78c8-49ff-bf02-6553d3673977", "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": "945758fe-da2b-4f87-819b-cf5ae02c322c", + "id": "06df93a4-bde7-4a22-bdbb-c99b43a8019f", "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": "98b3edb1-f244-4843-b50d-5a06b3d95ca7", + "id": "9c3d0bf1-1a37-4619-9cf5-a02569623502", "name": "Too Many Requests - Returned in response to too many requests in 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": "89920f61-bd1e-4147-9f92-e42f50bde674", + "id": "847161c7-e5d4-457f-87f6-e65da9260d3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76001,7 +76001,7 @@ } }, { - "id": "58fc5ed7-720f-499d-bcc5-f094f620d287", + "id": "9cb1d411-bff6-4e04-a513-3c72cfb57d4e", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -76055,7 +76055,7 @@ }, "response": [ { - "id": "e93b5b05-74d1-454f-a415-6a4df08429e4", + "id": "ae28c9b6-c00a-43c4-a54a-6655fd02b92a", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -76112,7 +76112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20377130-02fa-404d-86d9-438b94185913", + "id": "ec842ad0-bdc4-43d7-b248-1a8509cbebe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76169,7 +76169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "737e44d7-e06b-434a-bd60-458c470e4afc", + "id": "4725072d-9b7a-4412-b78f-4ff1bb86b221", "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": "1ed0bcb1-fe40-4345-838f-f904431a87ff", + "id": "3fbf21f0-3174-4985-b0bd-24e194ebc403", "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": "feb79ec8-f933-4b16-becf-f47d7017aed1", + "id": "494d0171-96d4-487d-b78e-c93195599da4", "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": "22775498-07db-4bd5-8819-14645480c98c", + "id": "494dc0c4-80bb-45d9-93c6-6c1790127734", "name": "Too Many Requests - Returned in response to too many requests in 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": "9c81b253-923b-4c03-bcec-5b0ae7dba7af", + "id": "ede972bf-d127-4909-9fd2-6658423b54af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76460,7 +76460,7 @@ } }, { - "id": "c9511a43-6be1-4d03-8ee4-87a0102c9fb0", + "id": "2f5a5125-2386-43c3-8fc0-3c4cb19d26ae", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -76501,7 +76501,7 @@ }, "response": [ { - "id": "00af7b57-de5b-4a0f-b64e-b37313ce53b0", + "id": "e65cd3e8-1520-4848-9888-ff019ca13a91", "name": "No content.", "originalRequest": { "url": { @@ -76535,7 +76535,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6b2234b1-7474-47ec-bbce-59b71073f6b5", + "id": "de6994ec-825e-4330-8063-9112e31c9ed8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76579,7 +76579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b7ceff-2e12-4d82-bf94-b65cf7709a67", + "id": "c7b2c387-de29-47ae-a037-330dc2c2eaaa", "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": "7f6700b4-268a-4da0-9cbc-3bf5330894aa", + "id": "46f30295-861f-4ad6-b965-f362d7d73a10", "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": "d2576c4f-7145-4acd-9338-df5fde916169", + "id": "aacd89b1-d211-433a-906e-6b14d418769b", "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": "c52f2c77-1fba-419e-bfec-25faf291e0c8", + "id": "5297a24c-e7af-48e3-ab37-03735e905275", "name": "Too Many Requests - Returned in response to too many requests in 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": "b03ecaad-fd07-430f-a363-6e4ad9d0ae55", + "id": "b57802f6-fe0d-4a26-8029-fa956d41b482", "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": "e446377e-d79b-4db9-b117-51f704933d14", + "id": "02746abb-3c42-453a-94ee-782a4d8e35ef", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -76892,7 +76892,7 @@ }, "response": [ { - "id": "ff619935-efa9-4525-a85f-ac3aa06086e0", + "id": "96cf877e-9e75-48a6-a37c-cb8a13998b1b", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -76990,7 +76990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc0514b4-1f11-4f95-ab6b-ef4cedc2ebe5", + "id": "23b47dd1-180c-4b37-b0dc-266f97d3ff69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77088,7 +77088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fdfe640-5f18-4d22-8102-d7bd68397787", + "id": "95317c93-f93e-47ec-93da-2254a60b5fa0", "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": "75138025-c174-42d4-a42e-4eec53f0a20a", + "id": "89d3c67c-d3ab-46a3-959b-633d666bb081", "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": "e11ae629-a0ec-4303-893c-c29d977f9c1d", + "id": "d84024a1-7ac5-4bea-9525-380ad4cd5712", "name": "Too Many Requests - Returned in response to too many requests in 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": "c6643500-d28e-4a9d-917f-c9ef5d2c5882", + "id": "29413533-35b6-407c-acd7-44c8adec9f3b", "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": "fb3c922a-019d-4abe-9789-de512ce90b80", + "id": "b3dcfab6-db35-4bec-848d-91d40636ed6f", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -77521,7 +77521,7 @@ }, "response": [ { - "id": "59ab98a4-6650-4b04-be0d-d5b9937c77e9", + "id": "d0e47066-f83b-4ec0-b080-5e1486e00d85", "name": "Request succeeded.", "originalRequest": { "url": { @@ -77564,7 +77564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50a52c2-4d5b-470d-b273-1c973565c607", + "id": "e442b8db-65c3-412a-935f-b57654c5e801", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77607,7 +77607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01ee4e8-1e70-455c-85b5-78f0ca95c1f2", + "id": "d88d0686-0e11-4380-b505-6d480e893ecb", "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": "7c7175c7-97c9-4f1a-b670-9614e016cc3b", + "id": "5139490f-55f5-4aba-b071-6dd92c839cb6", "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": "4f235c5c-aa24-40d6-ad0e-28a5ad57016b", + "id": "ccef7465-a28d-4ddf-9df4-fa987670cb4f", "name": "Too Many Requests - Returned in response to too many requests in 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": "df13dce5-cde7-4c2b-9d5a-9b30abf828ea", + "id": "ddd0eda4-0213-4113-a5e4-55c60abf45ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77785,7 +77785,7 @@ } }, { - "id": "531b808a-0ad4-43a8-ad93-7b4510cda039", + "id": "12b3b619-e64c-46d6-9f72-ea339a7bd4d5", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -77827,7 +77827,7 @@ }, "response": [ { - "id": "4d8bd21e-dbde-43b1-9963-9f8660fa79ed", + "id": "6dedd4e6-2461-4369-a396-22c93270d40c", "name": "Request succeeded.", "originalRequest": { "url": { @@ -77883,7 +77883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1504b62-b824-4d5e-9ee5-7bf04398115a", + "id": "5b489399-3b2d-44ac-a283-76333c1dc381", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77939,7 +77939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb694728-5fad-4b32-aa69-3d8403bfc40f", + "id": "c7b73312-8ba3-4b16-85c0-c17897220d7e", "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": "0dc0757e-dc71-428b-95ec-fa26d68de0c6", + "id": "72efda88-7398-4e70-8f97-44046fca9b88", "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": "e3ee35a9-78cc-44f7-9c87-2f5617cfee55", + "id": "b3f3d014-6656-4945-b86f-bc9061744e18", "name": "Too Many Requests - Returned in response to too many requests in 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": "0169a6f1-b083-4f8e-af93-2ff93f0ee3c0", + "id": "8840fb6c-c2cb-47ac-ba79-76b08235775c", "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": "a9899b26-0662-46f6-a752-5056315dac39", + "id": "eed1d80f-887e-434c-a162-3f0728fbc073", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -78227,7 +78227,7 @@ }, "response": [ { - "id": "8f6230b3-f6fa-4d61-91c4-21e04b5c460b", + "id": "4ae9f440-d952-4dad-8543-bb18d386198e", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -78282,7 +78282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b993ae38-4a62-4815-8e0b-7e8b318636e9", + "id": "0fde74a1-bc80-4033-ba8c-fbd33a0851d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78337,7 +78337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d37398-de83-42cf-81f8-c16e0e15e363", + "id": "b3c4e8e2-e665-4cf0-856c-9622290914ef", "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": "4a7028ab-d26c-4e53-bd02-f81fea43ca63", + "id": "69888cc3-0798-45e3-87bd-c16265ece153", "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": "16b5f58f-ad5a-498f-98ca-7f69b69792d3", + "id": "e704ba5f-8c2a-4e54-9481-39f9d6ab22de", "name": "Too Many Requests - Returned in response to too many requests in 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": "4a9ad70f-a452-476a-b765-4e2e10cbe24f", + "id": "ddd51978-eeb4-4c73-8686-8972b079b402", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78563,7 +78563,7 @@ } }, { - "id": "0147005e-6613-4284-8efe-5ec8a469f950", + "id": "786f6916-7fd7-4c52-88bb-8a5f23534059", "name": "Run Report", "request": { "name": "Run Report", @@ -78606,7 +78606,7 @@ }, "response": [ { - "id": "4abfdedd-ae9b-4737-b495-ce3c00a4fb98", + "id": "5eff6c0f-c6f1-490b-9e99-ad1e35513245", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -78663,7 +78663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da3f1873-98bc-4706-8aa7-421eae205e78", + "id": "83824a4b-94e6-4efa-b040-58bb87412e8f", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -78720,7 +78720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e959e628-df42-4f2a-8ad0-385598d06eb0", + "id": "809792ad-455d-49eb-8825-68183d375a21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78777,7 +78777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c11410b-5385-4ef5-b53c-d47e82a27ddc", + "id": "ce2dc81b-c33f-46a5-ae53-5e36ae42e4f1", "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": "5d9cb3f7-953b-4ba9-8b59-41b9f08af0de", + "id": "74db9fde-8cea-4c14-a506-38662c16f0a2", "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": "165becd1-1b03-43e8-a5f2-62b1c6dc0011", + "id": "8420d9a5-b630-4fb9-a19b-fac6e41069d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "741e5b3d-cf29-4280-9899-006401fd99eb", + "id": "36f04f72-fb95-44f3-bfc0-1d182ed5b6f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79011,7 +79011,7 @@ } }, { - "id": "d8ed5fed-9d04-4043-94e4-637dc0bd28fb", + "id": "f182e915-2c8b-4cfe-b980-506232b30368", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -79053,7 +79053,7 @@ }, "response": [ { - "id": "1e88d527-6ae3-4452-8880-a705fa15128a", + "id": "98290064-4b2d-4d11-ada2-146b327b248b", "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": "9b15b396-f3ff-487c-9873-8ca0aa8f4690", + "id": "eacdcacc-a7bc-4fc5-aff9-0176d32a1455", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79133,7 +79133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df3b1c4-5156-4355-9be2-55b21e8f76b8", + "id": "382f3e90-b32f-4bad-8d83-4b555fbd9ab8", "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": "f135849a-1f32-48dd-8635-0849391636f0", + "id": "2e57720e-48e9-4cfa-bd9a-2787aa80af62", "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": "b381f590-3099-46e1-9da6-950920cfcfa9", + "id": "e8380506-7cdf-4d7d-b67e-cc04691a0232", "name": "Too Many Requests - Returned in response to too many requests in 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": "88e624a6-1f47-4de3-86c1-74cc4be4b234", + "id": "a6e25bca-8ca9-470c-a48d-608fa612a4e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79319,7 +79319,7 @@ } }, { - "id": "bd43c193-3412-4dc9-95cf-1c21685a530c", + "id": "d92102ff-57d6-474d-8afc-8902704e00c0", "name": "Get Report File", "request": { "name": "Get Report File", @@ -79388,7 +79388,7 @@ }, "response": [ { - "id": "f3b9b75b-2bf5-4571-9d0d-801451ed9acf", + "id": "cefa057e-c340-40fd-81be-5392eeec3f2b", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -79464,12 +79464,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "adipisicing cillum", + "body": "commodo quis mollit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d2d09749-f8c9-4969-9b41-2d3a4afc66af", + "id": "280abeae-1dcf-4667-84d4-62330303588f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79541,7 +79541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250bd4e8-589d-4b05-8629-6e9ec5e3b27c", + "id": "df5a2ca9-af35-40fd-8604-8180ba58e1e6", "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": "7bee7e83-caec-4970-a8cb-2a8fb4bc5d7f", + "id": "c0853f93-843f-47b4-914b-40ed0e9c1fc9", "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": "edad97e9-208d-4c42-a29e-630ce9a48d87", + "id": "dbb4662b-8d77-4e5f-a200-7d9b6e9a2313", "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": "f84e70c0-ee64-41be-9bca-04cabda7ce15", + "id": "40976245-f767-485e-8ad6-e457fabdb085", "name": "Too Many Requests - Returned in response to too many requests in 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": "407517a3-3db9-4485-85fe-364a8465bcfc", + "id": "4245b334-111a-41aa-8854-095994b5563c", "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": "2e0c4c35-ab39-42fd-b005-d8ace03e8780", + "id": "24cee928-3511-4ef3-b247-b2368cdc3e41", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -80024,7 +80024,7 @@ }, "response": [ { - "id": "34f8f7b4-9117-4e4c-8e78-8caf1de01603", + "id": "afef69d6-c5c9-4849-8eb7-21b8579257d1", "name": "List of requestable objects", "originalRequest": { "url": { @@ -80149,7 +80149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffde6f77-2911-49be-97af-42f7e7b79695", + "id": "667cd30c-8d8c-48a0-a517-2fa2dd25227a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80274,7 +80274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324608fd-0b5f-4d5f-b5df-a99c049b9b79", + "id": "c8445f4a-a069-4ca1-b2d0-7d6d5113da83", "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": "7fd32e14-d6b1-4fde-bb1d-2e97570eb394", + "id": "b088a9bc-99f9-472f-a4d0-36d0a37a9b97", "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": "81eb6f0d-4435-4002-a16e-aa783d8fbb0e", + "id": "0471102a-38de-4c23-9c9b-5c95e7dee662", "name": "Too Many Requests - Returned in response to too many requests in 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": "9f4c8c42-286e-4a8b-8502-44705ed48b42", + "id": "cd1d712a-05e6-4ea7-98b7-39b392c77898", "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": "daa4572b-b901-470a-a556-f77d285a0129", + "id": "adef7b85-56c3-4688-b0a7-dfc8ff486431", "name": "List Roles", "request": { "name": "List Roles", @@ -80888,7 +80888,7 @@ }, "response": [ { - "id": "ed952928-dfb0-4233-abdd-3f194db32008", + "id": "503fd19b-90fe-49b0-8753-19030c6c45f3", "name": "List of Roles", "originalRequest": { "url": { @@ -81004,7 +81004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43415fad-34f5-4184-b555-7aa442f9eaa5", + "id": "1bae69e9-5b0a-4229-bbcf-18640e5bc0ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81120,7 +81120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08d619f7-a7fd-4096-ab6c-917c6fe20799", + "id": "1573de0d-9234-416b-9273-5561f5093b49", "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": "7719e86a-09c2-4980-9b12-de031b979b70", + "id": "16368698-d5ce-4cd4-949a-60b142a80bdf", "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": "72c7ff75-1fe1-43c3-bfa8-ae2576bcae56", + "id": "a97dd510-81ca-4175-86f7-791d71aba6ff", "name": "Too Many Requests - Returned in response to too many requests in 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": "43857344-2738-4554-b006-43ec8510dddf", + "id": "406e3e48-e95a-4c3c-82d4-ada057593359", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81590,7 +81590,7 @@ } }, { - "id": "9bb0cb97-9ae2-4037-b3bb-494ed27e3534", + "id": "66391bf8-142a-49d0-9e29-11e17b54a452", "name": "Create a Role", "request": { "name": "Create a Role", @@ -81632,7 +81632,7 @@ }, "response": [ { - "id": "e7c1eb9c-9de1-404d-8c09-d1906ac3b07c", + "id": "91bc9255-58e6-4930-ab24-2c1ebc4669ed", "name": "Role created", "originalRequest": { "url": { @@ -81688,7 +81688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24feb4b0-41ee-4625-b32c-9107e622b783", + "id": "d7801480-b564-45d8-b75a-eb3a04fc399d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81744,7 +81744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b403f1-5833-41aa-94ac-2a6ebdbd5718", + "id": "384ec9df-ff12-49df-9f2d-f5438850dd0e", "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": "f63ea526-ce2b-48f0-80fa-53818dc045f0", + "id": "3791e770-bca3-45be-bc42-c4831fafd6b0", "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": "edf1e241-6c8a-4894-b182-e67278a618e5", + "id": "8104c34d-2e46-43e8-ad4c-e8569baaa5d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "00f26eae-0ec8-4216-bebb-0e91c9f84230", + "id": "1b4f6e02-4950-4426-9399-21f54735fd72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81974,7 +81974,7 @@ } }, { - "id": "31434357-8d24-482c-b479-cbe8900055cb", + "id": "639623b6-b267-4eae-94a0-b500780ed177", "name": "Get a Role", "request": { "name": "Get a Role", @@ -82015,7 +82015,7 @@ }, "response": [ { - "id": "005b3f05-dcdb-4ed3-87b3-1a9a62d96880", + "id": "00ec1610-6425-4cf1-bd66-f43ef5cfbbdc", "name": "List of all Roles", "originalRequest": { "url": { @@ -82059,7 +82059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c8df47-404a-4b43-8871-277224a9d8d9", + "id": "59c883bf-e2f2-410a-95e6-56306d679273", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82103,7 +82103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8921bce-90cb-4276-b4e3-aa492892a7cb", + "id": "ff3d5a12-6fd9-4f80-aa02-24d9e72ff817", "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": "244e1e00-c18a-425d-a727-e3b48b1d342e", + "id": "72968d84-68e0-41e6-a4e4-a476cfcaa121", "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": "0295a26b-8c6a-4d1f-a8dd-47ea8c16d639", + "id": "bd0ecb24-bcd0-4487-8b9f-bdd0c7b4f921", "name": "Too Many Requests - Returned in response to too many requests in 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": "b76b68cd-a229-45f2-a584-0ce3c6f8fd82", + "id": "09ae85ad-4af4-42dd-bde4-2275eb0dca2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82285,7 +82285,7 @@ } }, { - "id": "d904f517-dff1-4a8c-9823-6a2ea3b14737", + "id": "eb6dcf6c-8c79-43cd-aee1-15af322379ba", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -82339,7 +82339,7 @@ }, "response": [ { - "id": "1006ef90-d3f2-4f87-8305-9daaf6371aa5", + "id": "c03f250d-68a8-49f1-a686-30764ed65168", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -82396,7 +82396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53fd34f9-358f-41cc-b388-46e0627f1337", + "id": "7a5924bd-2db3-415b-892f-ae70b3625cdb", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -82453,7 +82453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc110e84-b625-49d2-ac37-6d6f01d6da71", + "id": "47848901-7bf9-48aa-b1df-3bcb5d4fd459", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82510,7 +82510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814d7291-7348-4295-825d-844379b701dd", + "id": "479678c6-fccc-48d4-bd3d-82bbba526305", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82567,7 +82567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05eb44f1-bc4f-4f6a-82b9-d5723d36c8ab", + "id": "c8b3efb4-45fc-4a1c-a85a-13304ba9cf3f", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -82624,7 +82624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98dca5dc-ccb9-4a37-b4ef-b497744d3fb1", + "id": "b8d9b53a-eb45-4d43-8a40-0b85c6401b03", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -82681,7 +82681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106835e7-0905-4358-b726-e8721d7f5dc5", + "id": "2b904818-2705-490e-9400-d9b1b5c7e488", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82738,7 +82738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee18426d-fde0-407d-b3c1-92b639aca260", + "id": "0be16f57-8332-426b-bd0d-9e4345b74c8a", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82795,7 +82795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef4e287-9bcb-447e-96ee-38a5a45ab1fa", + "id": "f648e8fb-50ed-48ff-9978-af95b58a9742", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -82852,7 +82852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "573ff627-6ea3-43e9-a907-eadacf3f57cd", + "id": "4d78193a-957d-4307-910e-84fb33609ce2", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -82909,7 +82909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbb9ed7-6c12-4223-87bd-0404ad68a100", + "id": "3f43482f-e8d8-45cd-8309-9247289924f6", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -82966,7 +82966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ade740d-06be-4357-aeb6-ed0645bf5cfc", + "id": "96831f5b-93a8-4225-a59c-f00bd8399d92", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83023,7 +83023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c6d46c-e392-423e-96eb-c97a7708960f", + "id": "40009566-4b7d-4a9a-aecf-17b262c74cd9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -83080,7 +83080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1e6700-d8ff-4a16-9770-d6b70e352da0", + "id": "c9cd1b80-efc0-4631-9704-956689f5f0ff", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83137,7 +83137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a611497d-9115-4b16-bb99-9ede18dbfc9f", + "id": "f5f8dc9b-2eb6-4bee-bee2-4a1c8dedc87d", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -83194,7 +83194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b25caf4-22aa-4b90-ad98-fa57459b5840", + "id": "0ed07ff8-c7f4-471f-9276-ab936e2922a1", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -83257,7 +83257,7 @@ } }, { - "id": "43ad460b-231d-4b4c-846a-7cd193e7f89a", + "id": "0db8958d-72b3-440a-9d49-8a38c9f6297f", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -83298,7 +83298,7 @@ }, "response": [ { - "id": "2680e2b2-07e1-44b4-aa8e-1dc31866a433", + "id": "ddf265aa-7918-4053-8f17-475a3de598e3", "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": "afa59b78-8206-43fa-95d6-2847f7ca24a4", + "id": "53135fbb-f8ae-41f5-874b-d9665178d73a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83376,7 +83376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e287fca9-a909-487a-815f-bf715e61f21f", + "id": "225af27e-2ebc-4128-90bd-5eac16eabd1e", "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": "51387195-bb45-4313-9be3-6ea7d0f788fa", + "id": "c2016af9-d97d-41f3-ba4c-32e12710b3d6", "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": "4ad4b9b7-3df5-40c8-a26c-dd3a03fa2b05", + "id": "ab9a307c-46b3-4be9-aeee-5f2d198dc1c6", "name": "Too Many Requests - Returned in response to too many requests in 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": "47530c91-84e8-452e-8ca0-1000a5a6c86c", + "id": "8142c245-fdc4-49b6-9a20-5727953d8aa9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83558,7 +83558,7 @@ } }, { - "id": "e81d4edf-f351-4947-b770-03dd05de0187", + "id": "546aa16d-4efa-4cbf-bcd1-1b2d4e01964f", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -83601,7 +83601,7 @@ }, "response": [ { - "id": "7ac4606f-b993-4f12-bf52-511809ad2117", + "id": "3df5400c-252d-4a61-81c2-d642b999c531", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -83658,7 +83658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e22bd60-7764-4875-975a-c8f9974b4d6b", + "id": "79371310-0014-45e4-940d-39f29c418952", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -83715,7 +83715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b87144d-8b48-4e26-bf2e-f567f4ea284a", + "id": "267191e1-92d4-4ebf-9cbc-f0e9ada234b3", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -83772,7 +83772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f8e232a-8616-40bf-8724-97fe12ad66e4", + "id": "d2ba82dd-dac3-4e0e-b041-122900d55fdf", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -83829,7 +83829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7fae59-0837-4ca8-a0f2-8be20e4d6a22", + "id": "e9b6ee52-4d04-42eb-9930-6e691528dfe2", "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": "de2ea42a-e1b9-4433-9815-14d3feb69523", + "id": "5e6bb774-4478-43f4-a968-6d573473b271", "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": "1cb0a338-57b2-425e-a3ab-376cd86c8719", + "id": "f02a7bfc-6562-4da2-843f-e3f6023decfd", "name": "Too Many Requests - Returned in response to too many requests in 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": "ac669b43-11e3-44a5-9374-3dd812ffeee1", + "id": "d4501b7a-817b-46c6-95b1-9530ca037146", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84063,7 +84063,7 @@ } }, { - "id": "eebfaa05-83d7-4c35-afac-3c88c12bf821", + "id": "ccb0ff32-c498-4741-8de4-ea0294f88e2b", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -84148,7 +84148,7 @@ }, "response": [ { - "id": "faa2552c-4d6a-42b3-8ff6-b10fb93be758", + "id": "afbe7365-23fb-4d33-9b53-834603fa4f51", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -84239,7 +84239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae796d09-4592-4cdb-b3c6-f094d5762b6a", + "id": "689f05a5-c751-45d9-942b-bc30843f5333", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84330,7 +84330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aaab489-4862-459c-b775-15fd1d5483f5", + "id": "e2c48c04-6f9d-45ae-a52a-0741b1b559f1", "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": "8e3469e7-ccf5-46ae-820b-43ba680e6ddf", + "id": "82e1864d-863e-4915-ab5c-0c6a6e904178", "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": "a1af6ac8-5a05-4019-af8d-d119ceedae85", + "id": "6ecaaac0-727a-4781-a051-8e1ea18150c6", "name": "Too Many Requests - Returned in response to too many requests in 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": "09c048e9-c841-49f5-ab97-10048efab248", + "id": "b2fbfc84-3209-42dc-ad9c-08d7d164c993", "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": "35119bcc-3d4c-4564-900e-59037f2cff71", + "id": "38383170-5beb-4847-b6e2-6339dbf503af", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -84748,7 +84748,7 @@ }, "response": [ { - "id": "9c2ad4ea-ad6b-40fe-aaad-8373f18ee276", + "id": "6416015b-1b41-4868-b0ab-7400b8c2d7bf", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -84804,7 +84804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "145e4fb6-153a-4313-b7d4-3480de2aa5db", + "id": "5084dbf4-9379-4003-9535-d64d283aa5ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84860,7 +84860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1afa0197-deda-475c-b56a-e9dd7ce9452b", + "id": "7ba38012-a8ec-41a3-b926-d12f367477ca", "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": "8d4d5960-dce2-49e4-9f04-0d9da0cadfb1", + "id": "c3c99c63-27db-4103-b93a-52b4afa512b3", "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": "cd2d9039-8bc5-40d7-9c70-2550cee9861d", + "id": "8d05629e-64c1-4c75-b315-9a966ea43905", "name": "Too Many Requests - Returned in response to too many requests in 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": "086b458f-1735-4123-8b28-8469002795be", + "id": "55c21673-1725-4395-9553-4b72be6d0582", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85090,7 +85090,7 @@ } }, { - "id": "8c0abb5f-062e-4c44-b9d0-d2b871a9397b", + "id": "7dae2d2e-8ddc-4102-a617-64d46dc5bba3", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -85156,7 +85156,7 @@ }, "response": [ { - "id": "3237b1c8-41a5-44c3-8640-baecd13765d0", + "id": "c485bc3f-254a-4e0a-b731-7fd94026a536", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -85245,7 +85245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939fee04-d843-40a8-b974-b9f6bfd9a2d0", + "id": "814d6d46-83d7-4837-bcbb-c03b1bce2617", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85325,7 +85325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89a29e0-0e93-4c5b-b554-6668ef59612c", + "id": "b2c9d64e-6a1a-4861-b81d-50b5c2c32b5c", "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": "e6558df0-f35e-4153-b995-f38819e48592", + "id": "74ce983c-31f6-4997-996e-f67399103a4f", "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": "33f74ad3-efa0-4341-a149-5badcb8caa8a", + "id": "a3a93625-adb4-4307-8f73-4605fbf3b127", "name": "Too Many Requests - Returned in response to too many requests in 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": "8b51976a-b413-432e-973b-d38db5383db7", + "id": "70956f34-fbd5-4b83-9409-f5841f14207b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85651,7 +85651,7 @@ } }, { - "id": "e8be9fee-344e-4b1b-b379-166f4f825848", + "id": "d28aeff9-29cd-41f9-90a5-1c49ad06f3f7", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -85705,7 +85705,7 @@ }, "response": [ { - "id": "166d9651-c58a-453d-a754-50ae595878ba", + "id": "da4db378-eb9a-4d0d-8910-b3078d7ba42d", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -85762,7 +85762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e916218-4935-427c-b912-9c5cef7e6d62", + "id": "f5c96d37-2af8-4768-9121-d0466eb8267a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85819,7 +85819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ed9fa6-2432-4daa-a419-2b0eadb7baf0", + "id": "210d2a9c-c137-4b19-8629-ad6205f04f51", "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": "62e17d89-211b-4681-83bb-c41c9b34fdca", + "id": "89642170-23fa-49e9-a984-bbf2f93929a2", "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": "d48bc945-ff0c-4c3a-b200-09fdab1b3312", + "id": "3d447dac-8fb8-4ca9-93fd-d3cc92a7c2c7", "name": "Too Many Requests - Returned in response to too many requests in 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": "6b9c68ae-b5fc-4685-88d1-e3eb9ad4c707", + "id": "0b60d272-eee0-40be-820d-0c4396636dd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86053,7 +86053,7 @@ } }, { - "id": "0272ffe7-f3da-4a45-9cd8-f8d7f004fc8b", + "id": "f4b01d4b-66c1-4eb3-8baf-fc70dc5d1169", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -86094,7 +86094,7 @@ }, "response": [ { - "id": "49c8ab58-2e54-4f86-aa70-e677b9ac8d87", + "id": "69d45506-9070-4621-ba30-fadfb6bb1c3c", "name": "The requested saved search.", "originalRequest": { "url": { @@ -86138,7 +86138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f416db3-7e5b-4361-89d4-0aae9f808d9b", + "id": "fbb70942-f05c-4dc1-95bd-434a86ac4dde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86182,7 +86182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cc25b31-07c9-4a8f-80f1-b8faaf637ac8", + "id": "05293e8e-0c2c-4d3a-8cf0-7a8dda655a10", "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": "9352eafd-8ff5-4090-83ad-c6f48de200a7", + "id": "1a850876-f2fd-4057-ab25-cb82d75e15f9", "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": "365ef036-a76f-454d-84d9-8186f6306702", + "id": "b7da3309-5265-4787-a687-4fd7d6e82b80", "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": "00b479c0-2226-4453-bfc1-6a64e2c41554", + "id": "6cb4e6a0-5ac1-480f-9ca9-1d7439a9fe30", "name": "Too Many Requests - Returned in response to too many requests in 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": "7c098d4d-4e46-45f1-aeaf-eb473d35958d", + "id": "c0ab1590-954f-4b92-9b4a-5bb175ef3fc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86408,7 +86408,7 @@ } }, { - "id": "3c7c9551-56f2-429f-aa4c-d5a019456ab4", + "id": "6c30d680-1f84-4f95-b936-c5e4c3272b98", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -86449,7 +86449,7 @@ }, "response": [ { - "id": "ecbf7d3d-70ec-49f6-9b2e-2657e3e77684", + "id": "602b07ed-5474-4e33-b636-095ba8cafc9c", "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": "09d72caf-3b42-44d9-b855-ddd698469382", + "id": "be84d497-033d-47b4-88fa-08fdbc34cc82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86527,7 +86527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cbe1be9-93e1-4c2b-9751-7cd8ad62abf1", + "id": "bfb27124-a120-4baf-b2a0-594d104c9c5c", "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": "c4a94044-7565-4f62-b693-e55680aad746", + "id": "824ab4e3-8d09-4c3b-89cb-fefd6279a75d", "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": "7ac06e00-82b6-4f9d-acf3-63b722f312a7", + "id": "6b89e5c0-8f0f-409a-9a21-cd005e9b2e7b", "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": "ccbebf4d-f908-4f8b-8342-4e9993d04a53", + "id": "834cc56a-3328-4ddc-825c-272e216e1680", "name": "Too Many Requests - Returned in response to too many requests in 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": "29b084c9-7b67-4e53-8830-4d74a2ddb284", + "id": "0c30f918-3d6b-4c00-afb3-c30b455eaf51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86753,7 +86753,7 @@ } }, { - "id": "8c92144a-a0cb-4d4c-9491-f9b22dfe47c4", + "id": "be3f13d1-8e77-4b76-aab3-bd55592f4979", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -86808,7 +86808,7 @@ }, "response": [ { - "id": "c729210a-bede-42e7-b6a2-1c41978d8670", + "id": "af8ac8fe-ab80-44f7-a2e6-648306c749e4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -86856,7 +86856,7 @@ "_postman_previewlanguage": "text" }, { - "id": "98f0237d-f13b-4fa5-9c19-dbcb0e8733ef", + "id": "cf86a30d-b9c8-43e3-ba88-d22df6af5df1", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -86914,7 +86914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f513bad-506f-454a-8382-4579724cead3", + "id": "ca8a89b1-643d-40ed-ba37-48631d7c9cf5", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -86972,7 +86972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c76dbde-ee07-4fd8-92da-b308551e4cac", + "id": "04dfd4bd-cf8d-453d-bac3-7b14e994e179", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -87030,7 +87030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cfbb69e-3efe-4c35-bd8e-38cacf4edf60", + "id": "121cb8ff-799d-4416-92de-2dacff35e2e3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -87088,7 +87088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc5c210-0931-4ada-8393-0a97d92ff5cf", + "id": "ab1b2700-f884-44d0-abd9-93bd6bd76fda", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -87146,7 +87146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d584ab-ef6e-40bc-9b92-81f34ad00b59", + "id": "11b30105-fd03-4e2b-a167-724234aa8f11", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -87204,7 +87204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344fa34e-6670-472a-8a17-cbc6ef4d1276", + "id": "c3612f71-f014-4b0e-9c41-861c1b811181", "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": "ba3c9518-fbc5-4ac0-8cc1-8445b9c337dd", + "id": "6e2d4bc4-5213-4ad9-a1ab-d44f63329ad0", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -87316,7 +87316,7 @@ }, "response": [ { - "id": "601f5e45-0f96-499f-9fea-7e8a541f940a", + "id": "46b60577-dbb9-45a4-b353-dd759f87d489", "name": "Daily Search", "originalRequest": { "url": { @@ -87372,7 +87372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43de51ab-4bfc-499a-8d23-46668609c9f9", + "id": "d88d9515-98ad-4b82-8436-38160f1659ad", "name": "Weekly Search", "originalRequest": { "url": { @@ -87428,7 +87428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "384e6517-9bde-4415-a0fa-ecfc138450be", + "id": "19b4dff7-e44c-46c7-baec-6298dec0db3d", "name": "Monthly Search", "originalRequest": { "url": { @@ -87484,7 +87484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "769228f0-d557-4dad-9dfa-3a256a4f2f07", + "id": "7fd066d3-e397-4a14-9da8-9226439b6fe2", "name": "Annual Search", "originalRequest": { "url": { @@ -87540,7 +87540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c0d4b8-9f6f-4655-aa5b-51a84449305a", + "id": "533d2b8d-21af-42a7-8e64-b5822ad59466", "name": "Calendar Search", "originalRequest": { "url": { @@ -87596,7 +87596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf05181-308c-4b56-b439-3078f5daab29", + "id": "6e7b461a-efc2-4919-8304-1026136247f3", "name": "Weekly Search", "originalRequest": { "url": { @@ -87652,7 +87652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3994b238-a8b3-4d86-957a-f919a7732c6d", + "id": "04f9c5e2-868b-465e-8c77-b0cf737f9562", "name": "Monthly Search", "originalRequest": { "url": { @@ -87708,7 +87708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d9ce46-1f50-49c3-82ab-67fe522f1386", + "id": "c139cc64-64fc-4305-9cdf-6be4a9b68c94", "name": "Annual Search", "originalRequest": { "url": { @@ -87764,7 +87764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec4df9d-e71e-4064-b1b4-d5626a026306", + "id": "da314244-3397-4bdc-9e8c-d0b933e7f38c", "name": "Calendar Search", "originalRequest": { "url": { @@ -87820,7 +87820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8addb1b7-d3ca-40c6-9ee0-32e8f6b114c4", + "id": "a0bc77d7-0e91-45fc-ad4a-4210afcb9a4c", "name": "Monthly Search", "originalRequest": { "url": { @@ -87876,7 +87876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3dd9170-a725-41b9-afe2-17c0a1144e10", + "id": "6e1a7a98-d4e7-4c77-a3ff-a6dd5b965674", "name": "Annual Search", "originalRequest": { "url": { @@ -87932,7 +87932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2c1671-8f61-4dce-9256-b8979f6c1cf9", + "id": "1d49c8a4-39c7-4745-85a2-faff9ff9702f", "name": "Calendar Search", "originalRequest": { "url": { @@ -87988,7 +87988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a5ed7c-091c-4ac5-842b-ca759bc105cb", + "id": "21581e37-c800-4ca1-85c7-a3c067fb5cce", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -88044,7 +88044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e143398c-b34a-48fd-9881-9ea87667049c", + "id": "d185f83e-2c0f-40a2-aae6-89bc0c1cd999", "name": "Calendar Search", "originalRequest": { "url": { @@ -88100,7 +88100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f65f3b6-5e97-4082-add2-0c14220cb439", + "id": "ab4f216a-4cd7-4b32-b5f5-264cb0c74351", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -88156,7 +88156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2457a941-5224-4331-b779-342b6f376efe", + "id": "d179fdb5-c7e8-44e6-981a-8d3da7ccd178", "name": "Daily Search", "originalRequest": { "url": { @@ -88212,7 +88212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee10478a-047d-4c28-8596-d71b5b28b349", + "id": "b1c6758c-bb92-4eae-8d6b-7233d6b83bcd", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -88274,7 +88274,7 @@ } }, { - "id": "0f396b29-0d46-484a-a1eb-a3023dd66ce7", + "id": "46b7ae22-b347-4063-9e8a-e62e17d469c5", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -88340,7 +88340,7 @@ }, "response": [ { - "id": "d4d538ff-58b0-44cf-8745-81b291ee012f", + "id": "adfe72df-28e5-4bf2-8120-df62000e05c5", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -88429,7 +88429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49593a1-a947-40f6-9f77-2a63b2601f22", + "id": "335cf2a8-efc2-4708-a4c9-a035c503e593", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88509,7 +88509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da5387e-cb88-44e5-acd1-20254c9011ed", + "id": "25bfa6cc-2ffa-4146-8731-feb7839f6e7c", "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": "b069efca-2d25-4b1b-bb0d-aeb2e99f58ec", + "id": "ff5eb769-fc1f-4a34-ab7f-7843af444b4a", "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": "57043e7e-bec2-4071-84b9-a1d4506c91f1", + "id": "18cdd9bb-adf5-43b9-b335-666315958660", "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": "aea15d11-f60a-44f5-90e3-42d716500906", + "id": "7ee19c9e-7888-4a75-b46e-10f1e3c89d23", "name": "Too Many Requests - Returned in response to too many requests in 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": "725b0865-45c2-40b1-b329-385075111eb4", + "id": "f818ddba-800a-4461-84a2-967e575d46f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88915,7 +88915,7 @@ } }, { - "id": "1cfeec96-682a-4a73-94cb-486bf85d0937", + "id": "72804015-1696-41b9-a3f7-f3f431d6afdf", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -88969,7 +88969,7 @@ }, "response": [ { - "id": "94ade0b6-ad08-49d5-8d8e-b6f450cf75c4", + "id": "d393d588-d37b-4afb-9ce2-d406a2cf8f5d", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -89026,7 +89026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dca197f-6791-4f21-bd16-6f50b26d825c", + "id": "aaddf907-ba47-407e-9acb-9c7ddb3e0414", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89083,7 +89083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9a8b8d-7a05-4276-b670-85238a2f7f2b", + "id": "7bf4410f-c8f7-41bb-88cf-4296966bbade", "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": "f524da83-e314-4f8c-9d2b-14d37b28f206", + "id": "5a9a79ac-0fc7-4271-bec2-ef2df5eb995c", "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": "58032367-4dc0-4c33-bb1d-d3e90572e57c", + "id": "19671c5f-9cf1-46d5-9c09-01cf4d78d415", "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": "e7a57dbe-d43d-488e-a44a-b4aedf750bf9", + "id": "bff0a3f0-063c-424d-a4a4-0cf53ef49459", "name": "Too Many Requests - Returned in response to too many requests in 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": "f2513c83-4c55-44bd-b01c-e3e18347ce08", + "id": "cec55ba4-d750-48da-a8f0-9718d6632896", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89374,7 +89374,7 @@ } }, { - "id": "2e2b7df2-d496-4670-b6b1-b49674073a48", + "id": "f99bc1dd-d601-4bb9-8466-997771d6f684", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -89415,7 +89415,7 @@ }, "response": [ { - "id": "b2b281d3-943b-4961-9331-f4e054b10bdf", + "id": "e77e4562-abb7-4e19-b626-e9bec649a080", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -89459,7 +89459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7265ef27-4345-47a2-8e43-af60f2d1e1e3", + "id": "93222efb-b82c-4a74-9d73-efcadadf9b4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89503,7 +89503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2827f5c-31e4-4252-9820-1e5f35feb4d9", + "id": "c3c17054-078a-4dec-880b-d0b4fde36cd5", "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": "6c5871a0-07dd-49be-aebc-788c619165dd", + "id": "ea664e30-f699-45e0-ba77-e4bed240032e", "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": "ffadd7dd-e055-461e-9844-1822d220dfdd", + "id": "ec27ff3b-fd6c-47e8-af49-f561af2da473", "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": "12932581-812b-42dd-9506-ea20b0956094", + "id": "e78ed992-dacc-4f39-adbd-ab518cbe097e", "name": "Too Many Requests - Returned in response to too many requests in 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": "4279315c-bc9f-4d37-819b-aac740251924", + "id": "ae9d6bde-6229-430a-8902-f38c08e84ac8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89729,7 +89729,7 @@ } }, { - "id": "31fb706d-34d8-44c1-b4d9-d30417d44314", + "id": "69d3d26c-0b92-4fd2-8625-d6fc6bd50ec2", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -89770,7 +89770,7 @@ }, "response": [ { - "id": "169279b3-b698-4d8e-8bdb-b08b97d76165", + "id": "c26df3c8-40c9-416a-b8a7-be13168c8749", "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": "3db4c048-8d1f-40ee-8bf0-6a21f7f012b3", + "id": "b9350edb-f445-43ee-a404-65eb902af219", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89848,7 +89848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a667ffdd-6a9a-4e2b-84ec-bc37ea20e4d8", + "id": "97a975f9-7a09-4f1f-a79d-7f1da3a1768c", "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": "f0370c28-71ce-4663-937a-f805bf1edae9", + "id": "cff5ec9e-1966-4b83-9774-b9efe1c06fb5", "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": "32fda649-2991-46ec-89bb-ca95839eac9a", + "id": "6954ebec-9f45-4bf0-ae5d-e89d3e202e70", "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": "a1fea17d-1b8e-4fec-be0f-e0e44a6a7f7d", + "id": "affc698a-945f-46ee-a8d3-9d8f00fd2ed9", "name": "Too Many Requests - Returned in response to too many requests in 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": "d1b77b34-fc52-4c3c-9ae0-528b09b4e0ca", + "id": "1e2c49b2-e1ac-4ef1-8006-291c332c3d80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90074,7 +90074,7 @@ } }, { - "id": "9d4c7de8-9a76-484a-a53e-37979c7a17cb", + "id": "7a0816b4-c3f9-40a3-96ce-656afaf70cd0", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -90129,7 +90129,7 @@ }, "response": [ { - "id": "065223d3-1ede-468b-870f-da0a3cefd750", + "id": "547ead43-d82f-4ead-8067-7c1ab559b6ef", "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": "139300a4-f167-4580-b831-e92352cfa68c", + "id": "0b4d1c7f-12ea-40e8-9471-5eb41b23ccfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90235,7 +90235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d488bd4-05fe-4b66-ab9d-d4720f762ec3", + "id": "5629c15c-37df-4d6a-8cd1-b0960bf92054", "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": "5e066f0d-1a3a-47db-b31b-bb48af9ad214", + "id": "320f74ff-6e02-4601-925a-eef4ef703807", "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": "f37f5411-9ca3-4d64-917e-b3a690ef8eed", + "id": "86342926-8de4-49e4-b828-a9ffc6cdf8e9", "name": "Perform Search", "request": { "name": "Perform Search", @@ -90433,7 +90433,7 @@ }, "response": [ { - "id": "2f318770-5e56-4786-8666-969fa5f01a31", + "id": "513661de-efee-4442-a441-18f76d28a0fc", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -90526,7 +90526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f08e88c-dcec-4ada-8cf1-115d4f0d2a8f", + "id": "5c412cc3-d952-4ced-beda-bcfd1584b77e", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -90619,7 +90619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019dff8e-9e49-4505-9885-b5767a5af5f9", + "id": "65f10dfe-0164-4a38-b50f-22d044c559e9", "name": "A collection of Events", "originalRequest": { "url": { @@ -90712,7 +90712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb551bf-6470-40a3-bddb-686851cef56e", + "id": "4ba2ecc3-b076-4ef5-9d1f-9ae4d0868930", "name": "A collection of Identities", "originalRequest": { "url": { @@ -90805,7 +90805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7014211f-bf47-40e8-b186-ed1c943ec40e", + "id": "a20a035b-d633-47f0-a3c9-94826eeadc52", "name": "A collection of Roles", "originalRequest": { "url": { @@ -90898,7 +90898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26c6474-3a5a-4b9b-ac43-c91bbc2dc50a", + "id": "40328dce-2f61-4cd4-b322-56703a0b6c6c", "name": "Filter with Exists", "originalRequest": { "url": { @@ -90991,7 +90991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71ddca8-899a-4615-8a0e-83e703444c74", + "id": "c7552619-0dc4-49a2-842e-d01976877689", "name": "Filter with Range", "originalRequest": { "url": { @@ -91084,7 +91084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb15041-645b-46b4-989d-a980cb22fb71", + "id": "2283bfdb-5d0a-461f-9608-ab00b1180708", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91177,7 +91177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b7f643-090a-4bc4-85b5-c0a9d19e3c30", + "id": "53d51847-8d5a-44e7-8628-28ecbe436607", "name": "Filter with Exists", "originalRequest": { "url": { @@ -91261,7 +91261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71ce70f6-4f63-4e62-a83e-8c601f2b3cbb", + "id": "6efee2c8-6aa6-439d-b013-38360fdd49d4", "name": "Filter with Range", "originalRequest": { "url": { @@ -91345,7 +91345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a38ce2-79d2-4d9b-b27c-d02cea6c7398", + "id": "b716c3eb-988c-45b0-9258-ede14473e2c8", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91429,7 +91429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce06e3f-816b-4d85-8c60-adff96214cad", + "id": "f1c92f29-4404-47cb-bac7-a74bde217d5b", "name": "Filter with Range", "originalRequest": { "url": { @@ -91513,7 +91513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2a9104-c4c6-4d5a-bbd4-275d7244bb51", + "id": "9ad1a4a6-564a-496a-b346-8e18bbfe746e", "name": "Filter with Terms", "originalRequest": { "url": { @@ -91597,7 +91597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daaf15b4-182a-4ee7-9466-161fd824303f", + "id": "ee20ec60-5ae0-470e-9245-2cf62e391566", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -91681,7 +91681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42085800-031e-4c09-8670-1d597d0d9a08", + "id": "99d4957e-22e8-4ef2-968a-ec14c87a197c", "name": "Query with Fields", "originalRequest": { "url": { @@ -91765,7 +91765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319d3a4e-0777-44c5-8117-5a25fc8c5399", + "id": "d49075a9-193c-4504-8d50-6668c25810dc", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -91855,7 +91855,7 @@ } }, { - "id": "4f0b9a7a-b59a-42c9-b9e7-6093ac1a9f38", + "id": "f7048734-7bb5-44fb-9b57-8d4165a42a80", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -91898,7 +91898,7 @@ }, "response": [ { - "id": "4d74896d-0756-44a2-bcfe-8c6fa5ff5375", + "id": "15ed258f-c5bf-4669-81bf-9d3bb12e2492", "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": "0c199857-e2cd-4955-bb97-88b4add9aa5c", + "id": "2d423a3d-ee97-4289-83fd-9cb128a7a740", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92012,7 +92012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddab8b06-d8ea-4249-8fd9-798dfc38b3ab", + "id": "d495ccec-6018-4284-8bbc-b66f25eb64d6", "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": "c3d54f7f-88b6-490e-bc3e-4ced50a0d478", + "id": "3078fd57-3c42-4400-97a5-9fb40e193599", "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": "44b27636-6c24-4d55-9cd5-c35b0ff763ad", + "id": "936aaaaa-8544-4e8e-a7fd-e8bcfb710621", "name": "Too Many Requests - Returned in response to too many requests in 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": "90104168-ff75-46cd-9f3f-7cae29f08f8d", + "id": "3106fb82-37ff-46b5-90c4-bd0e768d6f8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92246,7 +92246,7 @@ } }, { - "id": "537ca2ea-7743-49f7-96a0-7ba674bc735d", + "id": "8f7fbb43-4121-4c94-8894-b4e8c7a0e49f", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -92317,7 +92317,7 @@ }, "response": [ { - "id": "fec2ae53-44d1-4b7f-874a-2eebca35392d", + "id": "22545bf8-3f7c-495c-83d3-1e8794527ecb", "name": "MetricAggregation", "originalRequest": { "url": { @@ -92411,7 +92411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "788a46ad-5a96-41a9-adc4-da4ae6ee5bf0", + "id": "eadc1ba3-1d48-4bdb-ba14-c37f62e6f1f0", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -92505,7 +92505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db7c7e62-2e3e-4903-82d7-f0fe06c3c96b", + "id": "baed17ce-8ae0-4d8f-8dcc-39df61368ab4", "name": "BucketAggregation", "originalRequest": { "url": { @@ -92599,7 +92599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de22bd84-b2b3-417d-9791-2ed0f51118e6", + "id": "75312416-2e88-4853-a7b1-c45e74094bc6", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -92693,7 +92693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "671c3a37-9083-4672-8470-17d68850b275", + "id": "bea85113-efb1-43c3-a69a-3745eaf02518", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -92787,7 +92787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0224ff52-758a-4e86-9eb4-630534288d95", + "id": "d393dc1c-e335-45ef-8514-c8d17e6e3a8d", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -92881,7 +92881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75a9cf9-942f-4bd0-bc7b-a113f0132b5d", + "id": "6187cdce-a557-4648-9cea-9f48f071e1c7", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -92975,7 +92975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a968f23e-6e16-4549-8edc-27410d71cd15", + "id": "5de7ac3d-b979-4b42-b00e-b94f20a35425", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93069,7 +93069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00c22e3-63fd-4533-9a7a-931542c3fa94", + "id": "6ab301f2-0bae-4cb0-b429-ee72bafd8bc4", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93163,7 +93163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de73cda5-7b8e-4530-bbca-5869b7cb0a2a", + "id": "1bb294ec-1227-41dd-a9f1-ba5462083be6", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -93257,7 +93257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e5c318-41fe-4f57-bf13-e2863bcc65cb", + "id": "2ead7cb0-f630-43f4-bd21-34368f672c30", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -93342,7 +93342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a67186fa-0346-4f98-b6c7-f602727f77f8", + "id": "fdaa58ba-9506-4bf8-a0aa-408706eddb7f", "name": "BucketAggregation", "originalRequest": { "url": { @@ -93427,7 +93427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1975632-5c90-4aab-825a-92640ef84598", + "id": "e78bc093-85ef-49df-b803-8726b0c91eeb", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -93512,7 +93512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e5930a-282d-40e6-aedc-55e2816ee009", + "id": "07768208-4ef8-4b7c-a560-28c99f51139e", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -93597,7 +93597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7a6a0dc-c4c4-4ea7-8923-5f6a62a6135d", + "id": "2930b62b-29b4-4b30-8989-164c25a9e9a6", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -93682,7 +93682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a0b1378-ab65-49ea-b91a-db217b3586da", + "id": "3e50e016-89bb-4fa0-b742-e17699257555", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -93767,7 +93767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db22a02-04d2-435c-8f22-fd506517602d", + "id": "fd91ea03-da85-41f5-9188-aa98ddd61dac", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -93852,7 +93852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e5d8f19-d51c-45ad-a34c-b40809492067", + "id": "0d714eed-4837-49c7-99b0-12d0b967b7db", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -93937,7 +93937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd3bebb-378a-49bf-9f62-b75c9c7920cb", + "id": "44f7c11c-9e53-4c37-8489-0cc430133d78", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94022,7 +94022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e84ef8ea-42ab-4f4a-aeaa-4912bf8c138e", + "id": "79cc57d1-0a56-43c5-ad90-004269e5ab75", "name": "BucketAggregation", "originalRequest": { "url": { @@ -94107,7 +94107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de74449-af33-45be-b2b4-e1003f2825f2", + "id": "6cfd857d-2f11-4a5a-8030-ecf71cefc0bb", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -94192,7 +94192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f780e2-7259-44a3-be2b-3cb78a62ff15", + "id": "435b53c4-9e5b-4e66-88ec-ce5a87b792da", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -94277,7 +94277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb6490a-00ea-4c88-b0d5-e8e1475f71f6", + "id": "a1d72c61-9586-472a-9335-0f5c78fdf031", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -94362,7 +94362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a7965d7-612d-4212-a385-d91fa056df7c", + "id": "79db22e5-2b57-44b9-a016-34c5307969bf", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -94447,7 +94447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42434119-16b0-4026-b229-4b2efe6b2989", + "id": "7c0b9ac6-b85d-4b0e-8a05-0048bbaa2a5e", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -94532,7 +94532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9632406-db9c-4f77-9617-8ad97cf3278a", + "id": "cc25c1dd-b3b3-4cac-9c03-7322554b60d8", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -94617,7 +94617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "916ae9b1-2353-4832-810e-ac5353ab4034", + "id": "76f6bb9f-8101-4992-b3c0-ad5c483c9142", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -94702,7 +94702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00731f50-3674-4b90-ac62-91bbbb49436f", + "id": "472c388d-8009-460c-824d-9d9d6df90d59", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -94787,7 +94787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4a5c61-a785-45c0-ba2b-f841847ccad6", + "id": "6e374b65-c180-4f77-a828-24df09842dc5", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -94872,7 +94872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec877e1-8c92-4f75-8ade-074169e8e1d1", + "id": "98434c5f-12b9-49c4-815a-c246b82e7591", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -94957,7 +94957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74bcf84b-fef9-47bb-af6e-5293461a7238", + "id": "f99dfd34-fdbc-491f-a068-0762d1a17b0d", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95042,7 +95042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8291da-cc2b-477e-98fd-ce8dec95dd1d", + "id": "5c2d469e-caa7-4f5c-a072-f18ca730e76e", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -95127,7 +95127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a07e318-9e95-4d3c-921b-f8884f2c47f3", + "id": "1eb8ca81-d892-478d-ab25-e5ff220ba3bb", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -95212,7 +95212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a623f5b0-f6ae-473c-ade4-50f3e5171ecf", + "id": "401c4300-28e7-4c6a-8b3a-f3ad610fedc2", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -95297,7 +95297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95babee6-88ed-4cc4-9c8d-71b67ecc8e57", + "id": "9dd0c1c4-c20d-4696-8ffa-79b82d7a4759", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -95382,7 +95382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c72dec-e648-4904-8e3e-e319d5777a98", + "id": "24e04667-0ae4-47de-a806-d580d580d33f", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -95467,7 +95467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdfe002e-a44b-4385-88ea-9a69b072e121", + "id": "d4b5d0e6-35ef-4ad2-91e1-e33824e1fab7", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95552,7 +95552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b1f4ff-8fdf-4e72-a6b3-9ae741d89810", + "id": "cbb5c846-29c3-41af-aa6e-e9e27518b1b5", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -95637,7 +95637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592f5fc9-80a6-4613-8aa4-ae5b479eb1d0", + "id": "1caf51ca-3b8d-43e1-9fb6-0dffa3be3f64", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -95722,7 +95722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f28cde8-0ced-4c4b-bd64-fa4fd50528be", + "id": "b965acd8-80a8-4740-ba53-f2b79d85a52f", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -95807,7 +95807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76abd37a-f60b-441e-94d0-9089494380e9", + "id": "9c4924b7-e4ec-47b2-bd49-a0530a72735c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -95892,7 +95892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9a1250-7d8f-46de-b39a-fd7e2d08f2a1", + "id": "e4e348cc-72f5-496b-b0d4-06e9648075ba", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95977,7 +95977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d0b603d-dddc-4536-acda-b0b54cc0c062", + "id": "0bd79912-93b8-402e-88c3-0876ec1e1e38", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -96062,7 +96062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7ca4b3-cffa-429d-be11-febf582d2cf1", + "id": "40a6fd70-f885-4538-8fc4-1a8bf00e5b74", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -96147,7 +96147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f66fa19-9f83-46a7-b9ff-d18c7840d3c4", + "id": "b7526029-8141-4e74-87b3-91267fbedf1b", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -96238,7 +96238,7 @@ } }, { - "id": "643d27e5-bbf9-4449-8ff9-011bd321a5ad", + "id": "deb801a3-7459-48b7-afda-07a695639bd9", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -96290,7 +96290,7 @@ }, "response": [ { - "id": "49ff3e75-55a5-44f6-bb78-05a2b639ecf7", + "id": "68251023-e03c-4612-bc6b-055ccbcec77c", "name": "AccessProfile", "originalRequest": { "url": { @@ -96335,7 +96335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "454f7ccb-90f8-4924-8975-b09a49acf753", + "id": "194b1923-0182-47fe-ad93-4aa0fb55a41e", "name": "Entitlement", "originalRequest": { "url": { @@ -96380,7 +96380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f402f334-c3a6-49ca-8435-3f9297ba4b01", + "id": "98bf3c3e-6d2a-4ad5-933b-f109e8982c19", "name": "Event", "originalRequest": { "url": { @@ -96425,7 +96425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bed8424-82e9-43df-ad97-de99446c4a4d", + "id": "7df8f6a2-d395-4341-9a31-a155e97c32e8", "name": "Identity", "originalRequest": { "url": { @@ -96470,7 +96470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c61859-b08a-4905-b3b1-1f5229b17498", + "id": "8e20d991-085d-49b5-82c1-5d7a9912a9b2", "name": "Role", "originalRequest": { "url": { @@ -96515,7 +96515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cfe8c5a-73e1-4667-884f-d9686341546a", + "id": "c4f2af7f-e03d-4910-b35e-d8cd440b993f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96560,7 +96560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f448981-55d4-44a9-a218-9714bcb10599", + "id": "69b0d90f-c394-41ff-811d-4b97d8216411", "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": "d031bd61-6993-473f-8642-5b13d838f04b", + "id": "91d66a9b-5ea9-4099-8184-b934071588a7", "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": "4745378e-e098-4ab7-92f7-244aaed95c58", + "id": "f04a4161-ae6c-4033-9c32-48233a30ea8b", "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": "f99332e9-d1da-4f22-a69d-dafc17dd0f59", + "id": "cdecc619-e07b-474c-8fe9-c0731fdeadc4", "name": "Too Many Requests - Returned in response to too many requests in 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": "29849363-74f9-4706-a527-ba05e614b599", + "id": "3f10e019-a9a1-40b3-8af7-f2868a2bb777", "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": "8c1fe433-2a9c-4d0a-831a-0de9419e8286", + "id": "08e8a671-83d5-46c8-9689-dc36a4b9046a", "name": "Create Segment", "request": { "name": "Create Segment", @@ -96839,7 +96839,7 @@ }, "response": [ { - "id": "354dc159-5dfb-4c68-b487-44455e4ec0bf", + "id": "021601aa-99e4-4072-bdef-5b7c25bea14c", "name": "Segment created", "originalRequest": { "url": { @@ -96895,7 +96895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aeb17b8-b081-4248-8ded-1d34e745277c", + "id": "d884b0f3-c32f-4a22-835f-f7e5cd7024b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96951,7 +96951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87c453f-2337-43aa-857e-584e148a2e6e", + "id": "88c8420c-9633-4c25-b5e8-897f9d80ce69", "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": "36a2fa2c-8782-4211-9c83-40e46a4fac2c", + "id": "ca366d23-0457-4dd5-861c-afb7dc9d8512", "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": "1d2fa6ed-f36f-4bcd-b0bb-ceba3cd032be", + "id": "ff560f9c-8d61-4240-b887-60d8ed4a668e", "name": "Too Many Requests - Returned in response to too many requests in 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": "f747569b-994e-44a9-955c-2841f3da1181", + "id": "068c1796-1ce0-48e6-b7fe-0f9a5b28ff2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97181,7 +97181,7 @@ } }, { - "id": "aae44c9b-be5f-4a1a-b745-9077beead1c1", + "id": "3e3b083f-8dcc-46b3-957c-7287a40ac76b", "name": "List Segments", "request": { "name": "List Segments", @@ -97238,7 +97238,7 @@ }, "response": [ { - "id": "113bcd65-9544-4d32-89de-f18888b5d54b", + "id": "640f71be-c183-4b6f-9679-c8dd63b91ab0", "name": "List of all segments", "originalRequest": { "url": { @@ -97309,7 +97309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60a744d9-d91d-4dcc-8ebc-17bca8377add", + "id": "bb94241b-8745-4b58-84d9-3447a9ee6cde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97380,7 +97380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b87d49db-9ad9-4d10-bff3-cedb7dba734b", + "id": "0ba59c5b-6e45-4585-8d6e-894ee6328a88", "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": "7cbc028d-6067-405e-ae0d-e87d2b62fd65", + "id": "0d400828-d315-4170-904b-e02de14a7c63", "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": "ddcb9555-ab73-4a3d-9d23-670101cd9b50", + "id": "036fdb69-b445-41d6-afa7-44dd8dda54a3", "name": "Too Many Requests - Returned in response to too many requests in 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": "36099af0-2637-4c5b-9d9c-93ad198f7858", + "id": "513f51d0-ec15-4b5d-97d1-537a2a59243a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97670,7 +97670,7 @@ } }, { - "id": "04b7e673-74bd-4009-8194-41913cbb5b84", + "id": "1a842512-b866-430c-bb31-845a1ae4a8ad", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -97711,7 +97711,7 @@ }, "response": [ { - "id": "a4feab58-cbf0-406d-b0e7-ac653796a5e9", + "id": "9af13fe5-04fa-41ca-a6df-02f394202712", "name": "Segment", "originalRequest": { "url": { @@ -97755,7 +97755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2afce301-a694-46f0-b887-4126689ca215", + "id": "e209d731-b7d6-4160-ad35-4e5d155bb12d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97799,7 +97799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8950d4c-0886-4193-a3ce-452547fea977", + "id": "a38fbb76-f94d-4c7d-b501-54765c5748b7", "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": "50f6cc1e-347e-4991-b527-f270940e9359", + "id": "39fed597-99a3-4ec7-a7df-b3367633b24a", "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": "b90bc702-f19d-4245-85df-590cb11f6ad4", + "id": "ce40dcf9-8639-440e-b24a-71faf793c4de", "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": "18d10df0-11f9-41dd-aff9-30fa53f7db8d", + "id": "15df563b-9d60-4025-b5d5-2e2ae0392c43", "name": "Too Many Requests - Returned in response to too many requests in 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": "1de92158-f745-41cc-a52b-c8372ce331b3", + "id": "246d0a57-6a59-4b6d-8787-64b418439a82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98025,7 +98025,7 @@ } }, { - "id": "7bf577f7-10f4-40e8-9089-361edcc42c0e", + "id": "e2885d7e-dbe9-43a6-ae47-0cbc23f6868e", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -98066,7 +98066,7 @@ }, "response": [ { - "id": "e9c555af-8604-4a62-a8b6-33f76d6814f2", + "id": "336fcd27-b40e-4b0a-9ce4-3d486f0742f1", "name": "No content.", "originalRequest": { "url": { @@ -98100,7 +98100,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2820e903-f714-4d19-9ec7-53e09ca253ed", + "id": "9a2fc35f-5d2a-4d8b-a1b4-4d9f24546212", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98144,7 +98144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ed61f6-55b6-471e-933f-2082a213898a", + "id": "c36a19e7-ba22-4a4f-9f7a-14195c87fe89", "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": "e84ea4ea-3673-4b0b-98f3-e9cc56941560", + "id": "14fe08aa-cf05-4789-8c1b-c68fc5276123", "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": "0709a3b3-f858-4558-a870-b2d23ffa6514", + "id": "3f3a212d-19ef-4d4b-92d6-7b1cef068dcd", "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": "c9c11d14-2f35-4be2-b7d6-5af5a043399c", + "id": "a26b703a-6d77-45db-bac1-283b8ac69adb", "name": "Too Many Requests - Returned in response to too many requests in 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": "6e0392e4-ff7e-4924-899e-033e584a546f", + "id": "ee93cb40-e558-4e12-a4b1-a3e58d709259", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98370,7 +98370,7 @@ } }, { - "id": "950950de-4024-43ad-b537-710aafa83032", + "id": "bf722154-dc39-4b38-8a7a-9bdd6f7d09da", "name": "Update Segment", "request": { "name": "Update Segment", @@ -98424,7 +98424,7 @@ }, "response": [ { - "id": "21b7aa1c-74ad-4ac8-a96d-585b4d9e6ef0", + "id": "683d8bdd-b458-4b62-8587-24c9363f9817", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -98481,7 +98481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e324f3b-b98e-44a0-8990-9417f76550b8", + "id": "1fc42d35-ccd9-47bd-a8a8-9cea7b9e04d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98538,7 +98538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94a1a3a-5986-4645-889f-8362496721a2", + "id": "2b7f1ed0-5960-44dc-9cbb-8aaafdc7d989", "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": "fb53dc27-c4cd-4ef3-b9bf-8dec1d8ce1ca", + "id": "f7e0445f-90d5-4591-82fb-38ae6bc20f4f", "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": "442fbcb9-e83b-4a5f-b872-0315a2725f87", + "id": "0cbef06e-b325-4761-9e88-3c89adef4beb", "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": "60eaeb29-d8a6-415e-bc0f-1a8a0c54032e", + "id": "066b4637-73cd-4dd4-bbf8-d65ebe6a9433", "name": "Too Many Requests - Returned in response to too many requests in 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": "ff2672d0-cd90-47d5-8556-6c966a1f6c90", + "id": "8cefe819-84f1-4807-8a76-3404cc657db5", "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": "cb855d34-cfff-41be-a1be-7d56e56424ce", + "id": "a4ec5b20-c1cc-478c-b908-0f0ee94482b1", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -98910,7 +98910,7 @@ }, "response": [ { - "id": "4b492869-1283-4c18-8f95-9ec097be25ff", + "id": "6be1b853-5f26-4cf4-a56e-dc4fea1ed2f8", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -98999,7 +98999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9117dc7a-4565-4963-b2f9-090bdb6f0bc1", + "id": "c25765d9-ae55-4646-9688-587b3a00b02a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99088,7 +99088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c57fbc3-60f4-402a-b35c-340a1a982e4b", + "id": "6a3b3f67-cfc4-4e3a-8b4b-082e24c4f4de", "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": "b412b576-08a3-4c2d-81b7-ea60839034c7", + "id": "3c2ada9c-080f-4f4e-8da3-d67dbcd2bf0c", "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": "bd452dda-01ff-4da5-94f8-5f072d85a2db", + "id": "bffef2d6-0ddd-48e6-9f41-08a414df9f30", "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": "4a1e8c3a-899c-4222-91ad-55411fad0332", + "id": "21aff05e-f07e-44f1-98a6-6f0b51b3c154", "name": "Too Many Requests - Returned in response to too many requests in 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": "224ecfb4-c050-4811-950f-503171a39e2a", + "id": "37aadd2e-209e-4341-ada4-ab7e3d93bc02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99539,7 +99539,7 @@ } }, { - "id": "0c1d4ef8-49d7-4f3f-9fe7-2f33c6e68301", + "id": "7f1a41c2-1a3c-48e2-95ed-ed1e42daf25e", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -99581,7 +99581,7 @@ }, "response": [ { - "id": "bf1e06a0-f032-4415-8baf-2e1505d9eafc", + "id": "99fdcfc0-f996-42c1-ab08-61c94bb40821", "name": "details of the created integration", "originalRequest": { "url": { @@ -99637,7 +99637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222d3fc4-bf13-4e6f-8c1c-f22dd7da34ea", + "id": "e23e868f-a054-447a-8ca8-872b39a90c63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99693,7 +99693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3124ff07-a98f-452a-b56a-510c29397dd0", + "id": "9e5d9ace-17ed-443c-aea7-22ef9e9f2ff5", "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": "6f53411a-5d0e-450f-8708-743fac3f18cb", + "id": "74478efa-bc5b-4446-bee4-be9b5670ef7d", "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": "c404f41d-f658-49e7-a798-ea3577c5f648", + "id": "9844650b-5384-4e48-ad86-254820ceb262", "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": "2b55624d-02b5-4a5c-a9e2-747a988dc3b7", + "id": "3cee19a4-3475-4c75-842b-302229c452d2", "name": "Too Many Requests - Returned in response to too many requests in 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": "19f6ae92-cfa2-492c-8d04-ee1b6f859c52", + "id": "97a9e21c-78d4-442c-b1a2-7069cd7c80e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99979,7 +99979,7 @@ } }, { - "id": "6e7b95e7-e8b8-47c0-876d-6ebfe2b6fe60", + "id": "1cd57eb4-6449-4ea3-a021-05fee9207dfe", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -100020,7 +100020,7 @@ }, "response": [ { - "id": "4eff32d8-8ad4-4fcd-8955-e68a3199d3f6", + "id": "6369fec0-babf-48d4-be4f-0c1a34802d9c", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -100064,7 +100064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47020ebe-ba20-4439-ae84-5b46249daa95", + "id": "6a4a01af-8425-4a03-a98f-c586447c0b5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100108,7 +100108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc55555-aa70-4c8b-9b87-242e147c2f5a", + "id": "0d59f917-ccfc-4b6d-badc-a862a46757d1", "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": "0e88df0c-1f82-47ed-8ca1-001227b18404", + "id": "4db2880b-b370-4963-b518-1973866c3787", "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": "76332382-ea02-4b42-bb5b-10e50c9ed1f3", + "id": "db455f55-2451-4482-bc89-bc58184b2668", "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": "9b712793-7c27-4dc6-b6d7-4df21d1a42be", + "id": "2c2025cb-6466-4c14-89e0-d1f16ade3446", "name": "Too Many Requests - Returned in response to too many requests in 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": "01bd7e3f-e03c-44bb-8ca6-84e035f98268", + "id": "2388e2a4-611a-486d-83e1-2229e8f50513", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100334,7 +100334,7 @@ } }, { - "id": "44f45ead-53ce-4721-87f9-06cd74fdb9ba", + "id": "06cb49b7-e334-46eb-b9ca-46e1bce65a1f", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -100388,7 +100388,7 @@ }, "response": [ { - "id": "2ea790e9-f9c3-4f0c-bb19-8d7fcdc9f9a4", + "id": "e4308d06-5f32-4f40-9ec6-3cca389cfd4c", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -100445,7 +100445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b76f2d-8514-40d3-84b6-76f3dae65245", + "id": "83fd412b-232b-43d5-9ad6-1fab01d8a788", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100502,7 +100502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37064b72-b337-4df5-b7a8-3963b3014fbd", + "id": "e515b1e3-ee36-483b-a67f-65737d8749e0", "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": "6fb84d89-c5ad-43a4-abc0-fc263eb4534a", + "id": "00c9b9b8-98b6-4cb6-b1b7-14e7f84ea63d", "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": "af06cdd7-c2ec-48fd-9b32-c3600385adfc", + "id": "ebdd30dd-81c2-44e6-9188-6e89be4dfc90", "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": "2db3d98d-72b4-451e-b1da-6a8db89f6abc", + "id": "07c4b9c3-8ce5-478f-b8c9-38c78c9029bb", "name": "Too Many Requests - Returned in response to too many requests in 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": "2574e389-c557-406d-a96b-362ae38704cd", + "id": "53bd2072-d9d3-4006-b965-0fc75832cc09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100793,7 +100793,7 @@ } }, { - "id": "60ef9644-47a8-4b5d-9605-2da4bc2b7b2d", + "id": "e7d6e3af-19bf-4413-b7f9-9a39a98e868a", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -100834,7 +100834,7 @@ }, "response": [ { - "id": "264de730-a385-4dc4-b410-20a7b628a170", + "id": "23ff9f0e-d802-4774-83bb-06501e1a4acb", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -100868,7 +100868,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3c984082-9c31-4adb-9c53-c5bdfa5d3d36", + "id": "aab9f5b2-fb79-470f-84f2-84a0c0a96f2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100912,7 +100912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4152ca05-994b-4242-babb-0d0a98e82cf7", + "id": "a535e2a6-2c44-4142-b906-6f0950aa388b", "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": "86c9a8d8-65eb-49b5-a069-407d15b4b51e", + "id": "83c5ff5c-fc44-4f1d-91fc-145ba86cbf4d", "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": "88f08e58-16dc-475b-984c-3afe1238aaa8", + "id": "9895f444-c981-4f72-a8a3-e1abfe27eaa6", "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": "333e2410-3a46-4fae-b17a-5043629911bc", + "id": "6f088d2f-db91-4eda-a3fe-a462b04b58d6", "name": "Too Many Requests - Returned in response to too many requests in 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": "a33f8c00-2ea9-4246-a665-24eef7a66e36", + "id": "70ef834b-4149-4e1c-92f3-9b1b2bab4948", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101138,7 +101138,7 @@ } }, { - "id": "5a12fac7-0c84-454e-b6ca-fe45c3d08158", + "id": "52afb959-ff6e-45ad-b231-db4cd79e8bee", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -101192,7 +101192,7 @@ }, "response": [ { - "id": "a463ac29-d9cf-4975-8f52-272f905f5ca6", + "id": "6f3e65d0-818f-497c-b808-1fa741c116b6", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -101249,7 +101249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ccccfad-501d-4d27-bd88-cda87f692475", + "id": "a9c8c554-cb89-48e5-a278-a97b16fdcd0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101306,7 +101306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4afd2ac8-2b11-43d7-8176-f627fa41e914", + "id": "e77f47ea-e2ec-412c-ab35-ed1fcf9a1dcc", "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": "633ce7bc-d7c5-419d-ac86-90fc6b503169", + "id": "3c0c70b0-180c-4bd7-8a6b-98f98bb8c144", "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": "2c48ab31-5fab-471f-bf34-0b8d36683ed2", + "id": "58a5b3ff-2f68-431a-94f6-a4d355b9a2cd", "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": "6e963287-10eb-4189-a63e-d8299ceedcf0", + "id": "9eaec4d8-88d4-4c4d-a822-fcf5c0f0a460", "name": "Too Many Requests - Returned in response to too many requests in 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": "f86fbd3b-3f1c-40d0-b043-64d2dfffbb25", + "id": "4bd89603-98e2-4da5-ac86-05708f13ff1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101597,7 +101597,7 @@ } }, { - "id": "b6823095-38e3-4e6e-9a9c-1a14f3c74277", + "id": "35f2d7b3-c1d4-4a98-b40e-7bb8bedfe1d7", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -101627,7 +101627,7 @@ }, "response": [ { - "id": "be0faed7-4116-451a-ba2b-53cdd4c97b03", + "id": "9ed0844a-a05f-4913-9090-b18f53739362", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -101671,7 +101671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd057918-6218-4f66-a950-80e34b3203c9", + "id": "7ea0ea82-f4cc-4ec1-9f26-c28c51285baa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101715,7 +101715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72bc8ddf-b73d-48a7-b241-17ae065829d6", + "id": "835c5324-efa6-4dd0-859c-da3981aa499b", "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": "153a7aee-d490-43e9-8e9d-6313712b935d", + "id": "278cd547-f525-44fe-aaa2-1bb96b5ba707", "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": "7563ffca-b135-40fc-856b-2011c4d8346a", + "id": "335717db-b511-4a1a-b25c-e1a76ba8167c", "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": "95fa013d-584d-4723-8774-57faf3b5452e", + "id": "2a6c6d44-f38a-48e2-b5d9-c3a38a9bbef4", "name": "Too Many Requests - Returned in response to too many requests in 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": "30e236be-007f-4e37-b00d-e61a2c81a7dd", + "id": "669af4ef-0682-4089-9a44-1dedfb2c3f13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101941,7 +101941,7 @@ } }, { - "id": "4e9fa43c-bc13-4076-8131-0e8fbe8b8eb7", + "id": "8cd479a1-1e91-4caa-90b9-e9f60f2328a8", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -101983,7 +101983,7 @@ }, "response": [ { - "id": "382a2129-5af1-4c70-a0db-6f99a46dac5b", + "id": "4c0e43e9-244b-4e3f-8522-ed5def67a634", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -102028,7 +102028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c07c7eee-8e76-4fb0-8bb1-267f1ab0a5b3", + "id": "56079e46-8e85-416a-9865-f1cdd111f4b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102073,7 +102073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe65e4c4-82bd-4afd-bb0b-b4afe10c8d8d", + "id": "ff344ee3-4776-43ec-8f41-2c4ddb39c44d", "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": "3ec934db-b21b-4b0a-814c-3703bde2270f", + "id": "25a47712-e6af-4c3d-b986-c5a43fda7db3", "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": "5fca193e-34cd-4a84-be8c-79d8561c2b0d", + "id": "eefd738c-7854-456c-a741-172106147f52", "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": "70e1d643-a09f-4e9d-91f4-391ff04ba280", + "id": "3926012f-6a70-4941-af8c-5a1c2fd5d676", "name": "Too Many Requests - Returned in response to too many requests in 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": "12fae465-e471-4803-b48b-6656ae668365", + "id": "9a262ee3-7207-4aef-8698-7f1bf4180565", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102304,7 +102304,7 @@ } }, { - "id": "6e63643a-5c19-407e-985a-e9deccc0534e", + "id": "bd61cbb1-e42d-40f9-96c1-e3dc9e348d55", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -102334,7 +102334,7 @@ }, "response": [ { - "id": "9495aa6a-43af-4539-86c4-1e43887eec00", + "id": "b9a6672e-e119-4372-ba0d-9835cb3168a7", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -102378,7 +102378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5b1f78-a4f3-449e-afe0-0df13e4cdfb4", + "id": "e9d2f186-3e14-403b-a2a8-05c8d10ab11e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102422,7 +102422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c598e9-3254-4821-8ddf-876ac2c24ca6", + "id": "b48a5e49-dc8a-4230-96b6-bad40ef45066", "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": "9049b588-8060-4653-9ceb-727994f2278f", + "id": "3c3a78d6-2c38-4f63-a298-906d2d9c5b99", "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": "7bbc9f39-c9a0-4e37-9d7e-aa8ea722aacc", + "id": "8a367d05-107f-4a30-b050-0fc39a8bac87", "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": "23912867-7580-4b6c-92e8-ce0deadd30c4", + "id": "a5f4bad7-3e78-4552-a6c0-02a49d0f7455", "name": "Too Many Requests - Returned in response to too many requests in 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": "cc573359-3dd2-4780-ae08-b586a772a494", + "id": "2ab12470-017d-48f6-8ddf-6de444c8d89f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102648,7 +102648,7 @@ } }, { - "id": "9d39ea94-1356-4060-bb39-7ee919f49789", + "id": "419eab7d-5284-4ecb-b546-b5f5ce694780", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -102691,7 +102691,7 @@ }, "response": [ { - "id": "611ad40d-9bc6-4f0b-8b90-58e5f63d449b", + "id": "d9d3218e-75c9-4567-afd9-223807447684", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -102748,7 +102748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51e826c-9629-4fe5-a51f-c98173804655", + "id": "5c314fa7-9a41-44ee-b351-857cf484f353", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102805,7 +102805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1c7647-628f-48c9-a5ec-70dba087a85d", + "id": "f599bf72-df58-4606-b57d-83491a4609b0", "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": "6a59fc21-a3f3-4e52-9681-295635f1cd8d", + "id": "a94141dc-1fcc-40e7-a80f-12647d794b99", "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": "dc77c748-eb52-42d1-a67f-3c36a2daed5c", + "id": "8dbe9b11-3cd1-478c-a7eb-9406635a654b", "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": "7b71af1d-4263-4afb-99de-2430d0f75f54", + "id": "0852b702-e010-40a2-ae88-6cff7846a7df", "name": "Too Many Requests - Returned in response to too many requests in 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": "8596bf7d-c5cb-4cfa-9c57-f889658ff1d7", + "id": "d7f45399-da5f-49c2-9a8a-d31a5e823480", "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": "37e55cfc-9829-42c9-984c-f4d5d9a9bb45", + "id": "169f323a-cc65-4258-8963-d72f367ca027", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -103150,7 +103150,7 @@ }, "response": [ { - "id": "d896e7f1-d3fb-4e38-8255-3abfa75e1c9c", + "id": "505c62ed-1185-4a48-b964-7404147ffdae", "name": "Violation Contexts", "originalRequest": { "url": { @@ -103207,7 +103207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "721fcd49-6be1-490e-8289-7a53e458d388", + "id": "c0ba6ca5-5507-4b64-b25d-49ecc0b7a19b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103264,7 +103264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236d59e9-0ac4-440f-a48f-3417c02d23fb", + "id": "aa6f4865-74ed-4e39-af51-dc19e9d77bce", "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": "3de9de6b-187e-48dc-b3d2-5be25262f891", + "id": "a19e49c3-305c-484c-9a4e-d9b2a06b0bfa", "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": "9ee9a1cf-2a72-4432-88a4-bba750a836dc", + "id": "0b583a52-8cc1-4694-812d-33e2ca5506e6", "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": "5be3d393-6e21-4d86-9bea-436a580f7908", + "id": "cde3ea24-fd00-4ab4-ad39-e94b8ab244ea", "name": "Too Many Requests - Returned in response to too many requests in 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": "888a65c0-f4b1-4b72-984e-ba7ef120c50c", + "id": "0a4f275c-10eb-49d4-af5c-834c19d26392", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103555,7 +103555,7 @@ } }, { - "id": "cd985e58-f0a9-4275-8fa2-501101eb25a0", + "id": "492575c2-ec0b-4495-af4e-62bc9cc4795a", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -103598,7 +103598,7 @@ }, "response": [ { - "id": "06726805-5668-4682-babc-5fcd5586c4ef", + "id": "b706f53e-7139-42c7-a7e3-d91c05623952", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -103655,7 +103655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "553bbb05-e615-412a-b4bf-d1139e3cf93e", + "id": "1ed66f92-119b-4d96-8948-3a5c44c17971", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103712,7 +103712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e70bb6-6ec0-47b5-8bb7-f07bb3cf21a3", + "id": "073cfef3-a2a1-4ec9-9a25-dafc313a924e", "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": "c3c8d521-a405-426f-8e9b-e4b905bb85b3", + "id": "342f89ad-a311-4721-a7e5-d8ba33d6e91d", "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": "de6a6608-b4d6-4d23-8607-875915e8ee09", + "id": "328c06d6-0212-4a89-bb9e-b2b823accec1", "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": "b52d45a9-8167-4a96-9a5a-f8761a67b78c", + "id": "871547fb-14dd-42e3-bdc8-7bd7bca51c74", "name": "Too Many Requests - Returned in response to too many requests in 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": "600209cd-99fe-4981-b7e3-f6bb7dd2bd5b", + "id": "df88da90-38b9-40f0-87f5-a2213a8223da", "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": "955a06ed-4267-4b67-b9b0-9c7e78061221", + "id": "cd31cfb5-7bfc-4f7b-9ddc-e45a9e10ca6c", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -104093,7 +104093,7 @@ }, "response": [ { - "id": "e608b175-56c8-48db-891d-e3fc2cddf5fe", + "id": "8defc573-a568-4fed-9325-32bf33e6b193", "name": "List of Source objects", "originalRequest": { "url": { @@ -104191,7 +104191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ce29c8-9446-4433-81ae-c6237c7a324b", + "id": "ccbf2478-3679-4011-ac88-bacbf6d17686", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104289,7 +104289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b318d2-b808-4521-bc3f-4d32cf1093de", + "id": "a0188821-61a8-4b32-aeff-c5ddbf19548a", "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": "763011a3-dc63-477f-8dc7-62bb36f3412e", + "id": "5ecd7eb2-cf4d-45bf-8eb0-abb60266064c", "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": "edcb2b46-4517-4e31-acc4-3591023082c3", + "id": "2a81c72f-ea04-4e20-9c1d-09b377fd82a4", "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": "0e1ea178-d6e5-478f-9933-67b57c6b1659", + "id": "bfa0bd87-0477-419a-8843-a94f16adca01", "name": "Too Many Requests - Returned in response to too many requests in 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": "3f81bb1f-7b78-409d-94a6-e4f7c61732e2", + "id": "9ba48555-4d9c-47bf-9e33-093b5e65409d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104785,7 +104785,7 @@ } }, { - "id": "96c5d62f-b57d-4b0c-8d8a-c32e6303f1cb", + "id": "c58c0f93-35cb-4ed7-9d22-19c09456862a", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -104837,7 +104837,7 @@ }, "response": [ { - "id": "efe7710d-36df-4763-bf39-e3fec29c95ae", + "id": "bf87fd62-2a5f-4ce8-9379-c45573084667", "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": "326e1e8f-234e-4823-aae3-b55528e1bb9b", + "id": "3c52a2dd-52f8-4867-a419-8e4869c28f84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104969,7 +104969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df316fed-2dc0-4a9e-a0b7-2b3773ab3aa0", + "id": "96cae3a9-f75f-4d10-ab45-7fb78f68fd35", "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": "87d6ca2f-b3ef-4824-aaa7-bce28a918630", + "id": "0242e5b2-9415-49d2-9dfa-ab707b2a5429", "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": "0ae2d7da-ba63-436c-8dce-0f34091f7db0", + "id": "42fc13d8-af2d-4607-9233-34cfbec6b84f", "name": "Too Many Requests - Returned in response to too many requests in 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": "281b87d5-16e4-4e55-8495-167196fa2f45", + "id": "6f0ff027-417b-491b-8876-55bd33c77990", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105239,7 +105239,7 @@ } }, { - "id": "e7e94ac8-9dec-4e3b-b073-5b3f6846e8b5", + "id": "77fa2a47-be2e-4124-af06-3bac79e79eef", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -105280,7 +105280,7 @@ }, "response": [ { - "id": "12de4426-f4e1-4f18-89b8-5b3c9cf199f0", + "id": "32eac06f-a16e-4d3c-880c-771ca336f299", "name": "A Source object", "originalRequest": { "url": { @@ -105324,7 +105324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef5f904-a9db-4d58-a4a8-9046e9a09149", + "id": "d96f2bbd-2f60-473d-89de-85fe92782459", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105368,7 +105368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ee8d28-4f50-45fa-8406-17bcbc4a93fe", + "id": "9cfc7cee-98ec-4068-86c8-e2936332270c", "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": "6d8f9306-c229-4eb9-bbfb-2cf2b7b7c2cd", + "id": "a173453b-4661-4ff4-8163-f79a79182990", "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": "a3fd4a42-eb30-4eb5-b142-0a4ce6a0f97f", + "id": "b779d074-3876-4149-92d8-7ebe47b2cd30", "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": "570edb91-3f06-4ca2-91ab-f7cc1cd1785c", + "id": "e88f6a87-0bd6-496d-9a61-7b74b991df57", "name": "Too Many Requests - Returned in response to too many requests in 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": "ea77e9d1-2329-45e7-a2b9-93885b7fd4e4", + "id": "0b00c9f7-5278-41b2-8c57-ad180d9d0904", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105594,7 +105594,7 @@ } }, { - "id": "5b1ce4ba-e5b7-4ea8-9431-b5b89e48114e", + "id": "a782a433-1924-4035-8005-85a05a3b7f73", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -105648,7 +105648,7 @@ }, "response": [ { - "id": "0cef8d1a-4250-411b-a329-7bb641faf651", + "id": "1e2b73da-718a-4b60-9245-c74cbcb3a457", "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": "4070e69a-749c-41c5-baca-0607b2bccd67", + "id": "7548b0c4-6368-4376-a207-525d4878c3fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105762,7 +105762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d44549ba-eea7-4fc6-94a3-eb02fd50ff3e", + "id": "1f588056-efbc-4218-9687-f432c8f74d4a", "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": "dcf0ccfb-df45-48df-84b0-972aa78848bb", + "id": "5a3ca375-5abc-4efa-8d61-71c9194202fa", "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": "181fa650-643b-4aa4-b96d-de00ce91a0c3", + "id": "5c22668e-97db-4fb2-985b-f1737ff63790", "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": "10f7003e-5cc8-4cee-9fb2-f00fe9833750", + "id": "83e044c0-0d53-4964-8f4c-dcb581851306", "name": "Too Many Requests - Returned in response to too many requests in 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": "64e8cd35-9073-4020-8122-76e11de70b25", + "id": "559770da-7374-4ae6-a291-440c7bb3d654", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106053,7 +106053,7 @@ } }, { - "id": "2bb7a3e3-d6ad-4d66-b499-70a16c94a6d7", + "id": "f4887fbc-c3dd-4554-85df-658b68824129", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -106107,7 +106107,7 @@ }, "response": [ { - "id": "924d619c-8711-46f1-aeeb-87012928befe", + "id": "cf1276fd-db36-4c46-a1d9-38d5fef7f6de", "name": "Edit the source description", "originalRequest": { "url": { @@ -106164,7 +106164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7513d6a7-51fd-4aa8-87b1-f596c166a6ab", + "id": "92771bbf-8b2c-4dca-bd42-cc5e8bbb6c39", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -106221,7 +106221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa452622-2a13-4b8a-9ab2-bd5034e03637", + "id": "5d8d8b96-3a2e-4559-a0ef-be6a3f28aeb3", "name": "Edit source features", "originalRequest": { "url": { @@ -106278,7 +106278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eed0d8c-1a50-4391-a7c6-60e366e8977e", + "id": "3096130a-cc8e-4554-b04b-b5cccd135b2a", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106335,7 +106335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6563c77e-37bd-46bc-a13e-336a5dacd9ae", + "id": "f5abd03f-09cb-4040-ad4a-93ffc11f6f84", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106392,7 +106392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee14b149-a387-4ae0-b2fc-38bbd45ca287", + "id": "d4be9405-7d01-47bf-88ed-6ec979b610dc", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106449,7 +106449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59bb8263-b47a-489e-9fbc-d3eadb6a32e8", + "id": "aa0846a1-0114-4cc2-972f-87cbe36cba04", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -106506,7 +106506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814ccc6c-ab92-4cb7-a584-8f0787ba78e3", + "id": "cd4442aa-40fc-4c0f-af18-607f9ed30d04", "name": "Edit source features", "originalRequest": { "url": { @@ -106563,7 +106563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "169ef7d0-71f1-4634-be5f-ed00a88e3923", + "id": "dc3f08c3-8622-4a62-9d39-07ae5b42ace6", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106620,7 +106620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b31526-4a22-4455-9f02-adb16c582fe2", + "id": "016f7c9d-8abd-4cc5-86bf-b857fa715908", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106677,7 +106677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891b245c-2126-418c-8868-a18d4cb0fda4", + "id": "869a8d60-8ac0-4e60-831c-ec1994d32416", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106734,7 +106734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54a8e938-64ed-4401-a63e-3a58bc122dab", + "id": "c33181bb-9912-47c6-9c1d-2bb217cdb521", "name": "Edit source features", "originalRequest": { "url": { @@ -106791,7 +106791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfc32cd-5f48-482d-8dec-d5eb36f5b2a3", + "id": "1a20e3ad-7de5-4375-abff-fdd802e649e1", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -106848,7 +106848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd241f1-7097-4658-aeb1-442a5e38b0ee", + "id": "964f83c0-8def-4843-b9e6-5a7b089a1471", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -106905,7 +106905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c139d6-7224-4629-8904-2de503684011", + "id": "da95a153-3e3e-4f5d-9a63-c38d179e304e", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -106962,7 +106962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "259c6361-2eaa-4cb7-bbb6-d78907ea2221", + "id": "a168cd97-1776-4f62-bc96-3c5dca13ae6e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -107019,7 +107019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ff4cb67-6723-4723-b476-030cc31fcd7b", + "id": "0ab45341-cc24-4afa-aeba-c6958112a1f9", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -107076,7 +107076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb854eee-dd2f-4baa-aee4-84255fcec853", + "id": "fd86893d-d8a1-45d3-8610-ee2777595029", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107133,7 +107133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "745c3a8c-5632-4ac7-ac8b-700dc7a8e927", + "id": "1b781e31-3608-4bef-ad87-34a2df9679c6", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -107190,7 +107190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6dcfe9-ee03-40ad-abdd-147199cffb22", + "id": "e69f1a33-2013-4e0f-80f8-71ba6c740d52", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107247,7 +107247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d890571-1d93-4731-b120-2fe2c4c7bd2d", + "id": "a0dd40f8-442b-478b-8b55-e84e97759497", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -107304,7 +107304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edfc495c-541c-4075-a697-5c38b051f30c", + "id": "7ca9bed8-b60a-4fc3-9342-6e2d71f3a32f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -107367,7 +107367,7 @@ } }, { - "id": "d5df16de-86eb-401d-b49d-8d2ad06f59f4", + "id": "603e7241-f8d9-48f7-9f79-d26ca6172718", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -107408,7 +107408,7 @@ }, "response": [ { - "id": "6051c539-058c-4e53-b68a-435f8267cf2b", + "id": "533e9361-d9a5-48c7-a9f5-f7208bec7ced", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -107452,7 +107452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd35d69-47af-4576-bbbd-3c94875a7734", + "id": "d3a929ff-9a7d-405e-bbd9-a4f45f551bf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107496,7 +107496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9fd081-e8f3-47f7-8958-4fa3aeee925c", + "id": "cdc31db5-64f0-443f-b25c-856a9e6e3a62", "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": "d26146d7-65d9-4c18-8307-b1b870b5a4e7", + "id": "3029549f-eaca-4106-9b68-915c9ffe7981", "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": "8c73e82e-d75c-4181-9dae-7b28f00abc74", + "id": "4cbebd6d-23fb-4077-a78e-96c417b4c1c6", "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": "b9144754-47c3-4e47-83c0-8bad4938d103", + "id": "2c6a550d-d2e5-445b-a5ed-3d93b403f032", "name": "Too Many Requests - Returned in response to too many requests in 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": "d578fd68-d1e7-4abb-8539-88f13eebaa33", + "id": "07ae14eb-532c-4aed-a9ee-72cd554f8901", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107722,7 +107722,7 @@ } }, { - "id": "29645acb-d79d-46b4-842e-a29a4b609ca8", + "id": "4cb5d724-5062-42c1-9d23-60daef3c72c9", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -107764,7 +107764,7 @@ }, "response": [ { - "id": "da864994-735b-4073-9599-11396974ae32", + "id": "434f0b98-e798-4985-af7d-b2ba66024bd7", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -107809,7 +107809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aab7b4e-d06e-4b9b-ae25-75484dc4cffe", + "id": "77eb009e-667b-4bd9-b5d7-42bfac6d9391", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107854,7 +107854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3793d6d-c66b-46b5-88d9-a4f16b200ccd", + "id": "a2e70075-7017-43a5-b24e-4ab2817206e3", "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": "676dd4d5-02b0-4419-98d2-2779629bc3cd", + "id": "daf86de5-40df-4c3e-bf8b-4205e162f0e1", "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": "6d3498f4-cba2-47f4-8eb3-2570d5b07e8a", + "id": "00535ee8-d839-46c7-9e30-f64df77d83b0", "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": "1159fc22-2bef-4420-b10d-46e61da36faf", + "id": "f837f2e1-fa84-4ec8-9769-2df5e9f8d349", "name": "Too Many Requests - Returned in response to too many requests in 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": "e9d16a7f-580e-43de-b9b1-a9f6af1b667f", + "id": "475b95ae-91f3-4f6c-a43e-5066d02d2c4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108085,7 +108085,7 @@ } }, { - "id": "25f65dfd-bc47-4e5f-9a0a-84df7266dedb", + "id": "b979d139-5274-4838-b19e-44a4584e74c4", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -108140,7 +108140,7 @@ }, "response": [ { - "id": "ae8e3950-271b-41c1-9d8b-4d3b45ec6043", + "id": "0fd5a9b8-93f9-44f2-add0-0900a5f213e9", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -108198,7 +108198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20080d56-5707-4812-8bbf-e3e9dc9ae54f", + "id": "50a5455e-f485-4d36-afa6-23cc4600ba9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108256,7 +108256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e0ad94-f01d-4cbd-b3e8-bc74f8c2a0bd", + "id": "762ce230-ce10-4ac5-adfe-0252d63f0611", "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": "21ac1e4d-2a6f-4df3-9c82-0f016254a8d4", + "id": "7ac8cd7a-ef3a-43fb-be11-fba3fbd52b74", "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": "9500eeee-c356-4141-9982-8f17df8cd912", + "id": "69a33443-d5c4-40ba-9afe-83da0bf6af14", "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": "f8ed2511-9f30-44eb-9f70-1b4bab566b7c", + "id": "1e529edd-5af2-44ef-9f5a-624cd6724c78", "name": "Too Many Requests - Returned in response to too many requests in 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": "925cfb2c-89a1-46c1-9478-074210c70c2e", + "id": "6011edba-fc35-4c3d-9a5e-f3eb28ff4f38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108552,7 +108552,7 @@ } }, { - "id": "c6b18d97-58c2-4719-b1c9-3f5b1f84fe0a", + "id": "345cbc7f-183d-4163-980d-b963ef3235bf", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -108605,7 +108605,7 @@ }, "response": [ { - "id": "124307fa-9595-40f3-a216-66cf2373ea2a", + "id": "f427d706-0b51-455c-9b10-d712e0874f20", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -108651,7 +108651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b398fb7-60b4-4e42-a658-cd6d3d979d9d", + "id": "f9c02915-95ef-47a6-8eeb-f54db00120e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108697,7 +108697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bcd278b-a43a-42ff-a3b3-6971cc8bde6b", + "id": "7cc8e741-2bb3-4e93-aa39-8a4c78bacbc4", "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": "2b78b01e-0d4e-4ca8-b0cc-38990c07d626", + "id": "cffbd0db-896b-44c7-926f-6d549597a84c", "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": "d476f8bb-9a0a-43e0-a251-9d574f831d35", + "id": "a44a9adb-5e3f-4fa8-beec-451bd2eda8f5", "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": "6c024ce2-5bb2-4618-b165-76de5e2164fe", + "id": "0ed74009-0925-4eaf-9de1-7f82b1590e5b", "name": "Too Many Requests - Returned in response to too many requests in 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": "994cd697-d220-4139-8938-9481fb6968ad", + "id": "d32b79e4-62f7-4181-94e3-b4d814b9dcca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108933,7 +108933,7 @@ } }, { - "id": "7edd13a9-36ba-4403-a5e5-df57d14a68f9", + "id": "699eba68-4c08-4290-bac9-150abc3aa54b", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -108999,7 +108999,7 @@ }, "response": [ { - "id": "3c34b3fa-1f29-4b1a-9a0c-792d4a0bc0e1", + "id": "bd99f616-c5fa-4981-bbf3-ed5b25a8cb82", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -109058,7 +109058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059b3f88-36b1-4569-a987-15f475c692bf", + "id": "9a82ad5d-b0ac-4903-a647-6fadc53cc9ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109117,7 +109117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5200f46a-1136-4f44-952e-3894949ffc2a", + "id": "dfaa0feb-f410-4981-aa0e-88fad069c2fd", "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": "fe0e4bb2-df5f-4890-8489-33595d18add9", + "id": "b5af37f4-522f-49da-a985-e7afc98574ec", "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": "c9d001df-0b4e-4f0e-a85c-38c60ca3e3b0", + "id": "d6106909-c0b3-4407-9233-1b601eb54236", "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": "067f5a4c-55f1-403a-b31c-547d10b9fd94", + "id": "9d205f7e-6cc8-4e8f-a8b6-b7b5c643614e", "name": "Too Many Requests - Returned in response to too many requests in 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": "07f0ab4e-3068-4a80-98ca-eb6c9f13b342", + "id": "0971267c-f04f-4042-abd8-136abe7e0f3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109418,7 +109418,7 @@ } }, { - "id": "cbec1e7c-9696-4227-9a44-3917e60c519a", + "id": "6dcbcc3c-d8e8-41d2-b643-df6446bf65c5", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -109484,7 +109484,7 @@ }, "response": [ { - "id": "6061b3b9-cf1b-406b-899d-c3da0ffbe7b6", + "id": "355af08b-dd5f-455b-9233-1e5f15da1a98", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -109543,7 +109543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c41937d-84a7-4a3d-a642-dab86aa198e2", + "id": "38029720-fe0b-413a-83de-650abb34e0ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109602,7 +109602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e51ba5-c08f-4389-bcb4-abfa70d067a5", + "id": "ddc4d2bf-65aa-470f-a89e-c2323c41b9c8", "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": "1675d3e8-a2e7-453e-9b1d-f5e93306dbb2", + "id": "d2bbf62c-374c-40eb-aa2c-911b5b5e87d1", "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": "7b996057-d1c2-4f15-9726-5a213c664b12", + "id": "05e6d51b-d110-4874-a290-bceeb3c58fc0", "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": "06a75c6d-f664-44bd-bb41-39ec7999fc82", + "id": "5fbf8864-bcfd-4038-91c5-9db3b7daed97", "name": "Too Many Requests - Returned in response to too many requests in 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": "1c341d5f-25ae-4221-9e2b-c36498bdf4a6", + "id": "2099577c-8f2c-4499-acde-589fa1fd8cc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109903,7 +109903,7 @@ } }, { - "id": "9b891961-305f-4398-8db8-5ff01b1909c1", + "id": "6c643d1a-937e-4513-9536-4f569f0f4b99", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -109956,7 +109956,7 @@ }, "response": [ { - "id": "c0ab3541-53fd-4f87-b969-d670ef85aa78", + "id": "ec99cf0d-9a9f-4bff-855e-3be49de3e415", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -109992,7 +109992,7 @@ "_postman_previewlanguage": "text" }, { - "id": "35129fb5-1786-44d9-afae-e6c3f1f4576b", + "id": "0f73d0ce-b972-45ef-ad9f-6b48a6664397", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110038,7 +110038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3858bf0-dda1-4b10-8789-6f04c2768aea", + "id": "b4b12f33-411a-4aa2-ae4a-fbf339ac1b24", "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": "d6d9a843-6e9d-49ec-a346-7c82a2dd1238", + "id": "54c88019-5a5f-41f0-8db6-1a0ae7aca3b0", "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": "c9de5ff8-7501-4905-bda7-0b9ea375f3b2", + "id": "5914685f-9f3a-4f33-93ac-4eeabff1a7cd", "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": "f7710774-7234-4237-b8fa-460db31281ed", + "id": "8df08110-6a21-4940-9f00-109caf35aa05", "name": "Too Many Requests - Returned in response to too many requests in 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": "0d3df503-6860-41fb-a49a-bc1732a57f06", + "id": "82f4305d-8c7d-4bcf-b83a-1884ca34cc23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110274,7 +110274,7 @@ } }, { - "id": "4c62ee7c-9841-488d-9ffa-c50bdedd6bbe", + "id": "1c566bd4-49b9-48d3-9d72-4d2d839c74a3", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -110330,7 +110330,7 @@ }, "response": [ { - "id": "af47f3e9-aa09-4cbe-8063-4340d56181f9", + "id": "44615731-5a13-4727-a891-ccd21e1eca1c", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -110389,7 +110389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c518bbcf-cec3-417d-902a-6b08c60e9231", + "id": "4c687ef4-3182-4fd0-b273-62d21b4edfec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110448,7 +110448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72c7d732-2766-4577-8653-afb52e8bd50f", + "id": "6bd96a97-6379-49b1-9c27-a8e6411ff834", "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": "0571baa8-978d-4c0f-b46d-b743de75ca84", + "id": "e5a9ca12-373d-412f-b254-ffb3a18ac97a", "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": "3acbe7a6-170d-4541-97c8-159b7e82b140", + "id": "1a760c2e-8778-4506-90ab-d441c91c20f8", "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": "58996dc1-9820-44ae-90e0-68dcfe2417bd", + "id": "c9a96c6e-af07-465c-9ad9-bc610e6f4b6f", "name": "Too Many Requests - Returned in response to too many requests in 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": "fbdc4a7e-4435-45f7-a57b-12616590f8d3", + "id": "d2cd10e9-f5ad-4460-b9d9-ee8d58da8d6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110749,7 +110749,7 @@ } }, { - "id": "f08e1253-938b-4f69-a143-7484d12942c5", + "id": "8c31d5f9-9808-458f-a6c5-87338007fc15", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -110801,7 +110801,7 @@ }, "response": [ { - "id": "f1d0a1e8-9424-415c-a158-08fc2c2830e7", + "id": "d2d838cb-9cf0-4554-89da-1917fd89d269", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -110856,7 +110856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b2a004-c1e9-4c01-8846-316394423e3d", + "id": "182570d3-8bb0-40be-a3e1-9eb566162e32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110911,7 +110911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fda11bd-608c-43cb-bca0-bb62742768b5", + "id": "01513388-0cb4-4b70-99eb-c903aa625624", "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": "80499d51-95f7-4750-83d5-c8aad29bab91", + "id": "67a7b79f-7291-4476-a3b2-e91e14bdebf0", "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": "7bd4b6bb-790f-47d0-88fe-b248cc5a2eee", + "id": "adda06e8-421c-4003-ae37-bdcce1f42991", "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": "e2fbcc82-8d11-46df-8ddc-cc134a85192d", + "id": "55d03c49-66ea-4be0-a3b0-f5cf8310b2d9", "name": "Too Many Requests - Returned in response to too many requests in 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": "4d694219-3342-4a48-9c20-1ed3c96a6db7", + "id": "85e6770c-11fc-4f16-9d64-22d961a6ae72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111192,7 +111192,7 @@ } }, { - "id": "2e89a153-e8d5-4000-8d2d-ba3ce59df979", + "id": "944f8c54-260a-4a35-8734-539afe1a70fa", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -111247,7 +111247,7 @@ }, "response": [ { - "id": "e1d40883-ae73-457e-ae1a-776ff8c9b8cf", + "id": "f18f6ce2-f5ec-4c9c-9b6f-6d3526e654cb", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -111305,7 +111305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1088a77c-0d29-45ac-a105-3900196f9b9f", + "id": "a3d6e4c0-65c9-4649-93c2-3741eb6cbf5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111363,7 +111363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f6e277-ca2f-4218-8f44-4972a6c11510", + "id": "aadbeeee-9578-45cc-920a-610b4b61f727", "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": "2ff0568c-b8b9-401f-a57b-db9a6c21733f", + "id": "8ac62f8e-08d5-46c0-9600-5ed7754c7d20", "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": "78f63136-ec1a-4774-a3be-62d082eb970b", + "id": "20f5783a-dab6-4d0b-9fb5-b8dab12e768b", "name": "Too Many Requests - Returned in response to too many requests in 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": "a65d6816-0868-4238-b66a-517bc8525ae8", + "id": "8fcd9203-bce1-4fbc-af8d-98d1e9c31469", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111601,7 +111601,7 @@ } }, { - "id": "faa09d78-b116-4a67-816b-8612e391960d", + "id": "bcfd1aa6-89bb-4bcf-b35d-397514380723", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -111654,7 +111654,7 @@ }, "response": [ { - "id": "2dd273aa-e555-4790-9368-b172f21bf6e6", + "id": "315ec3ad-a3e3-4183-b808-98421f5cf5eb", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -111700,7 +111700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47ac826-5f03-442f-8535-30e44cf2469f", + "id": "58babfb7-ca97-468c-8c07-11ee64d27101", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111746,7 +111746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c8d03d-05bb-48cc-8b24-3de8863ad230", + "id": "b70b5c68-7ec3-4df5-bff9-97aa60fc4db5", "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": "ae996f62-6f73-4d23-b99c-267e5238ac67", + "id": "63f11fa9-a755-408f-a160-436c5e09825a", "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": "a3c1c81a-f431-4fb7-b11c-ba41b53b2ac8", + "id": "e3509c3d-1294-4b72-964d-208a9fc85c77", "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": "7d125bde-0f4a-4c46-953d-ca037bdedb91", + "id": "03111381-2d50-4ba8-978e-2066ec4e716d", "name": "Too Many Requests - Returned in response to too many requests in 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": "e7d1bc15-5c30-41a5-8e11-5f0f650587c7", + "id": "564aab18-3d0b-49de-a2bd-291959923a97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111982,7 +111982,7 @@ } }, { - "id": "c9977bbf-7202-43a1-aab2-fb61d59b5f90", + "id": "fbd48d1a-0977-4393-a750-b6e129806548", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -112048,7 +112048,7 @@ }, "response": [ { - "id": "bafecb11-efdf-47cf-910b-093af6805b1e", + "id": "45bea22a-32ca-4d5a-90ba-649c46dcb1b8", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -112107,7 +112107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "641f275c-b655-48da-a0a9-da155e3cc504", + "id": "381a72ed-b3ff-4a2a-b610-04f94f08b2a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112166,7 +112166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c074fe8-8edd-401f-95ab-d524707dd5c0", + "id": "32f66c39-4b61-465d-b524-366df82089c9", "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": "ef5177f0-ca7d-4e7e-a4a0-60c122e20939", + "id": "7a39dbe7-7256-4e24-ad31-040ba67f0366", "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": "91b56e29-9674-4316-952a-95ea23082572", + "id": "f346dc78-d0f0-45d1-b00c-84dfe151e56f", "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": "d28a45b3-b2af-4462-80f9-b8bffc234056", + "id": "38c263d6-8960-4b81-8b2a-1f10e7a06488", "name": "Too Many Requests - Returned in response to too many requests in 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": "02b68085-0bb0-4689-9218-6741d92df5b7", + "id": "c5105e8b-40bd-4e2d-803a-a310dbb01ab1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112467,7 +112467,7 @@ } }, { - "id": "d8fedc1e-be9a-4171-9847-c297e0a1ff7d", + "id": "69c17a6d-5faa-43c8-9a49-c699e387fb9d", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -112533,7 +112533,7 @@ }, "response": [ { - "id": "fcb112ba-01c2-4fc8-9483-ffc3c5c78e3b", + "id": "abd75f14-ed5e-474d-a1c9-0c4b6fb54005", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -112592,7 +112592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cce6869-706b-48c3-8b11-652ea4f5e0ed", + "id": "2207def4-3dd9-4ed0-a29d-57ba95511eed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112651,7 +112651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f675cb4-019f-4174-8cc3-5496613c1ac4", + "id": "b0128e59-0b97-4c22-9d02-71a0c085fc9e", "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": "e3059630-53af-48fc-98a0-2d2d3f4df655", + "id": "f5601beb-79ce-4406-a0ca-21fac4acdf3a", "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": "6b956e65-c29d-4916-b768-121f5a7c519d", + "id": "2b8de761-5e05-4d12-86c9-d424291b17a8", "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": "7d1fd59d-76c4-422d-8152-77870f185b4c", + "id": "dc6ec024-a07c-48ba-a2ce-49b6e89e5ceb", "name": "Too Many Requests - Returned in response to too many requests in 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": "819f1948-50ea-4e3a-b830-f37163908be5", + "id": "542e8a1c-a97d-45fa-8583-2f6da7c5c3b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112952,7 +112952,7 @@ } }, { - "id": "34d7f3c2-ac49-4f27-8635-669ee6e2aa67", + "id": "82c70114-1c70-489b-b505-2bb73cf9c8e0", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -113002,7 +113002,7 @@ }, "response": [ { - "id": "4ea13217-b7f0-442f-8975-53292714a13c", + "id": "9c89a77f-50ca-4246-8eab-fab08c7a7e35", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -113038,7 +113038,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3bfeb332-c627-442b-b09d-0abf7af16b8c", + "id": "8baf41d7-555b-4de2-b973-4be074cc3c30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113084,7 +113084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e173086e-4446-4cc6-a1f9-35c5616e9516", + "id": "fc77c2e0-3d69-4809-8775-f7794fbfcdf6", "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": "117f0d8b-8c72-4eb4-9166-a6a9dc4498c2", + "id": "39101d48-93f5-4ac7-91b2-c016a0999489", "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": "e71be1a2-a3b2-498c-8774-f2aaae3466bc", + "id": "5bc2b8d4-f0be-4d05-a10f-1d72ab46ee7a", "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": "d6f76ceb-3ff5-4f46-93da-6046d9272e12", + "id": "41efc1a6-8db4-4d21-8a6b-8762013247ec", "name": "Too Many Requests - Returned in response to too many requests in 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": "224d8d18-68aa-41ed-901a-47437bb9dbfd", + "id": "2866ce47-6c54-4645-b151-a0e8be5b9ca9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113320,7 +113320,7 @@ } }, { - "id": "cd6cdd32-b539-4e5a-84d3-1281ea2ed2a6", + "id": "bdbccb93-aaf8-4281-bd29-04e907b86831", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -113362,7 +113362,7 @@ }, "response": [ { - "id": "abedba64-33d3-4e91-ae8d-cbe69449b775", + "id": "885f9061-8e92-40f3-b425-f62ac0462c5b", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -113407,7 +113407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c1277b-3280-4b3d-8369-d27024fc6420", + "id": "2d3ee0cd-f9e7-4b2d-a4a6-966871ed1ce5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113452,7 +113452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2c33a3-a6b9-486b-b8b9-64c0436a046e", + "id": "2c0c027a-5489-4838-87f1-902aa2767b70", "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": "05ae35b8-330e-48a6-9cf1-535923f217bb", + "id": "8eac8550-096a-4ae7-8314-cc1ebfe59dfd", "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": "51ef1e26-8232-488b-a7d0-1bd9f2ba00f1", + "id": "6fba1d10-7d21-4d7e-8c69-24141d21c0c4", "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": "9fb5c522-5979-48f0-b7d7-d23a151c4707", + "id": "de6c7631-bed5-4bc4-9b0e-ed3df3ea9efd", "name": "Too Many Requests - Returned in response to too many requests in 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": "e225cdc8-02d7-4ef3-ad06-2760af9a52ca", + "id": "5311e266-f21b-4487-9408-782dc6fc5617", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113683,7 +113683,7 @@ } }, { - "id": "93441bb3-d973-4673-bf46-a31c2b0a2836", + "id": "96ae53b9-70c4-41df-b4d7-f581891eb88d", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -113726,7 +113726,7 @@ }, "response": [ { - "id": "d9ca7236-99ff-40fe-839d-5ec76d6c6a17", + "id": "af09f44c-a9e3-4314-9fda-ed4f99bd9124", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -113772,7 +113772,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cfc152e7-bfe7-4d10-94d1-b163f1febb01", + "id": "f57ceeb9-304a-43d0-b8e3-40eb8fc992eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113818,7 +113818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff75f27-7d26-4695-b73f-25997555e534", + "id": "cbfefc6d-a3a0-459c-aab6-737a3cf3ba83", "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": "ba2ff68e-f0ca-46ad-84a2-155ca9cc87ca", + "id": "cd3c2c62-8069-4cda-a9e6-126bc6395f43", "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": "4de062ba-06d8-4f7b-ba15-9c0c4daef1da", + "id": "e3f25c73-f69d-4441-ac3d-7778cc444e41", "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": "bd06c1c8-5318-47d6-84c2-67977ca28d99", + "id": "db02c736-2db6-46cf-a484-3956fdf6a59e", "name": "Too Many Requests - Returned in response to too many requests in 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": "e8d9c46a-5e61-42c6-9c03-b0394ed23e80", + "id": "22d5d6b4-d52a-4d1b-b471-0e527f1c91fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114054,7 +114054,7 @@ } }, { - "id": "4cf0e0ef-5413-4b34-afdd-7b54858e7264", + "id": "ef746b87-7d10-4d2b-8929-66d319464b28", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -114106,7 +114106,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114114,7 +114114,7 @@ }, "response": [ { - "id": "de463826-ee51-42d0-b1d6-04c4118873f1", + "id": "4390d8f0-fca2-441d-a4f1-133a8b437e79", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -114158,7 +114158,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114177,7 +114177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5508b36d-cc19-4376-add8-3266d84eeb59", + "id": "d132cf42-abcc-4ec3-835c-06be85f47936", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114221,7 +114221,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114240,7 +114240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef645df2-648e-4cf5-a16e-3d4cf103fc48", + "id": "e2e764a0-d64b-48d8-b173-36132cd98817", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114303,7 +114303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0897cd3c-b2b5-4b3f-8216-7888257b79d6", + "id": "2bb9770c-ffa2-41aa-99e8-d46e28cb48b5", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114366,7 +114366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af628c1b-7b9c-438e-8956-22415f8fff86", + "id": "87120e96-9864-45ac-aa1b-908c63c3c6cf", "name": "Too Many Requests - Returned in response to too many requests in 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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114429,7 +114429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c84df4b-2da1-4dac-8d73-f842335ebe97", + "id": "77c67144-892c-4984-8866-e3b168fa2828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114473,7 +114473,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -114498,7 +114498,7 @@ } }, { - "id": "026d144a-8509-4914-a8e3-96952e518578", + "id": "1c773c3d-deaa-411d-adfb-d55862791883", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -114551,7 +114551,7 @@ }, "response": [ { - "id": "fff87f08-3b0f-46f8-8c4a-2c748b9169ce", + "id": "b5014d7e-c416-4d3e-9840-c2c8b4de99fe", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -114607,7 +114607,7 @@ "_postman_previewlanguage": "text" }, { - "id": "108e6e4f-d14c-4f69-94af-f6811ef3e9af", + "id": "3c002846-0817-4301-a3f3-703afbeaa131", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114663,7 +114663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad0e84dd-bd81-4e67-acca-6049fa6c4ea8", + "id": "deedd3bc-f0b8-4665-8c82-c1d51cd323ff", "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": "fe808dc7-6db6-4400-969a-bc10f6f64e28", + "id": "b0e65695-6a66-4079-92b9-4a34ceca1a2f", "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": "37b08f67-07f7-4112-b867-a88b2ffe16fb", + "id": "6c226871-b8d1-4c17-af3a-4597c95d1ee0", "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": "d5953e63-d9f0-4021-94e2-6667c6c04e62", + "id": "e3c4009b-58d3-4771-9ecd-decc05c0e94f", "name": "Too Many Requests - Returned in response to too many requests in 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": "d85ac0bd-b512-43ba-bc0e-17529308f5b3", + "id": "fb571b4d-e1cc-4279-a366-3c172a6975b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114949,7 +114949,7 @@ } }, { - "id": "b04c7f2e-d029-4f0c-afeb-ce014c40c653", + "id": "166dd51f-1c88-4245-81ff-c3b4d1844d5a", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -115011,7 +115011,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115019,7 +115019,7 @@ }, "response": [ { - "id": "8ce09e43-b777-412a-9298-bce228030b6b", + "id": "01d866b7-8830-4d11-bd2f-ecf670888b5c", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -115073,7 +115073,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115092,7 +115092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b6ee18-efbc-40d3-83c3-b0a79b260892", + "id": "78104ec1-76a0-4868-a5dd-ccb412fb5f23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115146,7 +115146,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115165,7 +115165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be302037-3cd6-4ff6-b5ff-d5e9fef75e59", + "id": "3bc52884-a635-46e1-8265-88fff974491a", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115238,7 +115238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "587d281a-3c32-4a37-ba15-e658a338484e", + "id": "d3343af6-9200-46c8-980b-09c7615e5f43", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115311,7 +115311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469fa9fb-2833-49e4-9233-c6a9b9307ece", + "id": "ee702a85-b87d-40ce-ac62-d12b76b8f1a8", "name": "Too Many Requests - Returned in response to too many requests in 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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115384,7 +115384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549cb0f8-8c6b-41c5-a53c-7a045b61f8ec", + "id": "8986035e-7454-4f50-9d5b-d3b53594503f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115438,7 +115438,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115463,7 +115463,7 @@ } }, { - "id": "da42a6b0-1084-49c0-891f-78d4935cdc36", + "id": "bfd7e977-6eff-4401-85f0-6fba0362dc88", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -115514,7 +115514,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115522,7 +115522,7 @@ }, "response": [ { - "id": "b0aa4cc4-afe7-4473-af77-e1d5c6f9d02f", + "id": "226d15ea-8b4e-4369-898b-b80cc43f8451", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -115565,7 +115565,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115584,7 +115584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9457fa77-c00d-4782-8dbc-4374b83b7fb0", + "id": "1f9a7784-fd4c-4a2e-84c4-b51f653446e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115627,7 +115627,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115646,7 +115646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72d69e2-1dca-463b-afbf-25c75a919a72", + "id": "74de3994-9ebf-4f36-a987-408667471c42", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115708,7 +115708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7256b64-4d01-414e-a6ea-b9084eafe691", + "id": "bda94de5-2259-4d87-a92f-6bfaa8ef6448", "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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115770,7 +115770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ec5ff2-a17c-4085-94a5-ceeacb93c1ba", + "id": "1f0f74f6-ada9-49a0-935c-fef162d19d54", "name": "Too Many Requests - Returned in response to too many requests in 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": "est ut", + "value": "nostrud Excepteur", "type": "text" } ] @@ -115832,7 +115832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045d70ec-44db-4359-abd7-46971ab8a1f2", + "id": "63ed0e76-5fe3-489a-b0b0-db016f4165be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115875,7 +115875,7 @@ "type": "text/plain" }, "key": "file", - "value": "est ut", + "value": "nostrud Excepteur", "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": "e158615d-bfbf-4867-a5e9-b48f591a3d66", + "id": "1a4961b6-bd1d-4474-91bf-92944cdbae8f", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -115948,7 +115948,7 @@ }, "response": [ { - "id": "719dde79-2909-40cd-8ee8-6aeddbceba0d", + "id": "7bfc64d7-48ee-439f-96fb-c6129e3b7fe2", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -115993,7 +115993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e18a975-a351-455a-a9b8-d3aa26fc4e40", + "id": "f919649a-cc9f-4e5c-b98c-3d01ea6c6c65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116038,7 +116038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b135f3f-ddb8-4997-b290-2729e6010983", + "id": "4aa9ceed-92f4-4941-a3f3-d8ee495b586f", "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": "e9771acb-3901-4845-9b4d-28e2bb380338", + "id": "cb8e3e25-dce9-440e-8145-852c4caaca6e", "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": "a3e76882-e002-42ef-8fac-e300fedb9057", + "id": "3a899691-a23c-41c7-8f6f-1bfdd37ad9d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "e4addd3a-831f-4ff1-a8b4-52d256bf04e9", + "id": "6b5f7d40-73e1-49aa-a8c0-600c7dc8b871", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116224,7 +116224,7 @@ } }, { - "id": "1de9a19e-5762-4f29-b966-b2759411e4e6", + "id": "82ea1ee5-f30c-4785-9cb7-aba36339b191", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -116303,7 +116303,7 @@ }, "response": [ { - "id": "871b2895-0e39-456f-a572-b2b54cb3e804", + "id": "e0dd5396-042d-467b-8eb7-3017e8ebcf8e", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -116385,7 +116385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d5dd2d-7ce5-40ce-9266-d09492104eb0", + "id": "a0280591-45d8-4841-b699-073fc8a48b0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116467,7 +116467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc2ae9e-f70d-4f3a-a7ec-a775a3d2fcaa", + "id": "8a7a626b-4125-4792-9648-5fb3e66077b6", "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": "2a6bb1a1-0311-4441-acd0-9f1a70bbb6fc", + "id": "6e4fb512-870e-4ff5-af64-6221c6652038", "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": "2af3401d-7e8f-420e-922a-4290326ef54d", + "id": "c51685f7-b845-431b-88a9-f87512f54bdd", "name": "Too Many Requests - Returned in response to too many requests in 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": "fdd60fad-b682-43c7-9727-c02953143372", + "id": "ad32660b-6733-4738-aef9-07e90de64d81", "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": "053b6a75-8d9c-41c7-8d99-8df23a09888e", + "id": "4c43ffc7-ba4f-479e-8ffb-1da00507aa4c", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -116873,7 +116873,7 @@ }, "response": [ { - "id": "9dbf7333-bfcf-4531-a557-f12be79ea9e5", + "id": "304d0e4c-c685-4749-bf50-cbf55f97ea55", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -116953,7 +116953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97dfe80e-52e5-4133-8af2-9e97e82e09fa", + "id": "ec64db79-4c80-46cf-8b61-9e61cdcd72fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117033,7 +117033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c293bf-4e5c-418a-afdb-532793117303", + "id": "0ae1a695-2538-4750-acb1-1ff09ad5fa5d", "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": "9e606f81-1b0c-4426-a7f5-c3144d7b6fef", + "id": "ff41911a-18df-477c-a783-8d2bb647eb3d", "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": "779e96a0-030d-4800-beb8-9fbbb77fe4c9", + "id": "14541b40-2b8d-4cd2-8398-2b2ff88a48ba", "name": "Too Many Requests - Returned in response to too many requests in 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": "638ce25d-6b8b-486f-b2e6-e421ffe84ec1", + "id": "f5827da6-bcee-4559-8a6a-c086666e9d54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117359,7 +117359,7 @@ } }, { - "id": "da04d131-dae3-4149-bd52-739dc98e4614", + "id": "105298f5-1854-4f7e-be8b-70951551c7da", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -117401,7 +117401,7 @@ }, "response": [ { - "id": "7ada779f-e6a9-4156-9c74-0a1fcf67331b", + "id": "e92b9e0f-aec1-48d7-aa9a-059bd8bdff6c", "name": "Created.", "originalRequest": { "url": { @@ -117447,7 +117447,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9127679d-39fe-442f-a850-dd7b9cfe4fb8", + "id": "b00b9653-6970-4dad-9017-8de38c70d1f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117503,7 +117503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d70e69-92da-4801-9f05-785b2fb7359c", + "id": "16d483ed-c143-48aa-976b-2c8865328476", "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": "940574d7-551d-4a5a-8ed9-c412563733d4", + "id": "2bf43099-fe22-4c05-9d2b-6c96265ccfa6", "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": "52de9e3f-f676-4be7-8cb6-fe9d78139414", + "id": "306d1216-29ff-4ee1-a11e-3124042a565b", "name": "Too Many Requests - Returned in response to too many requests in 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": "37fd5dfd-6ad0-4e8f-a5f3-169d6cd287bc", + "id": "0f57e982-fdf1-42ec-9c7b-4edb9ff59aae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117733,7 +117733,7 @@ } }, { - "id": "dd826c22-5454-418d-be53-4d63e5b777d9", + "id": "e72ad3fc-cde5-4e41-974b-8903997e23cd", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -117811,7 +117811,7 @@ }, "response": [ { - "id": "8455cedb-91ab-4f87-9dc1-7fe87874d0cb", + "id": "3ed54a95-05ed-4c4c-8047-1d210bcd663b", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -117892,7 +117892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b3b7e7-0ba4-44fa-bf1a-6a738631732f", + "id": "c1bccb1c-78f5-4e22-afda-a25f1385a3b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117973,7 +117973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c92695-1392-4e57-890b-da8c0ca9d7ee", + "id": "bb8222c5-f400-4bd5-a8b8-873833a013d9", "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": "ae5324ad-27b4-403b-891e-e6d2bcb1f873", + "id": "8db3cde4-224e-48ac-b8f1-397281724caf", "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": "2e871c14-e239-4089-84aa-333b1f637c97", + "id": "1345b136-eb00-4e31-9a9a-17e3cb6e295b", "name": "Too Many Requests - Returned in response to too many requests in 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": "31a0c0f1-bdfc-4e54-a4e4-e35cdcb88ea7", + "id": "03520318-4fb8-45f8-8262-969ec0bd5950", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118303,7 +118303,7 @@ } }, { - "id": "602bb407-d97c-406e-91e5-189cc61826c1", + "id": "48e8b353-862d-49dd-bf0a-4c4c8e0fae63", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -118355,7 +118355,7 @@ }, "response": [ { - "id": "25e171b2-7e3f-478c-9ed6-c7de0a08ba93", + "id": "53bb1406-adaf-4aef-9934-654cdc3c7323", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118400,7 +118400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dc1193-405b-47cc-942c-61a768bfe647", + "id": "2e60210c-7df9-4847-a9da-d23d8da8c449", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118445,7 +118445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c9d0ea7-d0e3-4998-a545-f32327157a2e", + "id": "a2da9ae5-dfe5-413f-8956-2c9db20c6ef0", "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": "1920058f-4239-4ce9-aba8-8154d4d6441d", + "id": "bdef1a1c-b224-4257-aee3-4178a6e618be", "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": "18dd47d7-22b3-461b-a1e9-e8c209a01b07", + "id": "b35dde2c-a48f-4fcf-929f-d99b509aecfd", "name": "Too Many Requests - Returned in response to too many requests in 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": "a09be868-d01e-46d7-ada5-ac3934d2961e", + "id": "c028df80-e5e7-4b70-a72a-965932b26a70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118631,7 +118631,7 @@ } }, { - "id": "cca45e57-6166-4515-8882-fb5334c66a2a", + "id": "8892406b-459d-4a72-ad41-b2a94740753b", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -118696,7 +118696,7 @@ }, "response": [ { - "id": "c1199948-0eaa-4f8a-9e22-4320c1d15292", + "id": "5148f2ed-01b1-4331-9d67-87d6753481ca", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -118754,7 +118754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac53c1ac-b76e-4830-b3a3-00166577d3ac", + "id": "5c3e49d0-978d-4827-98ef-c760207bb532", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118812,7 +118812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bff1251-9ace-4ecd-9463-466245045c22", + "id": "006236c1-214d-4093-9213-3bb8fd83a813", "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": "31d5673d-c167-402b-941d-9435476ca7a5", + "id": "6a0ecc94-d025-4f1c-ba71-8307a80ec136", "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": "e0b3dbc6-6d70-4892-b2b3-b2d6c257c48a", + "id": "566bfeed-e38f-4e1a-8fc6-c41de4e54a43", "name": "Too Many Requests - Returned in response to too many requests in 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": "851a2ec7-e4af-4df9-b678-221a76e46352", + "id": "504df524-6670-4ca5-a69b-542e73b4e0a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119050,7 +119050,7 @@ } }, { - "id": "d3a3bdd2-0fd3-42be-936f-0c0cc6cc9475", + "id": "e8adeaaf-faa0-46eb-b59a-0e8795c50803", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -119102,7 +119102,7 @@ }, "response": [ { - "id": "5e02fc41-987a-45ed-b03a-5e62bfbd933e", + "id": "c1b17afc-5b7c-4813-aa89-414b8de5ec93", "name": "No content.", "originalRequest": { "url": { @@ -119137,7 +119137,7 @@ "_postman_previewlanguage": "text" }, { - "id": "823689c7-d42b-4531-981b-b80d570ac299", + "id": "691f0cc7-ddc1-414c-8eef-915a8ed179f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119182,7 +119182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0d4b7b-ca17-48f8-87b2-3228bd308fa4", + "id": "819b2afc-7bd5-49c3-b13d-5a5e0099a91a", "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": "69e90080-2af0-42fa-a261-85f83fe28fd0", + "id": "74cd5e39-cf8e-4221-bfb2-13aa6d2240aa", "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": "cc3b8ad9-3ced-4962-8d18-3d1c3136592d", + "id": "f252f3d2-9f72-4a71-918b-d7325dab7b2b", "name": "Too Many Requests - Returned in response to too many requests in 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": "b7f2a963-54d2-49b3-9e72-77a44916b0bc", + "id": "6fd07180-6b53-4da5-97cc-8f803d8af1d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119368,7 +119368,7 @@ } }, { - "id": "71ad2ab3-72b3-44f6-bd73-21eca6dcf522", + "id": "a18198be-8e18-4b1e-8a96-5296eeb50634", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -119411,7 +119411,7 @@ }, "response": [ { - "id": "35fe860b-8245-431d-8b0f-1f0b9fb4ef6d", + "id": "9b0490dc-d96d-4e4b-b421-2d1f94add829", "name": "Request succeeded.", "originalRequest": { "url": { @@ -119468,7 +119468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3422de0-5782-43fa-a24f-af2745be5c0b", + "id": "fff6edbc-1ba4-458e-8e40-f543b7997935", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119525,7 +119525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76fb0d2a-2540-4d75-9e94-1b955576a01f", + "id": "17744f63-c066-4230-b0db-137836a0bdc1", "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": "35d8ee00-ac76-4588-8ebc-ef64250628ba", + "id": "a5acfa65-dbf7-406e-a7e2-1e586051893f", "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": "23214dad-5045-4930-9b46-1fe04a430165", + "id": "40792a59-3695-4c34-a152-459cc164ebdd", "name": "Too Many Requests - Returned in response to too many requests in 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": "7930c88d-83df-4ef4-bc28-f7f80cb523ae", + "id": "652241f8-3cbb-4f9a-b619-fc3201857e80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119759,7 +119759,7 @@ } }, { - "id": "cdcef6a9-da94-4b72-a56d-0c4ce04d89c2", + "id": "253cf96f-1575-479a-86cd-2c8e99c56d23", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -119802,7 +119802,7 @@ }, "response": [ { - "id": "ac78a5a2-6516-42f7-86bc-8b41e37ec112", + "id": "ad5e7f80-1037-401d-9a03-cfd2d53537fa", "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": "af02d45a-e5e7-4a4e-916a-3fcaa472ab44", + "id": "cd919397-2d60-4414-90bb-e1f7d18b4eaf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119906,7 +119906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8e9e51-ed9e-4d2c-9a85-c5c9dec51d68", + "id": "0cba5125-a167-490c-93f7-271fa3a9b097", "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": "c4e09900-fb60-44fe-8aab-da386d5e06bd", + "id": "feeac8f0-1325-4146-913d-45450a4394f6", "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": "7eec8807-06ad-4145-b253-30f0295e8ecb", + "id": "80726bb4-aa4e-47a0-80d7-b179ddf0cfcd", "name": "Too Many Requests - Returned in response to too many requests in 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": "893f9f90-37be-4b3c-a2c4-3884150676cb", + "id": "df82c7d9-fb56-44a3-b9e9-fe01b3eb0480", "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": "6322e85c-bb0d-4144-863b-8ef10c9eca7a", + "id": "96e9d814-b5d7-4df4-a464-4d4280119936", "name": "List transforms", "request": { "name": "List transforms", @@ -120221,7 +120221,7 @@ }, "response": [ { - "id": "1ab7e565-0380-4550-8d2e-799b66e79cf1", + "id": "856db7e4-3be6-45ef-8343-29e5a562e8b2", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -120310,7 +120310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45f46ab-e902-4336-811a-605a8d6a895b", + "id": "781a096d-d4ed-4064-a20b-bf81bb9bffbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120399,7 +120399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8dbe220-6020-4148-9ab5-5b9ccc5d5285", + "id": "2b0d037a-91c5-4ae3-99fc-c99a4ed3757d", "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": "7aeeda6c-bc35-41bc-90e4-cafb58562830", + "id": "8aee05ef-6642-4c40-a86c-57bc325b1a89", "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": "7a2cca16-48c5-4a66-a59a-09a994ebf5e4", + "id": "34a87775-8797-418c-a30e-fdc31dac4dbf", "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": "af4ac2ec-6230-45c4-a598-feed08da4190", + "id": "af1d24b0-79cc-440f-92ed-9f39431aa783", "name": "Too Many Requests - Returned in response to too many requests in 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": "3073b5b8-5894-488d-be15-df6d9eca515d", + "id": "38da9d3c-f0ec-49b0-b7a2-6baa1fa352d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120850,7 +120850,7 @@ } }, { - "id": "4672ec58-afc5-4fda-b8fd-c7e586460fb9", + "id": "b3b6d2cd-35b7-487a-8e7c-c736a7821987", "name": "Create transform", "request": { "name": "Create transform", @@ -120892,7 +120892,7 @@ }, "response": [ { - "id": "6386abe9-dd89-4ac4-a121-fa12b0d0ebaa", + "id": "83126981-c757-4cbf-921c-0f513d3b8814", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -120948,7 +120948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c9b7587-1281-4759-9f2c-48da73f7c1d5", + "id": "7753e3bf-cb5d-41fd-8519-dc4ddc4977dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121004,7 +121004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed70a610-d695-465d-a118-57cedec20e60", + "id": "6301af19-a191-4874-86f5-b68b970e6f41", "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": "234d05b2-1d83-4daa-af93-ea29413c1000", + "id": "7ac26c1a-824a-4692-a96a-4490ddfef642", "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": "3bb257b8-5a8c-4d50-92a7-6ad423607dcc", + "id": "ff1a31ed-b34f-4665-976f-863a8bf39746", "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": "868319af-d1e8-4286-8510-82005c51e52f", + "id": "b5ed5b29-2ebe-48a9-88f5-d1949327937b", "name": "Too Many Requests - Returned in response to too many requests in 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": "5e0a4040-8110-4e01-9617-177584947ce9", + "id": "36a12b52-1f9b-4ade-aa45-8fcd58fa6ca0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121290,7 +121290,7 @@ } }, { - "id": "3bed4892-44d1-4ef3-a157-a70591f6e329", + "id": "440d593e-776c-44ea-bad7-710d439546aa", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -121331,7 +121331,7 @@ }, "response": [ { - "id": "10ddb0cd-705a-40ae-9a31-3334cbd7f589", + "id": "2b9cd550-759a-44b8-97c3-b2628a6c68c4", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -121375,7 +121375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9806fd74-b1b1-4b10-a9f6-2a3e550da563", + "id": "266ffd52-87d8-492c-bc26-7bcc2c80b2ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121419,7 +121419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8ea7f9f-e7bb-4bbd-ac31-6f0478d11c75", + "id": "d3281c58-912f-49a1-abaa-b9c3768c9ffb", "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": "4a794615-8e4f-4df9-9d0b-27715940f474", + "id": "3e6f76f2-3c66-4ac3-81f5-cf30eff80c69", "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": "c02a126d-d46c-4d19-b774-f6748111f147", + "id": "fc75a6b5-dc7d-40cf-bdd6-d1decc7249bc", "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": "27a8124f-fea0-4bbe-840d-fcbc355d7ab9", + "id": "68d94f6a-d8bb-4cf7-93aa-c6ff0d7d7dca", "name": "Too Many Requests - Returned in response to too many requests in 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": "77420470-83b8-4506-96e1-64f99c5146d9", + "id": "91b975fb-b8f6-4790-946c-01b6b57e34c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121645,7 +121645,7 @@ } }, { - "id": "fbdb4039-d548-4fd9-b795-684fda4545d8", + "id": "505bda35-c982-4eb8-92e0-85f1b4e93767", "name": "Update a transform", "request": { "name": "Update a transform", @@ -121699,7 +121699,7 @@ }, "response": [ { - "id": "41617add-23bd-4c91-88f0-1c016b2baaf1", + "id": "e0371ebc-3590-43a3-a13f-cefcf05f1801", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -121756,7 +121756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e509eb40-d548-4025-953e-b3fdca40b980", + "id": "9f096052-75a5-418e-b6f4-ace58ad976f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121813,7 +121813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93fac40e-f6e8-465d-a98c-e472e879cbfa", + "id": "3e673566-9092-43ef-8692-4ae3b970bb89", "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": "b9981792-863f-4016-887a-afd4294434ee", + "id": "bd9985ba-2680-47b7-a6f2-4fe44cdc497a", "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": "29614e3e-ba16-4be6-a0f8-7225c16511f3", + "id": "ce2c87b7-e688-4c7e-ae58-25050c5917c8", "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": "3b9c4280-dba9-47a0-b980-437f85088cd9", + "id": "8e62ed0b-5e06-4e2f-aad9-8ad06f5b7749", "name": "Too Many Requests - Returned in response to too many requests in 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": "fcd8b7c7-6b28-4d67-8f2e-e9da2beb31e3", + "id": "0c7db7a2-1588-4112-8858-4b15cf2e6ed0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122104,7 +122104,7 @@ } }, { - "id": "231b26b1-278e-4816-9914-16aa469c8ab2", + "id": "890bd0a0-fbda-455c-b087-72d7d227cbc7", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -122145,7 +122145,7 @@ }, "response": [ { - "id": "2651d18f-5af5-48f5-91f0-a62ca5557d6c", + "id": "2d731909-beaa-40ff-90d1-5eb80d773d40", "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": "81393913-3954-4b72-967e-367241caf234", + "id": "e3b66414-b2b7-4015-8e92-f3a26a12ddf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122223,7 +122223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38740568-25bd-4246-994d-f090b110fa29", + "id": "7466cccc-5297-4fdf-b290-6b5fdac25035", "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": "dcabc949-252c-42aa-924d-300c9f6717ad", + "id": "89e51e4f-ee21-4e9f-ae6c-0085f0180061", "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": "d12663cc-503e-497a-be95-453b85087305", + "id": "0ae42c16-7f84-4383-8a75-b33e4ac3d6f5", "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": "8e1c137c-bcf5-4ed0-99ab-35cdda277f25", + "id": "ab476c4b-d0e9-4372-bfef-7e6925e51a8a", "name": "Too Many Requests - Returned in response to too many requests in 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": "77a00e36-2536-40e0-a82d-bf1fd2e6d0cd", + "id": "47eed783-de47-41c1-9d0f-f9215ba44c06", "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": "69977c43-a168-4ee4-b780-3538272dc877", + "id": "41f4d590-e646-4bd1-bdea-fb3b82d1564a", "name": "List Work Items", "request": { "name": "List Work Items", @@ -122521,7 +122521,7 @@ }, "response": [ { - "id": "81a12579-1fc8-4056-9c67-9229d280d338", + "id": "382bf1f8-3e4c-4ab3-bb3d-26cb82d83e48", "name": "List of work items", "originalRequest": { "url": { @@ -122601,7 +122601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b098680-7a40-4e40-aba1-821cb3846064", + "id": "0fa23da1-3e91-48e3-a71c-ab965d735ded", "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": "dd0835df-22fb-4fd7-9ed0-744a20476d04", + "id": "725e637c-2c3f-4813-9cc3-e71faf531147", "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": "d2db1901-4cf9-408b-af72-a3298d751fcc", + "id": "40b42e98-9af1-4836-a15e-91217be8bc54", "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": "3c8d99a7-ee74-4621-8b83-fe7916bd42ed", + "id": "277f94bf-f77a-4d1d-86c2-2d5fa9fc7893", "name": "Too Many Requests - Returned in response to too many requests in 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": "89684f00-adb0-40f2-b657-ed5824ff3920", + "id": "240f6965-f23a-40bf-af66-b0e33310ab36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123007,7 +123007,7 @@ } }, { - "id": "e5f78c6d-93cf-4a5b-b1f3-5e5b7b690e4d", + "id": "b58d7848-91fa-476c-a915-d7b67c86915b", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -123074,7 +123074,7 @@ }, "response": [ { - "id": "e6bd4249-2fcf-4cf7-afae-e0b3bf0278b3", + "id": "c46019e7-c885-48f0-a09a-5ba2298aed55", "name": "List of completed work items.", "originalRequest": { "url": { @@ -123155,7 +123155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0cdaf23-4c72-4a71-92e5-e1ffd1aa50de", + "id": "e1946a6b-1039-421d-822d-9ec669d4a884", "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": "57075345-4df0-467f-a180-c6739c62a047", + "id": "897881b6-cc8f-4530-ac66-ed29c1ff5382", "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": "9411e1ee-328a-41b4-affc-a2641af107d1", + "id": "6136760d-1fb3-49ab-996d-dc2401a78c05", "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": "de762c39-8890-4910-aa1d-2d372050931e", + "id": "979d0ee2-eb94-4b9d-997c-d9413969ac08", "name": "Too Many Requests - Returned in response to too many requests in 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": "562239a1-7772-41b4-8a8f-e88a7ff1555b", + "id": "7dffa407-4101-4977-a895-57c85ea4c997", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123566,7 +123566,7 @@ } }, { - "id": "c01ad193-b92f-4e3b-b2c6-0d0c4763e2d5", + "id": "606579c7-1205-419e-a6b1-e13a02c79ce5", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -123606,7 +123606,7 @@ }, "response": [ { - "id": "6e6c1992-a832-4204-aaff-c3c614b13565", + "id": "1649841b-d0b6-4777-848d-c9aa112f24d4", "name": "List of work items", "originalRequest": { "url": { @@ -123660,7 +123660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37fbcf85-dd0f-4cea-92be-6cc3f88bb30f", + "id": "6ff94f3c-e983-45ee-a61e-3ccea5334ac2", "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": "619e7c0b-5496-4139-8db8-554f61a87caf", + "id": "d5efef3f-e4c7-45f9-87f5-e886533b3e6a", "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": "ac27c7dc-b6f3-44f5-b6ac-e7abbecd0a72", + "id": "407ab882-5eec-4d48-9387-f131eef35816", "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": "91d79e32-f4be-41ec-86d1-7de76cc5a55c", + "id": "745b824c-2651-48e7-8abb-9c39cb3309ad", "name": "Too Many Requests - Returned in response to too many requests in 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": "1dd79df5-7352-44c2-9533-a781d6ba1cfe", + "id": "e40bc2c1-e8d1-4a62-b8cf-79ab23db94ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123936,7 +123936,7 @@ } }, { - "id": "48f4e4f0-161d-4257-acfb-b61f0b7a5622", + "id": "01528edb-d334-48d8-ac28-84dce72d6f3c", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -123977,7 +123977,7 @@ }, "response": [ { - "id": "fc17f62c-11f0-4d0f-b27b-8f4f0f07a9e1", + "id": "c62d9c72-6952-436d-92da-86fe90123bbe", "name": "List of work items", "originalRequest": { "url": { @@ -124032,7 +124032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d611216-aa59-44e4-b9ce-d558a732e12d", + "id": "2ac1d8ee-0024-4460-a8fc-b8fffecd5725", "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": "bfd78a02-c4ec-45f9-aaca-6650e3b251a3", + "id": "ca268d0e-95f7-4b7d-a196-a384f4b41b7d", "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": "2a53cb51-bb5f-4bc8-b3a5-5a05f09c2954", + "id": "01b3c6ab-b7a7-43a8-8044-fd421ae3d092", "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": "fdd20c64-840a-4537-8691-648dc56869c0", + "id": "d71e9972-226d-4b32-83ee-4d1cf34b4277", "name": "Too Many Requests - Returned in response to too many requests in 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": "290bf252-8f7b-4bf4-9e4b-a8040842f0d6", + "id": "e8bb0a07-07b6-4ec2-b991-8e75c72ef745", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124313,7 +124313,7 @@ } }, { - "id": "058213e0-daa2-44ea-adcd-7f4d7e7df06e", + "id": "16ded23a-1ab8-4fb5-9ed9-8e724265650d", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -124353,7 +124353,7 @@ }, "response": [ { - "id": "b366688f-d65f-4e7b-971f-d386ef6acad3", + "id": "ab817e12-867b-4638-8a1d-27582c0ee7eb", "name": "List of work items", "originalRequest": { "url": { @@ -124407,7 +124407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a85f932-be3d-4276-9d56-7b6af359a293", + "id": "97531d8a-6ccf-469b-900e-1ab4ca75c174", "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": "6e4699f1-f075-4494-ab04-7005d61cc22a", + "id": "499bef1e-0d47-43b2-ab6f-7342a18e825a", "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": "f66827ff-92ad-4e57-b35d-14e236714fdc", + "id": "43d635c3-0dec-4bbf-8f88-c8d9b4578362", "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": "33fd5d45-ebd0-4d48-b8ee-06e4ae010655", + "id": "d2055623-8cb2-4af3-9a9d-bb25e682ddd7", "name": "Too Many Requests - Returned in response to too many requests in 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": "ee8f91fa-58a5-4203-a6a4-58a79a5656bf", + "id": "671b4bc2-23b4-4532-a196-93654abbbb23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124683,7 +124683,7 @@ } }, { - "id": "8e9fc27a-127d-45ee-983f-e57adb8bb15d", + "id": "2916961b-bab1-420d-82fe-c78eed80c0d6", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -124724,7 +124724,7 @@ }, "response": [ { - "id": "164da50e-36b7-4d8e-a232-b5b6ad3bcbce", + "id": "4278fc6f-53b2-4369-91f7-55d1bd3e48a4", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -124768,7 +124768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b258766-9241-4445-bc13-dff5c7135870", + "id": "dd9cbf5d-b7f2-4b0c-941c-b8336b1a8a9e", "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": "6336ba47-d7b3-45be-b5ff-5d0be5495be9", + "id": "7b95b5ad-e9d5-4078-9859-07d983690400", "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": "cc8c19e5-7518-431e-b018-fd4f7c227e65", + "id": "240a6b5e-be5a-4385-9954-078b3789bc81", "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": "969ea3ac-6d40-4310-ae22-9993e0651cd3", + "id": "0aa83dc9-73d8-464a-8e9c-3a75794a988f", "name": "Too Many Requests - Returned in response to too many requests in 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": "79a36e17-7d49-4cc4-a0a1-ca7ce6352007", + "id": "6e558f89-46d2-4445-ba2b-e44b5becd697", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124994,7 +124994,7 @@ } }, { - "id": "0df30a28-4908-4175-9cbd-4373768417f9", + "id": "52f55097-2cd6-4c6a-85f6-f8d309b556b7", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -125035,7 +125035,7 @@ }, "response": [ { - "id": "50dacc0b-3d4e-4054-8260-950dbccaf5dc", + "id": "3589a8a9-d17d-476b-8eb2-af63744baf8b", "name": "A WorkItems object", "originalRequest": { "url": { @@ -125079,7 +125079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cadcc80f-7eff-40ab-9aaf-2e4e6829aaef", + "id": "6c947e05-a2c9-4554-9117-f93b6540abe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125123,7 +125123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a11fef5-dcf2-4977-9fce-ad8f144a1d34", + "id": "83e82479-0efa-4dca-870d-1eccfb923c52", "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": "cbf014b6-ee06-4628-a3be-4b42a4b944e4", + "id": "3c9c2d52-503e-4dc7-af66-46999317820a", "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": "0b44fbbe-a1de-4952-960f-b94626c441ac", + "id": "6ffb3d84-0ba0-45fa-9c3f-627c51bf6998", "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": "12a7f36b-64a6-448b-bf3d-e4db54b42a63", + "id": "df0eabe7-48ed-4489-b33a-a8478552170b", "name": "Too Many Requests - Returned in response to too many requests in 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": "8b502e1a-597d-47e3-8fef-7f61523653f1", + "id": "fe7a009c-a86d-4fce-9a2c-454de772ba7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125349,7 +125349,7 @@ } }, { - "id": "cb133b86-4c2e-4506-a073-050a79717eec", + "id": "69650699-6005-498d-850c-0c8d503ca61f", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -125402,7 +125402,7 @@ }, "response": [ { - "id": "ab01864b-aac6-487d-bb59-351cb111f038", + "id": "6ac52133-c673-4126-8248-b20345b50724", "name": "A work items details object.", "originalRequest": { "url": { @@ -125448,7 +125448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c812468-7d56-4481-baaa-55f350be51f8", + "id": "a9b24a47-e003-44af-b92d-c0bb5720e882", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125494,7 +125494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212e13b6-18bb-461b-b9ff-a39138d0c59a", + "id": "bedf5d75-ba10-42cd-8c11-ffaf82f8cf14", "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": "aba0e816-5447-4ac0-9680-408b1c48c70c", + "id": "7b969333-be69-45a7-b4e2-f7fe660510cc", "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": "c3b58444-84db-46f4-92fa-8a265448b3c4", + "id": "0b7241c2-dee7-4719-a641-fa46341caade", "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": "df6c1f7d-0d02-4c0d-8442-6e43d1cd0864", + "id": "a1066be9-7a07-47a6-9263-98f9b24c5a46", "name": "Too Many Requests - Returned in response to too many requests in 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": "d9188184-187a-426e-a4fe-2c36cc60c579", + "id": "ff216b34-270a-49cf-a21d-91d5a1ca7067", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125730,7 +125730,7 @@ } }, { - "id": "7d4b5d7d-5fcf-43e3-8e77-292763364bae", + "id": "0f20729a-651a-4817-8049-05c4a444416d", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -125783,7 +125783,7 @@ }, "response": [ { - "id": "e6425267-cd77-4baf-bec1-4e147c32936f", + "id": "9f29ffe2-f39a-4fe9-9ec6-75bd091ca96f", "name": "A work items details object.", "originalRequest": { "url": { @@ -125829,7 +125829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0628ed2-efef-469d-8a36-b5720dcd62f2", + "id": "5ade89af-a50c-4b79-b208-bb87096e2f89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125875,7 +125875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a9f973-9540-47ac-98de-36af05ec03db", + "id": "e1486234-a4cc-47df-890e-66af2f468471", "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": "59efa01a-d0dc-42a0-a56d-b4f6fcc7f83d", + "id": "b5b367c3-0578-4405-a135-dcca7a7e951e", "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": "7e4d2918-43ad-455a-afb1-23913b00b7cc", + "id": "20440d74-6c16-463d-96bd-91e32d7ea824", "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": "cf77714d-1bd7-4db2-8c5e-c8aa3091ff4b", + "id": "b15e9224-0077-4d23-87f5-4cecc988b8a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "c324bd9f-1273-46ba-b439-39d817a65f2b", + "id": "1d512b18-26c8-4a2b-96db-b06b4aaf276a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126111,7 +126111,7 @@ } }, { - "id": "09c4f2b9-565f-4f58-aeed-2c278ead2af3", + "id": "add8ddb0-a2ef-4ef9-a131-942149dfbf5f", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -126153,7 +126153,7 @@ }, "response": [ { - "id": "bd590e9a-d5ce-4e19-90c1-51ab4efb4f89", + "id": "2ddc3a84-f599-4d4d-ba94-c91e0ab7b5a6", "name": "A work items details object.", "originalRequest": { "url": { @@ -126198,7 +126198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b7e8d7b-e9ca-4693-b7a5-8be5ada1bfcc", + "id": "9585cb76-9442-4f5d-9ca4-7cce4d75ffc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126243,7 +126243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97841db8-4a60-4501-834a-49cba8dd98a5", + "id": "bce56f2f-8790-4803-8a01-fbdd8f62c9ab", "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": "7d853031-54b9-4e54-bf7e-7ff9454eea4a", + "id": "b75c4cae-c18c-4332-aec9-016e4c5502c1", "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": "8d29dfce-734e-4374-ace7-f7903a5f6521", + "id": "fe881609-886a-4ed2-b74e-edc87c980556", "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": "0de21244-4867-4434-acb9-752580255c03", + "id": "112e7b9e-ad9d-4e23-8ec4-26a7de2d710c", "name": "Too Many Requests - Returned in response to too many requests in 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": "2446a445-7445-42a9-8797-8eabfae85c30", + "id": "a115cece-66be-4db3-b7c6-00e6bcb75d62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126474,7 +126474,7 @@ } }, { - "id": "469c2ed0-c4e2-476f-baaf-746a180a6d91", + "id": "fd6c822b-e59a-4a41-8b28-de02d0da03ad", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -126516,7 +126516,7 @@ }, "response": [ { - "id": "622cbdfd-3b1a-4a09-9988-bc37a3371ed1", + "id": "4a21d2e8-8853-4756-8a41-009d27cbc751", "name": "A work items details object.", "originalRequest": { "url": { @@ -126561,7 +126561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb41d19-167e-4b1a-8bec-f9ee86cf56bd", + "id": "fd32476b-194c-442c-a72b-4436f39081d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126606,7 +126606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2934f86c-6702-40b4-a465-8f3343575e27", + "id": "1f458834-812e-4c67-bd9b-b185c0924faa", "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": "271e6835-7c98-4d6c-872e-3c6cbf7e55b1", + "id": "4c76db8a-b471-46a2-a136-73b00ecd3585", "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": "c843f597-0c05-49b4-8eed-5bb755aed694", + "id": "6f370edf-15d3-4ebe-855e-b6bc4be0da56", "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": "9bef4702-e514-4451-89eb-bdc679f696d8", + "id": "29ca9449-66b2-436c-8bb9-94f2c4e0aacd", "name": "Too Many Requests - Returned in response to too many requests in 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": "091d0b31-6cb8-4e93-a7f0-1fe0c974c0b8", + "id": "b83db796-6820-432b-af26-583821f599ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126837,7 +126837,7 @@ } }, { - "id": "30e3505f-c00a-470a-973b-11cbc8a73736", + "id": "683cf711-2e8d-444e-9e30-0c637dfd0884", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -126892,7 +126892,7 @@ }, "response": [ { - "id": "57dfcd11-b7e3-447a-b09e-ac467554d58e", + "id": "35115835-7b52-430d-a8fa-e665ab6a7862", "name": "A work items details object.", "originalRequest": { "url": { @@ -126950,7 +126950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6cc972e-a912-4372-a14a-501c59282f0e", + "id": "b01d5220-00d6-4659-b7d9-a97d4e2bec91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127008,7 +127008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b0ee16-ab18-459a-aa27-211ce53c9b75", + "id": "e98b863e-df4d-47cc-a8b0-77ab69d8e6d0", "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": "1697abf7-7de4-4035-b709-346b24e5f456", + "id": "6756f189-a22c-41b8-a697-169acd62e653", "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": "c94b198b-30b3-41ce-bce6-8c862de77d61", + "id": "dabf2e07-4d91-434e-8c21-8dba2874c14d", "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": "f96a1fb4-9bd1-42b5-8f80-4b1c5e19b8a7", + "id": "06f11b1d-6025-44d0-9eda-3f4fa36582ba", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a26f2ec-a963-42b2-8270-91e88f58defb", + "id": "63e5f8aa-d00a-4054-994b-f8613896fa82", "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": "8b94d78b-fef3-4676-ac2d-365a694839b5", + "id": "cd11b612-dd00-4423-90d3-03f57c504be2", "name": "List Workflows", "request": { "name": "List Workflows", @@ -127339,7 +127339,7 @@ }, "response": [ { - "id": "cf8db1cc-0060-4cea-b8b2-09cd0895fc23", + "id": "7ac152b8-cb54-430c-aec1-8e39a729bab9", "name": "List of workflows", "originalRequest": { "url": { @@ -127382,7 +127382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf2a818-2d67-41d3-9466-801404f8442e", + "id": "8b8656ba-56b5-41cc-8ee4-1954c37a1507", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127425,7 +127425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ed0b04-2475-456d-b8f1-9d9162f02afe", + "id": "16ce9b38-1676-4b7b-badb-e6910c46dd2d", "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": "00acf115-9242-4702-bd92-6cdd7757512f", + "id": "f63c5be7-0f4f-4cf1-ba19-5459989f7146", "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": "2e6edb70-e536-4012-9a24-215f6d18e357", + "id": "1f7a938a-1633-43e1-b62c-402da92149f5", "name": "Too Many Requests - Returned in response to too many requests in 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": "a83783da-8376-4792-8067-b6a2ffcec108", + "id": "09235903-2571-4244-b8ca-11aa03eaaf41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127603,7 +127603,7 @@ } }, { - "id": "9de6a899-03ec-4d4c-a665-4c736e0f5184", + "id": "124f566c-9851-4a20-bc9f-a203b8ba60bc", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -127644,7 +127644,7 @@ }, "response": [ { - "id": "dc707fd5-8826-49e4-bae8-600fc5cc19e2", + "id": "6223715f-98b5-4ffc-be8a-cfedcf737c3b", "name": "The workflow object", "originalRequest": { "url": { @@ -127688,7 +127688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69dd51f3-4d3c-469e-9567-93472dbe8e93", + "id": "136618c2-bd0e-4f49-9e20-d990a4fbb403", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127732,7 +127732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "378ee090-4798-4a73-9a1f-c9cb231b0f14", + "id": "06c34d07-2416-4173-b094-53b1ba443767", "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": "14bcd947-cd34-4f85-8bb9-43d6548e6257", + "id": "b9679ca4-a075-414a-b423-6faa0688db12", "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": "f2f2dc88-550b-47d5-80f9-de1988c3e40e", + "id": "7b0e8856-c620-4284-ab9b-23a02964c491", "name": "Too Many Requests - Returned in response to too many requests in 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": "458ca2ab-5df7-4672-9b4e-e15f2d03e873", + "id": "09f81596-4142-4c0d-bd1a-70fd737d5288", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127914,7 +127914,7 @@ } }, { - "id": "e4e9d52d-368f-46dd-9bc8-246a15d964c3", + "id": "efc5996a-d4d2-414c-9b0a-c26e089ce051", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -127968,7 +127968,7 @@ }, "response": [ { - "id": "e21d1ec1-4b12-4a1a-b4af-b9a2f7f0a0a1", + "id": "b84881ca-1205-42dc-9e9b-40cb202b1e12", "name": "The Workflow object", "originalRequest": { "url": { @@ -128025,7 +128025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8840944e-dca0-4589-ae1e-a0ba8405b1d4", + "id": "a8413b35-26b2-4a96-9398-e23377b17bcd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128082,7 +128082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0072914b-788a-4678-9dc0-3d0940e7116f", + "id": "d859b69b-9828-47b5-a72e-48903e613acf", "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": "d1b7502b-d75b-4f6c-9ec0-9435281f5f87", + "id": "e3e853fd-d918-47a1-a5e4-3d03afcfd0df", "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": "a7ebb4b5-0191-40f1-9137-fab5eab83461", + "id": "46a0da6a-f3a5-458b-bee4-faa10a2fdbc0", "name": "Too Many Requests - Returned in response to too many requests in 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": "7b571c6f-228c-4b46-a7ab-f64266fae02f", + "id": "f8b199b0-cdfb-4e1c-99ad-e14f744e0bf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128316,7 +128316,7 @@ } }, { - "id": "fdb04ff7-16e1-4440-bbaa-ef9168b7a55c", + "id": "736532cb-a18e-431f-ae3c-830f7ee17306", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -128370,7 +128370,7 @@ }, "response": [ { - "id": "efe29739-42ee-40a8-b413-0303acb97d49", + "id": "f598e120-dece-43d7-8dfe-d6fc789bfab2", "name": "The Workflow object", "originalRequest": { "url": { @@ -128427,7 +128427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e8b2a3d-2ae5-47f1-8b30-fb41a49fb791", + "id": "323ccf80-4f11-49e9-b9ba-92381426d1bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128484,7 +128484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520d20b7-13c3-4e39-a9d3-52fc9791d36b", + "id": "2b962825-4bb0-4ecc-b598-57f1cc94ecd1", "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": "40eab7d9-b0ce-4003-ab1a-bb891f02c9db", + "id": "f442ab2e-4b7d-4e26-8230-c155f8d53cca", "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": "c31c4e64-debf-4b67-bca9-168f7dea9089", + "id": "d0c07dc6-bc3f-443d-8bc6-d31c5b4209f0", "name": "Too Many Requests - Returned in response to too many requests in 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": "6c9f9fa3-85fb-46ea-9ea9-ef5bb1d346ca", + "id": "bb9310e9-f39a-4e74-a9fd-a0ac3a968b6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128718,7 +128718,7 @@ } }, { - "id": "36367a84-262e-421f-99c6-731df6d04cb6", + "id": "4e50a520-3d42-4ced-80cd-4a5d3e558c95", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -128759,7 +128759,7 @@ }, "response": [ { - "id": "6f39ddc2-fbb5-4e7d-bd5f-768257c33d89", + "id": "13297117-f1ef-461b-bf4f-0c34cc1d1e84", "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": "22f1324c-77d2-4641-9dd9-96447534df3e", + "id": "6133d758-eac3-4209-b483-63c4b69cb2be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128837,7 +128837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128bc22f-6e6f-444a-a25e-391e7c31008a", + "id": "dd984076-5ff0-40f3-82f9-e87adcf98da7", "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": "61d8c768-bb50-441b-9d02-0b7bff0266ed", + "id": "fe99b0d1-4c7e-424d-b876-09c3511e8a2a", "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": "87356ce1-55ce-4971-a65c-ecd00c2edc34", + "id": "8b92fbbf-c4f6-4e2f-ad70-84da224d8128", "name": "Too Many Requests - Returned in response to too many requests in 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": "8ad54d9a-f4e4-498a-88b1-c0bbabe75630", + "id": "371d56e4-c232-47f6-94fb-c0ba83a93bf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129019,7 +129019,7 @@ } }, { - "id": "ba41f956-c25c-491f-98c8-2d8d70d80398", + "id": "af9274ab-516f-42ab-aa04-dc8e5684ecb3", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -129067,7 +129067,7 @@ }, "response": [ { - "id": "382eae78-da59-4fcc-8ba8-9d7a0c31b615", + "id": "68903b3d-1c0b-482c-bc69-31ed1d805620", "name": "Event Trigger", "originalRequest": { "url": { @@ -129124,7 +129124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bffeb872-f4b2-4920-8bca-9a5d14d7215d", + "id": "5b5d4cf4-eb81-4464-811f-dd02186dd056", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -129181,7 +129181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a71ebb-bfe3-4e15-a394-6c30bf6c5e88", + "id": "62b82ba2-3019-475c-b58d-ec6e76a7e932", "name": "External Trigger", "originalRequest": { "url": { @@ -129238,7 +129238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a674f10-e58b-4c3a-a4cd-8575a0882c24", + "id": "c6ad5bec-fba6-4015-8831-c71aa6930b24", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -129295,7 +129295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a3395b4-0e0b-4ea3-9bec-c1e06379f0a2", + "id": "62343cf5-d963-434a-9b27-5b4452c8d5e9", "name": "External Trigger", "originalRequest": { "url": { @@ -129352,7 +129352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6997a04-8dd0-4e83-aa11-11c3218e2c43", + "id": "13413032-ca98-4960-b5e5-ec654565bcb6", "name": "External Trigger", "originalRequest": { "url": { @@ -129409,7 +129409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87980721-ca99-44ae-9553-c3c7bda49ed6", + "id": "2f77414b-3db3-4dcf-8963-22d5f13509f1", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -129466,7 +129466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4abeae3a-04a3-4489-927c-6deeef9a4824", + "id": "e42424be-eb97-4467-b42a-67985ac32a42", "name": "Event Trigger", "originalRequest": { "url": { @@ -129523,7 +129523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8951dd-126e-4847-85d0-5718ff16c624", + "id": "b080d1d0-2155-4ea7-87fb-089bfe7161d7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -129586,7 +129586,7 @@ } }, { - "id": "2ce6da02-864b-468a-b8ed-068920471de4", + "id": "db063b57-4c4b-4918-b90e-b94ca172de04", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -129641,7 +129641,7 @@ }, "response": [ { - "id": "2defccdf-ecfb-4949-829a-dcc4e95634fd", + "id": "a409f850-743e-459f-a269-62fe547a3156", "name": "The Workflow object", "originalRequest": { "url": { @@ -129699,7 +129699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50974d44-5c93-41e6-8216-ca94c2899a1f", + "id": "1c0654f0-b109-4bd4-a1bc-58681b24cc53", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129757,7 +129757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36626690-5e66-418e-82f9-b2293efad979", + "id": "ce1f7566-15ad-4291-9e4d-299d6a88e1eb", "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": "17f11aa5-08ee-4d9f-8a28-f7df0c0037a0", + "id": "3b9bceee-194a-4bb2-8d66-5b7335863e89", "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": "17a0c0bd-5103-410c-b5a8-fce623548590", + "id": "ab9e38ed-2bd7-4c88-88d0-045b288b057f", "name": "Too Many Requests - Returned in response to too many requests in 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": "a2080396-c074-4c08-828f-12ec90793301", + "id": "31a891b4-46d8-4d2c-8a6b-0abeab1b425c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129995,7 +129995,7 @@ } }, { - "id": "4e6c93b1-a6a7-4f69-befc-4bb51fc309a3", + "id": "4c2bc3a4-1f32-41e1-babd-8a0dc5f4e7f6", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -130074,7 +130074,7 @@ }, "response": [ { - "id": "d1e3fd92-73fe-45f9-a697-c94b3968b4bc", + "id": "4f5486c4-7499-41c0-811c-cdb8752ac996", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -130156,7 +130156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5468075d-5109-4095-b240-2df8febff94e", + "id": "55c1d675-9c50-425e-a189-c76c843418f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130238,7 +130238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8a5c90-aec7-417a-ad88-9164ced494ee", + "id": "b152105d-ddcc-41c2-9060-867c76f041ea", "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": "2ea51752-2129-4910-8a3a-28c057cec04a", + "id": "5aec78a5-bffd-45c1-942c-bcc49e93efe0", "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": "14cea093-2f7f-46c1-9b40-4d696ad10d30", + "id": "4e598c74-be3d-457e-8903-7b9a5b9f9a9e", "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": "dac10e3d-80a1-4489-877f-1034ae8d0bad", + "id": "df4311f3-7279-4c04-99ad-d4fa82cd003b", "name": "Too Many Requests - Returned in response to too many requests in 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": "18018df8-be8d-48bb-8037-5dea6f213a05", + "id": "8666366a-a946-4ac3-9c95-98fc4b34de5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130654,7 +130654,7 @@ } }, { - "id": "cc535c9f-9d74-4747-9d32-818654aed3e0", + "id": "de9330ab-25c7-42d7-a803-dfc586c7f406", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -130695,7 +130695,7 @@ }, "response": [ { - "id": "fcbb1e17-23fa-4300-adff-637b20c88594", + "id": "80e98e01-334b-45ff-94f7-117bf9560095", "name": "The workflow execution", "originalRequest": { "url": { @@ -130739,7 +130739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b41d1f3c-33b7-4e82-8af8-5c0d38e21820", + "id": "c3fc8d3a-16e0-423b-adc8-a66bf2e9671c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130783,7 +130783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a6c9953-e2b1-4f43-bc1f-3ad8a9fb7a08", + "id": "836d1c36-5391-460c-b516-cac55815e455", "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": "f5d02eb6-06c1-4fcb-b937-54b56f578d9b", + "id": "a7729667-f264-4929-bb2a-ea46ac03db9b", "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": "72740aad-aec4-45c2-bafd-a48749933c39", + "id": "29b470fd-7675-4905-987f-34df84a51267", "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": "7e2f83c3-2a2c-427c-9581-d46b983011cc", + "id": "305bd6dc-5a03-4b3f-ad80-b6070745e5fb", "name": "Too Many Requests - Returned in response to too many requests in 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": "2621595b-1268-4927-9457-7bfa30c84239", + "id": "76082321-859e-441e-9532-5aa96779802a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131009,7 +131009,7 @@ } }, { - "id": "730f91d2-43c6-48a2-9137-839a360505e9", + "id": "2333d743-2b78-476c-b424-16a3fb27a50f", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -131051,7 +131051,7 @@ }, "response": [ { - "id": "b93d6ebf-017b-4f61-88cb-28d59904e6a6", + "id": "5b4bee0e-790c-4f91-9971-06b719b372dd", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -131096,7 +131096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c8dceb8-1b46-46da-8049-91a6d28a5770", + "id": "04bc6fb9-8331-4928-8586-e17a31bc8346", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131141,7 +131141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b3ce070-6720-4c33-bd45-0c07019c79b3", + "id": "05971c7a-2064-441a-81f8-4f3054db66e9", "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": "3885084e-3ba2-491a-a0e0-d38f87b65896", + "id": "300efb15-c1ea-4f12-9780-a14f4831df8d", "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": "564a2d40-3593-4099-8bfa-5a3912a3b602", + "id": "d843ac3b-946b-4ce6-ac90-a421475953be", "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": "47c2b103-f46f-48a3-a536-84cfac8b6f9c", + "id": "c5471371-98b9-4bc6-a944-31501b093533", "name": "Too Many Requests - Returned in response to too many requests in 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": "198e9e3f-4900-4651-aca2-05341963eb66", + "id": "36249f6e-67ed-42f8-99d6-8ab7cfd5b37d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131372,7 +131372,7 @@ } }, { - "id": "03b3f78c-9203-44e1-88b5-46f9655b7350", + "id": "bddd4240-0a91-4384-a889-51e3d6a0b01a", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -131414,7 +131414,7 @@ }, "response": [ { - "id": "9467a018-f5b2-45db-94be-d80309cff7ea", + "id": "b48a88ac-7fbb-41de-a985-21fe65ffc2bc", "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": "3baaea21-8446-4463-a214-4ab9131a3f8a", + "id": "1daa971a-add5-4b78-b975-2fbf5ec1b5e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131494,7 +131494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531a6e22-772f-4754-a529-6e4d4f3c697c", + "id": "f5614644-3971-493e-acd9-c8e12d7d66e7", "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": "210ab083-666c-4720-9fe2-bd42c47f1f74", + "id": "1d512686-8278-4ee8-a87a-cb1245f57a36", "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": "4178cc76-56dc-436d-9aa6-314b821a18cb", + "id": "dfe50080-f2b7-4082-ab9b-2b80153a6f31", "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": "b8abc60a-dad5-402b-93d1-5dec4573bd6d", + "id": "4436250f-7529-47de-8da2-c496a68d03c8", "name": "Too Many Requests - Returned in response to too many requests in 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": "ae3274ab-91aa-41bc-8330-5e2265a5f08b", + "id": "1432863b-6bb7-4f97-8ec2-1704fa9fb6d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131725,7 +131725,7 @@ } }, { - "id": "97ba394b-9dfe-4626-83d4-83e3a94b1d7d", + "id": "62658c73-1dfa-4c88-bcff-d099190ccb30", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -131773,7 +131773,7 @@ }, "response": [ { - "id": "7e0ca4e9-f658-42c8-b82e-dbeca42ce52b", + "id": "1557ab0a-3b5d-4892-a6cb-d463b2a5961c", "name": "List of workflow steps", "originalRequest": { "url": { @@ -131835,7 +131835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3834de1-a471-492d-8a49-a8c049b679a2", + "id": "354e329e-7724-4b18-b0a7-3c95a02a7332", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131897,7 +131897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac84d8f6-8900-4605-b113-d4db0aab6e20", + "id": "563d7ac0-c6ee-457c-8500-0d840a0a8679", "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": "8c78221e-d198-4177-9074-02bc6acbbfe3", + "id": "24b65a0d-8540-4a87-a506-c474ae13708b", "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": "6d9af88b-f8fa-4271-bbad-f3d4f3d3625c", + "id": "8fdfbe54-601d-4874-abcc-358ada1e7f6d", "name": "Too Many Requests - Returned in response to too many requests in 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": "93fc0397-3fb0-462b-acc3-103c4c7e0539", + "id": "92519a2c-dc73-4af9-8f80-780ec8668f5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132151,7 +132151,7 @@ } }, { - "id": "44d08417-fe9e-4eda-90e6-70c13ed6db3d", + "id": "34672b1d-09c3-4aaa-9f83-d53371e31bdb", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -132209,7 +132209,7 @@ }, "response": [ { - "id": "8ac53b7f-dc2f-4fc8-83b3-3882206c737b", + "id": "62b53297-d51b-4657-9a51-93f8be4ab632", "name": "List of workflow actions", "originalRequest": { "url": { @@ -132281,7 +132281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76044ec4-ea3f-40ad-914f-14fb6e49b429", + "id": "59d0352b-f46f-4110-81b8-0d6a38fc2340", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132353,7 +132353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ddcb12-558b-4d49-9110-886521935fa0", + "id": "3b6ae9f6-e226-4cb1-a1bf-182b6e9b9b94", "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": "02c5cbfa-fc0f-46d1-a15c-c4dfc787b706", + "id": "d1c865e3-f77d-4b5d-9f6f-8af2b69eef72", "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": "f054f3b0-8b8b-4cf6-91ff-2a746a8bf072", + "id": "5b7e8dbe-7122-4c5d-b022-7886e454462b", "name": "Too Many Requests - Returned in response to too many requests in 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": "c7831f82-22e9-4750-a02b-65a64ccc9ce0", + "id": "9331d6f7-979b-4d72-8ac6-09564a614a59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132647,7 +132647,7 @@ } }, { - "id": "54a4adc2-0a60-41f8-911e-6e87d92f05c4", + "id": "6f210999-27ce-4be3-ba83-74af462f54b8", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -132705,7 +132705,7 @@ }, "response": [ { - "id": "9dd831f4-7d74-4ffe-965e-2c1d1d4c6aa9", + "id": "a940de5d-838d-4499-b729-ee51a0311f42", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -132777,7 +132777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc98ce53-8a66-4070-bd39-07f55a2b49b5", + "id": "5594cd58-b4d8-4679-9291-712c262d2aa8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132849,7 +132849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189bc986-0544-4f97-9402-a87a44f9f445", + "id": "586305ba-8f8b-429d-b14e-a37cc8f4a651", "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": "d54f7d20-eaa2-4699-bbb3-5f563501f84d", + "id": "34241ccf-dae6-447d-bc6c-bfda08038e2b", "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": "a0394ac0-bd58-41e9-8af9-6ec3c8b7a6fa", + "id": "b0460606-251c-4bf4-8117-e90d3c34beae", "name": "Too Many Requests - Returned in response to too many requests in 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": "7b1889b9-988c-4b9b-ac34-cfacb57043ee", + "id": "2161b2d2-5ffc-4ff2-ae9a-7b67abca3956", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133143,7 +133143,7 @@ } }, { - "id": "026d58aa-80ad-4775-b4a5-3d178f38a95c", + "id": "a107ebf6-c31b-42be-b6a5-44497bf424a6", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -133173,7 +133173,7 @@ }, "response": [ { - "id": "c9caa96a-8d0a-4509-9510-b91251c42858", + "id": "a8bbf411-fbd8-42f4-8004-b91c3b61525b", "name": "List of workflow operators", "originalRequest": { "url": { @@ -133217,7 +133217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5201eeef-25a9-4c73-a4ec-25f1328e4309", + "id": "e2ea0d5a-343d-4951-9f72-b8c084deb4af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133261,7 +133261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d21b79-7efc-4000-8733-fc66e724540b", + "id": "876cf141-5422-4faf-9139-cfa0172a0bcb", "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": "a8661b02-6efe-4812-9e30-ebac50d0675d", + "id": "b0104055-a03c-4ebc-b9f4-4d439577e36d", "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": "88c2f3e0-3307-4761-92ce-522a5cb6e962", + "id": "05ab2cc7-af0a-416a-a55c-bfdfb3d77151", "name": "Too Many Requests - Returned in response to too many requests in 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": "caa11a27-17aa-4467-ac27-7528c09b286b", + "id": "2cc5bb5c-522d-421f-996f-1524b0e7fe72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133443,7 +133443,7 @@ } }, { - "id": "c31ebfe4-a5c5-40a0-8b7d-8e2cb75ad10e", + "id": "8e7a97a6-58bd-4904-ad36-13bd50837f6f", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -133486,7 +133486,7 @@ }, "response": [ { - "id": "b5bd25cd-2249-451b-86fd-2971c82b2eac", + "id": "67dc2a93-c289-4a1c-8d96-8af1689c20ae", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -133532,7 +133532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d377856-0140-4d5e-890e-65bf321d7b48", + "id": "2e67ed55-a405-4e1e-9784-58f73f72316e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133578,7 +133578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05dad674-23c7-4b42-b337-445266361723", + "id": "cbc91beb-3cc8-4675-9e9b-4d3aec74ee26", "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": "f242350d-461a-4511-a768-f8da5c0afa8f", + "id": "7ce118a7-44b4-4030-a571-d4ec342adf83", "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": "dbe43f03-36b0-45e1-b5fa-4f65b22e15f1", + "id": "e49267f2-5d95-497f-b864-c84b408ec74a", "name": "Too Many Requests - Returned in response to too many requests in 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": "d03fc7a8-3064-4d21-8b91-5ec04df25827", + "id": "ac2ad4e1-9931-4d9b-8d58-2063302a43cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133768,7 +133768,7 @@ } }, { - "id": "b68d9fdd-89f0-4128-a567-7a525d33cd41", + "id": "a3a98777-ff80-480d-b785-a17b280d0e90", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -133824,7 +133824,7 @@ }, "response": [ { - "id": "1fb0d2f9-3681-4149-b5e1-2b7bf646642b", + "id": "3ff7adfc-dce0-4193-8bb2-1145466132f5", "name": "The Workflow object", "originalRequest": { "url": { @@ -133883,7 +133883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d27191-27ce-4afb-ae6e-e484f186a49c", + "id": "c463c4e2-fc8e-47bf-ba9d-474080e30542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133942,7 +133942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ba9f6f-38f5-485d-ada9-20ff511a5266", + "id": "9d4a7591-c72b-427f-8637-8310a2444a34", "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": "68aea69d-123b-4779-9ad1-cb4483a6c0b8", + "id": "6163b1e1-a837-49b1-9baa-fd30d28ca71a", "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": "b0a32cc4-f760-4c0e-84ca-29f80b7baee5", + "id": "36c9fe09-3f11-4e28-a50d-3cdc080c17f0", "name": "Too Many Requests - Returned in response to too many requests in 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": "5e9cd0a6-1186-4fcc-8608-9faf70dd2aaa", + "id": "8023a6f0-46e8-4dad-99fd-80669dbbf40c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134184,7 +134184,7 @@ } }, { - "id": "c8e56824-5469-4b7e-a5df-8f2a4c661040", + "id": "84e12ac4-7ed8-44a3-8a07-6c621c430a1e", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -134241,7 +134241,7 @@ }, "response": [ { - "id": "1e65f791-b4a2-4208-9beb-f14fe52f2223", + "id": "b61f02d8-e71a-4495-bdba-472043ce590e", "name": "Responds with the test input", "originalRequest": { "url": { @@ -134301,7 +134301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2372fff5-13f1-4df1-9a97-9cc3922f2b6d", + "id": "ffee1814-62df-474c-9c6e-d1575afd4bcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134361,7 +134361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72df1362-f55f-4f83-8aa3-508ec79c18dd", + "id": "71160be3-2449-44e7-9a72-9414b097b65a", "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": "788fbb97-89d2-4ddb-81f3-9d869a282726", + "id": "766be468-e2d8-4ce5-ac71-15b37389ae65", "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": "3c90e17e-e395-4600-bcc2-7e57433aa48a", + "id": "288dbb01-23f7-4204-9680-c1cb2ae91e72", "name": "Too Many Requests - Returned in response to too many requests in 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": "09e1c6d2-3992-4ac1-be07-91ca3b39f36d", + "id": "12aa3619-2e4a-485e-b77a-7c23fb45bcea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134613,7 +134613,7 @@ "description": "", "item": [ { - "id": "b1d179a9-15da-4873-9a10-104dea2b7cf6", + "id": "85c8fe36-5fb6-4f4f-892c-af36e1e39022", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -134654,7 +134654,7 @@ }, "response": [ { - "id": "b2500568-3c67-4bc4-be7f-d92c08f53224", + "id": "1511e8c4-89f2-471d-8ad9-bba7fa1412e7", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -134698,7 +134698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed28765-004a-4e1b-abb8-b1a339298855", + "id": "1d99a305-5d74-44f5-b309-4149c39ce654", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134742,7 +134742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9290a5-3b2c-4ea9-b9ca-eeae835f84dd", + "id": "e4860794-6eff-41e7-bd0d-1852de89573b", "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": "aff80262-18ae-494c-a991-1f977351e4ad", + "id": "72cc64a2-5db7-40f4-888c-a0048f4118c6", "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": "fa46482b-f483-49cf-8080-044b2da05baf", + "id": "5e1d5d11-2d8f-443f-92e2-d995bda02780", "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": "a85e3a25-8782-4ffc-94da-2bd9f7e96d97", + "id": "9081aa20-27b6-4d5d-bd24-7955ad5561f7", "name": "Too Many Requests - Returned in response to too many requests in 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": "d9aa835e-40ae-4b5b-be60-963dab62b0f4", + "id": "cac72423-c75f-4fce-98a2-73c06248f730", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134968,7 +134968,7 @@ } }, { - "id": "417d7f50-1ccc-435a-ae11-d0c286b2f51b", + "id": "f14858f9-1950-41ed-95b1-fbe8603bbebe", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -135022,7 +135022,7 @@ }, "response": [ { - "id": "a85f6d01-01bc-420f-9b6a-c63d7f8dfe67", + "id": "1ab5fdca-52d6-43d3-84e1-5e3543092364", "name": "Auth user updated.", "originalRequest": { "url": { @@ -135079,7 +135079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c11472c-2683-47c6-8c39-a9f1c007908d", + "id": "624ae75d-cff1-4ba5-b5a1-b182b95dbafa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135136,7 +135136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8d3cdda-c58a-49f8-8499-56b5cb14e8a3", + "id": "0daf3630-a613-4fe9-ab29-d8de1637eeff", "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": "9344c3d8-8b93-4c21-89a4-92697adf4e9a", + "id": "80027ef7-9dd9-4880-b778-a688f676f4fa", "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": "6dada379-5ead-464c-9645-e9cdbb02d644", + "id": "8cb145cb-13c8-4073-9a19-44f85ed1b0ee", "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": "a4c41c9d-1827-4b5e-8d88-d93b16c805cd", + "id": "596b1f17-68c2-4039-8a2d-7eec459e66fd", "name": "Too Many Requests - Returned in response to too many requests in 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": "3afe4a95-d3a1-44d2-9102-91f3998929cf", + "id": "c942aec0-fc65-4e4a-8854-52553b671013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135433,7 +135433,7 @@ "description": "", "item": [ { - "id": "d4983e77-cba7-4b5f-8e11-acd1150dd434", + "id": "365aff41-e960-463c-90b3-2633520e9c03", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -135475,7 +135475,7 @@ }, "response": [ { - "id": "bb3aec7f-cb25-41eb-8a7e-f444b9f15024", + "id": "00d76952-af9a-476a-b459-2cf470a4be9d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135531,7 +135531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ec1c0d-55eb-465a-8609-aea2a605a6f5", + "id": "a92f1988-6052-4aee-9468-1f912cd36665", "name": "General Policy", "originalRequest": { "url": { @@ -135587,7 +135587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5626747-5589-4cb5-8eab-6740ca7f059e", + "id": "cc282dda-6341-44b0-b51f-42bc75ccd120", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135643,7 +135643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab831ac6-e894-4b3c-96ad-66eb914af9f4", + "id": "59ade7a5-357d-4891-be87-fbb138517940", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135699,7 +135699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2ca60a-9361-48d3-aeab-e32b745ee98e", + "id": "62fb2751-5900-478e-8cee-946de6938050", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -135755,7 +135755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb1cbb0-ab99-4d28-8332-e65442ebab8a", + "id": "8ebe5338-a1d9-40ce-a807-41a19c73c331", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -135811,7 +135811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eccb6bd-cbd6-43c7-a83e-073ffaca192b", + "id": "cc6b0b99-7fb0-4759-8ca2-3f82bf4aac10", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -135873,7 +135873,7 @@ } }, { - "id": "fbaa1205-56f6-4393-b84d-8c6be8e0d038", + "id": "875c0828-de8d-4a27-9a49-5c3aee90eac0", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -135939,7 +135939,7 @@ }, "response": [ { - "id": "2dddaad3-3db9-48f8-a583-c3f817870a6b", + "id": "695abd68-f26e-456b-a12f-29d6d90c85da", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -136019,7 +136019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37eae3b2-b4a3-4c69-834e-864671545ae5", + "id": "ac33d0c2-9552-4224-8f32-d8f2b9ed7fa2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136099,7 +136099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35feeacf-c654-482a-bde4-dad6ff76773b", + "id": "6e0f2801-5015-44c9-a7f3-2d12904382fc", "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": "ef3d18a7-e373-43bd-83f4-479dc67928ab", + "id": "af3e9d15-5cd4-45e6-b475-31cf82d81fbe", "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": "901ffec3-7567-4319-b135-58beab15df16", + "id": "fb6c8167-554b-4ac9-8c44-84114b4803cf", "name": "Too Many Requests - Returned in response to too many requests in 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": "1e40faef-d415-4b50-bafa-cf38ba943843", + "id": "8a3f7018-8a14-45d1-8c12-89b5dd0e89f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136425,7 +136425,7 @@ } }, { - "id": "554b71f7-9ce8-4a6d-8b8f-ecd04e1b249b", + "id": "b10b29a7-4f7d-4d59-9e66-91ecc090156a", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -136466,7 +136466,7 @@ }, "response": [ { - "id": "cc172288-c154-4190-957d-c022c38cfa60", + "id": "cd95258c-5cae-411f-9141-655aedf561d4", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -136510,7 +136510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1cb44ae-ca42-4c17-9c17-aff6fa17fc2e", + "id": "abe2be21-5fc0-453e-a1b9-d89265907158", "name": "General Policy", "originalRequest": { "url": { @@ -136554,7 +136554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcf0144-94b3-42f5-9c3d-9a137894651d", + "id": "a9d18e7d-45ca-4d94-bbe3-83618f0eb4ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136598,7 +136598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8015f76-b581-4b8b-b6e6-db760479b9a3", + "id": "1d6f938a-2d8b-41ea-a0b3-b1943eab24b7", "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": "7dc3243e-a544-4d3b-b6cf-5102c66e411d", + "id": "e16c975e-8e65-45e5-a072-89f0fd847391", "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": "f124994d-12c7-4db1-9d1f-78a7138c2e20", + "id": "e7aac133-8b96-4bf4-a310-7bb22f901705", "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": "58f291a8-f646-4dd5-a808-7ea721ee86e3", + "id": "df354413-86c2-4d8a-8d75-f1c7e1e17b25", "name": "Too Many Requests - Returned in response to too many requests in 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": "eba9234d-77c7-4bd6-b18a-052adabb4cd7", + "id": "69f4e101-e4e4-430b-a92f-8aa63dc182fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136824,7 +136824,7 @@ } }, { - "id": "ad696a85-84f6-4cfd-b2e8-c006e563de08", + "id": "8c28c1fb-d2f5-4c1d-b87f-495e10b320ef", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -136878,7 +136878,7 @@ }, "response": [ { - "id": "784e3393-a75a-41ff-9881-0d924e4badc3", + "id": "1996a155-e33e-431b-be0c-efc7a9dd8ff2", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -136935,7 +136935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d95b873-4ee2-4206-b321-20bdd20566e0", + "id": "4b4a6a1a-ea97-4301-8be0-aaf758bf7b6c", "name": "General Policy", "originalRequest": { "url": { @@ -136992,7 +136992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8ffe7e5-8a43-4834-a38b-c499b2e93828", + "id": "6134ec3b-e465-40e7-b014-ca7d747adacc", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137049,7 +137049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81cc01b9-157e-4a11-85e8-b5fce8a20264", + "id": "08e96d97-617f-4993-b859-8e4cc40d6392", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137106,7 +137106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be1b886-97e6-401c-aeee-adc33b1a4006", + "id": "4164831f-a7fb-4964-9ca2-13f1e363210f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -137163,7 +137163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ac8fc5-dfdc-4f16-bad0-96b25853ec52", + "id": "d12d4426-e751-4f5d-9fbd-527509ccbb82", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -137220,7 +137220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c424801-65a8-4547-9500-20ad7712ae65", + "id": "7d67fac5-d68d-4659-a0b2-78252a82569c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137277,7 +137277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c9de42-5a6e-474b-8c60-1df171bbf097", + "id": "fdfebb48-b633-43d5-86c7-470a17a765bc", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -137340,7 +137340,7 @@ } }, { - "id": "c1ac9553-ff7a-4e62-8a5d-5c9e919c4099", + "id": "3694a511-a356-45be-8015-598de8dcd22a", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -137391,7 +137391,7 @@ }, "response": [ { - "id": "fe1a397b-c39b-4caa-9538-66ec118b353b", + "id": "c60f6cc9-4714-4af4-bb5a-2c90acfc27b8", "name": "No content.", "originalRequest": { "url": { @@ -137435,7 +137435,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0671ac66-da39-4228-b496-8d51979a97ad", + "id": "d6053974-7133-4661-999b-701dbc9c4cd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137489,7 +137489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493cd77e-80aa-434f-b5bc-d78754089f2e", + "id": "7fa381cc-9ed2-4b0e-830e-37722a6acb5e", "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": "1f8a363e-397e-4124-b24f-37be8bbb02eb", + "id": "4263a9fe-eb74-431d-aab2-c96eec2e560a", "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": "80425c23-394c-4a85-ad55-2f270975eea9", + "id": "720075be-dc9d-4c5f-9f81-ff2b5aa08750", "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": "b02a6c9f-35c0-4415-8ba8-6d52952599b2", + "id": "b27c6b64-7165-4f0b-838c-ab68c3af7202", "name": "Too Many Requests - Returned in response to too many requests in 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": "6be22808-1ed8-4639-a2f3-9620fdedd1b6", + "id": "e65a53b3-4af9-4cb6-95e1-b435886af2d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137765,7 +137765,7 @@ } }, { - "id": "c0f3b377-c88a-48b8-99f6-41ef781bc913", + "id": "ff29e9df-5594-4502-9fef-aa34653f5de7", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -137819,7 +137819,7 @@ }, "response": [ { - "id": "decd6d30-ffec-49cc-8bd9-946873731a69", + "id": "76a4b45b-6d4d-4e17-9bde-189b83592f21", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137876,7 +137876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07fb596f-97e2-4a51-9ca6-9605b523f44c", + "id": "a85d00b2-ded3-43df-8b62-534e9d8ba089", "name": "General Policy", "originalRequest": { "url": { @@ -137933,7 +137933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fe9172-b863-45b5-91ac-c52031b4efed", + "id": "c2e861ce-6ce7-4f66-b0f9-fc48957516e7", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -137990,7 +137990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "223e18b9-f658-4a24-a029-dbdf42cc8f44", + "id": "c32111cc-479b-489e-ae96-77de1b879c6f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -138047,7 +138047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6efdf45f-03b6-4165-992f-8717277039d7", + "id": "ccb9e63c-607d-40af-a3b5-703d27eef3da", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -138104,7 +138104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3e10ea-38f3-4062-ba74-9264487c20ab", + "id": "ea8a3408-ef2a-461e-829f-50efdb5c2fa3", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -138161,7 +138161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c9f4d3-3616-4f3e-bb67-d805426383c4", + "id": "2bc339db-9a5d-4b46-b645-735d2aabae7d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -138218,7 +138218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a408c4a0-4155-430c-9f8d-aa2bbb50e55a", + "id": "9611858b-53a7-4629-a936-c286e281b02e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -138281,7 +138281,7 @@ } }, { - "id": "2479af5e-2d56-4c20-9f0f-7bf00aa1a9ff", + "id": "f82b8473-db1a-4db5-99e8-edaa2775483f", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -138323,7 +138323,7 @@ }, "response": [ { - "id": "2ec76ec0-c47d-445e-95a4-7b3e17c71564", + "id": "806ce8f4-0ba3-419d-b8eb-555d612a3083", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -138368,7 +138368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9d80695-e567-4b6d-b770-32fe9c3ad0f8", + "id": "08749e9c-810c-47a9-949e-24c7040c7aa9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138413,7 +138413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec6ffbe-0a13-4102-9ef2-9f9ee75dd7ea", + "id": "4162f69c-ebcf-4a63-8fcb-9f4e4bcf8de2", "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": "76221616-66ef-404d-8387-eed96ff970d8", + "id": "6930e3c4-ae99-4a0b-93f5-5cb36f4cadeb", "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": "fd68080a-bb7a-4d01-8797-08f92e9baf37", + "id": "2e299899-d8f7-47d0-82ae-c6f59b920928", "name": "Too Many Requests - Returned in response to too many requests in 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": "85faeda8-c42b-4276-8892-3e512094aabf", + "id": "275e17c9-bd72-40f7-8168-dbeb72a7e529", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138599,7 +138599,7 @@ } }, { - "id": "08da56c4-5a27-438d-b2f4-3ac903f3a0c8", + "id": "b1a5b6ed-8deb-40c1-bb2a-9aadf5344b95", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -138641,7 +138641,7 @@ }, "response": [ { - "id": "9ec6512a-9155-489c-a04e-854b6a349047", + "id": "eb0c138a-ec86-480e-847c-b2c2cc4d112c", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -138686,7 +138686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c714c5f8-c682-47bb-a82e-2c22e73e554b", + "id": "81a89b1e-ffc5-4b58-8490-95d00a99caa0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138731,7 +138731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95379c6-3659-4847-b810-2c6bbfd8c633", + "id": "0ab47383-31f0-4a16-b660-a73518927225", "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": "8776ea97-d7c9-433e-9c65-f6a6960993d4", + "id": "68b664cd-26a6-4e08-864c-e82eab0d2454", "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": "ee0cb7f5-6ff8-46e2-a60e-14b5d95649b4", + "id": "6497ae98-637e-495b-9b57-da837284bf2c", "name": "Too Many Requests - Returned in response to too many requests in 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": "337d1187-933f-4358-ab30-0d7cc2eff17f", + "id": "d96b63f6-7f24-4c73-acfa-5cbf1892b52f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138917,7 +138917,7 @@ } }, { - "id": "c048618f-c6b3-4925-a48b-12bd1f4230b7", + "id": "e4646459-45c2-4908-81cc-01bcf79fd766", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -138972,7 +138972,7 @@ }, "response": [ { - "id": "041b7574-51b1-4163-b3c7-67ae9fda121c", + "id": "db99fd53-790b-4efa-a847-00c60a33387e", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -139030,7 +139030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa102e75-f523-4aa0-9830-2b609b1a8f56", + "id": "78f01918-8e68-461e-bb23-e88a589c88e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139088,7 +139088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45c08a2-e722-4b24-ad77-a8f3ae299d16", + "id": "f8023b3b-237b-488e-a86d-69a3c456bad2", "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": "5b1a506a-2715-4f51-9f9c-d0710d673486", + "id": "5e3c2893-c837-4b83-9795-151ab6acc5fd", "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": "b316b7da-691d-4cca-9efe-c4ec716d6692", + "id": "756c857f-fa89-4ee6-a9d9-36c57da7f4b8", "name": "Too Many Requests - Returned in response to too many requests in 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": "b034e7b0-b7df-4aa2-8749-a7c53592883e", + "id": "7ffb74ef-039d-4fae-adf0-642fb7723109", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139326,7 +139326,7 @@ } }, { - "id": "b1baec82-f66f-47e2-99b3-0362e55e33c1", + "id": "96790ac6-a0a1-4883-ac5f-1cd6756afbb8", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -139368,7 +139368,7 @@ }, "response": [ { - "id": "13400c28-8860-487f-ae24-32d46d9a9de0", + "id": "95ada8b8-df69-4384-b13b-fbcdb90a6a6f", "name": "No content response.", "originalRequest": { "url": { @@ -139403,7 +139403,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f6d44fee-acdf-4867-bb99-a74f6108be56", + "id": "d1528552-330f-4714-9be4-b37224875685", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139448,7 +139448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf1f1ef-296c-4114-900b-4ab37a05d9b7", + "id": "79edc973-2bb9-46a6-b27f-b31f52a9032c", "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": "1f10bbd2-c281-4705-81b9-9c9ee0b1662c", + "id": "3c627d79-b087-4252-8762-1414846f21b4", "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": "e8664d7a-6039-4dea-8735-0dce61db3ff3", + "id": "b76ab869-6f34-4664-a4d0-88be1f9c4f90", "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": "c45b52b4-edfb-47f6-9365-f7020dd371f1", + "id": "0efd55ee-f46b-4915-a022-893d5f7fd850", "name": "Too Many Requests - Returned in response to too many requests in 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": "7731cb4d-fdb8-4b23-bcba-935e8f40ac2e", + "id": "c8ad150d-616c-4c79-87e7-2a74f56d2032", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139679,7 +139679,7 @@ } }, { - "id": "27692fa1-1aa6-4a8b-9997-57f975fddae2", + "id": "72f0aad7-1c5b-4d14-ab58-c570e76a33f5", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -139722,7 +139722,7 @@ }, "response": [ { - "id": "f8352745-abcf-45ff-b37a-f8f13e175a9c", + "id": "707784d6-ba6c-4513-a870-3feee5e2affd", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -139768,7 +139768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb94c79-a7f9-4fb1-9e17-7c4b8967006b", + "id": "fea80919-6ee2-4096-8f9a-2268a6913a66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139814,7 +139814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fc66665-06ee-451c-962a-00d3d363e984", + "id": "c9903ebf-ff34-441b-bd72-6efdea97d011", "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": "0bea67c3-6557-4927-87bf-ffb7c8f8d0fc", + "id": "96dbb5d6-d664-4362-af0c-63407a89d72f", "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": "fc9197cb-25b0-4421-940d-e31b60164c94", + "id": "ecd60d4a-d702-49da-81e2-de9a437e6f4c", "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": "84c46fcd-5bf9-43ec-9de5-f5e2b3f1b162", + "id": "8b602619-82c4-4d4c-b6ed-00b78038f4c5", "name": "Too Many Requests - Returned in response to too many requests in 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": "36d1db7f-4e5e-41ca-8a89-9b53c365db73", + "id": "faf2bc70-5e28-4357-835c-4ccb900ca9ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140050,7 +140050,7 @@ } }, { - "id": "874883ca-dc18-4552-901f-acce8324d438", + "id": "d80e6c21-f22c-48d1-9f95-cc92bedb5d3b", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -140092,7 +140092,7 @@ }, "response": [ { - "id": "93a31f64-9331-4943-99e5-1528160587e7", + "id": "26d8366e-a5e9-428e-985d-c0a8de7448f7", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -140137,7 +140137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36daba1e-b369-4207-bf9b-6bcc2dd32bd9", + "id": "2ecd1949-520b-4557-b1cd-6292266b51a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140182,7 +140182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b718ae7-2254-4ab4-a491-2fe9bb286da4", + "id": "f96ebc42-a497-4237-8d05-ac14237d3c00", "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": "1c2eeb82-0b92-47af-b087-b58ad6d56205", + "id": "87c81d71-e57d-47d9-8833-89f358e5dc38", "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": "b916427a-c143-4c38-9699-ed7850bf27dd", + "id": "e017c8b0-5d1c-4024-8817-dffac7346045", "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": "8d69e51c-8329-4780-8cd2-ff7b0a93e069", + "id": "ecabc338-c8a7-43a1-a280-28472c831525", "name": "Too Many Requests - Returned in response to too many requests in 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": "0c8a2eb2-88aa-4753-9fbf-67bb3c96a95b", + "id": "be57719e-1060-448c-9b01-5d0959701a29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140413,7 +140413,7 @@ } }, { - "id": "ed67d816-af36-4668-9a76-f4a41a6e57b0", + "id": "d0bc0c3c-9d78-4ed7-8216-5618701adf52", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -140455,7 +140455,7 @@ }, "response": [ { - "id": "5f32629c-5f8c-4432-9b99-c4c9473113f5", + "id": "823df82c-6991-465d-b681-fd34661710e0", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -140500,7 +140500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c066bce-94a4-417f-bd73-fe7239643e4a", + "id": "f517a2c9-f20f-45ed-aeca-c8f21edf017c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140545,7 +140545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0aed0f-58b7-46ed-89e4-6c8534dd5907", + "id": "0ea429ce-f97d-4490-937a-0f1b022c1043", "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": "4b73398f-67e1-4651-8b8c-507401e7fb65", + "id": "0ca99a25-7cbc-488e-82d4-4b3c0f1cf877", "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": "31c6e6aa-f717-4e04-90e0-ca381eb8195f", + "id": "c6faae04-dd68-44d5-beb7-e6c5525f8c00", "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": "b1393340-2e02-4537-b888-1cb82098faa3", + "id": "628de907-5f45-4ec5-a81a-d4dd57e43fef", "name": "Too Many Requests - Returned in response to too many requests in 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": "9a32d6b0-9286-403d-a597-f407128491c7", + "id": "27b7e527-0b06-4043-89d5-6912e9708b60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140776,7 +140776,7 @@ } }, { - "id": "30011868-c7e3-4d72-86a5-dbc2f733725b", + "id": "d4391080-acd3-4174-87f4-5254513b46ec", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -140819,7 +140819,7 @@ }, "response": [ { - "id": "258dffd6-3b4a-4143-957b-8e1a791044ce", + "id": "beaed457-135a-4258-97ac-718f9c471302", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -140876,7 +140876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9efa81-23d4-41c2-8ac2-2fa15cf7430a", + "id": "ae929aa7-c743-40a6-b71c-9c02a9dfe544", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140933,7 +140933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1cc97b2-d1a3-4fab-b707-9b6681abc1ee", + "id": "b6f72b2c-f664-4705-bff2-e41990097ac2", "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": "db3ee2c9-8b44-4937-add2-82f6a3638b38", + "id": "204a7cec-3af0-4626-9b7f-0fcfc69fdab9", "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": "82a968f1-8a93-4ae6-98c8-2fdc8aef6606", + "id": "17e8d95d-342d-422a-bea1-679a17923ccc", "name": "Too Many Requests - Returned in response to too many requests in 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": "c57b604b-bea0-45bc-9a14-6ef1b3dc5516", + "id": "b09cfe83-8f2b-407e-8174-a6ec80e15467", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141167,7 +141167,7 @@ } }, { - "id": "a38dd81f-1bfb-4e02-b9e9-14a9738a433a", + "id": "3c73ba2e-63bb-4d83-9e17-9151dead1440", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -141196,7 +141196,7 @@ }, "response": [ { - "id": "7bbf9731-81d2-4278-a9bf-f79b3246c3ff", + "id": "b5481719-038d-405e-8625-b4f6cfa7e533", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -141239,7 +141239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b192d2-ecb7-40f1-aa76-be7e0a8509b0", + "id": "5775ea91-ba3a-47b3-9a6f-40c3eeb28271", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141282,7 +141282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4f3ff9-c421-4028-a6b4-be71f16474fd", + "id": "ab28ce4e-3df9-47d3-b1f7-0a7deacdd546", "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": "9d853b51-b1a0-4306-a877-690a74a92759", + "id": "10af5b89-adcf-409c-9c51-50b1da9be3f0", "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": "76b3764d-b358-4f18-bf25-03cd732545c4", + "id": "358642a6-468b-471b-aa7f-1eb800f59bf8", "name": "Too Many Requests - Returned in response to too many requests in 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": "55cdf481-0b45-43f4-bedc-20af0f1427bd", + "id": "2020042c-0032-4190-8091-4627adf452c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141460,7 +141460,7 @@ } }, { - "id": "ca4fb214-0a6a-4cb4-97d1-4eaff2be35f6", + "id": "15ad2ff7-096b-4f9d-9360-ba0e82f18115", "name": "Download violation report", "request": { "name": "Download violation report", @@ -141502,7 +141502,7 @@ }, "response": [ { - "id": "5356b8f3-a89d-46eb-979d-b1a50d115be6", + "id": "64244226-aa92-4412-b28f-112030940bd6", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -141542,12 +141542,12 @@ "value": "application/zip" } ], - "body": "adipisicing cillum", + "body": "commodo quis mollit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "05fe3501-8b54-4048-bd67-d5a40c2f7976", + "id": "b68ad1a9-79c0-4a0c-b25f-f21c408e9c7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141592,7 +141592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d103684-1cfd-4939-b192-9756ca917178", + "id": "c1a7f994-6b2a-4e7b-a6f4-125c5291af52", "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": "dc7e98d2-f679-48f7-9bf6-a8bd3538cdd7", + "id": "82232ecc-a04e-4e25-ac84-37b1e21b624a", "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": "e2b37303-c18c-44df-8ee0-3f38e06dff94", + "id": "1d27ee43-ff49-4e1d-be9a-8b207565c49d", "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": "16011d3a-6a5c-4d48-9fcb-d6ded9eeb15c", + "id": "10c8eaec-ebab-4cf9-aa8b-1c7acc3ef2b9", "name": "Too Many Requests - Returned in response to too many requests in 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": "4059c6af-8492-4fb3-a070-f07e5674a9d2", + "id": "96c092d1-38ec-4a92-bc79-5111e84691b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141823,7 +141823,7 @@ } }, { - "id": "8d7f5bf9-ab3e-4add-8d2e-cedf6432ccf1", + "id": "4ce2b5bb-72b5-4e29-bb14-93655f612f53", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -141876,7 +141876,7 @@ }, "response": [ { - "id": "5e674889-ddf8-4df2-b0c8-88f8a29db31d", + "id": "fb583644-642d-4a26-8d4f-b704dc18dae6", "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": "adipisicing cillum", + "body": "commodo quis mollit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "e0343f0a-c654-4d3b-8db5-745472e2519b", + "id": "d956474d-2da7-4bab-abd4-6eba95d713ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141968,7 +141968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02d62805-d044-4c70-a77a-bb4692814e5e", + "id": "93f90772-7000-4e3f-8717-b38c12399f66", "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": "18af2adb-81b2-49af-b62e-3051d9a820cc", + "id": "9f5a4b1d-ffac-460f-9a59-6d4c2d20ccb5", "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": "8491b930-2d89-4158-9cc3-01a8a76f79c6", + "id": "841e84ec-593c-45f1-9fcf-542045721836", "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": "68422823-9b91-4b19-9e91-76c571f40262", + "id": "a7aa2b43-64f0-49f9-8f7b-f404206b4288", "name": "Too Many Requests - Returned in response to too many requests in 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": "227be3c4-bea3-4f1e-84cc-ca4bc4f8a91d", + "id": "b740b777-dacf-4b4a-a923-e9c02362f777", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142284,7 +142284,7 @@ } ], "info": { - "_postman_id": "867963af-a8cf-4c3b-b9c4-05ea35eedcb9", + "_postman_id": "5a26d65c-3ca3-46a2-8eb3-71e0c6897c31", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {